已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
'identifier' : 重複定義; 符號無法以 typedef 多載
識別項已重新定義為 typedef。
typedef
下列範例會產生 C2378:
// C2378.cpp // compile with: /c int i; typedef int i; // C2378 typedef int b; // OK
此頁面對您有幫助嗎?