This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b905ce8caf0 d: Merge upstream dmd 1b34fea478, phobos 40ffbb364 new ae54d8cb51e libstdc++: Define __cpp_lib_containers_ranges in appropriat [...]
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/include/bits/basic_string.h | 16 ++++++++-------- libstdc++-v3/include/bits/cow_string.h | 10 +++++----- libstdc++-v3/include/bits/deque.tcc | 4 ++-- libstdc++-v3/include/bits/forward_list.h | 20 ++++++++++---------- libstdc++-v3/include/bits/ranges_base.h | 4 +++- libstdc++-v3/include/bits/stl_bvector.h | 8 ++++---- libstdc++-v3/include/bits/stl_deque.h | 12 ++++++------ libstdc++-v3/include/bits/stl_list.h | 12 ++++++------ libstdc++-v3/include/bits/stl_map.h | 8 ++++---- libstdc++-v3/include/bits/stl_multimap.h | 8 ++++---- libstdc++-v3/include/bits/stl_multiset.h | 8 ++++---- libstdc++-v3/include/bits/stl_queue.h | 14 +++++++------- libstdc++-v3/include/bits/stl_set.h | 8 ++++---- libstdc++-v3/include/bits/stl_stack.h | 8 ++++---- libstdc++-v3/include/bits/stl_vector.h | 16 ++++++++-------- libstdc++-v3/include/bits/unordered_map.h | 14 +++++++------- libstdc++-v3/include/bits/unordered_set.h | 14 +++++++------- libstdc++-v3/include/bits/vector.tcc | 4 ++-- libstdc++-v3/include/bits/version.def | 16 ++++++++-------- libstdc++-v3/include/bits/version.h | 10 ++++++++++ libstdc++-v3/include/debug/deque | 8 ++++---- libstdc++-v3/include/debug/forward_list | 10 +++++----- libstdc++-v3/include/debug/list | 10 +++++----- libstdc++-v3/include/debug/map.h | 4 ++-- libstdc++-v3/include/debug/multimap.h | 4 ++-- libstdc++-v3/include/debug/multiset.h | 4 ++-- libstdc++-v3/include/debug/set.h | 4 ++-- libstdc++-v3/include/debug/unordered_map | 8 ++++---- libstdc++-v3/include/debug/unordered_set | 8 ++++---- libstdc++-v3/include/debug/vector | 6 +++--- libstdc++-v3/include/std/deque | 1 + libstdc++-v3/include/std/forward_list | 1 + libstdc++-v3/include/std/list | 1 + libstdc++-v3/include/std/map | 1 + libstdc++-v3/include/std/queue | 1 + libstdc++-v3/include/std/set | 1 + libstdc++-v3/include/std/stack | 1 + libstdc++-v3/include/std/string | 1 + libstdc++-v3/include/std/unordered_map | 1 + libstdc++-v3/include/std/unordered_set | 1 + libstdc++-v3/include/std/vector | 1 + .../21_strings/basic_string/cons/from_range.cc | 5 +++++ .../testsuite/23_containers/deque/cons/from_range.cc | 5 +++++ .../23_containers/forward_list/cons/from_range.cc | 6 +++++- .../testsuite/23_containers/list/cons/from_range.cc | 5 +++++ .../testsuite/23_containers/map/cons/from_range.cc | 7 ++++++- .../23_containers/multimap/cons/from_range.cc | 7 ++++++- .../23_containers/multiset/cons/from_range.cc | 7 ++++++- .../23_containers/priority_queue/cons_from_range.cc | 7 ++++++- .../testsuite/23_containers/queue/cons_from_range.cc | 7 ++++++- .../testsuite/23_containers/set/cons/from_range.cc | 7 ++++++- .../testsuite/23_containers/stack/cons_from_range.cc | 7 ++++++- .../23_containers/unordered_map/cons/from_range.cc | 7 ++++++- .../unordered_multimap/cons/from_range.cc | 7 ++++++- .../unordered_multiset/cons/from_range.cc | 7 ++++++- .../23_containers/unordered_set/cons/from_range.cc | 7 ++++++- .../23_containers/vector/bool/cons/from_range.cc | 6 ++++++ .../23_containers/vector/cons/from_range.cc | 5 +++++ 58 files changed, 254 insertions(+), 146 deletions(-)