Global Changes

Placement-syntax support for global operator delete()

The compiler now supports placement-syntax delete operators that properly delete memory in situations where placement-syntax operator new was used. Since MFC makes heavy use of placement-syntax new in both debug and nondebug builds, support for the placement-syntax delete operator was added.

For more information changes to various library classes, see Library Implementation Changes.