From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-05-21 08:12:42


Markus Schöpflin:

> Hmm, maybe modifying the tests to use
>
> boost::thread t(mem_fn(&this_type::locking_thread),this)
>
> would be the easiest way out?

We do want the straightforward syntax thread( &this_type::locking_thread,
this ) to work in user code.