From f2e466b4286b4e615f8942f2ca0d716f2ec3a425 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 1 Oct 2000 17:07:40 +0000 Subject: [PATCH] MSVC does not have an integral int64_t (large enum constants don't work) [SVN r7885] --- include/boost/config.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 251fb0d8..3733402f 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -271,6 +271,7 @@ # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION # define BOOST_NO_PRIVATE_IN_AGGREGATE +# define BOOST_NO_INTEGRAL_INT64_T # define BOOST_NO_INTRINSIC_WCHAR_T // VC++ 6.0 has member templates but they have numerous problems including