exodus: get a std::string from paths
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.
Please register or sign in to comment
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.