This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 2c8aa05 Fix __wrap_iter in debug mode and apply _NOEXCEPT_DEBUG to it new 47257c4 Add tests for unordered container tests and std::string new 72a67ff Fix stupid build error caused by a stupid person
The 2 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/__debug | 3 + include/__hash_table | 24 +- include/string | 12 +- include/unordered_map | 2 +- test/libcxx/debug/containers/db_string.pass.cpp | 96 ++++++ .../containers/db_unord_container_tests.pass.cpp | 66 ++++ test/libcxx/test/config.py | 3 + test/support/debug_mode_helper.h | 382 +++++++++++++++++++++ 8 files changed, 573 insertions(+), 15 deletions(-) create mode 100644 test/libcxx/debug/containers/db_string.pass.cpp create mode 100644 test/libcxx/debug/containers/db_unord_container_tests.pass.cpp create mode 100644 test/support/debug_mode_helper.h