nholthaus / units

a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
http://nholthaus.github.io/units/
MIT License
952 stars 135 forks source link

Hash fixes #153

Closed JohelEGP closed 6 years ago

JohelEGP commented 6 years ago

I noticed that hashing floating-point units didn't meet this requirement. I took the easy way out of using the non-constexpr std::hash<floating-point> in that case.