From 60558d27912974dbac9a54a8e5a988d13149e12b Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Wed, 9 Jul 2003 19:41:55 +0000 Subject: [PATCH] BOOST_HAS_LONG_LONG is set by edg_common.hpp [SVN r18998] --- include/boost/config/compiler/comeau.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/config/compiler/comeau.hpp b/include/boost/config/compiler/comeau.hpp index 97d78c00..14ec038e 100644 --- a/include/boost/config/compiler/comeau.hpp +++ b/include/boost/config/compiler/comeau.hpp @@ -29,8 +29,6 @@ // // enable __int64 support in VC emulation mode -// we should also set BOOST_HAS_LONG_LONG when that is -// supported, but there is no way we can detect it: // # if defined(_MSC_VER) && (_MSC_VER >= 1200) # define BOOST_HAS_MS_INT64