This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Warning (level 1) C4043
function specifier used more than once
The compiler ignores the second occurrence.
Example
inline inline void no_op( void ) { };