mirror of
https://github.com/boostorg/variant2.git
synced 2026-01-19 04:42:16 +00:00
Disable variant_issue_55.cpp on clang-cl 32 bit
This commit is contained in:
@@ -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"
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user