Skip to content

Commit ce62177

Browse files
authored
Add the 1.91.0 release notes for DynamicBitset (#603)
1 parent c8b1c41 commit ce62177

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

release-notes/boost_1_91_0.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ boost_at:/doc/libs/1_91_0/[Documentation]
2929
// ** Conform to `std::pointer_traits` requirements (boost_gh:pr[interprocess,32]).
3030
// ** Fixed `named_condition_any` fails to notify (boost_gh:issue[interprocess,62]).
3131

32+
* boost_phrase:library[DynamicBitset,/libs/dynamic_bitset/]:
33+
** Added a missing friend declaration for `operator-( const bit_iterator_base< Iter > & lhs, const bit_iterator_base< Iter > & rhs )`.
34+
** Fixed compilation with standard library implementations which use raw pointers as iterators.
35+
** Fixed `from_block_range()` to prevent it from setting any bit in the unused part of the bitset.
36+
3237
* boost_phrase:library[Exception,/libs/exception/]:
3338
** Added customizable serialization API, built-in support for Boost.JSON and nlohmann/json.
3439

0 commit comments

Comments
 (0)