summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/func.memfn
Commit message (Collapse)AuthorAgeFilesLines
* Replace __cplusplus comparisons and dialect __has_feature checks with ↵Eric Fiselier2016-06-141-1/+3
| | | | | | | | | TEST_STD_VER. This is a huge cleanup that helps make the libc++ test suite more portable. Patch from STL@microsoft.com. Thanks STL! llvm-svn: 272716
* Fix LWG#2489: mem_fn() should be noexceptMarshall Clow2015-10-251-0/+3
| | | | llvm-svn: 251257
* Move test into test/std subdirectory.Eric Fiselier2014-12-206-0/+391
llvm-svn: 224658
OpenPOWER on IntegriCloud