llvm-project/libcxx/test/support/test.support
Eric Fiselier f9127593a9 Implement P0513R0 - "Poisoning the Hash"
Summary:
Exactly what the title says.

This patch also adds a `std::hash<nullptr_t>` specialization in C++17, but it was not added by this paper and I can't find the actual paper that adds it.

See http://wg21.link/P0513R0 for more info.

If there are no comments in the next couple of days I'll commit this

Reviewers: mclow.lists, K-ballo, EricWF

Reviewed By: EricWF

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D28938

llvm-svn: 292684
2017-01-21 00:02:12 +00:00
..
test_convertible_header.pass.cpp
test_demangle.pass.cpp Fix demangle helper after r286788 2017-01-20 00:00:31 +00:00
test_macros_header_exceptions.fail.cpp
test_macros_header_exceptions.pass.cpp
test_macros_header_rtti.fail.cpp
test_macros_header_rtti.pass.cpp
test_poisoned_hash_helper.pass.cpp Implement P0513R0 - "Poisoning the Hash" 2017-01-21 00:02:12 +00:00