Nameof v0.9.1
Release v0.9.1
-
Less bin size and overhead reduction, thanks @rollbear
-
nameof
andnameof_type
returnstatic_string
convertible tostd::string_view
orstd::string
. -
Add error msg unsupported compiler.
-
Marco
NAMEOF_ENUM_SUPPORTED
andNAMEOF_TYPE_SUPPORTED
to check is compiler compatibility. -
Fix type cast for unsigned enum.