This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
08eb343cce893e2594de62f1ab976ed03536cb56
clang-p2996
/
libcxx
/
test
/
std
/
utilities
/
function.objects
/
unord.hash
History
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