Disable tests for non-C++11 compilers

This commit is contained in:
Peter Dimov
2017-09-08 02:04:45 +03:00
parent f34690aaa8
commit e4381d714c
+3
View File
@@ -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
;