'delim' : 無效的左分隔符: 預期的 '<'
備註
泛型類別的格式錯誤。
Example
下列範例會產生 C2957:
// C2957.cpp
// compile with: /clr /LD
generic << class T> // C2957
// try the following line instead
// generic < class T>
gc class C {};
'delim' : 無效的左分隔符: 預期的 '<'
泛型類別的格式錯誤。
下列範例會產生 C2957:
// C2957.cpp
// compile with: /clr /LD
generic << class T> // C2957
// try the following line instead
// generic < class T>
gc class C {};