Add the 1.90 release notes for StaticString (#537)

This commit is contained in:
Gennaro Prota
2025-11-10 17:43:43 +01:00
committed by GitHub
parent 36e89585ff
commit 0f53b618e0

View File

@@ -237,6 +237,11 @@ particularly for mixed successful/unsuccessful queries.
longer supported; a conforming {cpp}11 `<mutex>` is now required.
** Some unused headers in `boost/smart_ptr/detail/` have been removed.
* boost_phrase:library[StaticString,/libs/static_string/]:
** Aligned `to_static_[w]string()` with `std::to_[w]string()` in C++26.
** Removed usage of an additional buffer in `to_static_[w]string()`.
** Added `resize_and_overwrite()`.
* boost_phrase:library[STLInterfaces,/libs/stl_interfaces/]:
** Fixed ill-formedness with GCC 14 (boost_gh:pr[stl_interfaces,80]).
** Fixed ill-formedness when using move-only callables with closures.