Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 962 Bytes

operator-delete-crt.md

File metadata and controls

24 lines (22 loc) · 962 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic apilocation apitype f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
operator delete (CRT) | Microsoft Docs
11/04/2016
cpp-standard-libraries
article
msvcr80.dll
msvcr90.dll
msvcr120.dll
msvcr100.dll
msvcr110.dll
msvcr110_clr0400.dll
DLLExport
delete
C++
scalar delete
operator delete
bcd0066a-0022-45f5-af4c-9007c64a6b89
9
corob-msft
corob
ghogen

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.