[PATCH] D131479: Handle explicitly defaulted consteval special members.

Utkarsh Saxena via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 10 06:04:51 PDT 2022


usaxena95 added a comment.

As discussed offline, we are already following the discussion 2602 <https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2602>.
We are keeping the constructor `consteval` to allow complaining when we are actually processing the call to data member constructors (instead of the `consteval` constructor itself.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131479



More information about the cfe-commits mailing list