We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e8958 commit 0f53b61Copy full SHA for 0f53b61
release-notes/boost_1_90_0.adoc
@@ -237,6 +237,11 @@ particularly for mixed successful/unsuccessful queries.
237
longer supported; a conforming {cpp}11 `<mutex>` is now required.
238
** Some unused headers in `boost/smart_ptr/detail/` have been removed.
239
240
+* boost_phrase:library[StaticString,/libs/static_string/]:
241
+** Aligned `to_static_[w]string()` with `std::to_[w]string()` in C++26.
242
+** Removed usage of an additional buffer in `to_static_[w]string()`.
243
+** Added `resize_and_overwrite()`.
244
+
245
* boost_phrase:library[STLInterfaces,/libs/stl_interfaces/]:
246
** Fixed ill-formedness with GCC 14 (boost_gh:pr[stl_interfaces,80]).
247
** Fixed ill-formedness when using move-only callables with closures.
0 commit comments