Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77864 - trunk/libs/scope_exit/test
From: lorcaminiti_at_[hidden]
Date: 2012-04-09 17:01:33


Author: lcaminiti
Date: 2012-04-09 17:01:32 EDT (Mon, 09 Apr 2012)
New Revision: 77864
URL: http://svn.boost.org/trac/boost/changeset/77864

Log:
Trying to workaround Typeof/Config failures on Sun.
Text files modified:
   trunk/libs/scope_exit/test/Jamfile.v2 | 3 ++-
   1 files changed, 2 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-09 17:01:32 EDT (Mon, 09 Apr 2012)
@@ -9,7 +9,8 @@
 import testing ;
 
 # Workaround a Boost.Config bug that causes Boost.Typeof to fail on Sun.
-project : requirements <toolset>sun:<cxxflags>"-Qoption ccfe -features=gcc" ;
+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" ;
 
 rule vaseq ( command target )


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