Skip to content
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

DON'T MERGE: Replacing boost for std pointers (just core, for testing) TESTS CRASH #742

Closed
wants to merge 1 commit into from

Conversation

loumalouomega
Copy link
Member

Replacing (it compiles):

boost::shared_ptr -> std::shared_ptr
boost::weak_ptr -> std::weak_ptr
boost::make_shared -> std::make_shared

I have been doing some tests and the replace is right now not possible for our dependency of boost::python. The community was working on it, boostorg/python#29 and it was suposed to be solved in Boost 1.63, but I think that that version is not compatible with Kratos, right @roigcarlo?

Replacing:

boost::shared_ptr -> std::shared_ptr
boost::weak_ptr -> std::weak_ptr
boost::make_shared -> std::make_shared
@loumalouomega loumalouomega changed the title DON'T MERGE: Replacing boost for std (just core, for testing) TESTS CRASH DON'T MERGE: Replacing boost for std pointers (just core, for testing) TESTS CRASH Aug 31, 2017
@pooyan-dadvand
Copy link
Member

This is exactly the reason that we have posponed this migration to std pointer. We should wait for more stable version of boost.

@loumalouomega
Copy link
Member Author

loumalouomega commented Aug 31, 2017 via email

@loumalouomega loumalouomega deleted the test-replace-boost-shared_ptr branch August 31, 2017 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants