Use perfect forwarding in the function adapter instead of wrapping it into two layers of `absl::AnyInvocable` by copybara-service[bot] · Pull Request #1765 · google/cel-cpp
… into two layers of `absl::AnyInvocable` The current implementation uses a type erased `absl::AnyInvocable` and then wraps it into another `absl::AnyInvocable`, which can be avoided by using a template and perfect forwarding. PiperOrigin-RevId: 825059992
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters