Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 601 Bytes

compiler-warning-level-1-c4237.md

File metadata and controls

21 lines (17 loc) · 601 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4237
Compiler Warning (level 1) C4237
11/04/2016
C4237
C4237
f2e86c4b-80d8-460e-9429-83c5f3f5d7ca

Compiler Warning (level 1) C4237

'keyword' keyword is not yet supported, but reserved for future use

A keyword in the C++ specification is not implemented in the Microsoft C++ compiler, but the keyword is not available as a user-defined symbol.

The following sample generates C4237:

// C4237.cpp
// compile with: /W1 /c
int export;   // C4237