
4 Dec
2007
4 Dec
'07
3:59 p.m.
Anthony Williams wrote:
Anthony Williams <anthony_w.geo <at> yahoo.com> writes:
Currently, the boost::move in question is an implementation detail of thread. It is an oversight that it is in the boost namespace and not the detail namespace.
I have now fixed this: I have renamed it to boost::detail::thread_move (and boost::detail::thread_move_t
Hmm... I guess that means users are not allowed to move Boost.Thread components. That's a shame, because I was using this feature in my development. Maybe moving to boost::threads namespace or just renaming them would be a better solution?