Make fs::path::string() always return utf-8 string

This commit is contained in:
Chun Kuan Lee
2018-08-04 16:39:14 +00:00
parent 920c090f63
commit 2c3eade704
4 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,6 @@
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/detail/utf8_codecvt_facet.hpp>
/** Filesystem operations and types */
namespace fs = boost::filesystem;