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

Update boost_1_88_0.qbk

This commit is contained in:
Vissarion Fisikopoulos
2025-03-19 11:12:43 +02:00
committed by Peter Dimov
parent 9cfc908082
commit d542d20b84

View File

@@ -100,6 +100,19 @@ Please keep the list of libraries sorted in lexicographical order.
and incomplete.
* Fixed multiple mangling issues in `boost/dll/smart_*` parts of the library.
* [phrase library..[@/libs/geometry/ Geometry]:]
* Improvements
* [github_pr geometry 1370] Relax half period check in spheroidal normalization
* [github_pr geometry 1368] Pass umbrella strategies in rtree spatial predicates
* [github_pr geometry 1367] Improvements in traversal
* [github_pr geometry 1361] Test set operations on random grids with integer coordinates
* Several test cases has been added
* Use using instead of typedef in part of the code
* Solved issues
* [github_pr geometry 1364] Fix several strategies (add getters, fix compilation error and warning)
* [github geometry 629] Avoid warnings for coordinate conversions and unused parameters
* Various fixes of errors and warnings
* [phrase library..[@/libs/iterator/ Iterator]:]
* Dropped support for C++03 and ancient compilers, updated code base to use C++11 and MP11, reduced usage of MPL. ([github_pr iterator 82])
* Added `min_category` trait, which is a variadic equivalent of `minimum_category` that doesn't depend on MPL. `minimum_category` is deprecated