$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80865 - trunk/libs/fusion/test
From: joel_at_[hidden]
Date: 2012-10-05 02:15:06
Author: djowel
Date: 2012-10-05 02:15:02 EDT (Fri, 05 Oct 2012)
New Revision: 80865
URL: http://svn.boost.org/trac/boost/changeset/80865
Log:
removing c++11 requirements in jamfile (mistakenly added)
Text files modified: 
   trunk/libs/fusion/test/Jamfile |     3 ---                                     
   1 files changed, 0 insertions(+), 3 deletions(-)
Modified: trunk/libs/fusion/test/Jamfile
==============================================================================
--- trunk/libs/fusion/test/Jamfile	(original)
+++ trunk/libs/fusion/test/Jamfile	2012-10-05 02:15:02 EDT (Fri, 05 Oct 2012)
@@ -10,9 +10,6 @@
 
 project
     : requirements
-        <toolset>gcc:<cxxflags>-std=c++0x
-        <toolset>darwin:<cxxflags>-std=c++0x
-        <toolset>gcc:<cxxflags>-DBOOST_RESULT_OF_USE_DECLTYPE
     ;
 
 {