update doc

This commit is contained in:
neargye 2022-11-08 13:01:28 +04:00
parent 6a1efd31c1
commit 84c2d8bb19

View file

@ -6,7 +6,7 @@
## Nameof Type ## Nameof Type
* This library uses a compiler-specific hack (based on `__PRETTY_FUNCTION__` / `__FUNCSIG__`), which works on Clang >= 5, MSVC >= 15.3 and GCC >= 7. * This library uses a compiler-specific hack (based on `__PRETTY_FUNCTION__` / `__FUNCSIG__`).
* nameof_type and nameof_type_rtti returns compiler-specific type name. * nameof_type and nameof_type_rtti returns compiler-specific type name.