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

V3.x-numeric_limits #158

Closed chosson closed 6 years ago

chosson commented 6 years ago

Fixed the std::numeric_limits specialization issue (#116) by simply inheriting from the std::numeric_limits of the underlying scalar type.

BTW love your stuff. This lib will make my code a whole lot cleaner.