This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c26e83918b5 libstdc++: Fix grammar in comment, again new dd08cdccc36 libstdc++: Define __is_pair variable template for C++11 new 90c578654a2 libstdc++: Fix conversions to key/value types for hash tabl [...] new e97179bacd0 libstdc++: Improve comment for _Hashtable::_M_insert_unique_node
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/hashtable.h | 40 ++++++++---------- libstdc++-v3/include/bits/hashtable_policy.h | 34 ---------------- libstdc++-v3/include/bits/stl_pair.h | 6 +++ .../23_containers/unordered_map/insert/115285.cc | 47 ++++++++++++++++++++++ .../testsuite/23_containers/unordered_set/96088.cc | 2 +- .../23_containers/unordered_set/insert/115285.cc | 28 +++++++++++++ 6 files changed, 99 insertions(+), 58 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/insert/115285.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/insert/115285.cc