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.
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
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.