BOOST_NO_LIMITS should not be used by user code; use <boost/limits.hpp> instead

BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS should not be defined when
BOOST_NO_LIMITS is defined


[SVN r13340]
This commit is contained in:
Jens Maurer
2002-04-01 18:57:43 +00:00
parent 4772bb099e
commit 12b9366f33

View File

@ -56,9 +56,7 @@
# include <boost/type_traits.hpp> # include <boost/type_traits.hpp>
# include <boost/detail/numeric_traits.hpp> # include <boost/detail/numeric_traits.hpp>
# include <boost/static_assert.hpp> # include <boost/static_assert.hpp>
# ifndef BOOST_NO_LIMITS # include <boost/limits.hpp>
# include <limits>
# endif
namespace boost { namespace boost {