已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
'explicit specialization' :明確特製化是使用部分特製化語法,請改用範本<>
明確特製化的格式不正確。
下列範例會產生 C3211:
// C3211.cpp // compile with: /LD template<class T> struct s; template<class T> // use the following line instead // template<> struct s<int>{}; // C3211
此頁面對您有幫助嗎?