[Bug libstdc++/106611] std::is_nothrow_copy_constructible returns wrong result

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Aug 13 21:14:24 GMT 2022


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.


More information about the Gcc-bugs mailing list