Skip to content

Commit 5792fa8

Browse files
committed
Avoid an interrupted sentence in the \brief documentation of the stream inserter
1 parent c4dace5 commit 5792fa8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/boost/dynamic_bitset/dynamic_bitset.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,9 @@ template< typename Block, typename Allocator >
12961296
bool operator>=( const dynamic_bitset< Block, Allocator > & a, const dynamic_bitset< Block, Allocator > & b );
12971297

12981298
//! Inserts a textual representation of `b` into the stream `os`,
1299-
//! highest bit first. Informally, the output is the same as:
1299+
//! highest bit first.
1300+
//!
1301+
//! Informally, the output is the same as:
13001302
//!
13011303
//! \code
13021304
//! std::basic_string<Char, Traits> s;

0 commit comments

Comments
 (0)