Hash: Stop using -strict-ansi for Intel.

It doesn't seem to be compatible with C++11.

[SVN r82060]
This commit is contained in:
Daniel James
2012-12-17 23:38:35 +00:00
parent 9721f9c764
commit e5f3356742

View File

@@ -9,7 +9,7 @@ project hash-tests
: 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