From 5c48ad9a7992dee4629968b1804bbcc8d89da9ea Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Mon, 3 Oct 2022 08:08:02 -0700 Subject: [PATCH] Update test Jamfile to use cxx14_constexpr as a requirement for targets so msvc gets run --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index ca746a62..888e3b7d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -7,7 +7,7 @@ import testing ; import ../../config/checks/config : requires ; -CPP14 = [ requires cxx14 ] ; +CPP14 = [ requires cxx14_constexpr ] ; # Adding -Wundef is blocked on (at least) # https://github.com/boostorg/type_traits/issues/165