Am 21.04.26 um 17:52 schrieb Joaquin M López Muñoz via Boost:
Chances are MSVC 14.0 is supported, but Boost.CI, which I rely on, doesn't seem to exercise that compiler? It's not on the GitHub runners as that old version isn't available there anymore. However you can use Appveyor (templates also in Boost.CI) for that.
- What is your evaluation of its potential usefulness?
Hub has articulated use cases, and std::hive has been accepted into C++26. There's clearly demand and applications for such a container.
- Did you try to use the container? With which compiler(s)? Did you have any problems?
I ran the tests an ARM Mac using Clang version 22.1.3 and GCC 15.2.0. 4 of the 5 tests failed which have been reported upstream along with PRs. The fix is a one-liner so I am not deeply concerned. I did not try running with enhanced warnings like I have recommended above.
Thanks for that, PRs noted, I'm keeping them on hold till the review ends so that the develop branch is not a moving target for reviewers.
GCC 15.2 and Clang 22 are not being used by Boost.CI yet, in case Alexander Grund / Sam Darwin are reading this. Good point. There wasn't even Clang 21 there.
Now upcoming with https://github.com/boostorg/boost-ci/pull/327 - Alex