diff --git a/test/Jamfile b/test/Jamfile index 6d366f7..bd305cb 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -3,9 +3,14 @@ # https://www.boost.org/LICENSE_1_0.txt import testing ; +import ../../config/checks/config : requires ; project : requirements + extra + + [ requires cxx14_return_type_deduction ] + msvc:on clang:on gcc:on ;