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.
Tätä selainta ei enää tueta.
Päivitä Microsoft Edgeen, jotta voit hyödyntää uusimpia ominaisuuksia, suojauspäivityksiä ja teknistä tukea.
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.