forked from boostorg/mpl
Disable for_each.cpp under C++03
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
project
|
project
|
||||||
: requirements
|
: requirements
|
||||||
<define>BOOST_ALL_NO_LIB=1
|
<warnings>extra
|
||||||
<warnings>all
|
|
||||||
<toolset>clang:<cxxflags>-Wextra
|
|
||||||
<toolset>clang:<cxxflags>-Wno-variadic-macros
|
<toolset>clang:<cxxflags>-Wno-variadic-macros
|
||||||
<toolset>gcc:<cxxflags>-Wextra
|
|
||||||
<toolset>gcc:<cxxflags>-Wshadow
|
<toolset>gcc:<cxxflags>-Wshadow
|
||||||
<toolset>gcc:<cxxflags>-Wno-variadic-macros
|
<toolset>gcc:<cxxflags>-Wno-variadic-macros
|
||||||
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
|
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
|
||||||
@@ -53,7 +50,7 @@ test-suite mpl :
|
|||||||
[ compile find.cpp ]
|
[ compile find.cpp ]
|
||||||
[ compile find_if.cpp ]
|
[ compile find_if.cpp ]
|
||||||
[ compile fold.cpp ]
|
[ compile fold.cpp ]
|
||||||
[ run for_each.cpp ]
|
[ run for_each.cpp : : : <cxxstd>98:<build>no <cxxstd>03:<build>no ]
|
||||||
[ compile front.cpp ]
|
[ compile front.cpp ]
|
||||||
[ compile get_tag_def.cpp ]
|
[ compile get_tag_def.cpp ]
|
||||||
[ compile has_xxx.cpp ]
|
[ compile has_xxx.cpp ]
|
||||||
|
Reference in New Issue
Block a user