Skip to content

Commit

Permalink
Merge pull request #226 from sinetek/sinetek/STCK
Browse files Browse the repository at this point in the history
Increase stack depth for boost v1.74.0
  • Loading branch information
abitmore authored Jan 29, 2021
2 parents c996880 + 00968e8 commit eed0e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stacktrace_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ BOOST_AUTO_TEST_CASE(static_variant_depth_test)
if( line.find("_svdt_visitor") != std::string::npos ) count++;
BOOST_CHECK_LT( 1, count ); // test.visit(), static_variant::visit, function object, visitor.
// The actual count depends on compiler and optimization settings.
BOOST_CHECK_GT( 10, count ); // It *should* be less than the number of static variant components.
BOOST_CHECK_GT( 12, count ); // It *should* be less than the number of static variant components.
// some is implementation-dependent
}
#endif
Expand Down

0 comments on commit eed0e9e

Please sign in to comment.