Commit 912351a1 authored by gsamain's avatar gsamain

cypclass constructor wrapper access in user code (__constructor__)

parent 05eaf035
......@@ -2719,6 +2719,8 @@ class CppClassScope(Scope):
name = "<del>"
elif name == "__alloc__":
name = "<alloc>"
elif name == "__constructor__":
name = "<constructor>"
else:
operator = self.operator_table.get(name, None)
if operator:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment