Skip to content

Commit b8ece91

Browse files
authored
Boost.OpenMethod 1.91.0 Release Notes (#625)
1 parent 8dd936f commit b8ece91

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

release-notes/boost_1_91_0.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ boost_at:/doc/libs/1_91_0/[Documentation]
1919
== New Libraries
2020

2121
// Example:
22-
//
22+
//
2323
// * boost_phrase:library[Accumulators,/libs/accumulators]:
2424
// ** Framework for incremental calculation, and collection of statistical
2525
// accumulators, from Eric Niebler.
@@ -30,7 +30,7 @@ boost_at:/doc/libs/1_91_0/[Documentation]
3030
== Updated Libraries
3131

3232
// Example:
33-
//
33+
//
3434
// * boost_phrase:library[Interprocess,/libs/interprocess/]:
3535
// ** Added anonymous shared memory for UNIX systems.
3636
// ** Conform to `std::pointer_traits` requirements (boost_gh:pr[interprocess,32]).
@@ -136,8 +136,8 @@ however, by globally defining the macro `BOOST_MULTI_INDEX_ENABLE_MPL_SUPPORT`.
136136
support for Boost.MPL may be eventually deprecated and removed in the future.
137137
** *Breaking change:* `composite_key` and associated class templates
138138
(`composite_key_equal_to`, `composite_key_compare`, `composite_key_hash`) have been made
139-
variadic (previously the maximum number of template arguments was limited by
140-
`BOOST_MULTI_INDEX_LIMIT_COMPOSITE_KEY_SIZE`). This change should be transparent to users,
139+
variadic (previously the maximum number of template arguments was limited by
140+
`BOOST_MULTI_INDEX_LIMIT_COMPOSITE_KEY_SIZE`). This change should be transparent to users,
141141
with the exception that `composite_key::key_extractors` returns a `std::tuple` instead of
142142
a `boost::tuple` (and similarly for the rest of affected class templates).
143143
** Removed internal workarounds and fallbacks to support pre-C++11 compilers.
@@ -158,9 +158,8 @@ a `boost::tuple` (and similarly for the rest of affected class templates).
158158
*** `state_machine` cannot be moved (https://github.com/boostorg/msm/issues/205[#205])
159159
** **Breaking change (`backmp11`)**: Direct access to the event pool is changed from `public` to `protected`,
160160
because manipulating it outside of the library code can lead to undefined behavior.
161-
162-
163-
161+
* boost_phrase:library[OpenMethod,/libs/openmethod/]:
162+
** Inter-operation with `boost::intrusive_ptr`.
164163
* boost_phrase:library[Optional,/libs/optional/]:
165164
** For compilers with full C++11 support (including "unrestricted unions" and ref-qualifiers)
166165
changed the implementation from aligned storage to union storage. This enables the gradual

0 commit comments

Comments
 (0)