This is a simple test to see if boost multi_index's ranked_index works in Travis.
Do not merge.
This is a simple test to see if boost multi_index's ranked_index works in Travis.
Do not merge.
It seems Ubuntu 16.04 (xenial) only has boost 1.58.
Xenial's C++ compiler doesn't support C++17 (#16684) so we're going to get rid of build-time support for that anyhow. I wouldn't mind dropping it sooner if you really need this (for 0.21, I mean; backporting any of this to 0.20 is out of the question).
(also even after the minimum bump, if people really insist on building on xenial, they can use the boost from depends which is 1.70)
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
xenial ships also with clang-8, so that should compile C++17 . But I agree that at this point we should be comfortable to tell people to use depends on xenial.
For reference, the OS version breakdown of the snap package is:
Thanks for the information everyone. This may end up being useful, but it seems there is a better solution that doesn't need this.