Comma in code generator (Sergey Struzh)
This commit is contained in:
parent
e6aee2ca05
commit
adbbee355e
1 changed files with 4 additions and 0 deletions
|
@ -155,6 +155,10 @@ void _parse_signature( const string& signature, string& type, unsigned int& i )
|
|||
++i;
|
||||
_parse_signature(signature, type, i);
|
||||
type += " >";
|
||||
if(signature[i+1])
|
||||
{
|
||||
type += ", ";
|
||||
}
|
||||
continue;
|
||||
}
|
||||
case ')':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue