]> git.ipfire.org Git - thirdparty/gcc.git/commit
shared_ptr.h: Default copy ctor and assignment.
authorChase Douglas <chase.douglas@canonical.com>
Tue, 3 Jan 2012 21:37:41 +0000 (21:37 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 3 Jan 2012 21:37:41 +0000 (21:37 +0000)
commit3a7c04d98722e4b3a5c19017103ff81459867005
tree5b799c3ee778f055b48a3090c724ee94a4348ef0
parent117e985fe43c7b2304612b2af02add3630a3fb7f
shared_ptr.h: Default copy ctor and assignment.

2012-01-03  Chase Douglas  <chase.douglas@canonical.com>
    Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/bits/shared_ptr.h: Default copy ctor and assignment.
* include/bits/shared_ptr_base.h: Likewise.
* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Adjust dg-error
line numbers.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Likewise.

Co-Authored-By: Jonathan Wakely <jwakely.gcc@gmail.com>
From-SVN: r182859
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/cons/43820_neg.cc
libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc