Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use C++17 terse static assert. Patch from STL@microsoft.com | Eric Fiselier | 2016-06-22 | 1 | -5/+5 |
| | | | | llvm-svn: 273353 | ||||
* | Suppress unused warnings in std::invoke tests. | Eric Fiselier | 2016-06-22 | 1 | -4/+4 |
| | | | | llvm-svn: 273348 | ||||
* | Add C++17 std::not_fn negator. | Eric Fiselier | 2016-06-02 | 1 | -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 INVOKE | Eric Fiselier | 2016-04-18 | 1 | -0/+42 |
| | | | | llvm-svn: 266590 | ||||
* | Fix typo I just introduced. | Marshall Clow | 2015-11-10 | 1 | -1/+1 |
| | | | | llvm-svn: 252614 | ||||
* | Explicitly #include <utility> so that we get std::move. Thanks to Walter for ↵ | Marshall Clow | 2015-11-10 | 1 | -0/+1 |
| | | | | | | the bug report. llvm-svn: 252610 | ||||
* | Remove non-ascii characters | Eric Fiselier | 2015-07-14 | 1 | -5/+5 |
| | | | | llvm-svn: 242197 | ||||
* | Implement n4169 - Add invoke function template | Eric Fiselier | 2015-07-14 | 1 | -0/+268 |
llvm-svn: 242195 |