mirror of
https://github.com/boostorg/integer.git
synced 2025-07-29 12:17:13 +02:00
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
|
#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
|
namespace boost
|
||||||
|
Reference in New Issue
Block a user