$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80877 - trunk/libs/test/test
From: steven_at_[hidden]
Date: 2012-10-05 15:49:11
Author: steven_watanabe
Date: 2012-10-05 15:49:09 EDT (Fri, 05 Oct 2012)
New Revision: 80877
URL: http://svn.boost.org/trac/boost/changeset/80877
Log:
Remove -std=c++0x.  Some testers apply this already and it causes problems on a few others.  (Binary incompatibility with gcc-4.7.0/4.7.1, unknown option for old versions)
Text files modified: 
   trunk/libs/test/test/Jamfile.v2 |     2 --                                      
   1 files changed, 0 insertions(+), 2 deletions(-)
Modified: trunk/libs/test/test/Jamfile.v2
==============================================================================
--- trunk/libs/test/test/Jamfile.v2	(original)
+++ trunk/libs/test/test/Jamfile.v2	2012-10-05 15:49:09 EDT (Fri, 05 Oct 2012)
@@ -23,7 +23,6 @@
               <toolset>borland:<cxxflags>-w-8084
               <toolset>msvc-6.5:<link>static
               <toolset>msvc-8.0:<define>_SCL_SECURE_NO_DEPRECATE
-              <toolset>gcc:<cxxflags>-std=c++0x
               <warnings>all
             : $(test-name)
           ] ;
@@ -45,7 +44,6 @@
               <toolset>borland:<cxxflags>-w-8080
               <toolset>msvc-6.5:<link>static
               <toolset>msvc-8.0:<define>_SCL_SECURE_NO_DEPRECATE
-              <toolset>gcc:<cxxflags>-std=c++0x
               <define>BOOST_TEST_NO_AUTO_LINK=1 # requirements
               <threading>multi
               <warnings>all