forked from boostorg/function
Fixed broken testcases that came from tutorial sample code
[SVN r16935]
This commit is contained in:
@ -21,4 +21,3 @@ boost::function<void (int values[], int n, int& sum, float& avg)> sum_avg;
|
||||
sum_avg = &do_sum_avg;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user