2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-27 07:22:15 +00:00

Merge pull request #517 from Flamefire/nowide-1.74

Add nowide changelog and move heap to correct place
This commit is contained in:
Glen Fernandes
2020-07-01 14:49:50 -04:00
committed by GitHub

View File

@@ -69,6 +69,10 @@ Please keep the list of libraries sorted in lexicographical order.
* [phrase library..[@/libs/format/ Format]:]
* Correct allocator usage (fixes C++20 compilation). (Glen Fernandes)
* [phrase library..[@/libs/heap/ Heap]:]
* Correct destruction of top node in `skew_heap`. (Glen Fernandes)
* Correct and simplify allocator use. (Glen Fernandes)
* [phrase library..[@/libs/mp11/ Mp11]:]
* Improved compilation performance of `mp_with_index<N>` for large `N`.
* Added `tuple_transform` (contributed by Hans Dembinski.)
@@ -81,9 +85,11 @@ Please keep the list of libraries sorted in lexicographical order.
* Clarified documentation on read/write key extractors (issue [github multi_index 32]).
* Maintenance work.
* [phrase library..[@/libs/heap/ Heap]:]
* Correct destruction of top node in `skew_heap`. (Glen Fernandes)
* Correct and simplify allocator use. (Glen Fernandes)
* [phrase library..[@/libs/nowide/ Nowide]:]
* The library now requires a C++11-compliant compiler and stdlib
* LFS: Add support for files > 2 GB where the underlying system supports it
* Generic UTF conversion functions are now available in the `boost::nowide::utf namespace`
* Add support for `stat` with UTF-8 paths
* [phrase library..[@/libs/poly_collection/ PolyCollection]:]
* Fixed internal ambiguity problem between `boost::type_erasure::any` and