[PATCH] D156032: Implement CWG2137 (list-initialization from objects of the same type)

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 15 05:47:29 PDT 2023


cor3ntin added inline comments.


================
Comment at: clang/test/CXX/drs/dr23xx.cpp:50
 
+namespace dr2311 {
+#if __cplusplus >= 201707L
----------------
aaron.ballman wrote:
> MitalAshok wrote:
> > cor3ntin wrote:
> > > the dr status html page is generated automatically by leaving a magic comment here - and then running `clang/www/make_cxx_dr_status`
> > CWG2311 is still open, but clang did support list-initialization elision before this patch. The committee still needs to decide how exactly this elision is going to work, which might be different from how this patch implements it, so hesitant to mark this as done.
> CC @Endill -- do we have a special marking for "issue still open in WG21, but we implement the current suggested resolution?"
`18 open` sould work


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156032



More information about the cfe-commits mailing list