__PIP_TYPENAME_DECLARE
This commit is contained in:
@@ -186,4 +186,11 @@ inline bool PIMathFloatNullCompare(const T v) {
|
||||
return (abs(v) < float(1E-200));
|
||||
}
|
||||
|
||||
|
||||
#if !PIP_HAS_RTTI
|
||||
__PIP_TYPENAME_DECLARE(complexf, "complexf")
|
||||
__PIP_TYPENAME_DECLARE(complexd, "complexd")
|
||||
__PIP_TYPENAME_DECLARE(complexld, "complexld")
|
||||
#endif
|
||||
|
||||
#endif // PIMATHCOMPLEX_H
|
||||
|
||||
Reference in New Issue
Block a user