Re: [PATCHv3] libstdc++: provide debug impl of P2697 ctor [PR119742]

2025-07-25 Thread Jonathan Wakely
On Fri, 25 Jul 2025, 17:41 Nathan Myers, wrote: > Changed in v3: > * Rely on std/bitset's string_view ctor for bounds checking. > > This adds the new bitset constructor from string_view > defined in P2697 to the debug version of the type. > > libstdc++-v3/Changelog: > PR libstdc++/119742

[PATCHv3] libstdc++: provide debug impl of P2697 ctor [PR119742]

2025-07-25 Thread Nathan Myers
Changed in v3: * Rely on std/bitset's string_view ctor for bounds checking. This adds the new bitset constructor from string_view defined in P2697 to the debug version of the type. libstdc++-v3/Changelog: PR libstdc++/119742 * include/debug/bitset: Add new ctor. --- libstdc++-v3