Compiler Error C2038
the std namespace cannot be inline
The C++ standard does not allow the std
namespace to be declared inline
.
To resolve this issue, remove the inline
specifier.
Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge och dra nytta av de senaste funktionerna och säkerhetsuppdateringarna, samt teknisk support.
the std namespace cannot be inline
The C++ standard does not allow the std
namespace to be declared inline
.
To resolve this issue, remove the inline
specifier.