Default empty constructors
All empty constructors are explicitly defaulted instead of empty user-defined implementations.
Hi Daniel, I have not enough info to reproduce the error you reported to me but I guess it has to do with the empty constructors. Could you check if this fixes your problem?
Yes, that solved the problem for me, thanks