diff --git a/dynamic_bitset.html b/dynamic_bitset.html index 2f8d0d0..1039115 100644 --- a/dynamic_bitset.html +++ b/dynamic_bitset.html @@ -366,7 +366,7 @@ were chosen for this reason.
dynamic_bitset does not throw exceptions when a precondition is violated (as is done in std::bitset). Instead assert is used. See the guidelines for Error and Exception Handling +"http://www.boost.org/community/error_handling.html">Error and Exception Handling for the explanation.