17 Mar
2015
17 Mar
'15
10:24 p.m.
AMDG On 03/14/2015 03:51 PM, Peter Dimov wrote:
An example that doesn't use boost::bind is:
int main() { boost::function
f2( &a ); } This, too, worked before the change and doesn't now.
One of these has to fail:
int ref(int&);
int rref(int&&);
boost::function