Skip to content

Commit 0f53b61

Browse files
authored
Add the 1.90 release notes for StaticString (#537)
1 parent 36e8958 commit 0f53b61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

release-notes/boost_1_90_0.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@ particularly for mixed successful/unsuccessful queries.
237237
longer supported; a conforming {cpp}11 `<mutex>` is now required.
238238
** Some unused headers in `boost/smart_ptr/detail/` have been removed.
239239

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+
240245
* boost_phrase:library[STLInterfaces,/libs/stl_interfaces/]:
241246
** Fixed ill-formedness with GCC 14 (boost_gh:pr[stl_interfaces,80]).
242247
** Fixed ill-formedness when using move-only callables with closures.

0 commit comments

Comments
 (0)