This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 237fdf51fbf arm: Add CDE options for star-mc1 cpu new 0368c425073 libstdc++: Use ADL swap for containers' function objects [P [...]
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/hashtable_policy.h | 8 ++- libstdc++-v3/include/bits/stl_tree.h | 4 +- .../23_containers/set/modifiers/swap/adl.cc | 54 +++++++++++++++++++ .../unordered_set/modifiers/swap-2.cc | 62 ++++++++++++++++++++++ 4 files changed, 125 insertions(+), 3 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/set/modifiers/swap/adl.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/swap-2.cc