[PATCH] D105127: Implement P1401R5

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 30 14:57:27 PDT 2021


rsmith added a comment.

In D105127#2851443 <https://reviews.llvm.org/D105127#2851443>, @rsmith wrote:

> P1401R5 points out that we get `noexcept(bool)` wrong in the opposite direction, permitting conversions to `bool` that we are supposed to reject. While that rule didn't change as part of P1401R5, it'd be nice to handle it as part of dealing with that paper.

To be clear: doing that as a separate change is completely fine, but we should make sure we don't forget about it!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105127/new/

https://reviews.llvm.org/D105127



More information about the cfe-commits mailing list