llvm-project
2050d2e1
- [libc++] Simplify std::function further after removing allocator support (#144443)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
105 days ago
[libc++] Simplify std::function further after removing allocator support (#144443) Since we've removed allocator support, we can remove a few support structures. This only affects the policy implementation, so this shouldn't even be ABI sensitive.
References
#144443 - [libc++] Simplify std::function further after removing allocator support
Author
philnik777
Parents
32dbaf12
Loading