mirror of
https://github.com/boostorg/local_function.git
synced 2026-01-26 06:32:24 +00:00
Split Utility/IdentityType and Functional/OverloadedFunction tests into smaller tests.
Updated docs for ScopeExit, LocalFunction, Utility/IdentityType, and Functional/OverloadedFunction. [SVN r77484]
This commit is contained in:
@@ -25,7 +25,7 @@ BOOST_AUTO_TEST_CASE( test_add_lambda )
|
||||
int nums[] = {2, 3};
|
||||
std::for_each(nums, nums + 2, add); // Pass it to an algorithm.
|
||||
|
||||
BOOST_CHECK( sum == 60 ); // Assert final summation value.
|
||||
BOOST_CHECK(sum == 60); // Assert final summation value.
|
||||
}
|
||||
//]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user