mirror of
https://github.com/boostorg/local_function.git
synced 2026-01-23 05:42:09 +00:00
Added test for sequence syntax (to run with and without variadic macro support) and disabled variadic syntax test when variadic macros are not supported.
Updated docs. [SVN r77078]
This commit is contained in:
@@ -29,9 +29,9 @@ BOOST_AUTO_TEST_CASE( test_add_lambda )
|
||||
}
|
||||
//]
|
||||
|
||||
#else // NO_LAMBDAS
|
||||
#else
|
||||
|
||||
int main(void) { return 0; } // Trivial program.
|
||||
int main(void) { return 0; } // Trivial test.
|
||||
|
||||
#endif // NO_LAMBDAS
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user