This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from e4aa70cf2 Constrain workaround to avoid affecting other buildbots new c59091fb0 [libc++] Implement P0433: deduction guides for <unordered_map>
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_map | 146 ++++++++++++++- .../unord.map/unord.map.cnstr/deduct.fail.cpp | 106 +++++++++++ .../unord.map/unord.map.cnstr/deduct.pass.cpp | 204 +++++++++++++++++++++ .../unord.map.cnstr/deduct_const.pass.cpp | 172 +++++++++++++++++ .../unord.multimap.cnstr/deduct.fail.cpp | 106 +++++++++++ .../unord.multimap.cnstr/deduct.pass.cpp | 204 +++++++++++++++++++++ .../unord.multimap.cnstr/deduct_const.pass.cpp | 173 +++++++++++++++++ www/cxx2a_status.html | 2 +- 8 files changed, 1106 insertions(+), 7 deletions(-) create mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/deduct.fail.cpp create mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/deduct.pass.cpp create mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/deduct_cons [...] create mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/d [...] create mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/d [...] create mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/d [...]