From 34e6c165daeae5c2de4515b5213637667ee30abb Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Fri, 25 Aug 2023 11:59:54 +0300 Subject: [PATCH] run tests on more compilers --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 202abd5..5cf540a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -13,7 +13,7 @@ import ../../config/checks/config : requires ; project : source-location . : requirements - [ requires cxx11 ] + [ requires cxx11_rvalue_references ] ; # Variable that contains all the stuff required for linking together on and off