mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Add missing spaces in a comment
Reason: Consistency.
This commit is contained in:
@@ -1239,7 +1239,7 @@ template< typename B, typename A, typename StringT >
|
||||
void
|
||||
dump_to_string( const dynamic_bitset< B, A > & b, StringT & s )
|
||||
{
|
||||
to_string_helper( b, s, true /* =dump_all*/ );
|
||||
to_string_helper( b, s, true /* = dump_all */ );
|
||||
}
|
||||
|
||||
template< typename Block, typename AllocatorOrContainer, typename BlockOutputIterator >
|
||||
|
||||
Reference in New Issue
Block a user