This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6d191b1 Update copyright years. new 62f4f6a Implement 2801, Default-constructibility of unique_ptr. * inc [...]
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 | 17 ++++++ libstdc++-v3/include/bits/unique_ptr.h | 62 ++++++++++++++-------- .../20_util/unique_ptr/assign/48635_neg.cc | 4 +- .../20_util/unique_ptr/cons/cv_qual_neg.cc | 2 +- .../testsuite/20_util/unique_ptr/cons/default.cc | 40 ++++++++++++++ .../20_util/unique_ptr/cons/ptr_deleter_neg.cc | 14 +++-- 6 files changed, 107 insertions(+), 32 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/cons/default.cc