https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58338
Marc Glisse <glisse at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|WAITING |RESOLVED --- Comment #16 from Marc Glisse <glisse at gcc dot gnu.org> --- No idea if there are low hanging fruits. I think the original idea was to get consensus on the idea to add noexcept in various places, and this seems well accepted now. At some point (back when I thought I would have enough free time) my plan was to implement some form of noexcept(auto) as an extension, I think most of the remaining places where we may want to add noexcept would benefit from that. The effort and risk in working around the lack of this feature (writing 10+ lines of nexcept(...), is_nothrow_*, etc) make it not worth it to me.