Compiler Warning (level 1, Error) C4141
'modifier': used more than once
Example
// C4141.cpp
// compile with: /W1 /LD
inline inline void func (); // C4141
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
'modifier': used more than once
// C4141.cpp
// compile with: /W1 /LD
inline inline void func (); // C4141