escape 'typename' keyword, which is causing errors when generating bindings
This commit is contained in:
parent
262d53c05e
commit
30500632b1
@ -824,7 +824,8 @@ def escape_cpp(name):
|
||||
"export": "_export",
|
||||
"template": "_template",
|
||||
"new": "new_",
|
||||
"operator": "_operator"
|
||||
"operator": "_operator",
|
||||
"typename": "_typename"
|
||||
}
|
||||
if name in escapes:
|
||||
return escapes[name]
|
||||
|
Loading…
x
Reference in New Issue
Block a user