commit | 674e07d3c8f7c9c38a8e1b0aae5cfb8831a789a6 | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow.lists@gmail.com> | Wed Jan 07 21:53:23 2015 +0000 |
committer | Marshall Clow <mclow.lists@gmail.com> | Wed Jan 07 21:53:23 2015 +0000 |
tree | e95bd8dd110a7f460829b94d437092148d467f4b | |
parent | 87d03942c428bfabf09738cde2885549a60bc03d [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@225403 91177308-0d34-0410-b5e6-96231b3b80d8