Compilerfehler C3196

'Schlüsselwort': Mehrmals verwendet

Ein Schlüsselwort wurde mehr als einmal verwendet.

Im folgenden Beispiel wird C3196 generiert:

// C3196.cpp
// compile with: /clr
ref struct R abstract abstract {};   // C3196
ref struct S abstract {};   // OK