Candera System
Localization
Interface for Internal::LocalizableStringData and Internal::ParameterizedLocalizableStringData has been changed.
Overloaded placement operators new and delete have been replaced by Internal::LocalizableStringData::Create and Internal::ParameterizedLocalizableStringData::Create methods.
These were introduced to better handle the allocation and creation of new instances. As the default placement new operator is used within the implementation of Create methods, the matching operator delete(void* pMem, void*) had to be added also.