-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move from boost
pointer to std
pointer
#39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you fix pre-commit ? I'll handle the nix part.
@nim65s I will do pre-commit in a different PR as it complains about files that are unrelated to those changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as the compiler is happy, I'm happy for this kind of changes.
pre-commit fixed in #40 |
@Mergifyio rebase |
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
4963e78
to
ab2509c
Compare
In order to keep up with the latest changes in Crocoddyl I am updating this repo to use
std::shared_ptr
instead ofboost::shared_ptr
.