remove extra const (#2371)
This commit is contained in:
parent
141878670f
commit
32944b61a7
@ -771,7 +771,7 @@ try
|
||||
{
|
||||
return this->options.at(name);
|
||||
}
|
||||
catch (const std::out_of_range const& e)
|
||||
catch (std::out_of_range const& e)
|
||||
{
|
||||
std::ostringstream msg;
|
||||
msg << "no option named \"" << name << "\" in parser_results." << e.what();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user