[clang] [Clang][CWG1815] Support lifetime extension of temporary created by aggregate initialization using a default member initializer (PR #87933)
via cfe-commits
cfe-commits at lists.llvm.org
Tue May 7 09:17:06 PDT 2024
================
@@ -206,13 +206,10 @@ namespace cwg1814 { // cwg1814: yes
#endif
}
-namespace cwg1815 { // cwg1815: no
+namespace cwg1815 { // cwg1815: yes
----------------
yronglin wrote:
Agree 100%!
https://github.com/llvm/llvm-project/pull/87933
More information about the cfe-commits
mailing list