This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b7bb52644cb diagnostics: add labeling of source ranges new 7850264f749 Refactor uses-allocator construction
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 | 22 ++++++ libstdc++-v3/include/bits/uses_allocator.h | 5 +- libstdc++-v3/include/experimental/memory_resource | 34 ++-------- libstdc++-v3/include/std/memory_resource | 40 ++++------- libstdc++-v3/include/std/scoped_allocator | 6 +- .../construct_pair.cc | 21 +++--- .../70966.cc => polymorphic_allocator/1.cc} | 53 +++++---------- .../polymorphic_allocator/construct_pair.cc | 78 ++++++++++++++++++++++ 8 files changed, 155 insertions(+), 104 deletions(-) copy libstdc++-v3/testsuite/20_util/{scoped_allocator => polymorphic_allocator}/co [...] copy libstdc++-v3/testsuite/experimental/{memory_resource/70966.cc => polymorphic_ [...] create mode 100644 libstdc++-v3/testsuite/experimental/polymorphic_allocator/const [...]