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

Hotfix/operator constexpr #238

Closed bfueldner closed 4 years ago

bfueldner commented 4 years ago

Return values of arithmetic operators were not constexpr. So all containers with negative literals may fail on compile time. This patch should fix this behaviour.