j
k
j a
j l
Jacques A. Vidrine wrote:
bind(xprint2, &cerr, _1)( bind(&shared_ptr<string>::get, _1)(p) );
Try bind(xprint2, &cerr, bind(&shared_ptr<string>::get, _1)) (p); instead.
Back to the thread
Back to the list