summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/func.bind_front
AgeCommit message (Expand)Author
2025-08-05[Clang] Add detailed notes explaining why `is_constructible` evaluates to fal...Corentin Jabot
2025-07-30Revert "[libc++][Clang] Added explanation why is_constructible evaluated to f...Victor Campos
2025-07-08[libc++][Clang] Added explanation why is_constructible evaluated to false. Up...Shamshura Egor
2024-04-09[libc++] Implement `bind_back` (#81055)Jakub Mazurkiewicz
2023-09-28[libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67...Louis Dionne
2023-03-17[libc++] Remove unnecessary main() function in .compile.pass.cpp and .verify....Louis Dionne
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne
2022-07-25Rewording "static_assert" diagnosticsMuhammad Usman Shahid
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid
2021-08-11[libc++] Add the __bind_back and __compose helpersLouis Dionne
2021-08-10[libc++][NFC] Simplify tests for bind_frontLouis Dionne
2021-08-09[libc++] Refactor __perfect_forward, bind_front and not_fnLouis Dionne
2021-06-22[libc++] NFC: Remove unused c++98 Lit featureLouis Dionne
2021-03-02[libc++] Add bind_front function (P0356R5).zoecarver