[PATCH] D148924: [clang] Show error if defaulted comparions operator function is volatile or has ref-qualifier &&.

Jens Massberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 6 04:03:14 PDT 2023


massberg added a comment.

In D148924#4391190 <https://reviews.llvm.org/D148924#4391190>, @ilya-biryukov wrote:

> @massberg did we figure out if there is anything else left from P2002R1? Are there blockers to landing this?

The only thing I came across was https://reviews.llvm.org/D151200 (error out when parameters of defaulted comparison operator aren't as expected), but this is already submitted.
Related to the defaulted comparison operators is DR 2450 <https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2450> (braced-init-list as a template-argument), but this isn't part of P2002R1.

So I'm not aware of any blockers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148924



More information about the cfe-commits mailing list