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
938 stars 134 forks source link

strong remnants #254

Closed nholthaus closed 1 year ago

nholthaus commented 3 years ago

There are a few instances of strong left in units core. Are they safe to remove @johelegp?

JohelEGP commented 3 years ago

There's nothing to remove in core.h, besides changing this "a strong type template alias" to "an alias template" at https://github.com/nholthaus/units/blob/1a3164e1905744b3b78466438dccdc00e3f1dadb/include/units/core.h#L175

The rest are for conversion_factor, which is desirable.