Skip to content

Commit 974e009

Browse files
authored
Specify std::error_code usage in parser.cpp and remove boost::system namespace
Fix for use of std::filesystem instead of boost::filesystem
1 parent 96f25bb commit 974e009

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/config/parser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ namespace config {
2828

2929
using namespace std::filesystem;
3030
using namespace boost::program_options;
31-
using namespace boost::system;
3231

3332
BC_PUSH_WARNING(NO_THROW_IN_NOEXCEPT)
3433

0 commit comments

Comments
 (0)