Closed robertocapuano closed 5 months ago
Fix resolves a compilation error on Xcode: copy constructor is needed in line 202, 207.
Return-Value-Optimization is an optimization and doesn't exclude to have a default copy constructor.
Thanks a lot for your fix. I have merged this into the develop branch. This will be available in the next release of the library.
develop
Fix resolves a compilation error on Xcode: copy constructor is needed in line 202, 207.
Return-Value-Optimization is an optimization and doesn't exclude to have a default copy constructor.