mirror of
https://github.com/boostorg/parser.git
synced 2026-01-19 04:22:13 +00:00
std::tuple -> tuple in test to fix build with -DBUILD_WITH_HANA=true.
This commit is contained in:
@@ -316,7 +316,7 @@ int main()
|
||||
add_parser >> roman_numerals >> next_delete_parser >>
|
||||
roman_numerals);
|
||||
BOOST_TEST(result);
|
||||
BOOST_TEST(*result == std::tuple(100, 100));
|
||||
BOOST_TEST(*result == tuple(100, 100));
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user