Storage Location of Objects

The C++ standard requires complete C++ objects to have unique storage locations. However with Visual C++, there are cases where types without data members will share a storage location with other types for the lifetime of the object.

See Also

Other Resources

Nonstandard Behavior