| commit | 7c803385a75cf59c1730e8bdcf295c5a47ce36f2 | [log] [tgz] |
|---|---|---|
| author | Marshall Clow <mclow.lists@gmail.com> | Thu Mar 23 02:40:28 2017 +0000 |
| committer | Marshall Clow <mclow.lists@gmail.com> | Thu Mar 23 02:40:28 2017 +0000 |
| tree | a0da2795868760116fffd74d409655c50fe9ce88 | |
| parent | 6974dd6412cd9cbb0849cc77b7381ad3b2a97fff [diff] |
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