24 #ifndef _DAI_CONSTS_H_
25 #define _DAI_CONSTS_H_
30 #define STL_USING_LIMITS
49 static const double OdNan = nan(
"");
50 static const float OdNanf = nanf(
"");
52 static const double OdNan = nanIEEERealCreate<double>();
53 static const float OdNanf = nanIEEERealCreate<float>();
57 static const char OdStringUnset[] =
"\xff";
58 static const size_t OdStringUnsetLength = strlen(OdStringUnset);
63 #endif // _DAI_CONSTS_H_