Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'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