Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 825 Bytes

delete-operator-crt.md

File metadata and controls

14 lines (13 loc) · 825 Bytes
description title ms.date api_location api_type topic_type f1_keywords helpviewer_keywords ms.assetid
Learn more about: operator delete(CRT)
operator delete(CRT)
11/04/2016
msvcr90.dll
msvcr110_clr0400.dll
msvcr110.dll
msvcr120.dll
msvcr100.dll
msvcr80.dll
DLLExport
apiref
delete[]
operator delete[]
vector delete
e91bd0df-3815-40ca-950a-67b470518aed

operator delete (CRT)

Beginning in Visual Studio 2013, the Universal C Runtime (UCRT) no longer supports the C++-specific operator new and operator delete functions. These functions are now part of the C++ Standard Library. For more information, see new and delete operators and delete operator in the C++ Language Reference.