This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5edfbaf16a 2019-10-23 Jozef Lawrynowicz jozef.l@mittosystems.com new f34b64d760a PR c++/91369 Implement P0784R7 changes to allocation and co [...] new 8cb9169f976 Make std::invoke usable in constant expressions
The 2 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 | 59 ++++++++++ libstdc++-v3/include/bits/alloc_traits.h | 125 +++++++++++++------- libstdc++-v3/include/bits/allocator.h | 37 +++++- libstdc++-v3/include/bits/stl_construct.h | 128 +++++++++++++-------- libstdc++-v3/include/bits/stl_uninitialized.h | 4 +- libstdc++-v3/include/ext/alloc_traits.h | 16 ++- libstdc++-v3/include/ext/malloc_allocator.h | 4 +- libstdc++-v3/include/ext/new_allocator.h | 4 +- libstdc++-v3/include/std/functional | 11 +- libstdc++-v3/include/std/version | 1 + .../invoke/constexpr.cc} | 24 ++-- .../testsuite/20_util/headers/memory/synopsis.cc | 6 + .../20_util/scoped_allocator/69293_neg.cc | 3 + .../specialized_algorithms/construct_at/1.cc | 64 +++++++++++ .../vector/cons/destructible_debug_neg.cc | 4 + .../23_containers/vector/cons/destructible_neg.cc | 4 + 16 files changed, 368 insertions(+), 126 deletions(-) copy libstdc++-v3/testsuite/20_util/{reference_wrapper/incomplete.cc => function_o [...] create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/construct [...]