[PATCH] D136554: Implement CWG2631

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 5 04:10:19 PDT 2022


cor3ntin added a comment.

reduced to

  struct a {
  } constexpr b;
  class c {
  public:
    c(a);
  };
  class d {
    d() {}
    c e = b;
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136554



More information about the cfe-commits mailing list