הערה
גישה לעמוד זה דורשת אישור. אתה יכול לנסות להיכנס או לשנות תיקיות.
גישה לעמוד זה דורשת אישור. אתה יכול לנסות לשנות מדריכים.
'identifier' : redefinition; typedef cannot be overloaded with any other symbol
Remarks
A typedef identifier is redefined.
Example
The following example generates C2377:
// C2377.cpp
// compile with: /c
typedef int i;
int i; // C2377
int j; // OK