Skip to content

Instantly share code, notes, and snippets.

@tonikitoo
Created June 26, 2013 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonikitoo/5872052 to your computer and use it in GitHub Desktop.
Save tonikitoo/5872052 to your computer and use it in GitHub Desktop.
FireBreath/src/libs/HTTPService/Platform/Platform_mac.cpp:101:16: error: no viable conversion from 'boost::filesystem::path' to 'std::wstring' (aka 'basic_string<wchar_t>')
std::wstring fn = path_to_investigate.filename();
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/c++/4.2.1/bits/basic_string.h:434:7: note: candidate constructor not viable: no known conversion from 'boost::filesystem::path' to 'const std::basic_string<wchar_t> &' for 1st argument
basic_string(const basic_string& __str);
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment