Fix the intel strict flag.

[SVN r57150]
This commit is contained in:
Daniel James
2009-10-25 10:54:28 +00:00
parent 6bac25221a
commit 8cde8d1252

View File

@ -8,7 +8,8 @@ import testing ;
project unordered-test/unordered project unordered-test/unordered
: requirements : requirements
<warnings>all <warnings>all
<toolset>intel:<warnings>on <cxxflags>-strict_ansi <toolset>intel:<warnings>on
<toolset>intel:<cxxflags>-strict-ansi
<toolset>msvc:<cxxflags>/W4 <toolset>msvc:<cxxflags>/W4
<toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter" <toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter"
; ;