What is an efficient way to convert a boost dynamic_bitset into string? I have tried to_string(dynamic_bitset, string) but it does not work for large bitsets.
to_string(dynamic_bitset, string)