summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/string.view/string.view.hash
Commit message (Collapse)AuthorAgeFilesLines
* Remove <experimental/string_view>; use <string_view> instead. See ↵Marshall Clow2018-02-051-55/+0
| | | | | | https://libcxx.llvm.org/TS_deprecation.html llvm-svn: 324290
* libc++ implements its' hash objects as deriving from std::unary_function, ↵Marshall Clow2015-01-071-2/+2
| | | | | | 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
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+55
llvm-svn: 224658
OpenPOWER on IntegriCloud