llvm-project
a5b5248b
- [libc++] Simplify std::function implementation further (#145153)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
229 days ago
[libc++] Simplify std::function implementation further (#145153) We can use `if constexpr` and `__is_invocable_r` to simplify the `function` implementation a bit.
References
#145153 - [libc++] Simplify std::function implementation further
Author
philnik777
Parents
4a2dd31f
Loading