j
k
j a
j l
AMDG James Sutherland wrote:
<snip> Is there a way to tell boost::bind to choose the int foo(int i) method rather than the "template<class T> void foo" method?
<snip>
Is there a way to tell boost::bind to choose the int foo(int i) method rather than the "template<class T> void foo" method?
static_cast(&X::foo) In Christ, Steven Watanabe
Back to the thread
Back to the list