mirror of
https://github.com/boostorg/lambda2.git
synced 2025-05-11 05:33:57 +00:00
Disable tests on C++11 and below
This commit is contained in:
parent
724c19b480
commit
be5c80c9ec
@ -3,9 +3,14 @@
|
||||
# https://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
import testing ;
|
||||
import ../../config/checks/config : requires ;
|
||||
|
||||
project : requirements
|
||||
|
||||
<warnings>extra
|
||||
|
||||
[ requires cxx14_return_type_deduction ]
|
||||
|
||||
<toolset>msvc:<warnings-as-errors>on
|
||||
<toolset>clang:<warnings-as-errors>on
|
||||
<toolset>gcc:<warnings-as-errors>on ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user