From aea3b88265f4f01ec3265457ee064b3e850e3256 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 27 Nov 2000 19:23:16 +0000 Subject: [PATCH] Added BOOST_NO_INT64_T comment pointing to [SVN r8344] --- include/boost/config.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 4fb44016..a9b8366c 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -59,6 +59,9 @@ // BOOST_NO_INCLASS_MEMBER_INITIALIZATION: Compiler violates std::9.4.2/4. +// BOOST_NO_INT64_T: does not support 64-bit integer +// types. (Set by rather than ). + // BOOST_NO_INTEGRAL_INT64_T: int64_t as defined by is // not an integral type.