הערה
גישה לעמוד זה דורשת אישור. אתה יכול לנסות להיכנס או לשנות תיקיות.
גישה לעמוד זה דורשת אישור. אתה יכול לנסות לשנות מדריכים.
'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
// compile with: /c
void func(virtual int) {} // C2735