diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2018-08-04 16:39:14 +0000 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2018-09-23 03:43:25 +0800 |
commit | 2c3eade704f63b360926de9e975ce80143781679 (patch) | |
tree | 8d7c217dff4350e9d42964b0f10800a4390b571d /src/fs.h | |
parent | 920c090f63f4990bf0f3b3d1a6d3d8a8bcd14ba0 (diff) |
Make fs::path::string() always return utf-8 string
Diffstat (limited to 'src/fs.h')
-rw-r--r-- | src/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |