FeatStd 3.8
Integrity threading
Integrity threads use normal priority as default now (CGI1-39788).
Rtti
IsTypeOf() can now be used with types, not just objects. If FeatStd::TypeId was abused as a character pointer, please take the necessary steps described in Migration Guide.
Migration Guide
| Description | FeatStd V3.7.0 |
Candera V3.8.0 |
|---|---|---|
| FeatStd::TypeId changes | "FeatStd::TypeId typeId" could be used as "const Char*" |
Use "typeId->GetName()" to use it as "const Char*" |