We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9763bc6 commit 96f25bbCopy full SHA for 96f25bb
1 file changed
src/config/parser.cpp
@@ -93,7 +93,7 @@ bool parser::load_configuration_variables(variables_map& variables,
93
const auto config_path = get_config_option(variables, option_name);
94
95
// If the existence test errors out we pretend there's no file :/.
96
- error_code code;
+ std::error_code code;
97
if (!config_path.empty() && exists(config_path, code))
98
{
99
const auto& path = config_path.string();
0 commit comments