llvm-project
eccd81f2 - [libc++] Simplify the implementation of std::hash (#140407)

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.
Author
Parents
Loading