Skip to content

Commit

Permalink
Fixed compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Aug 21, 2022
1 parent 349daee commit f540b5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/codecvt_error_category.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

namespace boost {
namespace filesystem {
namespace detail {

namespace {

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/path_traits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f540b5a

Please sign in to comment.