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() 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