diff options
| author | Chun Kuan Lee <[email protected]> | 2018-08-04 16:39:14 +0000 |
|---|---|---|
| committer | Chun Kuan Lee <[email protected]> | 2018-09-23 03:43:25 +0800 |
| commit | 2c3eade704f63b360926de9e975ce80143781679 (patch) | |
| tree | 8d7c217dff4350e9d42964b0f10800a4390b571d /src/fs.h | |
| parent | Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrs (diff) | |
| download | discoin-2c3eade704f63b360926de9e975ce80143781679.tar.xz discoin-2c3eade704f63b360926de9e975ce80143781679.zip | |
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; |