summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/func.invoke/invoke.pass.cpp
AgeCommit message (Expand)Author
2023-09-21[libc++] Implement LWG-3655: The INVOKE operation and union typesIgor Zhukov
2021-07-02[libcxx][type_traits] remove `std::is_literal_type` and `std::result_of` for ...wmbat
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
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