Nameof C++ v0.9.1 Release Notes

Release Date: 2019-10-02 // over 4 years ago
  • ๐Ÿš€ 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.