已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
'structure' 不可以是範本/泛型
您嘗試讓類別範本或類別泛型脫離介面或列舉。
下列範例會產生 C3113:
// C3113.cpp // compile with: /c template <class T> enum E {}; // C3113 // try the following line instead // class MyClass{};
此頁面對您有幫助嗎?