Skip to content

Commit

Permalink
Disable variant_index_type.cpp for MSVC 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Dec 22, 2024
1 parent e2fc107 commit 94749d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ compile variant_visit_cx.cpp : [ requires cxx14_constexpr ] ;
compile variant_visit_cx_2.cpp : [ requires cxx14_constexpr ] ;
compile variant_visit_r_cx.cpp : [ requires cxx14_constexpr ] ;

run variant_index_type.cpp : : : <variant>release ;
run variant_index_type.cpp : : : <variant>release <toolset>msvc,<address-model>32:<build>no ;

0 comments on commit 94749d0

Please sign in to comment.