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:
Gennaro Prota
2025-09-15 18:02:13 +02:00
parent 81011d8161
commit fae55af67d

View File

@@ -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 )