summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/func.invoke
Commit message (Expand)AuthorAgeFilesLines
* Add void_t and invoke feature test macrosEric Fiselier2016-10-141-0/+39
* Don't use C++17 terse static assert. Patch from STL@microsoft.comEric Fiselier2016-06-221-5/+5
* Suppress unused warnings in std::invoke tests.Eric Fiselier2016-06-221-4/+4
* Add C++17 std::not_fn negator.Eric Fiselier2016-06-021-0/+38
* Implement LWG issue 2219 - support reference_wrapper in INVOKEEric Fiselier2016-04-181-0/+42
* Fix typo I just introduced.Marshall Clow2015-11-101-1/+1
* Explicitly #include <utility> so that we get std::move. Thanks to Walter for ...Marshall Clow2015-11-101-0/+1
* Remove non-ascii charactersEric Fiselier2015-07-141-5/+5
* Implement n4169 - Add invoke function templateEric Fiselier2015-07-141-0/+268
OpenPOWER on IntegriCloud