Compiler Warning (level 1, Error) C4141
'modifier': used more than once
Example
// C4141.cpp
// compile with: /W1 /LD
inline inline void func (); // C4141
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
'modifier': used more than once
// C4141.cpp
// compile with: /W1 /LD
inline inline void func (); // C4141