mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-19 04:12:09 +00:00
Fixed compilation.
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
|
||||
namespace boost {
|
||||
namespace filesystem {
|
||||
namespace detail {
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -115,7 +114,6 @@ const codecvt_error_category_initializer g_codecvt_error_category_initializer;
|
||||
|
||||
#endif // !defined(BOOST_SYSTEM_HAS_CONSTEXPR) && !defined(_MSC_VER)
|
||||
|
||||
} // namespace detail
|
||||
} // namespace filesystem
|
||||
} // namespace boost
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <boost/filesystem/detail/header.hpp> // must be the last #include
|
||||
|
||||
namespace pt = boost::filesystem::path_traits;
|
||||
namespace pt = boost::filesystem::detail::path_traits;
|
||||
namespace fs = boost::filesystem;
|
||||
namespace bs = boost::system;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user