Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark dispatch_init(), init_from_block_range(), m_append() as deprecated #67

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions dynamic_bitset.html
Original file line number Diff line number Diff line change
Expand Up @@ -1666,6 +1666,14 @@ <h3><a id="exception-guarantees">Exception guarantees</a></h3>
<hr />
<h3><a id="changes-from-previous-ver">Changes from previous version(s)</a></h3>

<h4><i>Changes in Boost 1.80.0</i></h4>
<ul>
<li>Mark <tt>dispatch_init()</tt>, <tt>init_from_block_range()</tt>, <tt>
m_append()</tt> as deprecated
(<a href="https://github.com/boostorg/dynamic_bitset/pull/67">#67</a>).
</li>
</ul>

<h4><i>Changes in Boost 1.56.0</i></h4>
<ul>
<li>Support for C++11 move constructors.</li>
Expand Down Expand Up @@ -1732,6 +1740,17 @@ <h4><i>Changes from Boost 1.31.0</i></h4>
nested class <tt>reference</tt>.
</li>
</ul>
<i>Deprecations</i>
<p>Several member functions (<tt>dispatch_init()</tt>, <tt>init_from_block_range()
</tt>, <tt>m_append()</tt>) will be deprecated since Boost 1.83.0. The milestone of deprecation is as follow:</p>
<ul>
<li>
In Boost 1.81.0 these functions will only be public if macro <tt>BOOST_DYNAMIC_BITSET_NO_DEPRECATED</tt> is defined.
</li>
<li>
In Boost 1.83.0 the functions will be unconditionally private.
</li>
</ul>

<hr />
<h3><a id="see-also">See also</a></h3>
Expand Down