forked from boostorg/integer
include <boost/limits.hpp> instead of <limits.h>, fixing a date-time issue on Comeau
[SVN r18499]
This commit is contained in:
@ -131,7 +131,7 @@ namespace boost {
|
||||
|
||||
#else // BOOST_HAS_STDINT_H
|
||||
|
||||
# include <limits.h> // implementation artifact; not part of interface
|
||||
# include <boost/limits.hpp> // implementation artifact; not part of interface
|
||||
|
||||
|
||||
namespace boost
|
||||
|
Reference in New Issue
Block a user