summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/function.objects/func.invoke/invoke.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't use C++17 terse static assert. Patch from STL@microsoft.comEric Fiselier2016-06-221-5/+5
| | | | llvm-svn: 273353
* Suppress unused warnings in std::invoke tests.Eric Fiselier2016-06-221-4/+4
| | | | llvm-svn: 273348
* Add C++17 std::not_fn negator.Eric Fiselier2016-06-021-0/+38
| | | | | | | | | | | | | | | Summary: Exactly what it sounds like. I plan to commit this in a couple of days assuming no objections. Reviewers: mclow.lists, EricWF Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D20799 llvm-svn: 271464
* Implement LWG issue 2219 - support reference_wrapper in INVOKEEric Fiselier2016-04-181-0/+42
| | | | llvm-svn: 266590
* Fix typo I just introduced.Marshall Clow2015-11-101-1/+1
| | | | llvm-svn: 252614
* Explicitly #include <utility> so that we get std::move. Thanks to Walter for ↵Marshall Clow2015-11-101-0/+1
| | | | | | the bug report. llvm-svn: 252610
* Remove non-ascii charactersEric Fiselier2015-07-141-5/+5
| | | | llvm-svn: 242197
* Implement n4169 - Add invoke function templateEric Fiselier2015-07-141-0/+268
llvm-svn: 242195
OpenPOWER on IntegriCloud