https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107600
--- Comment #2 from Jonathan Wakely ---
I committed r13-3870-g0cbb756fe9c8e1 to speed up the std::destructible concept,
so an intrinsic is not urgent. But it would probably be even better than the
new implementation, and would also help other pa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107600
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107600
--- Comment #1 from Jonathan Wakely ---
And as with the others, __is_nothrow_destructible, which is what the concepts
depend on specifically:
/// [concept.destructible], concept destructible
template
concept destructible = is_nothrow_de