]> git.ipfire.org Git - thirdparty/gcc.git/commit
thread (__thread_data_base): Nest class in std::thread.
authorChris Fairles <cfairles@gcc.gnu.org>
Thu, 5 Feb 2009 17:47:56 +0000 (17:47 +0000)
committerChris Fairles <cfairles@gcc.gnu.org>
Thu, 5 Feb 2009 17:47:56 +0000 (17:47 +0000)
commit8644ecf59d370800fb1145f5facc66136d95039f
tree30d6e3368f5a827855d0c87cfc91d1ff138a7227
parentee04b57491958360b550bbb8047f85940ce28541
thread (__thread_data_base): Nest class in std::thread.

2009-02-05  Chris Fairles  <cfairles@gcc.gnu.org>
            Benjamin Kosnik  <bkoz@redhat.com>

        * include/std/thread (__thread_data_base): Nest class in std::thread.
        (__thread_data): Likewise.
        (__thread_data_ptr): Nest typedef in std::thread.
        * src/thread.cc (__thread_proxy): Qualify the above names.
        * config/abi/pre/gnu.ver: Remove unused exports.

Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r143969
libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver
libstdc++-v3/include/std/thread
libstdc++-v3/src/thread.cc