Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 788 Bytes

compiler-warning-level-1-c4420.md

File metadata and controls

15 lines (12 loc) · 788 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4420
Compiler Warning (level 1) C4420
11/04/2016
C4420
C4420
44a37754-7ddd-4764-a5f7-d33e05c20091

Compiler Warning (level 1) C4420

'operator' : operator not available, using 'operator' instead; run-time checking may be compromised

This warning is generated when you use the /RTCv (vector new/delete checking) and when no vector form is found. In this case, the non-vector form is used.

In order for /RTCv to work correctly, the compiler should always call the vector form of new/delete if the vector syntax was used.