Nameof C++ v0.9.0 Release Notes

Release Date: 2019-07-25 // almost 5 years ago
  • ๐Ÿš€ Release v0.9.0

    Fix build fail with sanitize, see Neargye/magic_enum#6

    ๐Ÿ›  Fix implicit conversion changes signedness.

    Improving compile times.

    ๐Ÿ’ฅ [breaking changes] nameof_type return name same as typeid.
    NAMEOF_TYPE - obtains string name of type, reference and cv-qualifiers are ignored.

    ๐Ÿ’ฅ [breaking changes] Rename NAMEOF_VAR_TYPE to NAMEOF_TYPE_EXPR.
    NAMEOF_TYPE_EXPR - obtains string name type of expression, reference and cv-qualifiers are ignored.

    Add nameof_full_type.
    NAMEOF_FULL_TYPE - obtains string name of full type, with reference and cv-qualifiers.
    NAMEOF_FULL_TYPE_EXPR - obtains string name full type of expression, with reference and cv-qualifiers.