-
- Downloads
explicitly convert path to string
- mingw gcc on msys will not implicitly convert std::filesystem::path to std::string - `cannot convert 'path' (type 'const std::filesystem::__cxx11::path') to type 'const string&' {aka 'const std::__cxx11::basic_string<char>&'}` - https://stackoverflow.com/a/57377681/6465472
parent
27fab1be
No related branches found
No related tags found
Please register or sign in to comment