This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9af74114e1e Fix typo in my last ChangeLog entry. new 199f729ee3a Implement LWG 2905 changes to constrain unique_ptr constructors
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 | 19 +++++ libstdc++-v3/include/bits/unique_ptr.h | 90 +++++++++++++--------- .../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/lwg2905.cc | 78 +++++++++++++++++++ .../specialized_algorithms/swap_cxx17.cc | 9 ++- 6 files changed, 160 insertions(+), 42 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/cons/lwg2905.cc