Consistently use BOOST_ASSERT() in the implementation

Note: Not in the unit tests, which better do without the dependency.
This commit is contained in:
Gennaro Prota
2025-06-21 14:58:26 +02:00
parent dab7861b74
commit 4aedddb332
2 changed files with 37 additions and 37 deletions

View File

@@ -377,7 +377,7 @@ were chosen for this reason.</p>
<p><tt>dynamic_bitset</tt> does not throw exceptions when a
precondition is violated (as is done in <tt>std::bitset</tt>).
Instead <tt>assert</tt> is used. See the guidelines for <a href=
Instead <tt>BOOST_ASSERT</tt> is used. See the guidelines for <a href=
"http://www.boost.org/community/error_handling.html">Error and Exception Handling</a>
for the explanation.</p>