__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
+6
View File
@@ -909,4 +909,10 @@ typedef PIMathVector<int> PIMathVectori;
//! \~russian Динамический вектор из \c double.
typedef PIMathVector<double> PIMathVectord;
#if !PIP_HAS_RTTI
__PIP_TYPENAME_DECLARE(PIMathVectord, "PIMathVectord")
__PIP_TYPENAME_DECLARE(PIMathVectori, "PIMathVectori")
#endif
#endif // PIMATHVECTOR_H