Eric Fiselier
|
df691e18f3
|
Add hash specializations for __int128_t. Fixes LWG issue 2119
llvm-svn: 266587
|
2016-04-18 02:54:00 +00:00 |
Marshall Clow
|
df5ddf2c7a
|
One more missing std:: qualification from Jonathan
llvm-svn: 257506
|
2016-01-12 19:15:10 +00:00 |
Marshall Clow
|
1867554cc6
|
Add tests for the extended integer types - as required by LWG#2119
llvm-svn: 253376
|
2015-11-17 21:04:24 +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 |