On MSM's master branch (which depends on Boost.serialization), the CI is currently failing due to a missing Boost::static_assert target: https://github.com/boostorg/msm/actions/runs/28042133791/job/83010826498#step:5:43
I assume this library needs its master branch updated, is that correct?
Since this repo's master branch hasn't been touched for a while, I thought it might be useful to point out the potential need to update it for the upcoming Boost release.
Although a master branch update might just fix a symptom – I don't understand why it fails on MSM's CI but not in the superproject's, seeing there still is a CMake stub target for static_assert I guess it should not have broken.
FYI @Lastique @pdimov
On MSM's master branch (which depends on Boost.serialization), the CI is currently failing due to a missing
Boost::static_asserttarget: https://github.com/boostorg/msm/actions/runs/28042133791/job/83010826498#step:5:43I assume this library needs its master branch updated, is that correct?
Since this repo's master branch hasn't been touched for a while, I thought it might be useful to point out the potential need to update it for the upcoming Boost release.
Although a master branch update might just fix a symptom – I don't understand why it fails on MSM's CI but not in the superproject's, seeing there still is a CMake stub target for static_assert I guess it should not have broken.
FYI @Lastique @pdimov