UNITS v2.3.1 Release Notes
Release Date: 2018-04-22 // about 5 years ago-
๐ 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