mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-22 05:12:51 +00:00
spacing
[SVN r12899]
This commit is contained in:
@@ -53,6 +53,7 @@ int test_main(int, char *[]) {
|
||||
int i = 1; int j = 2; int k = 3;
|
||||
int result;
|
||||
|
||||
|
||||
// bind all parameters
|
||||
BOOST_TEST(bind(sum_of_args_0)()==0);
|
||||
BOOST_TEST(bind(sum_of_args_1, 1)()==1);
|
||||
|
||||
Reference in New Issue
Block a user