|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57150 - trunk/libs/unordered/test/unordered
From: daniel_james_at_[hidden]
Date: 2009-10-25 06:54:29
Author: danieljames
Date: 2009-10-25 06:54:28 EDT (Sun, 25 Oct 2009)
New Revision: 57150
URL: http://svn.boost.org/trac/boost/changeset/57150
Log:
Fix the intel strict flag.
Text files modified:
trunk/libs/unordered/test/unordered/Jamfile.v2 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
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-25 06:54:28 EDT (Sun, 25 Oct 2009)
@@ -8,7 +8,8 @@
project unordered-test/unordered
: requirements
<warnings>all
- <toolset>intel:<warnings>on <cxxflags>-strict_ansi
+ <toolset>intel:<warnings>on
+ <toolset>intel:<cxxflags>-strict-ansi
<toolset>msvc:<cxxflags>/W4
<toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter"
;
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