Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 448 Bytes

compiler-error-c2735.md

File metadata and controls

20 lines (16 loc) · 448 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Error C2735
Compiler Error C2735
11/04/2016
C2735
C2735
6ce45600-7148-4bc0-8699-af0ef137571e

Compiler Error C2735

'keyword' keyword is not permitted in formal parameter type specifier

The keyword is invalid in this context.

The following sample generates C2735:

// C2735.cpp
void f(inline int){}   // C2735