Boost logo

Boost :

Subject: Re: [boost] [1.47.0][config] Regression test failures
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-06-29 12:13:38


> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk