From c32a3915dbbba7c0dd07d9ed13bfc4b06889afd1 Mon Sep 17 00:00:00 2001 From: Bryce Adelstein-Lelbach Date: Sat, 15 Jan 2011 02:23:46 +0000 Subject: [PATCH] Make include and put the functions in the boost::detail namespace if not on clang- or intel-linux. [SVN r68165] --- include/boost/config/compiler/gcc.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/config/compiler/gcc.hpp b/include/boost/config/compiler/gcc.hpp index 7ce7fe6b..cd24a245 100644 --- a/include/boost/config/compiler/gcc.hpp +++ b/include/boost/config/compiler/gcc.hpp @@ -13,6 +13,8 @@ // GNU C++ compiler setup: +#define BOOST_GCC 1 + #if __GNUC__ < 3 # if __GNUC_MINOR__ == 91 // egcs 1.1 won't parse shared_ptr.hpp without this: