mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Document that max_size() doesn't emit exceptions
This commit is contained in:
@@ -937,6 +937,9 @@ public:
|
||||
|
||||
//! Returns the maximum size of a bitset of this type.
|
||||
//!
|
||||
//! \par Throws
|
||||
//! Nothing.
|
||||
//!
|
||||
//! \return
|
||||
//! The maximum size of a `dynamic_bitset` object having the
|
||||
//! same type as `*this`. Note that if any `dynamic_bitset`
|
||||
|
||||
Reference in New Issue
Block a user