|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r77922 - trunk/libs/scope_exit/test
From: lorcaminiti_at_[hidden]
Date: 2012-04-11 16:23:20
Author: lcaminiti
Date: 2012-04-11 16:23:19 EDT (Wed, 11 Apr 2012)
New Revision: 77922
URL: http://svn.boost.org/trac/boost/changeset/77922
Log:
Trying another workaround for Sun...
Text files modified:
trunk/libs/scope_exit/test/Jamfile.v2 | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
Modified: trunk/libs/scope_exit/test/Jamfile.v2
==============================================================================
--- trunk/libs/scope_exit/test/Jamfile.v2 (original)
+++ trunk/libs/scope_exit/test/Jamfile.v2 2012-04-11 16:23:19 EDT (Wed, 11 Apr 2012)
@@ -9,7 +9,12 @@
import testing ;
# Workaround a Boost.Config bug that causes Boost.Typeof to fail on Sun.
-project : requirements <toolset>sun:<define>typeof=__typeof__ ;
+project
+ : requirements
+ <toolset>sun:<define>__typeof__=__typeof__
+ <toolset>sun:<cxxflags>"-Qoption ccfe -features=gcc"
+ ;
+#project : requirements <toolset>sun:<define>typeof=__typeof__ ;
#project : requirements <toolset>sun:<define>__typeof__=__typeof__ ;
#project : requirements <toolset>sun:<cxxflags>"-Qoption ccfe -features=gcc" ;
#project : requirements <toolset>gcc:<cxxflags>"-Wall -std=c++0x -Wall" ;
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