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

Fixing small_vector compatibility with older boost version #3141

Merged
merged 2 commits into from Feb 6, 2018

Conversation

sithhell
Copy link
Member

@sithhell sithhell commented Feb 5, 2018

This fixes problems with swapping boost::container::small_vector on older boost
versions. In addition, on boost < 1.58, it uses std::vector since
boost::container::small_vector was introduced with boost 1.58

This fixes problems with swapping boost::container::small_vector on older boost
versions. In addition, on boost < 1.58, it uses std::vector since
boost::container::small_vector was introduced with boost 1.58
@sithhell sithhell added this to the 1.1.0 milestone Feb 5, 2018
Copy link
Member

@hkaiser hkaiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@hkaiser
Copy link
Member

hkaiser commented Feb 5, 2018

Good thinking!

@sithhell sithhell merged commit ffa6827 into master Feb 6, 2018
@sithhell sithhell deleted the completion_handler branch February 6, 2018 07:25
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.

None yet

3 participants