__PIP_TYPENAME_DECLARE

This commit is contained in:
2026-08-11 22:55:59 +03:00
parent 5f222d6c0c
commit 8bf7738e8a
17 changed files with 148 additions and 41 deletions
+5
View File
@@ -270,4 +270,9 @@ inline bool operator<=(ushort v, const PIChar & c) {
return (PIChar(v) <= c);
}
#if !PIP_HAS_RTTI
__PIP_TYPENAME_DECLARE(PIChar, "PIChar")
#endif
#endif // PICHAR_H