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
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