mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
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.