From 0d7929b69861af94bc6fe0635ae968a81d553651 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Wed, 31 Oct 2001 19:37:26 +0000 Subject: [PATCH] BOOST_HAS_LONG_LONG is intricately intertwined with library support. Avoid. [SVN r11495] --- include/boost/config/compiler/common_edg.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/config/compiler/common_edg.hpp b/include/boost/config/compiler/common_edg.hpp index 2d639de6..f031f528 100644 --- a/include/boost/config/compiler/common_edg.hpp +++ b/include/boost/config/compiler/common_edg.hpp @@ -25,6 +25,7 @@ #ifdef c_plusplus // EDG has "long long" in non-strict mode -#define BOOST_HAS_LONG_LONG +// However, some libraries have insufficient "long long" support +// #define BOOST_HAS_LONG_LONG #endif