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