Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add void_t and invoke feature test macros | Eric Fiselier | 2016-10-14 | 1 | -0/+39 |
* | Don't use C++17 terse static assert. Patch from STL@microsoft.com | Eric Fiselier | 2016-06-22 | 1 | -5/+5 |
* | Suppress unused warnings in std::invoke tests. | Eric Fiselier | 2016-06-22 | 1 | -4/+4 |
* | Add C++17 std::not_fn negator. | Eric Fiselier | 2016-06-02 | 1 | -0/+38 |
* | Implement LWG issue 2219 - support reference_wrapper in INVOKE | Eric Fiselier | 2016-04-18 | 1 | -0/+42 |
* | Fix typo I just introduced. | Marshall Clow | 2015-11-10 | 1 | -1/+1 |
* | Explicitly #include <utility> so that we get std::move. Thanks to Walter for ... | Marshall Clow | 2015-11-10 | 1 | -0/+1 |
* | Remove non-ascii characters | Eric Fiselier | 2015-07-14 | 1 | -5/+5 |
* | Implement n4169 - Add invoke function template | Eric Fiselier | 2015-07-14 | 1 | -0/+268 |