include <boost/limits.hpp> instead of <limits.h>, fixing a date-time issue on Comeau

[SVN r18499]
This commit is contained in:
Beman Dawes
2003-05-22 18:09:32 +00:00
parent 1252426554
commit 890e28ab67

View File

@ -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