Stephan T. Lavavej
|
6081edc9d0
|
[libcxx] [test] Strip trailing whitespace. NFC.
llvm-svn: 302105
|
2017-05-04 01:43:58 +00:00 |
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 |
Eric Fiselier
|
78f8ce484f
|
Improve portability of hash tests. Patch from STL@microsoft.com
llvm-svn: 272744
|
2016-06-15 01:42:35 +00:00 |
Marshall Clow
|
d95510ebba
|
libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library.
llvm-svn: 225403
|
2015-01-07 21:53:23 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |