Commit 359d9a03 authored by gsamain's avatar gsamain Committed by Xavier Thompson

cypclass constructor wrapper access in user code (__constructor__)

parent e2e05cda
......@@ -2820,6 +2820,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