Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72800 - branches/release/boost
From: john_at_[hidden]
Date: 2011-06-29 14:00:59


Author: johnmaddock
Date: 2011-06-29 14:00:59 EDT (Wed, 29 Jun 2011)
New Revision: 72800
URL: http://svn.boost.org/trac/boost/changeset/72800

Log:
Merge missing changes from Trunk.
Authorized by Daniel James.
Text files modified:
   branches/release/boost/config.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/config.hpp
==============================================================================
--- branches/release/boost/config.hpp (original)
+++ branches/release/boost/config.hpp 2011-06-29 14:00:59 EDT (Wed, 29 Jun 2011)
@@ -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:


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk