
29 Jun
2011
29 Jun
'11
4:13 p.m.
config
My bad: an incomplete merge from Trunk. Have updated the script I use locally to fix the cause, the patch is: Index: config.hpp =================================================================== --- config.hpp (revision 72757) +++ config.hpp (working copy) @@ -36,7 +36,7 @@ #endif // if we don't have a std library config set, try and find one: -#if !defined(BOOST_STDLIB_CONFIG) && !defined(BOOST_NO_STDLIB_CONFIG) && !defined(BOOST_NO_CONFIG) +#if !defined(BOOST_STDLIB_CONFIG) && !defined(BOOST_NO_STDLIB_CONFIG) && !defined(BOOST_NO_CONFIG) && defined(__cplusplus) # include <boost/config/select_stdlib_config.hpp> #endif // if we have a std library config, include it now: OK to commit? Thanks for the heads up, John.