2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-19 04:22:13 +00:00

Fix macro guard on s1_boost_variant2 tuple_aggregate test.

Fixes #179.
This commit is contained in:
Zach Laine
2024-09-29 15:41:37 -05:00
parent e35d066f44
commit 7ae86c1a0c

View File

@@ -81,7 +81,7 @@ struct s1_boost_variant
std::vector<int> vec_;
};
#endif
#if TEST_BOOST_VARIANT
#if TEST_BOOST_VARIANT2
struct s1_boost_variant2
{
int i_;