This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 9eaa4d176 build: use multiple `install` rather than building up a list new 298085030 [libc++] Implement deduction guides for <unordered_set>
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/unordered_set | 122 ++++++++++++- .../unord.multiset.cnstr/deduct.fail.cpp | 97 ++++++++++ .../unord.multiset.cnstr/deduct.pass.cpp | 196 +++++++++++++++++++++ .../unord.set/unord.set.cnstr/deduct.fail.cpp | 97 ++++++++++ .../unord.set/unord.set.cnstr/deduct.pass.cpp | 196 +++++++++++++++++++++ 5 files changed, 702 insertions(+), 6 deletions(-) create mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/d [...] create mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/d [...] create mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/deduct.fail.cpp create mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/deduct.pass.cpp