This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from ebaf7da Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros. new eaf2920 Diagnose non-const-callable hash functions and comparators
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/__hash_table | 36 ++++++++++++++ include/__tree | 11 ++--- include/type_traits | 9 ---- include/unordered_map | 8 +--- .../associative/non_const_comparator.fail.cpp | 4 +- .../containers/unord/non_const_comparator.fail.cpp | 56 ++++++++++++++++++++++ 6 files changed, 100 insertions(+), 24 deletions(-) create mode 100644 test/libcxx/containers/unord/non_const_comparator.fail.cpp