Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57126 - in trunk/libs/unordered/test: exception unordered
From: daniel_james_at_[hidden]
Date: 2009-10-24 07:56:31


Author: danieljames
Date: 2009-10-24 07:56:30 EDT (Sat, 24 Oct 2009)
New Revision: 57126
URL: http://svn.boost.org/trac/boost/changeset/57126

Log:
Update the intel compile flags.
Text files modified:
   trunk/libs/unordered/test/exception/Jamfile.v2 | 6 +-----
   trunk/libs/unordered/test/unordered/Jamfile.v2 | 6 +++---
   2 files changed, 4 insertions(+), 8 deletions(-)

Modified: trunk/libs/unordered/test/exception/Jamfile.v2
==============================================================================
--- trunk/libs/unordered/test/exception/Jamfile.v2 (original)
+++ trunk/libs/unordered/test/exception/Jamfile.v2 2009-10-24 07:56:30 EDT (Sat, 24 Oct 2009)
@@ -8,11 +8,7 @@
 #alias framework : /boost/test//boost_unit_test_framework ;
 alias framework : ;
 
-project unordered-test/exception-tests
- : requirements
- <toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
- <toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter"
- ;
+project unordered-test/exception-tests ;
 
 test-suite unordered-exception
     :

Modified: trunk/libs/unordered/test/unordered/Jamfile.v2
==============================================================================
--- trunk/libs/unordered/test/unordered/Jamfile.v2 (original)
+++ trunk/libs/unordered/test/unordered/Jamfile.v2 2009-10-24 07:56:30 EDT (Sat, 24 Oct 2009)
@@ -7,10 +7,10 @@
 
 project unordered-test/unordered
     : requirements
- <toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
- <toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter"
- #<toolset>msvc:<cxxflags>/W4
         <warnings>all
+ <toolset>intel:<warnings>on
+ <toolset>msvc:<cxxflags>/W4
+ <toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter"
     ;
 
 test-suite unordered


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