aboutsummaryrefslogtreecommitdiff
path: root/absl/functional/internal/any_invocable.h
Commit message (Expand)AuthorAgeFilesLines
* `any_invocable`: Clean up #includesDino Radakovic2024-05-081-1/+1
* `any_invocable`: Add public documentation for undefined behavior when invokin...Dino Radakovic2024-05-071-1/+1
* `any_invocable`: Delete obsolete reference to proposed standard typeDino Radakovic2024-05-071-5/+5
* Fix error in GCC warning suppressionDerek Mauro2023-10-061-2/+2
* AnyInvocable: Use enums instead of ints in initialization overload setDino Radakovic2023-06-261-15/+16
* CI: Move the GCC-latest testing to GCC 13.1 on LinuxDerek Mauro2023-05-221-0/+8
* Merge pull request #1448 from glandium:clangCopybara-Service2023-05-181-1/+1
|\
| * Use UB impl of launder on when using clang < 8 and c++17Mike Hommey2023-05-181-1/+1
|/
* Remove ABSL_HARDENING_ASSERT in AnyInvocable to avoid performance impact in o...Abseil Team2023-05-111-1/+1
* Fix some spelling mistakesVertexwahn2023-04-241-1/+1
* Add missing #include <exception> for std::terminateAbseil Team2023-03-201-0/+1
* Move lambda from ExtractInvoker in AnyInvocable to a separate functionAbseil Team2023-02-271-6/+9
* Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()Derek Mauro2022-12-221-3/+4
* Detects accidental multiple invocations of AnyInvocable<R(...)&&>::operator()...Abseil Team2022-10-111-2/+22
* Rename True alias.pateldeev2022-09-291-21/+21
* Release absl::AnyInvocableDino Radakovic2022-06-161-0/+857