summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/func.invoke/invoke.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* [libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807Louis Dionne2019-04-031-2/+3
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* 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