Skip to content
Snippets Groups Projects
Verified Commit ddd43618 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

macro processor: remove unnecessary `std` namespace specifier

parent fcb1982d
Branches
Tags
No related merge requests found
......@@ -706,7 +706,7 @@ Variable::eval()
{
retvals += orig_string.substr(it - 1, 1);
}
catch (const std::out_of_range &ex)
catch (const out_of_range &ex)
{
throw StackTrace("variable", "Index out of range", location);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment