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
Copy file name to clipboardExpand all lines: _posts/2025-06-30-Joaquins2025Q2Update.md
+50-3Lines changed: 50 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,57 @@ The acceptance review for [Boost.Bloom](https://github.com/boostorg/bloom)
15
15
took place between the 13th and 22nd of May,
16
16
and the final verdict was [acceptance into Boost](https://lists.boost.org/archives/list/boost@lists.boost.org/message/L4X3LREHFIZXNJRL7XLMC4NPOLWXXVCA/).
17
17
Arnauld Becheler did an awesome job at managing the review, which was one of the most
18
-
productive I remember in recent years. Arnauld also helped in incorporating
19
-
the review feedback into the version that will ship with Boost 1.89, which took
20
-
me
18
+
productive I remember in recent years. Incorporating the feedback from the review
19
+
took me the last five weeks of this quarter, but everything's ready for shipping with Boost 1.89 (Aug 2025):
21
20
22
21
*[Review feedback as compiled by Arnauld](https://github.com/boostorg/bloom/issues?q=is%3Aissue%20state%3Aclosed%20author%3ABecheler)
This trait was originally in Boost.Unordered, but it makes sense that it be moved here because
29
+
Boost.Bloom also uses it.
30
+
31
+
32
+
### Boost.Unordered
33
+
34
+
* Added `pull(const_iterator)` to open-addressing containers ([PR#309](https://github.com/boostorg/unordered/pull/309)).
35
+
* CI maintenance work ([PR#310](https://github.com/boostorg/unordered/pull/310), [PR#311](https://github.com/boostorg/unordered/pull/311)).
36
+
* Improved documentation of `erase_if` ([PR#312](https://github.com/boostorg/unordered/pull/312)).
37
+
* Deprecated `boost::unordered::hash_is_avalanching` in favor of `boost::hash_is_avalanching` ([PR#313](https://github.com/boostorg/unordered/pull/313)).
38
+
* Addressed some user-filed issues ([#305](https://github.com/boostorg/unordered/issues/305), [#308](https://github.com/boostorg/unordered/issues/308)).
39
+
40
+
### Boost.MultiIndex
41
+
42
+
* CI maintenance work ([PR#82](https://github.com/boostorg/multi_index/pull/82)).
43
+
* Address an user-filed issue ([#81](https://github.com/boostorg/multi_index/issues/81)).
44
+
45
+
### Boost.Flyweight
46
+
47
+
* CI maintenance work ([PR#21](https://github.com/boostorg/flyweight/pull/21)).
48
+
49
+
### Boost.PolyCollection
50
+
51
+
* CI maintenance work ([PR#31](https://github.com/boostorg/poly_collection/pull/31)).
0 commit comments