]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Constrain __gnu_debug::bitset(const CharT*) constructor [PR121046]
authorJonathan Wakely <jwakely@redhat.com>
Sat, 12 Jul 2025 12:09:03 +0000 (13:09 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 12 Sep 2025 13:08:23 +0000 (14:08 +0100)
commitf534db54a65b42638c08275338423063fe836f31
tree2c59250b6711875069a0f28409f4c8f38969798d
parent85409b9d6a29392d33f3fbac40c641eeda22062a
libstdc++: Constrain __gnu_debug::bitset(const CharT*) constructor [PR121046]

The r16-3435-gbbc0e70b610f19 change (for LWG 4294) needs to be applied
to the debug mode __gnu_debug::bitset as well as the normal one.

libstdc++-v3/ChangeLog:

PR libstdc++/121046
* include/debug/bitset (bitset(const CharT*, ...)): Add
constraints on CharT type.
libstdc++-v3/include/debug/bitset