UNITS v3.0.0.alpha Release Notes
Release Date: 2018-06-22 // almost 5 years ago-
๐ Many new features of v3.x implemeneted, including first-class support for integer units
Previous changes from v2.3.1
-
๐ New in v2.3.1
๐ This version removes support for the Visual Studio 2013 compiler.
๐ Features:
- units now include constexpr
name()
andabbreviation()
member functions, which do not really on string/iostream. - ๐ Builds with VS2017 Ninja generator out of the box
- string conversions are now locale aware
- โ added unary incremement and decremement operators (
++
,--
), as well as unary+
operator.
๐ Bug fixs:
- ๐ fixed compilation error when iostream was disabled
- units now include constexpr