mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Fix an error in the documentation of operator==()
This commit is contained in:
@@ -1485,7 +1485,7 @@ public:
|
||||
//!
|
||||
//! \return
|
||||
//! `true` if `a.size() == b.size()` and for all `i` in the range
|
||||
//! `[0, a.size()]`, `a[ i ] == b[ i ]`. Otherwise `false`.
|
||||
//! `[0, a.size())`, `a[ i ] == b[ i ]`. Otherwise `false`.
|
||||
//!
|
||||
//! \par Throws
|
||||
//! Nothing.
|
||||
|
||||
Reference in New Issue
Block a user