Converting std::__cxx11::string to std::string

后端 未结 8 1839
春和景丽
春和景丽 2020-11-22 16:07

I use c++11, but also some libraries that are not configured for it, and need some type conversion. In particular I need a way to convert std::__cxx11::string t

8条回答
  •  难免孤独
    2020-11-22 17:07

    I got this, the only way I found to fix this was to update all of mingw-64 (I did this using pacman on msys2 for your information).

提交回复
热议问题