]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove unused helper traits
authorJonathan Wakely <jwakely@redhat.com>
Sat, 23 Mar 2024 11:11:17 +0000 (11:11 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 1 Aug 2024 20:56:57 +0000 (21:56 +0100)
commit4436889eb4a8e293c88cae8e6a6330e7e23857d7
treeaf3aa8c99f2bfd7fe8d1672dc3baeef8d26d4db1
parent3a817a4a5a6d94da9127af3be9f84a74e3076ee2
libstdc++: Remove unused helper traits

These are not used anywhere, we have more efficient variable templates
for them instead. They're not documented as extensions, and are easy for
users to write if they need them.

libstdc++-v3/ChangeLog:

* include/bits/utility.h (__is_in_place_type): Remove.
* include/std/variant (__is_in_place_tag): Remove.
libstdc++-v3/include/bits/utility.h
libstdc++-v3/include/std/variant