mirror of
https://github.com/boostorg/function.git
synced 2026-07-08 17:30:51 +02:00
Fixed broken testcases that came from tutorial sample code
[SVN r16935]
This commit is contained in:
@@ -22,7 +22,7 @@ int test_main(int, char*[])
|
||||
function <unsigned(double)> f2 = bind(f1, false, _1);
|
||||
function <unsigned()> f3 = bind(f2, 4.0);
|
||||
|
||||
unsigned result = f3();
|
||||
f3();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user