This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 87c034e9b66 2018-08-24 Thomas Koenig tkoenig@gcc.gnu.org new 94857fa1a96 Forward declare debug containers so std::pmr aliases work
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 | 31 ++++++++++++++++++++++ libstdc++-v3/include/debug/deque | 5 ++++ libstdc++-v3/include/debug/forward_list | 5 ++++ libstdc++-v3/include/debug/list | 5 ++++ libstdc++-v3/include/debug/map | 8 ++++++ libstdc++-v3/include/debug/set | 6 +++++ libstdc++-v3/include/debug/unordered_map | 10 +++++++ libstdc++-v3/include/debug/unordered_set | 7 +++++ libstdc++-v3/include/debug/vector | 5 ++++ .../deque/types/pmr_typedefs_debug.cc} | 13 +++++---- .../forward_list/pmr_typedefs_debug.cc} | 13 +++++---- .../list/pmr_typedefs_debug.cc} | 13 +++++---- .../map/pmr_typedefs_debug.cc} | 14 +++++----- .../multimap/pmr_typedefs_debug.cc} | 14 +++++----- .../multiset/pmr_typedefs_debug.cc} | 14 +++++----- .../set/pmr_typedefs_debug.cc} | 14 +++++----- .../unordered_map/pmr_typedefs_debug.cc} | 17 +++++------- .../unordered_multimap/pmr_typedefs_debug.cc} | 24 ++++++----------- .../unordered_multiset/pmr_typedefs_debug.cc} | 17 +++++------- .../unordered_set/pmr_typedefs_debug.cc} | 14 +++++----- .../vector/cons/destructible_debug_neg.cc | 2 +- .../vector/types/pmr_typedefs_debug.cc} | 13 +++++---- 22 files changed, 164 insertions(+), 100 deletions(-) copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 23_containers/deque/types [...] copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 23_containers/forward_lis [...] copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 23_containers/list/pmr_ty [...] copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 23_containers/map/pmr_typ [...] copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 23_containers/multimap/pm [...] copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 23_containers/multiset/pm [...] copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 23_containers/set/pmr_typ [...] copy libstdc++-v3/testsuite/{21_strings/basic_string_view/cons/char/nonnull.cc => [...] copy libstdc++-v3/testsuite/{20_util/variant/85183.cc => 23_containers/unordered_m [...] copy libstdc++-v3/testsuite/{21_strings/basic_string_view/operations/compare/char/ [...] copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 23_containers/unordered_s [...] copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 23_containers/vector/type [...]