|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r82060 - trunk/libs/functional/hash/test
From: dnljms_at_[hidden]
Date: 2012-12-17 18:38:36
Author: danieljames
Date: 2012-12-17 18:38:35 EST (Mon, 17 Dec 2012)
New Revision: 82060
URL: http://svn.boost.org/trac/boost/changeset/82060
Log:
Hash: Stop using `-strict-ansi` for Intel.
It doesn't seem to be compatible with C++11.
Properties modified:
trunk/libs/functional/hash/test/Jamfile.v2 (contents, props changed)
Text files modified:
trunk/libs/functional/hash/test/Jamfile.v2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/test/Jamfile.v2 (original)
+++ trunk/libs/functional/hash/test/Jamfile.v2 2012-12-17 18:38:35 EST (Mon, 17 Dec 2012)
@@ -9,7 +9,7 @@
: requirements
<warnings>all
<toolset>intel:<warnings>on
- <toolset>intel:<cxxflags>-strict-ansi
+ #<toolset>intel:<cxxflags>-strict-ansi
<toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion -Wfloat-equal -Wshadow"
<toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion -Wfloat-equal -Wshadow"
#<toolset>msvc:<warnings-as-errors>on
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