UNITS v3.0.0.alpha Release Notes

Release Date: 2018-06-22 // almost 6 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() 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