diff --git a/feed/history/boost_1_88_0.qbk b/feed/history/boost_1_88_0.qbk index 7b29a1dd..695533f3 100644 --- a/feed/history/boost_1_88_0.qbk +++ b/feed/history/boost_1_88_0.qbk @@ -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