]> git.ipfire.org Git - thirdparty/gcc.git/commit
2009-02-05 Chris Fairles <cfairles@gcc.gnu.org>
authorcfairles <cfairles@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Feb 2009 17:47:56 +0000 (17:47 +0000)
committercfairles <cfairles@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Feb 2009 17:47:56 +0000 (17:47 +0000)
commit65499df5b86d9965ac162c9e5a41fe12842cf89b
tree30d6e3368f5a827855d0c87cfc91d1ff138a7227
parentbe9d4db86975f4c7fd438ec55fbf684b09f62199
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143969 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver
libstdc++-v3/include/std/thread
libstdc++-v3/src/thread.cc