[Bug c++/107600] New __is_destructible built-in

2022-11-09 Thread redi at gcc dot gnu.org via Gcc-bugs
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

[Bug c++/107600] New __is_destructible built-in

2022-11-09 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107600 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Bug c++/107600] New __is_destructible built-in

2022-11-09 Thread redi at gcc dot gnu.org via Gcc-bugs
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