This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-03 20:26:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
utilities
/
function.objects
/
unord.hash
History
Marshall Clow
7c803385a7
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
...
llvm-svn: 298573
2017-03-23 02:40:28 +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
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