Skip to content

Latest commit

 

History

History
47 lines (47 loc) · 1.15 KB

File metadata and controls

47 lines (47 loc) · 1.15 KB
title operator delete(CRT) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic article
apilocation
msvcr90.dll
msvcr110_clr0400.dll
msvcr110.dll
msvcr120.dll
msvcr100.dll
msvcr80.dll
apitype DLLExport
f1_keywords
delete[]
dev_langs
C++
helpviewer_keywords
operator delete[]
vector delete
ms.assetid e91bd0df-3815-40ca-950a-67b470518aed
caps.latest.revision 9
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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 are now part of the C++ Standard Library. For more information, see new and delete operators and delete operator in the C++ Language Reference.