Added BOOST_NO_INT64_T comment pointing to <boost/cstdint.hpp>

[SVN r8344]
This commit is contained in:
Beman Dawes
2000-11-27 19:23:16 +00:00
parent e89011502e
commit aea3b88265

View File

@@ -59,6 +59,9 @@
// BOOST_NO_INCLASS_MEMBER_INITIALIZATION: Compiler violates std::9.4.2/4.
// BOOST_NO_INT64_T: <boost/cstdint.hpp> does not support 64-bit integer
// types. (Set by <boost/cstdint.hpp> rather than <boost/config.hpp>).
// BOOST_NO_INTEGRAL_INT64_T: int64_t as defined by <boost/cstdint.hpp> is
// not an integral type.