Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
more than one storage class specified
Remarks
A declaration contains more than one storage class.
Example
The following example generates C2159:
// C2159.cpp
// compile with: /c
static int i; // OK
extern static int i; // C2159