Allow function names enclosed in parenthesis
This commit is contained in:
parent
35c090e7c3
commit
7e71a64437
1 changed files with 4 additions and 0 deletions
|
|
@ -160,6 +160,10 @@ namespace
|
|||
}
|
||||
DEBUG_ASSERT(!stream.done(), detail::parse_error_handler{}, stream.cursor(),
|
||||
"unable to find end of function prefix");
|
||||
while (detail::skip_if(stream, ")"))
|
||||
{ // function name can be enclosed in parentheses
|
||||
}
|
||||
|
||||
if (!scope.empty() && scope.back() == ':')
|
||||
{
|
||||
result.semantic_parent =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue