[PATCH] D126170: C++ DR2394: Const-default-constructible for members.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 25 10:04:35 PDT 2022


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM (minor nit with release notes, take it or leave it at your discretion).



================
Comment at: clang/docs/ReleaseNotes.rst:155
   This fixes Issue `Issue 54881 <https://github.com/llvm/llvm-project/issues/54881>`_.
+- Fix `CWG 2394 <https://wg21.link/cwg2394>`_: Const class members may
+  be initialized with a defaulted default constructor under the same
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126170



More information about the cfe-commits mailing list