Skip to content

Commit 7ae86c1

Browse files
committed
Fix macro guard on s1_boost_variant2 tuple_aggregate test.
Fixes #179.
1 parent e35d066 commit 7ae86c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tuple_aggregate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct s1_boost_variant
8181
std::vector<int> vec_;
8282
};
8383
#endif
84-
#if TEST_BOOST_VARIANT
84+
#if TEST_BOOST_VARIANT2
8585
struct s1_boost_variant2
8686
{
8787
int i_;

0 commit comments

Comments
 (0)