opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
783 stars 316 forks source link

Update simbody to include C++20 fixes (#3619) #3620

Closed adamkewley closed 10 months ago

adamkewley commented 10 months ago

Fixes issue #3619

Brief summary of changes

Testing I've completed

Looking for feedback on...

CHANGELOG.md (choose one)


This change is Reviewable

adamkewley commented 10 months ago

Merging this fairly rapidly because the upstream changeset (in simbody) is small, but it means that C++20 builds can be made from opensim-core/main, rather than custom branches, etc.

adamkewley commented 10 months ago

Thanks for checking @tkuchida !

aymanhab commented 10 months ago

Thanks @adamkewley and @tkuchida 👍