Kompilatorfel C2377

"identifierare" : omdefinition; typedef kan inte överbelastas med någon annan symbol

Anmärkningar

En typedef identifierare omdefinieras.

Example

I följande exempel genereras C2377:

// C2377.cpp
// compile with: /c
typedef int i;
int i;   // C2377
int j;   // OK