[c++0x] std::thread fixes

Benjamin Kosnik bkoz@redhat.com
Thu Jan 22 22:29:00 GMT 2009


> 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.

Thanks for doing this.


>         * 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

This is ok: please check it in.

-benjamin



More information about the Libstdc++ mailing list