2
0
mirror of https://github.com/boostorg/lambda2.git synced 2026-01-19 04:22:07 +00:00

Fix typo in test/lookup_problem.cpp

This commit is contained in:
Peter Dimov
2021-06-27 03:59:51 +03:00
parent b89df4b867
commit 82820de89d

View File

@@ -19,6 +19,6 @@ namespace N
int main()
{
BOOST_TEST_EQ( plus_one( 4 ), 5 );
BOOST_TEST_EQ( N::plus_one( 4 ), 5 );
return boost::report_errors();
}