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.