From 155ed414abf2ebaa980ee515479bad0dce834b2f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 2 Jan 2026 12:29:11 +0200 Subject: [PATCH] Disable variant_issue_55.cpp on clang-cl 32 bit --- test/Jamfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" + ;