1. 41c4de4 Worked around GCC bug 56480. Explicit specialization in a different namespace. by Michael Park · 9 years ago
  2. 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
  3. f912759 Implement P0513R0 - "Poisoning the Hash" by Eric Fiselier · 9 years ago
  4. 918f32f Make variant's index part of the hash value by Eric Fiselier · 9 years ago
  5. 0d3d8de Implement C++17 <variant>. Patch from Michael Park! by Eric Fiselier · 9 years ago
  6. 80e66ac Add <variant> tests but disable them for libc++ by Eric Fiselier · 9 years ago