Stephan T. Lavavej
|
5d91f314f1
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
|
8 年 前 |
Marshall Clow
|
570f32c8dd
Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until C++17
|
8 年 前 |
Marshall Clow
|
af552ba05a
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
|
8 年 前 |
Marshall Clow
|
674e07d3c8
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.
|
10 年 前 |
Eric Fiselier
|
a90c6dd460
Move test into test/std subdirectory.
|
10 年 前 |