We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03ba5e commit 4b0ac58Copy full SHA for 4b0ac58
include/boost/dynamic_bitset/dynamic_bitset.hpp
@@ -473,7 +473,7 @@ class dynamic_bitset
473
//! Changes the number of bits of the bitset to `num_bits`.
474
//!
475
//! If `num_bits >= size()` then the bits in the range `[0,
476
- //! size())` remain the same, and the bits in `[size(), num_bits]`
+ //! size())` remain the same, and the bits in `[size(), num_bits)`
477
//! are all set to `value`. If `num_bits < size()` then the bits
478
//! in the range `[0, num_bits)` stay the same (and the
479
//! remaining bits are discarded).
0 commit comments