[llvm-bugs] [Bug 39008] Function pointer conversion with noexcept fails (c++17)
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Oct 29 12:32:47 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=39008
Aaron Ballman <aaron at aaronballman.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aaron at aaronballman.com
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Aaron Ballman <aaron at aaronballman.com> ---
Exception specifications became part of the function type signature in C++17,
so Clang is behaving correctly. GCC eventually fixed their bug and now everyone
is in agreement on the code being invalid: https://godbolt.org/z/hjTeh6MMz
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20211029/c61dbdf0/attachment.html>
More information about the llvm-bugs
mailing list