Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
utilities
/
variant
/
variant.hash
41c4de4
Worked around GCC bug 56480. Explicit specialization in a different namespace.
by Michael Park
· 9 years ago
7c80338
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
by Marshall Clow
· 9 years ago
f912759
Implement P0513R0 - "Poisoning the Hash"
by Eric Fiselier
· 9 years ago
918f32f
Make variant's index part of the hash value
by Eric Fiselier
· 9 years ago
0d3d8de
Implement C++17 <variant>. Patch from Michael Park!
by Eric Fiselier
· 9 years ago
80e66ac
Add <variant> tests but disable them for libc++
by Eric Fiselier
· 9 years ago