ifcplusplus
ifcplusplus copied to clipboard
Deafult destructor prevent compiler-generated move
Hello I've seen that you declare in your ifc classes destructor = default, but this disable the move semantic.
https://stackoverflow.com/questions/33957037/does-a-default-virtual-destructor-prevent-compiler-generated-move-operations Bye Renzo Venuti
fix typo in ticket summary, should be 'Default' not '~~Deafult~~'