tzlaine / parser

A C++ parser combinator library.
Boost Software License 1.0
69 stars 12 forks source link

Build fails when no boost::variant2 #179

Open isominsky opened 3 weeks ago

isominsky commented 3 weeks ago

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_boostvariant std::vector vec; };

endif

-#if TEST_BOOST_VARIANT +#if TEST_BOOST_VARIANT2 struct s1_boostvariant2 { int i;