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.
Αυτό το πρόγραμμα περιήγησης δεν υποστηρίζεται πλέον.
Κάντε αναβάθμιση σε Microsoft Edge για να επωφεληθείτε από τις τελευταίες δυνατότητες, τις ενημερώσεις ασφαλείας και την τεχνική υποστήριξη.
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.