UNITS v2.3.1 Release Notes

Release Date: 2018-04-22 // almost 6 years ago
  • 🆕 New in v2.3.1

    🚚 This version removes support for the Visual Studio 2013 compiler.

    🔋 Features:

    • units now include constexpr name() and abbreviation() 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