Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Remove redundant error code argument from std::filesystem::exist…
…s call - Removed the second argument (error_code) from the std::filesystem::exists call in `parser.cpp`, as the function does not accept an error code parameter in C++17 and later. - This resolves a compatibility issue with modern C++ standards. Tested the change to ensure configuration files are correctly checked for existence without affecting error handling logic.
- Loading branch information