llvm-project/libcxx/test/utilities/function.objects/unord.hash
Marshall Clow 5155a569d1 LWG Issue 2148: Hashing Enums
llvm-svn: 189831
2013-09-03 17:55:32 +00:00
..
enum.fail.cpp LWG Issue 2148: Hashing Enums 2013-09-03 17:55:32 +00:00
enum.pass.cpp LWG Issue 2148: Hashing Enums 2013-09-03 17:55:32 +00:00
floating.pass.cpp
integral.pass.cpp Starting using murmur2 when combining multiple size_t's into a single hash, and also for basic_string. Also made hash<thread::id> ever so slighly more portable. I had to tweak one test which is questionable (definitely not portable) anyway. 2011-12-05 00:08:45 +00:00
pointer.pass.cpp