[c++0x] std::thread fixes
Jonathan Wakely
jwakely.gcc@gmail.com
Thu Jan 22 22:19:00 GMT 2009
2009/1/22 Benjamin Kosnik:
>
> Can we break this patch down into a couple patches, and move a bit more
> incrementally?
Sure, this just adds the move ops and renames the member functions, it
doesn't change the type names __thread_data_base, __thread_data or
__thread_data_ptr.
I've remembered the diff for the ABI exports this time too.
* include/std/thread (__thread_data_base, thread): Rename member
functions to match coding style.
(thread::thread,thread::operator=): Define move operations.
* src/thread.cc (__thread_data_base, thread): Rename member functions.
* config/abi/pre/gnu.ver: Adjust.
tested x86_64 linux
-------------- next part --------------
A non-text attachment was scrubbed...
Name: thread3.patch
Type: text/x-patch
Size: 3201 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20090122/e896390e/attachment.bin>
More information about the Libstdc++
mailing list