21 May 14:54
Re: [thread] test_lock* and test_move* failures on trunk
Markus Schöpflin <markus.schoepflin <at> comsoft.de>
2008-05-21 12:54:01 GMT
2008-05-21 12:54:01 GMT
Anthony Williams wrote:
> Could you try adding the following overload of the thread constructor
> to boost/thread/pthread/thread.hpp
>
> template <class T,class R,class P1,class A1>
> thread(R (T::*f)(P1),A1 a1):
> thread_info(make_thread_info(boost::bind<void>(boost::mem_fn(f),a1)))
> {
> start_thread();
> }
>
> If that makes the problem go away, I'll commit the change.
I tried, but the compiler prefers the other constructor when resolving the
overload, so the error persists.
Markus
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
RSS Feed