llvm-project/libcxx/test/std/utilities/function.objects/unord.hash
Marshall Clow d832316853 Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until C++17
llvm-svn: 298580
2017-03-23 06:20:18 +00:00
..
enabled_hashes.pass.cpp Implement P0513R0 - "Poisoning the Hash" 2017-01-21 00:02:12 +00:00
enum.fail.cpp
enum.pass.cpp Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 2017-03-23 02:40:28 +00:00
floating.pass.cpp Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 2017-03-23 02:40:28 +00:00
integral.pass.cpp Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 2017-03-23 02:40:28 +00:00
non_enum.pass.cpp Implement LWG 2148: Make non-enum default hash specialization well-formed 2016-08-10 22:45:26 +00:00
pointer.pass.cpp Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until C++17 2017-03-23 06:20:18 +00:00