Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'keyword' keyword is not permitted in formal parameter type specifier
Remarks
The keyword is invalid in this context.
Example
The following example generates C2735:
// C2735.cpp
void f(inline int){} // C2735