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

Handle assignment from arithmetic type like compound assignment #192

Closed JohelEGP closed 5 years ago

JohelEGP commented 5 years ago

That is, convert to the underlying type in the caller.