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

Update 1.87 release notes of Geometry

This commit is contained in:
Vissarion Fisikopoulos
2024-11-27 13:20:24 +02:00
committed by Peter Dimov
parent 2769b4377b
commit 5cc9803c53

View File

@@ -94,6 +94,27 @@ Please keep the list of libraries sorted in lexicographical order.
* Marked as `noexcept` those `boost::flyweight` operations previously documented
as not throwing (issue [github flyweight 15]).
* [phrase library..[@/libs/geometry/ Geometry]:]
* Improvements
* Use using instead of typedef in part of the code
* Modernize meta function with alias in part of the code
* Add support for modular build structure
* Complete CMake coverage (added github actions cmake tests)
* Improve documentation workflow
* Update Qt end WxWidgets examples
* Add enumerate to prepare for 17 and 23
*Breaking changes
* Remove deprecated rescaling code
*Solved issues
* [github geometry 1309] Fix some missing qbk includes
* [github geometry 1226] [github geometry 1326] Fix extra round on ring
* [github geometry 1293] [github geometry 1294] [github geometry 1295] Fix traversal through non clustered rings
* [github geometry 893] [github geometry 1299] Fix blocking rings for non union conditions
* [github geometry 1342] Fix discarding a start turn for combination with touch
* [github geometry 1288] [github geometry 1345] Fixes in handling (imperfect) touch
* [github geometry 1279] Fix covered_by incorrect results
* Various fixes of errors and warnings
* [phrase library..[@/libs/iterator/ Iterator]:]
* `function_output_iterator` is now compliant with `std::output_iterator` concept. ([github iterator 85])