Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.