Compiler Error C3196
'keyword' : used more than once
A keyword was used more than once.
The following sample generates C3196:
// C3196.cpp
// compile with: /clr
ref struct R abstract abstract {}; // C3196
ref struct S abstract {}; // OK
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
'keyword' : used more than once
A keyword was used more than once.
The following sample generates C3196:
// C3196.cpp
// compile with: /clr
ref struct R abstract abstract {}; // C3196
ref struct S abstract {}; // OK