You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** Added `unchecked_emplace_back` and `unchecked_push_back` to `boost::container::vector`, `boost::container::static_vector`, and `boost::container::small_vector`.
75
+
** Implemented pass:[C++23] https://wg21.link/P1518[P1518] change: modified allocator-extended constructors for all containers so that the deduction guides for containers are not overconstrained.
76
+
66
77
* boost_phrase:library[Geometry,/libs/geometry/]:
67
78
** Improvements (`geometry`):
68
79
*** Drop `varray` implementation in favor of Boost.Container `static_vector` (boost_gh:pr[geometry,1458]).
@@ -91,6 +102,11 @@ the pass:[C++] committee regarding non-heteregeneous lookup for associative cont
91
102
handling of rewritten relational operators (boost_gh:pr[icl,54]).
92
103
** Fixed a GCC 10-11 codegen bug (boost_gh:pr[icl,54]).
0 commit comments