diff --git a/test/Jamfile b/test/Jamfile index dcc8cac..ac33ebf 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -175,4 +175,9 @@ compile variant_value_construct_cx_4.cpp ; # GCC 12+ false positive -Wmaybe-uninitialized with non-trivially-copyable types run variant_issue_55.cpp - : : : /boost/system//boost_system ; + : : : + /boost/system//boost_system + + # clang-cl 32 bit fails with an assertion in mp_with_index, likely due to a codegen bug + "clang-win,32:no" + ;