已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
'construct' : '__declspec(modifier)' 只能套用至傳回指標的函式
傳回值為指標的函式,是唯一可以套用的 modifier 建構。
modifier
下列範例會產生 C2710:
// C2710.cpp __declspec(restrict) void f(); // C2710 // try the following line instead __declspec(restrict) int * g();
此頁面對您有幫助嗎?