
Hi, In a recent build error thread I saw that new thread library's emulated move semantics were placed in boost namespace. I think this hasn't been discussed in the list and I'm afraid this can be problematic if other libraries go the same route. I've used my own move-emulation version in Boost.Interprocess under boost::interprocess namespace. I would really like to switch to the boost namespace version (supposing it's the official or pseudo-official move semantics emulation code) but newly added move emulation from thread is in boost/thread/detail and that suggests it's an implementation detail. Is there any chance to move that code to boost root so that I can start also using this or we should wait until a move emulation library is accepted? Regards, Ion