This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 253fe0f6269 Update bitwise_or op_range. new 7a4fced2b12 libstdc++: Add P1206R7 from_range members to std::list and [...] new db798ee38a3 libstdc++: Minor comment improvements in <bits/hashtable.h> new 1a5bdeb1128 libstdc++: Check feature test macros in unordered containers
The 3 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/forward_list.h | 121 +++++++++++++++++++ libstdc++-v3/include/bits/hashtable.h | 5 +- libstdc++-v3/include/bits/stl_list.h | 128 +++++++++++++++++++++ libstdc++-v3/include/bits/unordered_map.h | 28 ++--- libstdc++-v3/include/bits/unordered_set.h | 24 ++-- libstdc++-v3/include/debug/forward_list | 63 ++++++++++ libstdc++-v3/include/debug/list | 56 +++++++++ .../{vector => forward_list}/cons/from_range.cc | 38 +++--- .../modifiers/assign_range.cc} | 48 ++++---- .../modifiers/insert_range_after.cc} | 48 ++++---- .../modifiers/prepend_range.cc} | 37 +++--- .../{vector => list}/cons/from_range.cc | 36 +++--- .../{vector => list}/modifiers/append_range.cc | 29 ++--- .../modifiers/assign/assign_range.cc} | 46 ++++---- .../modifiers/insert/insert_range.cc | 32 ++---- .../modifiers/prepend_range.cc} | 35 ++---- 16 files changed, 541 insertions(+), 233 deletions(-) copy libstdc++-v3/testsuite/23_containers/{vector => forward_list}/cons/from_range [...] copy libstdc++-v3/testsuite/23_containers/{vector/modifiers/append_range.cc => for [...] copy libstdc++-v3/testsuite/23_containers/{vector/modifiers/append_range.cc => for [...] copy libstdc++-v3/testsuite/23_containers/{vector/modifiers/append_range.cc => for [...] copy libstdc++-v3/testsuite/23_containers/{vector => list}/cons/from_range.cc (70%) copy libstdc++-v3/testsuite/23_containers/{vector => list}/modifiers/append_range. [...] copy libstdc++-v3/testsuite/23_containers/{vector/modifiers/append_range.cc => lis [...] copy libstdc++-v3/testsuite/23_containers/{vector => list}/modifiers/insert/insert [...] copy libstdc++-v3/testsuite/23_containers/{vector/modifiers/append_range.cc => lis [...]