Boost.MSM 1.90 release notes (#533)

This commit is contained in:
Christian Granzin
2025-11-04 21:03:10 +01:00
committed by GitHub
parent ab26ddcb7a
commit 15e6e249a0

View File

@@ -127,6 +127,10 @@ particularly for mixed successful/unsuccessful queries.
* boost_phrase:library[Mp11,/libs/mp11/]:
** Updated `mp_reverse_fold` to work on fixed size lists
* boost_phrase:library[MSM,/libs/msm/]:
** Added a new back-end `backmp11` offering heavily reduced compile times and more (requires {cpp}17)
** Fixed bug: https://github.com/boostorg/msm/issues/87[GitHub #87: "boost::any stopped working as Kleene event in 1.86 in boost::msm"]
* boost_phrase:library[MySQL,/libs/mysql/]:
** Deprecated support for Clang versions older than 4.0. These compilers might still work,
but they won't be actively tested in CI.