UNITS v2.2.0 Release Notes

Release Date: 2017-02-09 // about 7 years ago
  • ๐Ÿ†• New Features:

    • Unit types and member functions are now constexpr and noexcept wherever possible.
    • โž• Added cpow<..>(), a constexpr power function.
    • โž• Added make_unit factory function.
    • โž• Added cmath hypot() function.
    • โž• Added optional definition to disable IOStream in embedded applications.

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ†• New and improved pi constant
    • units::time and std::chrono are now interoperable
    • โš  eliminated warnings on gcc when using -Wall -Wextra -pedantic