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

Commits on Feb 5, 2018

  1. Fixing small_vector compatibility with older boost version

    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
    Thomas Heller committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    b905b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2394aac View commit details
    Browse the repository at this point in the history