OSDN Git Service

2012-07-06 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jul 2012 13:56:24 +0000 (13:56 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jul 2012 13:56:24 +0000 (13:56 +0000)
commitd07e24f4ab59f264d68d21838795349faab5dede
tree5dcea8dca4630da96746ce20aba2830741b701fe
parent6e22509fdedcd7edc0f0f9459ad60338464c1346
2012-07-06  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/53872
* include/std/thread (thread::_M_make_routine): Qualify make_shared
to prevent ADL.
* testsuite/30_threads/thread/adl.cc: New.

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