From 2e03de97494f887d0cbba817bfcbc5a10b738620 Mon Sep 17 00:00:00 2001 From: David Deakins Date: Wed, 8 Apr 2009 14:49:26 +0000 Subject: [PATCH] Reverted change in boost/config/select_stdlib_config.hpp change in rev 52221. Some gcc and Borland stdlibs don't pick up the C++ macros needed for stdlib detection from . See ticket 2924. [SVN r52254] --- include/boost/config/select_stdlib_config.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/config/select_stdlib_config.hpp b/include/boost/config/select_stdlib_config.hpp index 40a58fc2..13e5e4ce 100644 --- a/include/boost/config/select_stdlib_config.hpp +++ b/include/boost/config/select_stdlib_config.hpp @@ -12,12 +12,12 @@ // locate which std lib we are using and define BOOST_STDLIB_CONFIG as needed: // we need to include a std lib header here in order to detect which -// library is in use, use as it's one of the smaller std lib headers -// - do not rely on this header being included - +// library is in use, use as it's about the smallest +// of the std lib headers - do not rely on this header being included - // users can short-circuit this header if they know whose std lib // they are using. -#include +#include #if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION) // STLPort library; this _must_ come first, otherwise since