2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-22 05:12:51 +00:00
[SVN r12899]
This commit is contained in:
Jaakko Järvi
2002-02-22 15:24:53 +00:00
parent 1a698677ad
commit d86ebf9f1a

View File

@@ -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);