DanielChappuis / reactphysics3d

Open source C++ physics engine library in 3D
http://www.reactphysics3d.com
zlib License
1.54k stars 224 forks source link

OverlapCallback: copy constructor #383

Closed robertocapuano closed 5 months ago

robertocapuano commented 7 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.

DanielChappuis commented 5 months ago

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.