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.
unexpected token(s) preceding 'token'
Remarks
An incorrect token was found.
Example
The following example generates C2238:
// C2238.cpp
// compile with: /c
class v {
virtual: int vvv; // C2238
};