mirror of
https://github.com/boostorg/poly_collection.git
synced 2026-07-21 13:33:37 +00:00
Disable tests for non-C++11 compilers
This commit is contained in:
@@ -5,9 +5,12 @@
|
||||
#
|
||||
# See http://www.boost.org/libs/poly_collection for library home page.
|
||||
|
||||
import testing ;
|
||||
import ../../config/checks/config : requires ;
|
||||
|
||||
project
|
||||
: requirements
|
||||
[ requires cxx11_noexcept ]
|
||||
<toolset>msvc:<cxxflags>-D_SCL_SECURE_NO_WARNINGS
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user