UNITS v2.3.0.RC1 Release Notes

Release Date: 2017-02-13 // about 7 years ago
  • ๐Ÿš€ Release Candidate 1 for v2.3.0

    • โž• Adds data units (bits/bytes) and data transfer units as first-class citizens
    • โž• Adds std::cout support for units with no defined abbreviation (they show up as a combination of SI base units)
    • โž• Adds compound assignment operators: +=, -=, /=, *=.
    • โž• Adds value() member for accessing underlying type.
    • Adds value_type trait, as a synonym for underlying_type.
    • โž• Adds definitions for Julian and Gregorian years.

    Notes:

    • ๐Ÿšš Provisionally removes compiler support for MSVC2013.
    • ๐Ÿ“š No documentation updates are included in this candidate.