https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106611
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- The noexcept specifier is wrong, but is ignored. The implicitly defined copy constructor is noexcept, so the trait gives the right answer.