Mordante added a comment.
Ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64874/new/
https://reviews.llvm.org/D64874
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cg
Mordante created this revision.
Mordante added a reviewer: rsmith.
Mordante added a project: clang.
Starting with C++17 the `noexcept` is part of the function signature but a
`noexcept` function can be converted to a `noexcept(false)` function. The
overload resolution code handles it properly bu