llvm-project
eccd81f2
- [libc++] Simplify the implementation of std::hash (#140407)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
149 days ago
[libc++] Simplify the implementation of std::hash (#140407) Instead of providing full specializations of `hash` for every arithmetic type, this moves the implementation to a base class, which is specialized via `enable_if`s instead.
References
#140407 - [libc++] Simplify the implementation of std::hash
Author
philnik777
Parents
34b985f6
Loading