You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling orocos_kinematics_dynamics with GCC 7.1, it throws a bunch of warnings saying that auto_ptr is deprecated. It would probably be a good idea to update these to shared_ptr or similar and require c++11 or newer.
When compiling orocos_kinematics_dynamics with GCC 7.1, it throws a bunch of warnings saying that auto_ptr is deprecated. It would probably be a good idea to update these to shared_ptr or similar and require c++11 or newer.