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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
'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