diff --git a/test/Jamfile b/test/Jamfile index 6939dd5..61fdff6 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -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 : : : release ; +run variant_index_type.cpp : : : release msvc,32:no ;