From 94749d088d3f98a018d9ecb6afabed5f502ef0c3 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 22 Dec 2024 02:44:02 +0200 Subject: [PATCH] Disable variant_index_type.cpp for MSVC 32 bit --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;