mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Remove a reference to a removed comment
The referenced comment was removed when porting the documentation to MrDocs. It advised against using the constructor from basic_string, but, perhaps, that advice was a bit too strong (constructing from strings is handy, and probably faster than inputting from a stringstream).
This commit is contained in:
@@ -1235,10 +1235,6 @@ dynamic_bitset< Block, AllocatorOrContainer >::
|
||||
return result;
|
||||
}
|
||||
|
||||
// A comment similar to the one about the constructor from basic_string
|
||||
// can be done here. Thanks to James Kanze for making me (Gennaro)
|
||||
// realize this important separation of concerns issue, as well as many
|
||||
// things about i18n.
|
||||
template< typename Block, typename AllocatorOrContainer, typename StringT >
|
||||
void
|
||||
to_string( const dynamic_bitset< Block, AllocatorOrContainer > & b, StringT & s )
|
||||
|
||||
Reference in New Issue
Block a user