OSDN Git Service

PR libstdc++/53830
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Jul 2012 01:10:10 +0000 (01:10 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Jul 2012 01:10:10 +0000 (01:10 +0000)
commit193909def700c079781f2f87a0ff52d72db193ba
tree023951295f7b17a43eee0611fec65403085b9e81
parent1749178bc77bac7e5ab6d972aad4a1f84bd942d2
PR libstdc++/53830
* include/std/condition_variable (condition_variable_any::wait):
Move _Unlock type to class scope.
(condition_variable_any::wait_until): Reuse it.
* testsuite/30_threads/condition_variable_any/53830.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@189275 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/condition_variable
libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc [new file with mode: 0644]