summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/func.invoke
AgeCommit message (Expand)Author
2023-11-26[libc++][test] Fix unused and nodiscard warnings (#73437)Stephan T. Lavavej
2023-09-21[libc++] Implement LWG-3655: The INVOKE operation and union typesIgor Zhukov
2023-02-13[libc++] Implement P2136R3 std::invoke_rLouis Dionne
2021-07-02[libcxx][type_traits] remove `std::is_literal_type` and `std::result_of` for ...wmbat
2020-12-28[libc++] [P1065] Constexpr invoke, reference_wrapper, mem_fn, not_fn, default...Arthur O'Dwyer
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-04-03[libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807Louis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-07-29[libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej
2016-10-14Add void_t and invoke feature test macrosEric Fiselier
2016-06-22Don't use C++17 terse static assert. Patch from STL@microsoft.comEric Fiselier
2016-06-22Suppress unused warnings in std::invoke tests.Eric Fiselier
2016-06-02Add C++17 std::not_fn negator.Eric Fiselier
2016-04-18Implement LWG issue 2219 - support reference_wrapper in INVOKEEric Fiselier
2015-11-10Fix typo I just introduced.Marshall Clow
2015-11-10Explicitly #include <utility> so that we get std::move. Thanks to Walter for ...Marshall Clow
2015-07-14Remove non-ascii charactersEric Fiselier
2015-07-14Implement n4169 - Add invoke function templateEric Fiselier