units icon indicating copy to clipboard operation
units copied to clipboard

strong remnants

Open nholthaus opened this issue 4 years ago • 1 comments

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

nholthaus avatar Oct 06 '20 00:10 nholthaus

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.

JohelEGP avatar Oct 06 '20 00:10 JohelEGP