Skip to content

Nameof v0.9.0

Compare
Choose a tag to compare
@Neargye Neargye released this 25 Jul 15:09
· 227 commits to master since this release

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.