|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r77892 - trunk/libs/scope_exit/test
From: lorcaminiti_at_[hidden]
Date: 2012-04-10 15:26:10
Author: lcaminiti
Date: 2012-04-10 15:26:09 EDT (Tue, 10 Apr 2012)
New Revision: 77892
URL: http://svn.boost.org/trac/boost/changeset/77892
Log:
Trying another fix for type-of emu on Sun (define=typeof=__typeof__).
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-10 15:26:09 EDT (Tue, 10 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:<define>__typeof__=__typeof__ ;
+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