2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-24 18:02:22 +00:00

converted tabs to spaces

[SVN r13781]
This commit is contained in:
Jaakko Järvi
2002-05-09 17:05:16 +00:00
parent 2942562072
commit d65bfa94ca
5 changed files with 25 additions and 25 deletions

View File

@@ -123,14 +123,14 @@ int test_main(int, char *[]) {
result =
bind(&sum_of_args_1, // 12
bind(&sum_of_args_4, // 12
bind(&sum_of_args_2, // 3
bind(&sum_of_args_1, // 1
bind(&sum_of_args_1, _1) // 1
),
_2),
_2,
_3,
4)
bind(&sum_of_args_2, // 3
bind(&sum_of_args_1, // 1
bind(&sum_of_args_1, _1) // 1
),
_2),
_2,
_3,
4)
)(i, j, k);
BOOST_TEST(result == 12);