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
std::__cxx11::string
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).