Märkus.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida sisse logida või kausta vahetada.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida kausta vahetada.
'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