mirror of
https://github.com/boostorg/lambda2.git
synced 2025-05-12 06:01:41 +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
|
# https://www.boost.org/LICENSE_1_0.txt
|
||||||
|
|
||||||
import testing ;
|
import testing ;
|
||||||
|
import ../../config/checks/config : requires ;
|
||||||
|
|
||||||
project : requirements
|
project : requirements
|
||||||
|
|
||||||
<warnings>extra
|
<warnings>extra
|
||||||
|
|
||||||
|
[ requires cxx14_return_type_deduction ]
|
||||||
|
|
||||||
<toolset>msvc:<warnings-as-errors>on
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
<toolset>clang:<warnings-as-errors>on
|
<toolset>clang:<warnings-as-errors>on
|
||||||
<toolset>gcc:<warnings-as-errors>on ;
|
<toolset>gcc:<warnings-as-errors>on ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user