Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83488 - trunk/libs/test/build
From: john_at_[hidden]
Date: 2013-03-18 07:58:16


Author: johnmaddock
Date: 2013-03-18 07:58:14 EDT (Mon, 18 Mar 2013)
New Revision: 83488
URL: http://svn.boost.org/trac/boost/changeset/83488

Log:
Disable C++11 as a build requirement: tests all pass without it, and it's presence prevents testing in C++03 mode, or with GCC prior to 4.5.
Text files modified:
   trunk/libs/test/build/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/test/build/Jamfile.v2
==============================================================================
--- trunk/libs/test/build/Jamfile.v2 (original)
+++ trunk/libs/test/build/Jamfile.v2 2013-03-18 07:58:14 EDT (Mon, 18 Mar 2013)
@@ -13,7 +13,7 @@
                    <link>shared,<toolset>msvc:<cxxflags>-wd4275
                    <toolset>msvc:<cxxflags>-wd4671
                    <toolset>msvc:<cxxflags>-wd4673
- <toolset>gcc:<cxxflags>-std=gnu++0x
+ #<toolset>gcc:<cxxflags>-std=gnu++0x
                    <warnings>all
                    # <warnings-as-errors>on
     : usage-requirements


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