Releases: martinmoene/PhysUnits-CT-Cpp11
Releases · martinmoene/PhysUnits-CT-Cpp11
1.2.0
This release of PhysUnits contains the following additions, changes and fixes and addresses #12:
Additions
- Added CMake file (thanks to @ithron).
Changes
- Added various other unit libraries to section Other libraries of the Readme.
Fixes
- Fixed engineering presentation of unit with prefix, e.g. change
mm+2
to readm(m+2)
(#1).
1.1.0
This release adds const
to several constexpr
methods to enable use with C++14.
It fixes using prefixes smaller than 1 (i.e. m
, u
, n
etc.) in combination with integral type magnitudes.
Thanks to @PeterSommerlad for the heads-up. See also his Units in C++ talk at ACCU 2016 .
1.0.0
Initial release.
0.0
Initial pre-release.