j
k
j a
j l
Rutger ter Borg wrote:
template< typename Z > struct A { template< typename X > void f( bool ) { bind(&A<Z>::f<X>, this, _1)( true ); } };
Untested: bind(&A<Z>::template f<X>, this, _1)( true ); Best regards Olaf Krzikalla
Back to the thread
Back to the list