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.
'delim' : invalid left delimiter : expected '<'
A generic class was ill formed.
The following sample generates C2957:
// C2957.cpp
// compile with: /clr /LD
generic << class T> // C2957
// try the following line instead
// generic < class T>
gc class C {};