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
947 stars 135 forks source link

Add is_signed and is_integer to numeric_limits #230

Closed jml1795 closed 3 years ago

jml1795 commented 5 years ago

Trying to use w/ the Eigen linear algebra package and these appear to be missing

nholthaus commented 3 years ago

note to self: this is fixed differently in v3.x (inherit from std::numeric_limits)