mirror of
https://github.com/boostorg/function.git
synced 2025-07-17 06:32:13 +02:00
Regenerated
[SVN r17084]
This commit is contained in:
@ -20,4 +20,6 @@ boost::function<void (int values[], int n, int& sum, float& avg)> sum_avg;
|
||||
|
||||
sum_avg = &do_sum_avg;
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user