Properly render macro parameters as identifiers
This commit is contained in:
parent
56d4964b61
commit
5cc7e51bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ namespace
|
|||
{
|
||||
code_generator::output output(type_safe::ref(generator), type_safe::ref(param), cur_access);
|
||||
if (output)
|
||||
output << preprocessor_token(param.name());
|
||||
output << identifier(param.name());
|
||||
return static_cast<bool>(output);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue