This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dbbe97e 2016-10-19 Jerry DeLisle jvdelisle@gcc.gnu.org new 9d7f88a Make std::enable_shared_from_this cope with ambiguity
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 35 +++++++++ libstdc++-v3/include/backward/auto_ptr.h | 2 +- libstdc++-v3/include/bits/shared_ptr.h | 23 +++--- libstdc++-v3/include/bits/shared_ptr_base.h | 82 ++++++++++------------ .../include/experimental/bits/shared_ptr.h | 69 +++++++++++++----- .../swap.cc => cons/enable_shared_from_this.cc} | 36 +++++----- .../memory/shared_ptr/cons/unique_ptr_ctor.cc | 11 ++- 7 files changed, 160 insertions(+), 98 deletions(-) copy libstdc++-v3/testsuite/experimental/memory/shared_ptr/{modifiers/swap.cc => c [...]