Skip to content

Nameof v0.9.1

Compare
Choose a tag to compare
@Neargye Neargye released this 02 Oct 13:46
· 177 commits to master since this release

Release v0.9.1

  • Less bin size and overhead reduction, thanks @rollbear

  • nameof and nameof_type return static_string convertible to std::string_view or std::string.

  • Add error msg unsupported compiler.

  • Marco NAMEOF_ENUM_SUPPORTED and NAMEOF_TYPE_SUPPORTED to check is compiler compatibility.

  • Fix type cast for unsigned enum.