Is codecvt not a std header?

前端 未结 4 795
清酒与你
清酒与你 2020-12-03 00:41

This code compiles with Visual C++ 11 and runs as expected on Windows 7 but fails to compile using either MinGW 4.7.0 on Windows 7 or gcc 4.8.0 on Linux. Compiling with

4条回答
  •  有刺的猬
    2020-12-03 01:21

    The reason why GCC rejects this code is simple: libstdc++ doesn't support yet.

    The C++11 support status page confirms this:

    22.5 Standard code conversion facets N

提交回复
热议问题