Skip to content

Commit 87617fd

Browse files
committed
std::tuple -> tuple in test to fix build with -DBUILD_WITH_HANA=true.
1 parent ead639e commit 87617fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parser_symbol_table.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ int main()
316316
add_parser >> roman_numerals >> next_delete_parser >>
317317
roman_numerals);
318318
BOOST_TEST(result);
319-
BOOST_TEST(*result == std::tuple(100, 100));
319+
BOOST_TEST(*result == tuple(100, 100));
320320
}
321321

322322
{

0 commit comments

Comments
 (0)