forked from boostorg/function
Stupid fix, from mainline
[SVN r19490]
This commit is contained in:
@ -25,7 +25,7 @@ void do_sum_avg(int values[], int n, int& sum, float& avg)
|
|||||||
}
|
}
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
boost::function4<void, int[], int, int&, float> sum_avg;
|
boost::function4<void, int[], int, int&, float&> sum_avg;
|
||||||
sum_avg = &do_sum_avg;
|
sum_avg = &do_sum_avg;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user