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.
'token' : this token cannot be converted to an identifier
Identifiers must be comprised of legal characters.
The following sample generates C2745:
// C2745.cpp
// compile with: /clr
int main() {
int __identifier([)); // C2745
}