Skip to content

Commit

Permalink
Specify std::error_code usage in parser.cpp and remove boost::system …
Browse files Browse the repository at this point in the history
…namespace

Fix for use of std::filesystem instead of boost::filesystem
  • Loading branch information
Deltajom authored Jan 20, 2025
1 parent 96f25bb commit 974e009
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ namespace config {

using namespace std::filesystem;
using namespace boost::program_options;
using namespace boost::system;

BC_PUSH_WARNING(NO_THROW_IN_NOEXCEPT)

Expand Down

0 comments on commit 974e009

Please sign in to comment.