shared_ptr.h (shared_ptr(unique_ptr&&), [...]): Remove explicit specifier (as per...
authorRodolfo Lima <rodolfo@rodsoft.org>
Fri, 19 Mar 2010 13:32:05 +0000 (13:32 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 19 Mar 2010 13:32:05 +0000 (13:32 +0000)
commit28de604e8cfe6d00c8e57b98f4a19bf7cf259aa3
treeb4f81593ecde1371504930456b5f7ca5884c0007
parent8a0b1aa4c117e064a0d9e3f92e7c3e9f56d43a8a
shared_ptr.h (shared_ptr(unique_ptr&&), [...]): Remove explicit specifier (as per DR 925).

2010-03-19  Rodolfo Lima  <rodolfo@rodsoft.org>

* include/bits/shared_ptr.h (shared_ptr(unique_ptr&&),
shared_ptr(auto_ptr&&)): Remove explicit specifier (as per DR 925).
* include/bits/shared_ptr_base.h: Likewise.
* testsuite/20_util/shared_ptr/creation/dr925.cc: New.

From-SVN: r157570
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/shared_ptr.h
libstdc++-v3/include/bits/shared_ptr_base.h
libstdc++-v3/testsuite/20_util/shared_ptr/creation/dr925.cc [new file with mode: 0644]