You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// since-cxx14-warning@-1 {{lifetime extension of temporary created by aggregate initialization using a default member initializer is not yet supported; lifetime of temporary will end at the end of the full-expression}}
487
-
// since-cxx14-note@#cwg1696-D1-a {{initializing field 'a' with default member initializer}}
// since-cxx14-warning@-1 {{lifetime extension of temporary created by aggregate initialization using a default member initializer is not yet supported; lifetime of temporary will end at the end of the full-expression}} FIXME
215
-
// since-cxx14-note@#cwg1815-A {{initializing field 'r' with default member initializer}}
216
213
217
214
structB { int &&r = 0; }; // #cwg1815-B
218
215
// since-cxx14-error@-1 {{reference member 'r' binds to a temporary object whose lifetime would be shorter than the lifetime of the constructed object}}
219
216
// since-cxx14-note@#cwg1815-B {{initializing field 'r' with default member initializer}}
220
217
// since-cxx14-note@#cwg1815-b {{in implicit default constructor for 'cwg1815::B' first required here}}
0 commit comments