Permits non-standard handling of classes, structs, and unions containing pointer-to-pointer members
#pragma old_pods on | off | reset
According to the ISO/IEC 14882:2003 C++ Standard, classes/structs/unions that contain pointer-to-pointer members are now considered to be plain old data (POD) types.
This pragma can be used to get the old behavior.