Disable variant_issue_55.cpp on clang-cl 32 bit

This commit is contained in:
Peter Dimov
2026-01-02 12:29:11 +02:00
parent e6b336ec68
commit 155ed414ab

View File

@@ -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
: : : <library>/boost/system//boost_system ;
: : :
<library>/boost/system//boost_system
# clang-cl 32 bit fails with an assertion in mp_with_index, likely due to a codegen bug
"<toolset>clang-win,<address-model>32:<build>no"
;