Update cstdint.hpp to always define the INT#_C macros.

Try again with Codegear workaround.

[SVN r58292]
This commit is contained in:
John Maddock
2009-12-11 17:46:10 +00:00
parent 86519e7bcf
commit 14e17dd9f6
5 changed files with 298 additions and 35 deletions

View File

@ -234,6 +234,7 @@ namespace boost
<
5 +
#if !defined(BOOST_NO_INTEGRAL_INT64_T) && defined(BOOST_HAS_LONG_LONG)
(MaxValue <= ::boost::integer_traits<boost::ulong_long_type>::const_max) +
#else
1 +
#endif