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

Fix `is_convertible_unit` and `is_same_dimension` #214

Closed JohelEGP closed 3 years ago

JohelEGP commented 5 years ago

Partially addresses #185. The changed tests from the first commit were suffering from the std::is_same_v<void, void> syndrome.