2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Merge pull request #863 from zajo/master

LEAF changes for 1.86
This commit is contained in:
Glen Fernandes
2024-08-02 13:27:09 -04:00
committed by GitHub

View File

@@ -180,6 +180,11 @@ Please keep the list of libraries sorted in lexicographical order.
* Fixed conversion of `std::basic_string_view` and `boost::basic_string_view`
containing one or more `\0` characters. Issue was introduced in 1.85.0.
* [phrase library..[@/libs/leaf/ leaf]:]
* More optimal verbose_diagnostic_info implementation.
* Bug fixes.
* Added [[nodiscard]] to class result<>.
* [phrase library..[@/libs/locale/ Locale]:]
* Add support for custom allocators in `conv::utf_to_utf`
* Don't build examples by default