This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 260e0a389a7 cobol: use ldirname in cdf-copy.cc new 8744d53db1b libstdc++: Add P1206R7 from_range members to ordered maps [ [...]
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/ranges_base.h | 8 ++ libstdc++-v3/include/bits/stl_map.h | 59 ++++++++ libstdc++-v3/include/bits/stl_multimap.h | 60 ++++++++ .../testsuite/23_containers/map/cons/from_range.cc | 155 +++++++++++++++++++++ .../map/modifiers/insert/insert_range.cc | 102 ++++++++++++++ .../23_containers/multimap/cons/from_range.cc | 155 +++++++++++++++++++++ .../multimap/modifiers/insert/insert_range.cc | 99 +++++++++++++ 7 files changed, 638 insertions(+) create mode 100644 libstdc++-v3/testsuite/23_containers/map/cons/from_range.cc create mode 100644 libstdc++-v3/testsuite/23_containers/map/modifiers/insert/inser [...] create mode 100644 libstdc++-v3/testsuite/23_containers/multimap/cons/from_range.cc create mode 100644 libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/ [...]