This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3bc1283 Do the operator= SFINAE in the return type for optional, not [...] new 67dfc6a Prepare shared_ptr for array support
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 | 57 +++++ libstdc++-v3/include/backward/auto_ptr.h | 4 +- libstdc++-v3/include/bits/shared_ptr.h | 221 ++++++++++-------- libstdc++-v3/include/bits/shared_ptr_base.h | 255 +++++++++++++-------- .../20_util/shared_ptr/assign/auto_ptr_neg.cc | 2 +- .../shared_ptr/casts/{1.cc => reinterpret.cc} | 17 +- .../testsuite/20_util/shared_ptr/cons/auto_ptr.cc | 33 ++- .../20_util/shared_ptr/cons/unique_ptr.cc | 33 ++- .../testsuite/20_util/shared_ptr/cons/void_neg.cc | 4 + 9 files changed, 419 insertions(+), 207 deletions(-) copy libstdc++-v3/testsuite/20_util/shared_ptr/casts/{1.cc => reinterpret.cc} (67%)