]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Use new __is_destructible built-in in <type_traits>
authorJonathan Wakely <jwakely@redhat.com>
Thu, 29 May 2025 12:50:08 +0000 (13:50 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 3 Jun 2025 10:21:02 +0000 (11:21 +0100)
commitb32bf304793047f09789a11cca983b144552db8b
treed6bf8204d6afa915563e5ab6b7cb2c7c0f6b9b94
parent973c43faf077736de420a1dd9d0729096db48cc0
libstdc++: Use new __is_destructible built-in in <type_traits>

libstdc++-v3/ChangeLog:

* include/std/type_traits (is_destructible, is_destructible_v):
Define using new built-in.
(is_nothrow_destructible, is_nothrow_destructible_v): Likewise.
(is_trivially_destructible, is_trivially_destructible_v):
Likewise.

Reviewed-by: Tomasz KamiƄski <tkaminsk@redhat.com>
libstdc++-v3/include/std/type_traits