Compiler Warning (level 1, Error) C4141
'modifier': used more than once
Example
// C4141.cpp
// compile with: /W1 /LD
inline inline void func (); // C4141
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
'modifier': used more than once
// C4141.cpp
// compile with: /W1 /LD
inline inline void func (); // C4141