Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8805f67da99a25e1f1e4ce929978433b8d6cba07
/
libcxx
/
test
/
std
/
strings
/
basic.string.hash
/
strings.pass.cpp
7dad0bd
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
by Marshall Clow
· 7 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
d95510e
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.
by Marshall Clow
· 11 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago
[Renamed from libcxx/test/strings/basic.string.hash/strings.pass.cpp]
412dbeb
license change
by Howard Hinnant
· 15 years ago
bf2897c
Fixing whitespace problems
by Howard Hinnant
· 15 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 15 years ago