已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
'function': 之前一定已經宣告過區域類別的 Friend 函式
內部類別中的 Friend 函式未在外部類別中宣告。
下列範例會產生 C4813:
// C4813.cpp // compile with: /W1 /LD void MyClass() { // void func(); class InnerClass { friend void func(); // C4813 uncomment declaration above }; }
此頁面對您有幫助嗎?