This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 5bfbd7dac The apple versions of clang don't support deduction guides yet. new 9e6ac074e Use multi-key tree search for {map, set}::{count, equal_range}
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: include/map | 6 +-- include/set | 6 +-- .../map/map.ops/count_transparent.pass.cpp | 50 ++++++++++++++++++ .../map/map.ops/equal_range_transparent.pass.cpp | 60 ++++++++++++++++++++++ .../multimap.ops/count_transparent.pass.cpp | 50 ++++++++++++++++++ .../multimap.ops/equal_range_transparent.pass.cpp | 60 ++++++++++++++++++++++ .../multiset/count_transparent.pass.cpp | 51 ++++++++++++++++++ .../multiset/equal_range_transparent.pass.cpp | 60 ++++++++++++++++++++++ .../associative/set/count_transparent.pass.cpp | 51 ++++++++++++++++++ .../set/equal_range_transparent.pass.cpp | 60 ++++++++++++++++++++++ 10 files changed, 448 insertions(+), 6 deletions(-) create mode 100644 test/std/containers/associative/map/map.ops/count_transparent.pass.cpp create mode 100644 test/std/containers/associative/map/map.ops/equal_range_transpa [...] create mode 100644 test/std/containers/associative/multimap/multimap.ops/count_tra [...] create mode 100644 test/std/containers/associative/multimap/multimap.ops/equal_ran [...] create mode 100644 test/std/containers/associative/multiset/count_transparent.pass.cpp create mode 100644 test/std/containers/associative/multiset/equal_range_transparen [...] create mode 100644 test/std/containers/associative/set/count_transparent.pass.cpp create mode 100644 test/std/containers/associative/set/equal_range_transparent.pass.cpp