Skip to content
  • Ben Boeckel's avatar
    exodus: get a std::string from paths · 8c7b7a13
    Ben Boeckel authored
    On Windows, a boost::filesystem::path uses wchar_t which doesn't match
    the type expected when using .c_str(). Instead, force it into a regular
    string before use.
    8c7b7a13