This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG997b072e10d2: C++ DR2394: Const-default-constructible for
members. (authored by jyknight).
Changed prior to commit:
https://reviews.llvm.org/D1261
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
jyknight created this revision.
jyknight added reviewers: aaron.ballman, rsmith.
Herald added a project: All.
jyknight requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Const class members may be initialized with a defaulted default
construct