Nikolas Klauser a5b5248b7f
[libc++] Simplify std::function implementation further (#145153)
We can use `if constexpr` and `__is_invocable_r` to simplify the
`function` implementation a bit.
2025-09-03 08:30:27 +02:00
..