File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -225,15 +225,6 @@ void m() {
225
225
}
226
226
227
227
#if __cplusplus >= 202302L
228
-
229
- namespace cwg2685 { // cwg2685: 17
230
- template <class T >
231
- struct A {
232
- T ar[4 ];
233
- };
234
- A a = { " foo" };
235
- }
236
-
237
228
namespace cwg2687 { // cwg2687: 18
238
229
struct S {
239
230
void f (int );
Original file line number Diff line number Diff line change @@ -15918,7 +15918,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
15918
15918
<td><a href="https://cplusplus.github.io/CWG/issues/2685.html">2685</a></td>
15919
15919
<td>C++23</td>
15920
15920
<td>Aggregate CTAD, string, and brace elision</td>
15921
- <td class="full " align="center">Clang 17 </td>
15921
+ <td class="unknown " align="center">Unknown </td>
15922
15922
</tr>
15923
15923
<tr class="open" id="2686">
15924
15924
<td><a href="https://cplusplus.github.io/CWG/issues/2686.html">2686</a></td>
You can’t perform that action at this time.
0 commit comments