8 #ifndef BOOST_NOWIDE_INTEGRATION_FILESYSTEM_HPP_INCLUDED 9 #define BOOST_NOWIDE_INTEGRATION_FILESYSTEM_HPP_INCLUDED 11 #if(defined(__GNUC__) && __GNUC__ < 5) 12 #pragma GCC diagnostic ignored "-Wunused-parameter" 14 #include <boost/nowide/utf8_codecvt.hpp> 15 #include <boost/filesystem/path.hpp> 24 return boost::filesystem::path::imbue(tmp);
Definition: utf8_codecvt.hpp:55
std::locale nowide_filesystem()
Definition: filesystem.hpp:21