Syntax '*ptr = Structure.init' requires opAssign operator, get rid of this... #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "improve_component_init"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Syntax '*ptr = Structure.init' requires opAssign operator, get rid of this requirement by using malloc.
This is useful when component is defined in another shared library and we use '-fvisibility=hidden', in that case opAssign is hidden and we will get 'undefined symbol'
requested review from @Mergul
approved this merge request
mentioned in commit
6c4109d86c