From bff4171ee7966b3334270e8baa7a178ab195a81e Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Tue, 21 Jul 2026 10:41:50 -0400 Subject: [PATCH] Fix unescaped character warning from b2 --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index fd3e5b99de..28f235eb70 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1116,7 +1116,7 @@ test-suite interpolators : [ run compile_test/interpolators_catmull_rom_concept_test.cpp compile_test_main : : : [ requires cxx11_hdr_array cxx11_hdr_initializer_list ] ] [ run test_standalone_asserts.cpp ] [ run differential_evolution_test.cpp : : : [ requires cxx17_if_constexpr cxx17_std_apply ] ] - [ run jso_test.cpp : : : clang:-fno-fast-math gcc:-fno-fast-math msvc:/fp:precise [ requires cxx17_if_constexpr cxx17_std_apply ] ] + [ run jso_test.cpp : : : clang:-fno-fast-math gcc:-fno-fast-math msvc:"/fp:precise" [ requires cxx17_if_constexpr cxx17_std_apply ] ] [ run random_search_test.cpp : : : [ requires cxx17_if_constexpr cxx17_std_apply ] ] [ run cma_es_test.cpp : : : [ requires cxx17_if_constexpr cxx17_std_apply ] [ check-target-builds ../../multiprecision/config//has_eigen : : no ] ] [ compile compile_test/random_search_incl_test.cpp : [ requires cxx17_if_constexpr cxx17_std_apply ] ]