From 7ae86c1a0c7b86ca2ea6034e91dbcd953f3bcf73 Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Sun, 29 Sep 2024 15:41:37 -0500 Subject: [PATCH] Fix macro guard on s1_boost_variant2 tuple_aggregate test. Fixes #179. --- test/tuple_aggregate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tuple_aggregate.cpp b/test/tuple_aggregate.cpp index fc6af6f7..3effce66 100644 --- a/test/tuple_aggregate.cpp +++ b/test/tuple_aggregate.cpp @@ -81,7 +81,7 @@ struct s1_boost_variant std::vector vec_; }; #endif -#if TEST_BOOST_VARIANT +#if TEST_BOOST_VARIANT2 struct s1_boost_variant2 { int i_;