mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Consistently use BOOST_ASSERT() in the implementation
Note: Not in the unit tests, which better do without the dependency.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user