[X86] Split rr/rm CVT schedules on SNB/HSW/BDW (#117494)
[llvm-project.git] / clang / www / cxx_dr_status.html
blob186f7cc0ace5465b37876f9c5cae4e3123a9667b
1 <!DOCTYPE html>
2 <!-- This file is auto-generated by make_cxx_dr_status. Do not modify. -->
3 <html>
4 <head>
5 <META http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>Clang - C++ Defect Report Status</title>
7 <link type="text/css" rel="stylesheet" href="menu.css">
8 <link type="text/css" rel="stylesheet" href="content.css">
9 <style type="text/css">
10 .none { background-color: #FFCCCC }
11 .none-superseded { background-color: rgba(255, 204, 204, 0.65) }
12 .unknown { background-color: #EBCAFE }
13 .unknown-superseded { background-color: rgba(234, 200, 254, 0.65) }
14 .partial { background-color: #FFE0B0 }
15 .partial-superseded { background-color: rgba(255, 224, 179, 0.65) }
16 .unreleased { background-color: #FFFF99 }
17 .unreleased-superseded { background-color: rgba(255, 255, 153, 0.65) }
18 .full { background-color: #CCFF99 }
19 .full-superseded { background-color: rgba(214, 255, 173, 0.65) }
20 .na { background-color: #DDDDDD }
21 .na-superseded { background-color: rgba(222, 222, 222, 0.65) }
22 .open * { color: #AAAAAA }
23 .open-superseded * { color: rgba(171, 171, 171, 0.65) }
24 //.open { filter: opacity(0.2) }
25 tr:target { background-color: #FFFFBB }
26 th { background-color: #FFDDAA }
27 </style>
28 </head>
29 <body>
31 <!--#include virtual="menu.html.incl"-->
33 <div id="content">
35 <!--*************************************************************************-->
36 <h1>C++ Defect Report Support in Clang</h1>
37 <!--*************************************************************************-->
39 <h2 id="cxxdr">C++ defect report implementation status</h2>
41 <p>This page tracks which C++ defect reports are implemented within Clang.</p>
43 <table width="689" border="1" cellspacing="0">
44 <tr>
45 <th>Number</th>
46 <th>Status</th>
47 <th>Issue title</th>
48 <th>Available in Clang?</th>
49 </tr>
50 <tr id="1">
51 <td><a href="https://cplusplus.github.io/CWG/issues/1.html">1</a></td>
52 <td>TC1</td>
53 <td>What if two using-declarations refer to the same function but the declarations introduce different default-arguments?</td>
54 <td class="none" align="center">No</td>
55 </tr>
56 <tr class="open" id="2">
57 <td><a href="https://cplusplus.github.io/CWG/issues/2.html">2</a></td>
58 <td>drafting</td>
59 <td>How can dependent names be used in member declarations that appear outside of the class template definition?</td>
60 <td align="center">Not resolved</td>
61 </tr>
62 <tr id="3">
63 <td><a href="https://cplusplus.github.io/CWG/issues/3.html">3</a></td>
64 <td>NAD</td>
65 <td>The template compilation model rules render some explicit specialization declarations not visible during instantiation</td>
66 <td class="full" align="center">Yes</td>
67 </tr>
68 <tr id="4">
69 <td><a href="https://cplusplus.github.io/CWG/issues/4.html">4</a></td>
70 <td>CD1</td>
71 <td>Does extern "C" affect the linkage of function names with internal linkage?</td>
72 <td class="full" align="center">Clang 2.8</td>
73 </tr>
74 <tr id="5">
75 <td><a href="https://cplusplus.github.io/CWG/issues/5.html">5</a></td>
76 <td>CD1</td>
77 <td>CV-qualifiers and type conversions</td>
78 <td class="full" align="center">Clang 3.1</td>
79 </tr>
80 <tr id="6">
81 <td><a href="https://cplusplus.github.io/CWG/issues/6.html">6</a></td>
82 <td>NAD</td>
83 <td>Should the optimization that allows a class object to alias another object also allow the case of a parameter in an inline function to alias its argument?</td>
84 <td class="unknown" align="center">Unknown</td>
85 </tr>
86 <tr id="7">
87 <td><a href="https://cplusplus.github.io/CWG/issues/7.html">7</a></td>
88 <td>NAD</td>
89 <td>Can a class with a private virtual base class be derived from?</td>
90 <td class="full" align="center">Clang 3.4</td>
91 </tr>
92 <tr id="8">
93 <td><a href="https://cplusplus.github.io/CWG/issues/8.html">8</a></td>
94 <td>CD1</td>
95 <td>Access to template arguments used in a function return type and in the nested name specifier</td>
96 <td class="full" align="center">Duplicate of <a href="#45">45</a></td>
97 </tr>
98 <tr id="9">
99 <td><a href="https://cplusplus.github.io/CWG/issues/9.html">9</a></td>
100 <td>CD1</td>
101 <td>Clarification of access to base class members</td>
102 <td class="full" align="center">Clang 2.8</td>
103 </tr>
104 <tr id="10">
105 <td><a href="https://cplusplus.github.io/CWG/issues/10.html">10</a></td>
106 <td>CD1</td>
107 <td>Can a nested class access its own class name as a qualified name if it is a private member of the enclosing class?</td>
108 <td class="full" align="center">Duplicate of <a href="#45">45</a></td>
109 </tr>
110 <tr id="11">
111 <td><a href="https://cplusplus.github.io/CWG/issues/11.html">11</a></td>
112 <td>CD1</td>
113 <td>How do the keywords typename/template interact with using-declarations?</td>
114 <td class="full" align="center">Yes</td>
115 </tr>
116 <tr id="12">
117 <td><a href="https://cplusplus.github.io/CWG/issues/12.html">12</a></td>
118 <td>dup</td>
119 <td>Default arguments on different declarations for the same function and the Koenig lookup</td>
120 <td class="full-superseded" align="center">Superseded by <a href="#239">239</a></td>
121 </tr>
122 <tr id="13">
123 <td><a href="https://cplusplus.github.io/CWG/issues/13.html">13</a></td>
124 <td>NAD</td>
125 <td>extern "C" for Parameters of Function Templates</td>
126 <td class="none" align="center">No</td>
127 </tr>
128 <tr id="14">
129 <td><a href="https://cplusplus.github.io/CWG/issues/14.html">14</a></td>
130 <td>NAD</td>
131 <td>extern "C" functions and declarations in different namespaces</td>
132 <td class="full" align="center">Clang 3.4</td>
133 </tr>
134 <tr id="15">
135 <td><a href="https://cplusplus.github.io/CWG/issues/15.html">15</a></td>
136 <td>dup</td>
137 <td>Default arguments for parameters of function templates</td>
138 <td class="full" align="center">Yes</td>
139 </tr>
140 <tr id="16">
141 <td><a href="https://cplusplus.github.io/CWG/issues/16.html">16</a></td>
142 <td>CD1</td>
143 <td>Access to members of indirect private base classes</td>
144 <td class="full" align="center">Clang 2.8</td>
145 </tr>
146 <tr id="17">
147 <td><a href="https://cplusplus.github.io/CWG/issues/17.html">17</a></td>
148 <td>NAD</td>
149 <td>Footnote 99 should discuss the naming class when describing members that can be accessed from friends</td>
150 <td class="full" align="center">Yes</td>
151 </tr>
152 <tr id="18">
153 <td><a href="https://cplusplus.github.io/CWG/issues/18.html">18</a></td>
154 <td>NAD</td>
155 <td>f(TYPE) where TYPE is void should be allowed</td>
156 <td class="full-superseded" align="center">Superseded by <a href="#577">577</a></td>
157 </tr>
158 <tr id="19">
159 <td><a href="https://cplusplus.github.io/CWG/issues/19.html">19</a></td>
160 <td>NAD</td>
161 <td>Clarify protected member access</td>
162 <td class="full" align="center">Clang 3.1</td>
163 </tr>
164 <tr id="20">
165 <td><a href="https://cplusplus.github.io/CWG/issues/20.html">20</a></td>
166 <td>TC1</td>
167 <td>Some clarifications needed for 12.8 para 15</td>
168 <td class="full" align="center">Clang 2.8</td>
169 </tr>
170 <tr id="21">
171 <td><a href="https://cplusplus.github.io/CWG/issues/21.html">21</a></td>
172 <td>TC1</td>
173 <td>Can a default argument for a template parameter appear in a friend declaration?</td>
174 <td class="full" align="center">Clang 3.4</td>
175 </tr>
176 <tr id="22">
177 <td><a href="https://cplusplus.github.io/CWG/issues/22.html">22</a></td>
178 <td>TC1</td>
179 <td>Template parameter with a default argument that refers to itself</td>
180 <td class="full-superseded" align="center">Superseded by <a href="#481">481</a></td>
181 </tr>
182 <tr id="23">
183 <td><a href="https://cplusplus.github.io/CWG/issues/23.html">23</a></td>
184 <td>NAD</td>
185 <td>Some questions regarding partial ordering of function templates</td>
186 <td class="full" align="center">Yes</td>
187 </tr>
188 <tr id="24">
189 <td><a href="https://cplusplus.github.io/CWG/issues/24.html">24</a></td>
190 <td>TC1</td>
191 <td>Errors in examples in 14.7.3</td>
192 <td class="na" align="center">N/A</td>
193 </tr>
194 <tr id="25">
195 <td><a href="https://cplusplus.github.io/CWG/issues/25.html">25</a></td>
196 <td>TC1</td>
197 <td>Exception specifications and pointers to members</td>
198 <td class="full" align="center">Yes</td>
199 </tr>
200 <tr id="26">
201 <td><a href="https://cplusplus.github.io/CWG/issues/26.html">26</a></td>
202 <td>NAD</td>
203 <td>Copy constructors and default arguments</td>
204 <td class="full" align="center">Yes</td>
205 </tr>
206 <tr id="27">
207 <td><a href="https://cplusplus.github.io/CWG/issues/27.html">27</a></td>
208 <td>NAD</td>
209 <td>Overload ambiguities for builtin ?: prototypes</td>
210 <td class="full" align="center">Yes</td>
211 </tr>
212 <tr id="28">
213 <td><a href="https://cplusplus.github.io/CWG/issues/28.html">28</a></td>
214 <td>CD1</td>
215 <td>'exit', 'signal' and static object destruction</td>
216 <td class="na" align="center">N/A (Library DR)</td>
217 </tr>
218 <tr id="29">
219 <td><a href="https://cplusplus.github.io/CWG/issues/29.html">29</a></td>
220 <td>CD1</td>
221 <td>Linkage of locally declared functions</td>
222 <td class="full" align="center">Clang 3.4</td>
223 </tr>
224 <tr id="30">
225 <td><a href="https://cplusplus.github.io/CWG/issues/30.html">30</a></td>
226 <td>TC1</td>
227 <td>Valid uses of "<TT>::template</TT>"</td>
228 <td class="full-superseded" align="center">Superseded by <a href="#468">468</a> (C++11 onwards)</td>
229 </tr>
230 <tr id="31">
231 <td><a href="https://cplusplus.github.io/CWG/issues/31.html">31</a></td>
232 <td>NAD</td>
233 <td>Looking up new/delete</td>
234 <td class="full" align="center">Clang 2.8</td>
235 </tr>
236 <tr id="32">
237 <td><a href="https://cplusplus.github.io/CWG/issues/32.html">32</a></td>
238 <td>TC1</td>
239 <td>Clarification of explicit instantiation of non-exported templates</td>
240 <td class="na" align="center">N/A</td>
241 </tr>
242 <tr id="33">
243 <td><a href="https://cplusplus.github.io/CWG/issues/33.html">33</a></td>
244 <td>TC1</td>
245 <td>Argument dependent lookup and overloaded functions</td>
246 <td class="full" align="center">Clang 9</td>
247 </tr>
248 <tr id="34">
249 <td><a href="https://cplusplus.github.io/CWG/issues/34.html">34</a></td>
250 <td>NAD</td>
251 <td>Argument dependent lookup and points of instantiation</td>
252 <td class="na" align="center">N/A</td>
253 </tr>
254 <tr id="35">
255 <td><a href="https://cplusplus.github.io/CWG/issues/35.html">35</a></td>
256 <td>TC1</td>
257 <td>Definition of default-initialization</td>
258 <td class="full" align="center">Duplicate of <a href="#178">178</a></td>
259 </tr>
260 <tr id="36">
261 <td><a href="https://cplusplus.github.io/CWG/issues/36.html">36</a></td>
262 <td>CD6</td>
263 <td><I>using-declaration</I>s in multiple-declaration contexts</td>
264 <td class="full" align="center">Clang 2.8</td>
265 </tr>
266 <tr id="37">
267 <td><a href="https://cplusplus.github.io/CWG/issues/37.html">37</a></td>
268 <td>NAD</td>
269 <td>When is uncaught_exception() true?</td>
270 <td class="unknown-superseded" align="center">Superseded by <a href="#475">475</a></td>
271 </tr>
272 <tr id="38">
273 <td><a href="https://cplusplus.github.io/CWG/issues/38.html">38</a></td>
274 <td>TC1</td>
275 <td>Explicit template arguments and operator functions</td>
276 <td class="full" align="center">Yes</td>
277 </tr>
278 <tr id="39">
279 <td><a href="https://cplusplus.github.io/CWG/issues/39.html">39</a></td>
280 <td>CD1</td>
281 <td>Conflicting ambiguity rules</td>
282 <td class="none" align="center">No</td>
283 </tr>
284 <tr id="40">
285 <td><a href="https://cplusplus.github.io/CWG/issues/40.html">40</a></td>
286 <td>TC1</td>
287 <td>Syntax of <I>declarator-id</I></td>
288 <td class="na" align="center">N/A</td>
289 </tr>
290 <tr id="41">
291 <td><a href="https://cplusplus.github.io/CWG/issues/41.html">41</a></td>
292 <td>TC1</td>
293 <td>Clarification of lookup of names after declarator-id</td>
294 <td class="full" align="center">Yes</td>
295 </tr>
296 <tr id="42">
297 <td><a href="https://cplusplus.github.io/CWG/issues/42.html">42</a></td>
298 <td>NAD</td>
299 <td>Redefining names from base classes</td>
300 <td class="full" align="center">Yes</td>
301 </tr>
302 <tr id="43">
303 <td><a href="https://cplusplus.github.io/CWG/issues/43.html">43</a></td>
304 <td>TC1</td>
305 <td>Copying base classes (PODs) using memcpy</td>
306 <td class="na" align="center">N/A</td>
307 </tr>
308 <tr id="44">
309 <td><a href="https://cplusplus.github.io/CWG/issues/44.html">44</a></td>
310 <td>CD1</td>
311 <td>Member specializations</td>
312 <td class="partial-superseded" align="center">Superseded by <a href="#727">727</a></td>
313 </tr>
314 <tr id="45">
315 <td><a href="https://cplusplus.github.io/CWG/issues/45.html">45</a></td>
316 <td>CD1</td>
317 <td>Access to nested classes</td>
318 <td class="full" align="center">Yes</td>
319 </tr>
320 <tr id="46">
321 <td><a href="https://cplusplus.github.io/CWG/issues/46.html">46</a></td>
322 <td>NAD</td>
323 <td>Explicit instantiation of member templates</td>
324 <td class="full" align="center">Yes</td>
325 </tr>
326 <tr id="47">
327 <td><a href="https://cplusplus.github.io/CWG/issues/47.html">47</a></td>
328 <td>NAD</td>
329 <td>Template friend issues</td>
330 <td class="full-superseded" align="center">Superseded by <a href="#329">329</a></td>
331 </tr>
332 <tr id="48">
333 <td><a href="https://cplusplus.github.io/CWG/issues/48.html">48</a></td>
334 <td>TC1</td>
335 <td>Definitions of unused static members</td>
336 <td class="full" align="center">Yes</td>
337 </tr>
338 <tr id="49">
339 <td><a href="https://cplusplus.github.io/CWG/issues/49.html">49</a></td>
340 <td>TC1</td>
341 <td>Restriction on non-type, non-value template arguments</td>
342 <td class="full" align="center">Clang 2.8</td>
343 </tr>
344 <tr id="50">
345 <td><a href="https://cplusplus.github.io/CWG/issues/50.html">50</a></td>
346 <td>NAD</td>
347 <td>Converting pointer to incomplete type to same type</td>
348 <td class="full" align="center">Yes</td>
349 </tr>
350 <tr id="51">
351 <td><a href="https://cplusplus.github.io/CWG/issues/51.html">51</a></td>
352 <td>TC1</td>
353 <td>Overloading and user-defined conversions</td>
354 <td class="full" align="center">Clang 2.8</td>
355 </tr>
356 <tr id="52">
357 <td><a href="https://cplusplus.github.io/CWG/issues/52.html">52</a></td>
358 <td>TC1</td>
359 <td>Non-static members, member selection and access checking</td>
360 <td class="full" align="center">Clang 2.8</td>
361 </tr>
362 <tr id="53">
363 <td><a href="https://cplusplus.github.io/CWG/issues/53.html">53</a></td>
364 <td>TC1</td>
365 <td>Lvalue-to-rvalue conversion before certain static_casts</td>
366 <td class="full" align="center">Yes</td>
367 </tr>
368 <tr id="54">
369 <td><a href="https://cplusplus.github.io/CWG/issues/54.html">54</a></td>
370 <td>CD1</td>
371 <td>Static_cast from private base to derived class</td>
372 <td class="full" align="center">Clang 2.8</td>
373 </tr>
374 <tr id="55">
375 <td><a href="https://cplusplus.github.io/CWG/issues/55.html">55</a></td>
376 <td>NAD</td>
377 <td>Adding/subtracting pointer and enumeration value</td>
378 <td class="full" align="center">Yes</td>
379 </tr>
380 <tr id="56">
381 <td><a href="https://cplusplus.github.io/CWG/issues/56.html">56</a></td>
382 <td>TC1</td>
383 <td>Redeclaring typedefs within classes</td>
384 <td class="full" align="center">Yes</td>
385 </tr>
386 <tr class="open" id="57">
387 <td><a href="https://cplusplus.github.io/CWG/issues/57.html">57</a></td>
388 <td>open</td>
389 <td>Empty unions</td>
390 <td align="center">Not resolved</td>
391 </tr>
392 <tr id="58">
393 <td><a href="https://cplusplus.github.io/CWG/issues/58.html">58</a></td>
394 <td>CD1</td>
395 <td>Signedness of bit fields of enum type</td>
396 <td class="full" align="center">Clang 3.1</td>
397 </tr>
398 <tr id="59">
399 <td><a href="https://cplusplus.github.io/CWG/issues/59.html">59</a></td>
400 <td>TC1</td>
401 <td>Clarification of overloading and UDC to reference type</td>
402 <td class="full" align="center">Yes</td>
403 </tr>
404 <tr id="60">
405 <td><a href="https://cplusplus.github.io/CWG/issues/60.html">60</a></td>
406 <td>CD1</td>
407 <td>Reference binding and valid conversion sequences</td>
408 <td class="full" align="center">Yes</td>
409 </tr>
410 <tr id="61">
411 <td><a href="https://cplusplus.github.io/CWG/issues/61.html">61</a></td>
412 <td>NAD</td>
413 <td>Address of static member function "<TT>&amp;p-&gt;f</TT>"</td>
414 <td class="full" align="center">Clang 3.4</td>
415 </tr>
416 <tr id="62">
417 <td><a href="https://cplusplus.github.io/CWG/issues/62.html">62</a></td>
418 <td>CD1</td>
419 <td>Unnamed members of classes used as type parameters</td>
420 <td class="full" align="center">Clang 2.9</td>
421 </tr>
422 <tr id="63">
423 <td><a href="https://cplusplus.github.io/CWG/issues/63.html">63</a></td>
424 <td>CD1</td>
425 <td>Class instantiation from pointer conversion to void*, null and self</td>
426 <td class="full" align="center">Yes</td>
427 </tr>
428 <tr id="64">
429 <td><a href="https://cplusplus.github.io/CWG/issues/64.html">64</a></td>
430 <td>TC1</td>
431 <td>Partial ordering to disambiguate explicit specialization</td>
432 <td class="full" align="center">Yes</td>
433 </tr>
434 <tr id="65">
435 <td><a href="https://cplusplus.github.io/CWG/issues/65.html">65</a></td>
436 <td>TC1</td>
437 <td>Typo in default argument example</td>
438 <td class="na" align="center">N/A</td>
439 </tr>
440 <tr id="66">
441 <td><a href="https://cplusplus.github.io/CWG/issues/66.html">66</a></td>
442 <td>NAD</td>
443 <td>Visibility of default args vs overloads added after using-declaration</td>
444 <td class="none" align="center">No</td>
445 </tr>
446 <tr id="67">
447 <td><a href="https://cplusplus.github.io/CWG/issues/67.html">67</a></td>
448 <td>TC1</td>
449 <td>Evaluation of left side of object-expression</td>
450 <td class="na" align="center">N/A</td>
451 </tr>
452 <tr id="68">
453 <td><a href="https://cplusplus.github.io/CWG/issues/68.html">68</a></td>
454 <td>TC1</td>
455 <td>Grammar does not allow "friend class A&lt;int&gt;;"</td>
456 <td class="full" align="center">Clang 2.8</td>
457 </tr>
458 <tr id="69">
459 <td><a href="https://cplusplus.github.io/CWG/issues/69.html">69</a></td>
460 <td>TC1</td>
461 <td>Storage class specifiers on template declarations</td>
462 <td class="full" align="center">Clang 9</td>
463 </tr>
464 <tr id="70">
465 <td><a href="https://cplusplus.github.io/CWG/issues/70.html">70</a></td>
466 <td>CD1</td>
467 <td>Is an array bound a nondeduced context?</td>
468 <td class="full" align="center">Yes</td>
469 </tr>
470 <tr id="71">
471 <td><a href="https://cplusplus.github.io/CWG/issues/71.html">71</a></td>
472 <td>NAD</td>
473 <td>Incorrect cross reference</td>
474 <td class="na" align="center">N/A</td>
475 </tr>
476 <tr id="72">
477 <td><a href="https://cplusplus.github.io/CWG/issues/72.html">72</a></td>
478 <td>dup</td>
479 <td>Linkage and storage class specifiers for templates</td>
480 <td class="full" align="center">Duplicate of <a href="#69">69</a></td>
481 </tr>
482 <tr id="73">
483 <td><a href="https://cplusplus.github.io/CWG/issues/73.html">73</a></td>
484 <td>TC1</td>
485 <td>Pointer equality</td>
486 <td class="full-superseded" align="center">Superseded by <a href="#1652">1652</a></td>
487 </tr>
488 <tr id="74">
489 <td><a href="https://cplusplus.github.io/CWG/issues/74.html">74</a></td>
490 <td>TC1</td>
491 <td>Enumeration value in direct-new-declarator</td>
492 <td class="full" align="center">Yes</td>
493 </tr>
494 <tr id="75">
495 <td><a href="https://cplusplus.github.io/CWG/issues/75.html">75</a></td>
496 <td>TC1</td>
497 <td>In-class initialized members must be const</td>
498 <td class="full" align="center">Yes</td>
499 </tr>
500 <tr id="76">
501 <td><a href="https://cplusplus.github.io/CWG/issues/76.html">76</a></td>
502 <td>TC1</td>
503 <td>Are const volatile variables considered "constant expressions"?</td>
504 <td class="full" align="center">Yes</td>
505 </tr>
506 <tr id="77">
507 <td><a href="https://cplusplus.github.io/CWG/issues/77.html">77</a></td>
508 <td>CD1</td>
509 <td>The definition of friend does not allow nested classes to be friends</td>
510 <td class="full" align="center">Yes</td>
511 </tr>
512 <tr id="78">
513 <td><a href="https://cplusplus.github.io/CWG/issues/78.html">78</a></td>
514 <td>CD1</td>
515 <td>Section 8.5 paragraph 9 should state it only applies to non-static objects</td>
516 <td class="none" align="center">Superseded by <a href="#????">????</a></td>
517 </tr>
518 <tr id="79">
519 <td><a href="https://cplusplus.github.io/CWG/issues/79.html">79</a></td>
520 <td>dup</td>
521 <td>Alignment and placement new</td>
522 <td class="na" align="center">N/A</td>
523 </tr>
524 <tr id="80">
525 <td><a href="https://cplusplus.github.io/CWG/issues/80.html">80</a></td>
526 <td>TC1</td>
527 <td>Class members with same name as class</td>
528 <td class="full" align="center">Clang 2.9</td>
529 </tr>
530 <tr id="81">
531 <td><a href="https://cplusplus.github.io/CWG/issues/81.html">81</a></td>
532 <td>NAD</td>
533 <td>Null pointers and C compatibility</td>
534 <td class="na" align="center">N/A</td>
535 </tr>
536 <tr id="82">
537 <td><a href="https://cplusplus.github.io/CWG/issues/82.html">82</a></td>
538 <td>dup</td>
539 <td>Definition of "using" a constant expression</td>
540 <td class="full" align="center">Duplicate of <a href="#48">48</a></td>
541 </tr>
542 <tr id="83">
543 <td><a href="https://cplusplus.github.io/CWG/issues/83.html">83</a></td>
544 <td>TC1</td>
545 <td>Overloading and deprecated conversion of string literal</td>
546 <td class="full" align="center">Yes</td>
547 </tr>
548 <tr id="84">
549 <td><a href="https://cplusplus.github.io/CWG/issues/84.html">84</a></td>
550 <td>TC1</td>
551 <td>Overloading and conversion loophole used by <TT>auto_ptr</TT></td>
552 <td class="full" align="center">Yes</td>
553 </tr>
554 <tr id="85">
555 <td><a href="https://cplusplus.github.io/CWG/issues/85.html">85</a></td>
556 <td>TC1</td>
557 <td>Redeclaration of member class</td>
558 <td class="full" align="center">Clang 3.4</td>
559 </tr>
560 <tr id="86">
561 <td><a href="https://cplusplus.github.io/CWG/issues/86.html">86</a></td>
562 <td>CD1</td>
563 <td>Lifetime of temporaries in query expressions</td>
564 <td class="full" align="center">Duplicate of <a href="#446">446</a></td>
565 </tr>
566 <tr id="87">
567 <td><a href="https://cplusplus.github.io/CWG/issues/87.html">87</a></td>
568 <td>CD1</td>
569 <td>Exception specifications on function parameters</td>
570 <td class="none" align="center">No</td>
571 </tr>
572 <tr id="88">
573 <td><a href="https://cplusplus.github.io/CWG/issues/88.html">88</a></td>
574 <td>NAD</td>
575 <td>Specialization of member constant templates</td>
576 <td class="full" align="center">Clang 2.8</td>
577 </tr>
578 <tr id="89">
579 <td><a href="https://cplusplus.github.io/CWG/issues/89.html">89</a></td>
580 <td>TC1</td>
581 <td>Object lifetime does not account for reference rebinding</td>
582 <td class="na" align="center">N/A</td>
583 </tr>
584 <tr id="90">
585 <td><a href="https://cplusplus.github.io/CWG/issues/90.html">90</a></td>
586 <td>TC1</td>
587 <td>Should the enclosing class be an "associated class" too?</td>
588 <td class="full" align="center">Yes</td>
589 </tr>
590 <tr id="91">
591 <td><a href="https://cplusplus.github.io/CWG/issues/91.html">91</a></td>
592 <td>NAD</td>
593 <td>A union's associated types should include the union itself</td>
594 <td class="full" align="center">Yes</td>
595 </tr>
596 <tr id="92">
597 <td><a href="https://cplusplus.github.io/CWG/issues/92.html">92</a></td>
598 <td>CD4</td>
599 <td>Should <I>exception-specification</I>s be part of the type system?</td>
600 <td class="full" align="center">Clang 4 (C++17 onwards)</td>
601 </tr>
602 <tr id="93">
603 <td><a href="https://cplusplus.github.io/CWG/issues/93.html">93</a></td>
604 <td>TC1</td>
605 <td>Missing word in 3.8 <U>basic.life</U> paragraph 2</td>
606 <td class="na" align="center">N/A</td>
607 </tr>
608 <tr id="94">
609 <td><a href="https://cplusplus.github.io/CWG/issues/94.html">94</a></td>
610 <td>TC1</td>
611 <td>Inconsistencies in the descriptions of constant expressions</td>
612 <td class="full" align="center">Yes</td>
613 </tr>
614 <tr id="95">
615 <td><a href="https://cplusplus.github.io/CWG/issues/95.html">95</a></td>
616 <td>NAD</td>
617 <td>Elaborated type specifiers referencing names declared in friend decls</td>
618 <td class="full" align="center">Clang 3.3</td>
619 </tr>
620 <tr id="96">
621 <td><a href="https://cplusplus.github.io/CWG/issues/96.html">96</a></td>
622 <td>C++11</td>
623 <td>Syntactic disambiguation using the <TT>template</TT> keyword</td>
624 <td class="na" align="center">Superseded by <a href="https://wg21.link/P1787">P1787</a></td>
625 </tr>
626 <tr id="97">
627 <td><a href="https://cplusplus.github.io/CWG/issues/97.html">97</a></td>
628 <td>NAD</td>
629 <td>Use of bool constants in integral constant expressions</td>
630 <td class="full" align="center">Yes</td>
631 </tr>
632 <tr id="98">
633 <td><a href="https://cplusplus.github.io/CWG/issues/98.html">98</a></td>
634 <td>TC1</td>
635 <td>Branching into try block</td>
636 <td class="full" align="center">Yes</td>
637 </tr>
638 <tr id="99">
639 <td><a href="https://cplusplus.github.io/CWG/issues/99.html">99</a></td>
640 <td>NAD</td>
641 <td>Partial ordering, references and cv-qualifiers</td>
642 <td class="full-superseded" align="center">Superseded by <a href="#214">214</a></td>
643 </tr>
644 <tr id="100">
645 <td><a href="https://cplusplus.github.io/CWG/issues/100.html">100</a></td>
646 <td>TC1</td>
647 <td>Clarify why string literals are not allowed as template arguments</td>
648 <td class="full" align="center">Yes</td>
649 </tr>
650 <tr id="101">
651 <td><a href="https://cplusplus.github.io/CWG/issues/101.html">101</a></td>
652 <td>TC1</td>
653 <td>Redeclaration of extern "C" names via using-declarations</td>
654 <td class="full" align="center">Clang 3.5</td>
655 </tr>
656 <tr id="102">
657 <td><a href="https://cplusplus.github.io/CWG/issues/102.html">102</a></td>
658 <td>NAD</td>
659 <td>Operator lookup rules do not work well with parts of the library</td>
660 <td class="full" align="center">Yes</td>
661 </tr>
662 <tr id="103">
663 <td><a href="https://cplusplus.github.io/CWG/issues/103.html">103</a></td>
664 <td>TC1</td>
665 <td>Is it <I>extended-namespace-definition</I> or <I>extension-namespace-definition</I> ?</td>
666 <td class="na" align="center">N/A</td>
667 </tr>
668 <tr id="104">
669 <td><a href="https://cplusplus.github.io/CWG/issues/104.html">104</a></td>
670 <td>NAD</td>
671 <td>Destroying the exception temp when no handler is found</td>
672 <td class="na" align="center">N/A (Library DR)</td>
673 </tr>
674 <tr id="105">
675 <td><a href="https://cplusplus.github.io/CWG/issues/105.html">105</a></td>
676 <td>TC1</td>
677 <td>Meaning of "template function"</td>
678 <td class="na" align="center">N/A</td>
679 </tr>
680 <tr id="106">
681 <td><a href="https://cplusplus.github.io/CWG/issues/106.html">106</a></td>
682 <td>CD1</td>
683 <td>Creating references to references during template deduction/instantiation</td>
684 <td class="full-superseded" align="center">Superseded by <a href="#540">540</a></td>
685 </tr>
686 <tr id="107">
687 <td><a href="https://cplusplus.github.io/CWG/issues/107.html">107</a></td>
688 <td>NAD</td>
689 <td>Linkage of operator functions</td>
690 <td class="full" align="center">Yes</td>
691 </tr>
692 <tr id="108">
693 <td><a href="https://cplusplus.github.io/CWG/issues/108.html">108</a></td>
694 <td>TC1</td>
695 <td>Are classes nested in templates dependent?</td>
696 <td class="full" align="center">Clang 2.9</td>
697 </tr>
698 <tr id="109">
699 <td><a href="https://cplusplus.github.io/CWG/issues/109.html">109</a></td>
700 <td>NAD</td>
701 <td>Allowing <TT>::template</TT> in <I>using-declaration</I>s</td>
702 <td class="full" align="center">Yes</td>
703 </tr>
704 <tr id="110">
705 <td><a href="https://cplusplus.github.io/CWG/issues/110.html">110</a></td>
706 <td>CD6</td>
707 <td>Can template functions and classes be declared in the same scope?</td>
708 <td class="full" align="center">Clang 2.8</td>
709 </tr>
710 <tr id="111">
711 <td><a href="https://cplusplus.github.io/CWG/issues/111.html">111</a></td>
712 <td>NAD</td>
713 <td>Copy constructors and cv-qualifiers</td>
714 <td class="full" align="center">Duplicate of <a href="#535">535</a></td>
715 </tr>
716 <tr id="112">
717 <td><a href="https://cplusplus.github.io/CWG/issues/112.html">112</a></td>
718 <td>CD1</td>
719 <td>Array types and cv-qualifiers</td>
720 <td class="full" align="center">Yes</td>
721 </tr>
722 <tr id="113">
723 <td><a href="https://cplusplus.github.io/CWG/issues/113.html">113</a></td>
724 <td>CD1</td>
725 <td>Visibility of called function</td>
726 <td class="full" align="center">Yes</td>
727 </tr>
728 <tr id="114">
729 <td><a href="https://cplusplus.github.io/CWG/issues/114.html">114</a></td>
730 <td>NAD</td>
731 <td>Virtual overriding by template member function specializations</td>
732 <td class="full" align="center">Yes</td>
733 </tr>
734 <tr id="115">
735 <td><a href="https://cplusplus.github.io/CWG/issues/115.html">115</a></td>
736 <td>CD1</td>
737 <td>Address of template-id</td>
738 <td class="full" align="center">Clang 3.0</td>
739 </tr>
740 <tr id="116">
741 <td><a href="https://cplusplus.github.io/CWG/issues/116.html">116</a></td>
742 <td>TC1</td>
743 <td>Equivalent and functionally-equivalent function templates</td>
744 <td class="full" align="center">Yes</td>
745 </tr>
746 <tr id="117">
747 <td><a href="https://cplusplus.github.io/CWG/issues/117.html">117</a></td>
748 <td>NAD</td>
749 <td>Timing of destruction of temporaries</td>
750 <td class="na" align="center">N/A</td>
751 </tr>
752 <tr id="118">
753 <td><a href="https://cplusplus.github.io/CWG/issues/118.html">118</a></td>
754 <td>CD1</td>
755 <td>Calls via pointers to virtual member functions</td>
756 <td class="full" align="center">Yes</td>
757 </tr>
758 <tr id="119">
759 <td><a href="https://cplusplus.github.io/CWG/issues/119.html">119</a></td>
760 <td>CD1</td>
761 <td>Object lifetime and aggregate initialization</td>
762 <td class="na" align="center">N/A</td>
763 </tr>
764 <tr id="120">
765 <td><a href="https://cplusplus.github.io/CWG/issues/120.html">120</a></td>
766 <td>TC1</td>
767 <td>Nonexistent non-terminal <I>qualified-name</I></td>
768 <td class="na" align="center">N/A</td>
769 </tr>
770 <tr id="121">
771 <td><a href="https://cplusplus.github.io/CWG/issues/121.html">121</a></td>
772 <td>TC1</td>
773 <td>Dependent type names with non-dependent <I>nested-name-specifier</I>s</td>
774 <td class="full" align="center">Yes</td>
775 </tr>
776 <tr id="122">
777 <td><a href="https://cplusplus.github.io/CWG/issues/122.html">122</a></td>
778 <td>CD1</td>
779 <td><I>template-id</I>s as <I>unqualified-id</I>s</td>
780 <td class="full" align="center">Yes</td>
781 </tr>
782 <tr id="123">
783 <td><a href="https://cplusplus.github.io/CWG/issues/123.html">123</a></td>
784 <td>TC1</td>
785 <td>Bad cross-reference</td>
786 <td class="na" align="center">N/A</td>
787 </tr>
788 <tr id="124">
789 <td><a href="https://cplusplus.github.io/CWG/issues/124.html">124</a></td>
790 <td>CD1</td>
791 <td>Lifetime of temporaries in default initialization of class arrays</td>
792 <td class="full" align="center">Clang 2.7</td>
793 </tr>
794 <tr id="125">
795 <td><a href="https://cplusplus.github.io/CWG/issues/125.html">125</a></td>
796 <td>CD1</td>
797 <td>Ambiguity in <TT>friend</TT> declaration syntax</td>
798 <td class="full" align="center">Yes</td>
799 </tr>
800 <tr id="126">
801 <td><a href="https://cplusplus.github.io/CWG/issues/126.html">126</a></td>
802 <td>TC1</td>
803 <td>Exception specifications and <TT>const</TT></td>
804 <td class="partial" align="center">Partial</td>
805 </tr>
806 <tr id="127">
807 <td><a href="https://cplusplus.github.io/CWG/issues/127.html">127</a></td>
808 <td>TC1</td>
809 <td>Ambiguity in description of matching deallocation function</td>
810 <td class="full" align="center">Clang 2.9</td>
811 </tr>
812 <tr id="128">
813 <td><a href="https://cplusplus.github.io/CWG/issues/128.html">128</a></td>
814 <td>TC1</td>
815 <td>Casting between enum types</td>
816 <td class="full" align="center">Yes</td>
817 </tr>
818 <tr id="129">
819 <td><a href="https://cplusplus.github.io/CWG/issues/129.html">129</a></td>
820 <td>CD3</td>
821 <td>Stability of uninitialized auto variables</td>
822 <td class="full" align="center">Duplicate of <a href="#616">616</a></td>
823 </tr>
824 <tr id="130">
825 <td><a href="https://cplusplus.github.io/CWG/issues/130.html">130</a></td>
826 <td>NAD</td>
827 <td>Sequence points and <I>new-expression</I>s</td>
828 <td class="na" align="center">N/A</td>
829 </tr>
830 <tr id="131">
831 <td><a href="https://cplusplus.github.io/CWG/issues/131.html">131</a></td>
832 <td>TC1</td>
833 <td>Typo in Lao characters</td>
834 <td class="na" align="center">Superseded by <a href="https://wg21.link/P1949">P1949</a></td>
835 </tr>
836 <tr id="132">
837 <td><a href="https://cplusplus.github.io/CWG/issues/132.html">132</a></td>
838 <td>NAD</td>
839 <td>Local types and linkage</td>
840 <td class="none" align="center">No</td>
841 </tr>
842 <tr id="133">
843 <td><a href="https://cplusplus.github.io/CWG/issues/133.html">133</a></td>
844 <td>dup</td>
845 <td>Exception specifications and checking</td>
846 <td class="none" align="center">Duplicate of <a href="#87">87</a></td>
847 </tr>
848 <tr id="134">
849 <td><a href="https://cplusplus.github.io/CWG/issues/134.html">134</a></td>
850 <td>TC1</td>
851 <td>Template classes and <I>declarator-id</I>s</td>
852 <td class="na" align="center">N/A</td>
853 </tr>
854 <tr id="135">
855 <td><a href="https://cplusplus.github.io/CWG/issues/135.html">135</a></td>
856 <td>TC1</td>
857 <td>Class type in in-class member function definitions</td>
858 <td class="full" align="center">Yes</td>
859 </tr>
860 <tr id="136">
861 <td><a href="https://cplusplus.github.io/CWG/issues/136.html">136</a></td>
862 <td>CD1</td>
863 <td>Default arguments and friend declarations</td>
864 <td class="full" align="center">Clang 3.4</td>
865 </tr>
866 <tr id="137">
867 <td><a href="https://cplusplus.github.io/CWG/issues/137.html">137</a></td>
868 <td>TC1</td>
869 <td><TT>static_cast</TT> of <I>cv</I> <TT>void*</TT></td>
870 <td class="full" align="center">Yes</td>
871 </tr>
872 <tr id="138">
873 <td><a href="https://cplusplus.github.io/CWG/issues/138.html">138</a></td>
874 <td>CD6</td>
875 <td>Friend declaration name lookup</td>
876 <td class="partial" align="center">Partial</td>
877 </tr>
878 <tr id="139">
879 <td><a href="https://cplusplus.github.io/CWG/issues/139.html">139</a></td>
880 <td>CD1</td>
881 <td>Error in <TT>friend</TT> lookup example</td>
882 <td class="full" align="center">Yes</td>
883 </tr>
884 <tr id="140">
885 <td><a href="https://cplusplus.github.io/CWG/issues/140.html">140</a></td>
886 <td>CD1</td>
887 <td>Agreement of parameter declarations</td>
888 <td class="full" align="center">Yes</td>
889 </tr>
890 <tr id="141">
891 <td><a href="https://cplusplus.github.io/CWG/issues/141.html">141</a></td>
892 <td>CD1</td>
893 <td>Non-member function templates in member access expressions</td>
894 <td class="full" align="center">Clang 3.1</td>
895 </tr>
896 <tr id="142">
897 <td><a href="https://cplusplus.github.io/CWG/issues/142.html">142</a></td>
898 <td>TC1</td>
899 <td>Injection-related errors in access example</td>
900 <td class="full" align="center">Clang 2.8</td>
901 </tr>
902 <tr id="143">
903 <td><a href="https://cplusplus.github.io/CWG/issues/143.html">143</a></td>
904 <td>CD1</td>
905 <td>Friends and Koenig lookup</td>
906 <td class="full" align="center">Yes</td>
907 </tr>
908 <tr class="open" id="144">
909 <td><a href="https://cplusplus.github.io/CWG/issues/144.html">144</a></td>
910 <td>open</td>
911 <td>Position of <TT>friend</TT> specifier</td>
912 <td align="center">Not resolved</td>
913 </tr>
914 <tr id="145">
915 <td><a href="https://cplusplus.github.io/CWG/issues/145.html">145</a></td>
916 <td>TC1</td>
917 <td>Deprecation of prefix <TT>++</TT></td>
918 <td class="full" align="center">Yes</td>
919 </tr>
920 <tr class="open" id="146">
921 <td><a href="https://cplusplus.github.io/CWG/issues/146.html">146</a></td>
922 <td>open</td>
923 <td>Floating-point zero</td>
924 <td align="center">Not resolved</td>
925 </tr>
926 <tr id="147">
927 <td><a href="https://cplusplus.github.io/CWG/issues/147.html">147</a></td>
928 <td>TC1</td>
929 <td>Naming the constructor</td>
930 <td class="full" align="center">Yes</td>
931 </tr>
932 <tr id="148">
933 <td><a href="https://cplusplus.github.io/CWG/issues/148.html">148</a></td>
934 <td>TC1</td>
935 <td>POD classes and pointers to members</td>
936 <td class="full" align="center">Yes</td>
937 </tr>
938 <tr id="149">
939 <td><a href="https://cplusplus.github.io/CWG/issues/149.html">149</a></td>
940 <td>TC1</td>
941 <td>Accessibility and ambiguity</td>
942 <td class="na" align="center">N/A</td>
943 </tr>
944 <tr id="150">
945 <td><a href="https://cplusplus.github.io/CWG/issues/150.html">150</a></td>
946 <td>C++17</td>
947 <td>Template template parameters and default arguments</td>
948 <td class="full" align="center">Clang 19</td>
949 </tr>
950 <tr id="151">
951 <td><a href="https://cplusplus.github.io/CWG/issues/151.html">151</a></td>
952 <td>TC1</td>
953 <td>Terminology of zero-initialization</td>
954 <td class="full" align="center">Clang 3.1</td>
955 </tr>
956 <tr id="152">
957 <td><a href="https://cplusplus.github.io/CWG/issues/152.html">152</a></td>
958 <td>TC1</td>
959 <td><TT>explicit</TT> copy constructors</td>
960 <td class="full" align="center">Yes</td>
961 </tr>
962 <tr id="153">
963 <td><a href="https://cplusplus.github.io/CWG/issues/153.html">153</a></td>
964 <td>TC1</td>
965 <td>Misleading wording (rank of conversion)</td>
966 <td class="na" align="center">N/A</td>
967 </tr>
968 <tr id="154">
969 <td><a href="https://cplusplus.github.io/CWG/issues/154.html">154</a></td>
970 <td>NAD</td>
971 <td>Anonymous unions in unnamed namespaces</td>
972 <td class="full" align="center">Yes</td>
973 </tr>
974 <tr id="155">
975 <td><a href="https://cplusplus.github.io/CWG/issues/155.html">155</a></td>
976 <td>dup</td>
977 <td>Brace initializer for scalar</td>
978 <td class="full" align="center">Duplicate of <a href="#632">632</a></td>
979 </tr>
980 <tr id="156">
981 <td><a href="https://cplusplus.github.io/CWG/issues/156.html">156</a></td>
982 <td>NAD</td>
983 <td>Name lookup for conversion functions</td>
984 <td class="unknown" align="center">Unknown</td>
985 </tr>
986 <tr class="open" id="157">
987 <td><a href="https://cplusplus.github.io/CWG/issues/157.html">157</a></td>
988 <td>open</td>
989 <td>Omitted typedef declarator</td>
990 <td align="center">Not resolved</td>
991 </tr>
992 <tr id="158">
993 <td><a href="https://cplusplus.github.io/CWG/issues/158.html">158</a></td>
994 <td>CD1</td>
995 <td>Aliasing and qualification conversions</td>
996 <td class="full" align="center">Yes</td>
997 </tr>
998 <tr id="159">
999 <td><a href="https://cplusplus.github.io/CWG/issues/159.html">159</a></td>
1000 <td>TC1</td>
1001 <td>Namespace qualification in declarators</td>
1002 <td class="full" align="center">Clang 3.5</td>
1003 </tr>
1004 <tr id="160">
1005 <td><a href="https://cplusplus.github.io/CWG/issues/160.html">160</a></td>
1006 <td>CD1</td>
1007 <td>Missing <TT>std::</TT> qualification</td>
1008 <td class="na" align="center">N/A</td>
1009 </tr>
1010 <tr id="161">
1011 <td><a href="https://cplusplus.github.io/CWG/issues/161.html">161</a></td>
1012 <td>TC1</td>
1013 <td>Access to protected nested type</td>
1014 <td class="full" align="center">Clang 3.1</td>
1015 </tr>
1016 <tr id="162">
1017 <td><a href="https://cplusplus.github.io/CWG/issues/162.html">162</a></td>
1018 <td>CD1</td>
1019 <td>(<TT>&amp;C::f)()</TT> with nonstatic members</td>
1020 <td class="full" align="center">Clang 19</td>
1021 </tr>
1022 <tr id="163">
1023 <td><a href="https://cplusplus.github.io/CWG/issues/163.html">163</a></td>
1024 <td>TC1</td>
1025 <td>Description of subaggregate initializer</td>
1026 <td class="na" align="center">N/A</td>
1027 </tr>
1028 <tr id="164">
1029 <td><a href="https://cplusplus.github.io/CWG/issues/164.html">164</a></td>
1030 <td>TC1</td>
1031 <td>Overlap between Koenig and normal lookup</td>
1032 <td class="full" align="center">Yes</td>
1033 </tr>
1034 <tr id="165">
1035 <td><a href="https://cplusplus.github.io/CWG/issues/165.html">165</a></td>
1036 <td>NAD</td>
1037 <td>Definitions of friends and block-scope externs</td>
1038 <td class="none" align="center">No</td>
1039 </tr>
1040 <tr id="166">
1041 <td><a href="https://cplusplus.github.io/CWG/issues/166.html">166</a></td>
1042 <td>TC1</td>
1043 <td>Friend declarations of <I>template-id</I>s</td>
1044 <td class="full" align="center">Clang 2.9</td>
1045 </tr>
1046 <tr id="167">
1047 <td><a href="https://cplusplus.github.io/CWG/issues/167.html">167</a></td>
1048 <td>NAD</td>
1049 <td>Deprecating static functions</td>
1050 <td class="unknown-superseded" align="center">Superseded by <a href="#1012">1012</a></td>
1051 </tr>
1052 <tr id="168">
1053 <td><a href="https://cplusplus.github.io/CWG/issues/168.html">168</a></td>
1054 <td>NAD</td>
1055 <td>C linkage for static member functions</td>
1056 <td class="none" align="center">No</td>
1057 </tr>
1058 <tr id="169">
1059 <td><a href="https://cplusplus.github.io/CWG/issues/169.html">169</a></td>
1060 <td>NAD</td>
1061 <td><I>template-id</I>s in <I>using-declaration</I>s</td>
1062 <td class="full" align="center">Yes</td>
1063 </tr>
1064 <tr id="170">
1065 <td><a href="https://cplusplus.github.io/CWG/issues/170.html">170</a></td>
1066 <td>DRWP</td>
1067 <td>Pointer-to-member conversions</td>
1068 <td class="unknown" align="center">Unknown</td>
1069 </tr>
1070 <tr id="171">
1071 <td><a href="https://cplusplus.github.io/CWG/issues/171.html">171</a></td>
1072 <td>TC1</td>
1073 <td>Global namespace scope</td>
1074 <td class="full" align="center">Clang 3.4</td>
1075 </tr>
1076 <tr id="172">
1077 <td><a href="https://cplusplus.github.io/CWG/issues/172.html">172</a></td>
1078 <td>CD1</td>
1079 <td>Unsigned int as underlying type of enum</td>
1080 <td class="full" align="center">Yes</td>
1081 </tr>
1082 <tr id="173">
1083 <td><a href="https://cplusplus.github.io/CWG/issues/173.html">173</a></td>
1084 <td>TC1</td>
1085 <td>Constraints on execution character set</td>
1086 <td class="full" align="center">Yes</td>
1087 </tr>
1088 <tr id="174">
1089 <td><a href="https://cplusplus.github.io/CWG/issues/174.html">174</a></td>
1090 <td>NAD</td>
1091 <td>Undeprecating global static</td>
1092 <td class="unknown-superseded" align="center">Superseded by <a href="#1012">1012</a></td>
1093 </tr>
1094 <tr id="175">
1095 <td><a href="https://cplusplus.github.io/CWG/issues/175.html">175</a></td>
1096 <td>CD1</td>
1097 <td>Class name injection and base name access</td>
1098 <td class="full" align="center">Clang 2.8</td>
1099 </tr>
1100 <tr id="176">
1101 <td><a href="https://cplusplus.github.io/CWG/issues/176.html">176</a></td>
1102 <td>TC1</td>
1103 <td>Name injection and templates</td>
1104 <td class="full" align="center">Clang 3.1</td>
1105 </tr>
1106 <tr id="177">
1107 <td><a href="https://cplusplus.github.io/CWG/issues/177.html">177</a></td>
1108 <td>CD1</td>
1109 <td>Lvalues vs rvalues in copy-initialization</td>
1110 <td class="full" align="center">Yes</td>
1111 </tr>
1112 <tr id="178">
1113 <td><a href="https://cplusplus.github.io/CWG/issues/178.html">178</a></td>
1114 <td>TC1</td>
1115 <td>More on value-initialization</td>
1116 <td class="full" align="center">Yes</td>
1117 </tr>
1118 <tr id="179">
1119 <td><a href="https://cplusplus.github.io/CWG/issues/179.html">179</a></td>
1120 <td>TC1</td>
1121 <td>Function pointers and subtraction</td>
1122 <td class="full" align="center">Yes</td>
1123 </tr>
1124 <tr id="180">
1125 <td><a href="https://cplusplus.github.io/CWG/issues/180.html">180</a></td>
1126 <td>CD1</td>
1127 <td><TT>typename</TT> and elaborated types</td>
1128 <td class="full" align="center">Clang 2.8</td>
1129 </tr>
1130 <tr id="181">
1131 <td><a href="https://cplusplus.github.io/CWG/issues/181.html">181</a></td>
1132 <td>TC1</td>
1133 <td>Errors in template <I>template-parameter</I> example</td>
1134 <td class="full" align="center">Yes</td>
1135 </tr>
1136 <tr id="182">
1137 <td><a href="https://cplusplus.github.io/CWG/issues/182.html">182</a></td>
1138 <td>NAD</td>
1139 <td>Access checking on explicit specializations</td>
1140 <td class="full" align="center">Clang 14</td>
1141 </tr>
1142 <tr id="183">
1143 <td><a href="https://cplusplus.github.io/CWG/issues/183.html">183</a></td>
1144 <td>TC1</td>
1145 <td><TT>typename</TT> in explicit specializations</td>
1146 <td class="full-superseded" align="center">Superseded by <a href="#382">382</a></td>
1147 </tr>
1148 <tr id="184">
1149 <td><a href="https://cplusplus.github.io/CWG/issues/184.html">184</a></td>
1150 <td>CD1</td>
1151 <td>Default arguments in template <I>template-parameter</I>s</td>
1152 <td class="full" align="center">Yes</td>
1153 </tr>
1154 <tr id="185">
1155 <td><a href="https://cplusplus.github.io/CWG/issues/185.html">185</a></td>
1156 <td>TC1</td>
1157 <td>"Named" temporaries and copy elision</td>
1158 <td class="full" align="center">Clang 2.7</td>
1159 </tr>
1160 <tr class="open" id="186">
1161 <td><a href="https://cplusplus.github.io/CWG/issues/186.html">186</a></td>
1162 <td>open</td>
1163 <td>Name hiding and template <I>template-parameter</I>s</td>
1164 <td align="center">Not resolved</td>
1165 </tr>
1166 <tr id="187">
1167 <td><a href="https://cplusplus.github.io/CWG/issues/187.html">187</a></td>
1168 <td>TC1</td>
1169 <td>Scope of template parameter names</td>
1170 <td class="full-superseded" align="center">Superseded by <a href="#481">481</a></td>
1171 </tr>
1172 <tr id="188">
1173 <td><a href="https://cplusplus.github.io/CWG/issues/188.html">188</a></td>
1174 <td>TC1</td>
1175 <td>Comma operator and rvalue conversion</td>
1176 <td class="full" align="center">Yes</td>
1177 </tr>
1178 <tr class="open" id="189">
1179 <td><a href="https://cplusplus.github.io/CWG/issues/189.html">189</a></td>
1180 <td>drafting</td>
1181 <td>Definition of <I>operator</I> and <I>punctuator</I></td>
1182 <td align="center">Not resolved</td>
1183 </tr>
1184 <tr id="190">
1185 <td><a href="https://cplusplus.github.io/CWG/issues/190.html">190</a></td>
1186 <td>TC1</td>
1187 <td>Layout-compatible POD-struct types</td>
1188 <td class="unknown" align="center">Unknown</td>
1189 </tr>
1190 <tr id="191">
1191 <td><a href="https://cplusplus.github.io/CWG/issues/191.html">191</a></td>
1192 <td>CD6</td>
1193 <td>Name lookup does not handle complex nesting</td>
1194 <td class="full" align="center">Yes</td>
1195 </tr>
1196 <tr id="192">
1197 <td><a href="https://cplusplus.github.io/CWG/issues/192.html">192</a></td>
1198 <td>NAD</td>
1199 <td>Name lookup in parameters</td>
1200 <td class="unknown" align="center">Unknown</td>
1201 </tr>
1202 <tr id="193">
1203 <td><a href="https://cplusplus.github.io/CWG/issues/193.html">193</a></td>
1204 <td>TC1</td>
1205 <td>Order of destruction of local automatics of destructor</td>
1206 <td class="full" align="center">Clang 2.7</td>
1207 </tr>
1208 <tr id="194">
1209 <td><a href="https://cplusplus.github.io/CWG/issues/194.html">194</a></td>
1210 <td>TC1</td>
1211 <td>Identifying constructors</td>
1212 <td class="full" align="center">Yes</td>
1213 </tr>
1214 <tr id="195">
1215 <td><a href="https://cplusplus.github.io/CWG/issues/195.html">195</a></td>
1216 <td>CD1</td>
1217 <td>Converting between function and object pointers</td>
1218 <td class="full" align="center">Yes</td>
1219 </tr>
1220 <tr class="open" id="196">
1221 <td><a href="https://cplusplus.github.io/CWG/issues/196.html">196</a></td>
1222 <td>open</td>
1223 <td>Arguments to deallocation functions</td>
1224 <td align="center">Not resolved</td>
1225 </tr>
1226 <tr id="197">
1227 <td><a href="https://cplusplus.github.io/CWG/issues/197.html">197</a></td>
1228 <td>CD1</td>
1229 <td>Issues with two-stage lookup of dependent names</td>
1230 <td class="full" align="center">Yes</td>
1231 </tr>
1232 <tr id="198">
1233 <td><a href="https://cplusplus.github.io/CWG/issues/198.html">198</a></td>
1234 <td>CD1</td>
1235 <td>Definition of "use" in local and nested classes</td>
1236 <td class="full" align="center">Yes</td>
1237 </tr>
1238 <tr id="199">
1239 <td><a href="https://cplusplus.github.io/CWG/issues/199.html">199</a></td>
1240 <td>CD1</td>
1241 <td>Order of destruction of temporaries</td>
1242 <td class="full" align="center">Clang 2.8</td>
1243 </tr>
1244 <tr id="200">
1245 <td><a href="https://cplusplus.github.io/CWG/issues/200.html">200</a></td>
1246 <td>dup</td>
1247 <td>Partial ordering and explicit arguments</td>
1248 <td class="full" align="center">Duplicate of <a href="#214">214</a></td>
1249 </tr>
1250 <tr id="201">
1251 <td><a href="https://cplusplus.github.io/CWG/issues/201.html">201</a></td>
1252 <td>CD1</td>
1253 <td>Order of destruction of temporaries in initializers</td>
1254 <td class="full" align="center">Clang 2.8</td>
1255 </tr>
1256 <tr id="202">
1257 <td><a href="https://cplusplus.github.io/CWG/issues/202.html">202</a></td>
1258 <td>TC1</td>
1259 <td>Use of overloaded function name</td>
1260 <td class="full" align="center">Clang 3.1</td>
1261 </tr>
1262 <tr id="203">
1263 <td><a href="https://cplusplus.github.io/CWG/issues/203.html">203</a></td>
1264 <td>NAD</td>
1265 <td>Type of address-of-member expression</td>
1266 <td class="unknown" align="center">Unknown</td>
1267 </tr>
1268 <tr id="204">
1269 <td><a href="https://cplusplus.github.io/CWG/issues/204.html">204</a></td>
1270 <td>CD1</td>
1271 <td>Exported class templates</td>
1272 <td class="full-superseded" align="center">Superseded by <a href="#820">820</a></td>
1273 </tr>
1274 <tr class="open" id="205">
1275 <td><a href="https://cplusplus.github.io/CWG/issues/205.html">205</a></td>
1276 <td>drafting</td>
1277 <td>Templates and static data members</td>
1278 <td align="center">Not resolved</td>
1279 </tr>
1280 <tr id="206">
1281 <td><a href="https://cplusplus.github.io/CWG/issues/206.html">206</a></td>
1282 <td>TC1</td>
1283 <td>Semantic constraints on non-dependent names</td>
1284 <td class="full" align="center">Yes</td>
1285 </tr>
1286 <tr id="207">
1287 <td><a href="https://cplusplus.github.io/CWG/issues/207.html">207</a></td>
1288 <td>CD1</td>
1289 <td><I>using-declaration</I>s and protected access</td>
1290 <td class="full" align="center">Yes</td>
1291 </tr>
1292 <tr id="208">
1293 <td><a href="https://cplusplus.github.io/CWG/issues/208.html">208</a></td>
1294 <td>CD1</td>
1295 <td>Rethrowing exceptions in nested handlers</td>
1296 <td class="unknown" align="center">Unknown</td>
1297 </tr>
1298 <tr id="209">
1299 <td><a href="https://cplusplus.github.io/CWG/issues/209.html">209</a></td>
1300 <td>NAD</td>
1301 <td>Must friend declaration names be
1302 accessible?</td>
1303 <td class="full" align="center">Clang 3.2</td>
1304 </tr>
1305 <tr id="210">
1306 <td><a href="https://cplusplus.github.io/CWG/issues/210.html">210</a></td>
1307 <td>TC1</td>
1308 <td>What is the type matched by an exception handler?</td>
1309 <td class="full" align="center">Clang 2.7</td>
1310 </tr>
1311 <tr id="211">
1312 <td><a href="https://cplusplus.github.io/CWG/issues/211.html">211</a></td>
1313 <td>NAD</td>
1314 <td>Constructors should not be allowed to return normally after an exception</td>
1315 <td class="full" align="center">Yes</td>
1316 </tr>
1317 <tr id="212">
1318 <td><a href="https://cplusplus.github.io/CWG/issues/212.html">212</a></td>
1319 <td>CD4</td>
1320 <td>Implicit instantiation is not described clearly enough</td>
1321 <td class="unknown" align="center">Unknown</td>
1322 </tr>
1323 <tr id="213">
1324 <td><a href="https://cplusplus.github.io/CWG/issues/213.html">213</a></td>
1325 <td>TC1</td>
1326 <td>Lookup in dependent base classes</td>
1327 <td class="full" align="center">Yes</td>
1328 </tr>
1329 <tr id="214">
1330 <td><a href="https://cplusplus.github.io/CWG/issues/214.html">214</a></td>
1331 <td>CD1</td>
1332 <td>Partial ordering of function templates is underspecified</td>
1333 <td class="full" align="center">Yes</td>
1334 </tr>
1335 <tr id="215">
1336 <td><a href="https://cplusplus.github.io/CWG/issues/215.html">215</a></td>
1337 <td>CD1</td>
1338 <td>Template parameters are not allowed in <I>nested-name-specifier</I>s</td>
1339 <td class="full" align="center">Clang 2.9</td>
1340 </tr>
1341 <tr id="216">
1342 <td><a href="https://cplusplus.github.io/CWG/issues/216.html">216</a></td>
1343 <td>CD1</td>
1344 <td>Linkage of nameless class-scope enumeration types</td>
1345 <td class="none" align="center">No</td>
1346 </tr>
1347 <tr id="217">
1348 <td><a href="https://cplusplus.github.io/CWG/issues/217.html">217</a></td>
1349 <td>TC1</td>
1350 <td>Default arguments for non-template member functions of class templates</td>
1351 <td class="full" align="center">Yes</td>
1352 </tr>
1353 <tr id="218">
1354 <td><a href="https://cplusplus.github.io/CWG/issues/218.html">218</a></td>
1355 <td>CD1</td>
1356 <td>Specification of Koenig lookup</td>
1357 <td class="full" align="center">Yes</td>
1358 </tr>
1359 <tr id="219">
1360 <td><a href="https://cplusplus.github.io/CWG/issues/219.html">219</a></td>
1361 <td>NAD</td>
1362 <td>Cannot defend against destructors that throw exceptions</td>
1363 <td class="na" align="center">N/A</td>
1364 </tr>
1365 <tr id="220">
1366 <td><a href="https://cplusplus.github.io/CWG/issues/220.html">220</a></td>
1367 <td>CD1</td>
1368 <td>All deallocation functions should be required not to throw</td>
1369 <td class="na" align="center">N/A</td>
1370 </tr>
1371 <tr id="221">
1372 <td><a href="https://cplusplus.github.io/CWG/issues/221.html">221</a></td>
1373 <td>CD1</td>
1374 <td>Must compound assignment operators be member functions?</td>
1375 <td class="full" align="center">Clang 3.6</td>
1376 </tr>
1377 <tr id="222">
1378 <td><a href="https://cplusplus.github.io/CWG/issues/222.html">222</a></td>
1379 <td>CD1</td>
1380 <td>Sequence points and lvalue-returning operators</td>
1381 <td class="full" align="center">Duplicate of <a href="#637">637</a></td>
1382 </tr>
1383 <tr id="223">
1384 <td><a href="https://cplusplus.github.io/CWG/issues/223.html">223</a></td>
1385 <td>CD3</td>
1386 <td>The meaning of deprecation</td>
1387 <td class="na" align="center">N/A</td>
1388 </tr>
1389 <tr id="224">
1390 <td><a href="https://cplusplus.github.io/CWG/issues/224.html">224</a></td>
1391 <td>CD1</td>
1392 <td>Definition of dependent names</td>
1393 <td class="full" align="center">Clang 16</td>
1394 </tr>
1395 <tr id="225">
1396 <td><a href="https://cplusplus.github.io/CWG/issues/225.html">225</a></td>
1397 <td>NAD</td>
1398 <td>Koenig lookup and fundamental types</td>
1399 <td class="full" align="center">Yes</td>
1400 </tr>
1401 <tr id="226">
1402 <td><a href="https://cplusplus.github.io/CWG/issues/226.html">226</a></td>
1403 <td>CD1</td>
1404 <td>Default template arguments for function templates</td>
1405 <td class="none" align="center">No</td>
1406 </tr>
1407 <tr id="227">
1408 <td><a href="https://cplusplus.github.io/CWG/issues/227.html">227</a></td>
1409 <td>TC1</td>
1410 <td>How many scopes in an <TT>if</TT> statement?</td>
1411 <td class="full" align="center">Yes</td>
1412 </tr>
1413 <tr id="228">
1414 <td><a href="https://cplusplus.github.io/CWG/issues/228.html">228</a></td>
1415 <td>CD1</td>
1416 <td>Use of <TT>template</TT> keyword with non-member templates</td>
1417 <td class="full" align="center">Yes</td>
1418 </tr>
1419 <tr id="229">
1420 <td><a href="https://cplusplus.github.io/CWG/issues/229.html">229</a></td>
1421 <td>NAD</td>
1422 <td>Partial specialization of function templates</td>
1423 <td class="full" align="center">Clang 2.9</td>
1424 </tr>
1425 <tr id="230">
1426 <td><a href="https://cplusplus.github.io/CWG/issues/230.html">230</a></td>
1427 <td>NAD</td>
1428 <td>Calls to pure virtual functions</td>
1429 <td class="full" align="center">Clang 3.0</td>
1430 </tr>
1431 <tr id="231">
1432 <td><a href="https://cplusplus.github.io/CWG/issues/231.html">231</a></td>
1433 <td>NAD</td>
1434 <td>Visibility of names after <I>using-directive</I>s</td>
1435 <td class="full" align="center">Yes</td>
1436 </tr>
1437 <tr id="232">
1438 <td><a href="https://cplusplus.github.io/CWG/issues/232.html">232</a></td>
1439 <td>NAD</td>
1440 <td>Is indirection through a null pointer undefined behavior?</td>
1441 <td class="unknown" align="center">Unknown</td>
1442 </tr>
1443 <tr id="233">
1444 <td><a href="https://cplusplus.github.io/CWG/issues/233.html">233</a></td>
1445 <td>DR</td>
1446 <td>References vs pointers in UDC overload resolution</td>
1447 <td class="unknown" align="center">Unknown</td>
1448 </tr>
1449 <tr id="234">
1450 <td><a href="https://cplusplus.github.io/CWG/issues/234.html">234</a></td>
1451 <td>NAD</td>
1452 <td>Reuse of base class subobjects</td>
1453 <td class="na" align="center">N/A</td>
1454 </tr>
1455 <tr id="235">
1456 <td><a href="https://cplusplus.github.io/CWG/issues/235.html">235</a></td>
1457 <td>TC1</td>
1458 <td>Assignment vs initialization</td>
1459 <td class="na" align="center">N/A</td>
1460 </tr>
1461 <tr id="236">
1462 <td><a href="https://cplusplus.github.io/CWG/issues/236.html">236</a></td>
1463 <td>NAD</td>
1464 <td>Explicit temporaries and integral constant expressions</td>
1465 <td class="full" align="center">Clang 3.2</td>
1466 </tr>
1467 <tr id="237">
1468 <td><a href="https://cplusplus.github.io/CWG/issues/237.html">237</a></td>
1469 <td>CD1</td>
1470 <td>Explicit instantiation and base class members</td>
1471 <td class="full" align="center">Duplicate of <a href="#470">470</a></td>
1472 </tr>
1473 <tr id="238">
1474 <td><a href="https://cplusplus.github.io/CWG/issues/238.html">238</a></td>
1475 <td>CD4</td>
1476 <td>Precision and accuracy constraints on floating point</td>
1477 <td class="unknown" align="center">Unknown</td>
1478 </tr>
1479 <tr id="239">
1480 <td><a href="https://cplusplus.github.io/CWG/issues/239.html">239</a></td>
1481 <td>CD1</td>
1482 <td>Footnote 116 and Koenig lookup</td>
1483 <td class="full" align="center">Yes</td>
1484 </tr>
1485 <tr id="240">
1486 <td><a href="https://cplusplus.github.io/CWG/issues/240.html">240</a></td>
1487 <td>CD3</td>
1488 <td>Uninitialized values and undefined behavior</td>
1489 <td class="full" align="center">Duplicate of <a href="#616">616</a></td>
1490 </tr>
1491 <tr id="241">
1492 <td><a href="https://cplusplus.github.io/CWG/issues/241.html">241</a></td>
1493 <td>TC1</td>
1494 <td>Error in example in 14.8.1</td>
1495 <td class="full" align="center">Yes</td>
1496 </tr>
1497 <tr id="242">
1498 <td><a href="https://cplusplus.github.io/CWG/issues/242.html">242</a></td>
1499 <td>CD4</td>
1500 <td>Interpretation of old-style casts</td>
1501 <td class="unknown" align="center">Unknown</td>
1502 </tr>
1503 <tr id="243">
1504 <td><a href="https://cplusplus.github.io/CWG/issues/243.html">243</a></td>
1505 <td>NAD</td>
1506 <td>Weighting of conversion functions in direct-initialization</td>
1507 <td class="full" align="center">Yes</td>
1508 </tr>
1509 <tr id="244">
1510 <td><a href="https://cplusplus.github.io/CWG/issues/244.html">244</a></td>
1511 <td>CD1</td>
1512 <td>Destructor lookup</td>
1513 <td class="full" align="center">Clang 11</td>
1514 </tr>
1515 <tr id="245">
1516 <td><a href="https://cplusplus.github.io/CWG/issues/245.html">245</a></td>
1517 <td>CD1</td>
1518 <td>Name lookup in <I>elaborated-type-specifier</I>s</td>
1519 <td class="full" align="center">Yes</td>
1520 </tr>
1521 <tr id="246">
1522 <td><a href="https://cplusplus.github.io/CWG/issues/246.html">246</a></td>
1523 <td>CD1</td>
1524 <td>Jumps in <I>function-try-block</I> handlers</td>
1525 <td class="full" align="center">Clang 3.2</td>
1526 </tr>
1527 <tr id="247">
1528 <td><a href="https://cplusplus.github.io/CWG/issues/247.html">247</a></td>
1529 <td>NAD</td>
1530 <td>Pointer-to-member casts and function overload resolution</td>
1531 <td class="full" align="center">Yes</td>
1532 </tr>
1533 <tr id="248">
1534 <td><a href="https://cplusplus.github.io/CWG/issues/248.html">248</a></td>
1535 <td>C++11</td>
1536 <td>Identifier characters</td>
1537 <td class="na" align="center">Superseded by <a href="https://wg21.link/P1949">P1949</a></td>
1538 </tr>
1539 <tr id="249">
1540 <td><a href="https://cplusplus.github.io/CWG/issues/249.html">249</a></td>
1541 <td>TC1</td>
1542 <td>What is a member function template?</td>
1543 <td class="full" align="center">Yes</td>
1544 </tr>
1545 <tr id="250">
1546 <td><a href="https://cplusplus.github.io/CWG/issues/250.html">250</a></td>
1547 <td>TC1</td>
1548 <td>Address of function template specialization with non-deduced template arguments</td>
1549 <td class="full" align="center">Yes</td>
1550 </tr>
1551 <tr class="open" id="251">
1552 <td><a href="https://cplusplus.github.io/CWG/issues/251.html">251</a></td>
1553 <td>open</td>
1554 <td>How many signed integer types are there?</td>
1555 <td align="center">Not resolved</td>
1556 </tr>
1557 <tr id="252">
1558 <td><a href="https://cplusplus.github.io/CWG/issues/252.html">252</a></td>
1559 <td>CD1</td>
1560 <td>Looking up deallocation functions in virtual destructors</td>
1561 <td class="full" align="center">Clang 3.1</td>
1562 </tr>
1563 <tr id="253">
1564 <td><a href="https://cplusplus.github.io/CWG/issues/253.html">253</a></td>
1565 <td>C++17</td>
1566 <td>Why must empty or fully-initialized const objects be initialized?</td>
1567 <td class="unknown" align="center">Unknown</td>
1568 </tr>
1569 <tr id="254">
1570 <td><a href="https://cplusplus.github.io/CWG/issues/254.html">254</a></td>
1571 <td>CD1</td>
1572 <td>Definitional problems with <I>elaborated-type-specifier</I>s</td>
1573 <td class="full" align="center">Clang 2.9</td>
1574 </tr>
1575 <tr id="255">
1576 <td><a href="https://cplusplus.github.io/CWG/issues/255.html">255</a></td>
1577 <td>CD6</td>
1578 <td>Placement deallocation functions and lookup ambiguity</td>
1579 <td class="full" align="center">Yes</td>
1580 </tr>
1581 <tr id="256">
1582 <td><a href="https://cplusplus.github.io/CWG/issues/256.html">256</a></td>
1583 <td>CD1</td>
1584 <td>Overflow in size calculations</td>
1585 <td class="unknown" align="center">Duplicate of <a href="#624">624</a></td>
1586 </tr>
1587 <tr id="257">
1588 <td><a href="https://cplusplus.github.io/CWG/issues/257.html">257</a></td>
1589 <td>CD2</td>
1590 <td>Abstract base constructors and virtual base initialization</td>
1591 <td class="full" align="center">Clang 3.4</td>
1592 </tr>
1593 <tr id="258">
1594 <td><a href="https://cplusplus.github.io/CWG/issues/258.html">258</a></td>
1595 <td>CD1</td>
1596 <td><I>using-declaration</I>s and cv-qualifiers</td>
1597 <td class="full" align="center">Clang 2.8</td>
1598 </tr>
1599 <tr id="259">
1600 <td><a href="https://cplusplus.github.io/CWG/issues/259.html">259</a></td>
1601 <td>CD1</td>
1602 <td>Restrictions on explicit specialization and instantiation</td>
1603 <td class="full" align="center">Clang 4</td>
1604 </tr>
1605 <tr class="open" id="260">
1606 <td><a href="https://cplusplus.github.io/CWG/issues/260.html">260</a></td>
1607 <td>open</td>
1608 <td>User-defined conversions and built-in <TT>operator=</TT></td>
1609 <td align="center">Not resolved</td>
1610 </tr>
1611 <tr id="261">
1612 <td><a href="https://cplusplus.github.io/CWG/issues/261.html">261</a></td>
1613 <td>CD1</td>
1614 <td>When is a deallocation function "used?"</td>
1615 <td class="none" align="center">No</td>
1616 </tr>
1617 <tr id="262">
1618 <td><a href="https://cplusplus.github.io/CWG/issues/262.html">262</a></td>
1619 <td>CD1</td>
1620 <td>Default arguments and ellipsis</td>
1621 <td class="full" align="center">Yes</td>
1622 </tr>
1623 <tr id="263">
1624 <td><a href="https://cplusplus.github.io/CWG/issues/263.html">263</a></td>
1625 <td>CD1</td>
1626 <td>Can a constructor be declared a friend?</td>
1627 <td class="full" align="center">Clang 3.3</td>
1628 </tr>
1629 <tr class="open" id="264">
1630 <td><a href="https://cplusplus.github.io/CWG/issues/264.html">264</a></td>
1631 <td>open</td>
1632 <td>Unusable template constructors and conversion functions</td>
1633 <td align="center">Not resolved</td>
1634 </tr>
1635 <tr id="265">
1636 <td><a href="https://cplusplus.github.io/CWG/issues/265.html">265</a></td>
1637 <td>dup</td>
1638 <td>Destructors, exceptions, and deallocation</td>
1639 <td class="unknown" align="center">Duplicate of <a href="#353">353</a></td>
1640 </tr>
1641 <tr id="266">
1642 <td><a href="https://cplusplus.github.io/CWG/issues/266.html">266</a></td>
1643 <td>NAD</td>
1644 <td>No grammar sentence symbol</td>
1645 <td class="na" align="center">N/A</td>
1646 </tr>
1647 <tr class="open" id="267">
1648 <td><a href="https://cplusplus.github.io/CWG/issues/267.html">267</a></td>
1649 <td>open</td>
1650 <td>Alignment requirement for <I>new-expression</I>s</td>
1651 <td align="center">Not resolved</td>
1652 </tr>
1653 <tr class="open" id="268">
1654 <td><a href="https://cplusplus.github.io/CWG/issues/268.html">268</a></td>
1655 <td>open</td>
1656 <td>Macro name suppression in rescanned replacement text</td>
1657 <td align="center">Not resolved</td>
1658 </tr>
1659 <tr id="269">
1660 <td><a href="https://cplusplus.github.io/CWG/issues/269.html">269</a></td>
1661 <td>NAD</td>
1662 <td>Order of initialization of multiply-defined static data members
1663 of class templates</td>
1664 <td class="na" align="center">N/A</td>
1665 </tr>
1666 <tr id="270">
1667 <td><a href="https://cplusplus.github.io/CWG/issues/270.html">270</a></td>
1668 <td>CD1</td>
1669 <td>Order of initialization of static data members of class templates</td>
1670 <td class="na" align="center">N/A</td>
1671 </tr>
1672 <tr id="271">
1673 <td><a href="https://cplusplus.github.io/CWG/issues/271.html">271</a></td>
1674 <td>CD6</td>
1675 <td>Explicit instantiation and template argument deduction</td>
1676 <td class="unknown" align="center">Unknown</td>
1677 </tr>
1678 <tr id="272">
1679 <td><a href="https://cplusplus.github.io/CWG/issues/272.html">272</a></td>
1680 <td>CD1</td>
1681 <td>Explicit destructor invocation and <I>qualified-id</I>s</td>
1682 <td class="full" align="center">Yes</td>
1683 </tr>
1684 <tr id="273">
1685 <td><a href="https://cplusplus.github.io/CWG/issues/273.html">273</a></td>
1686 <td>CD1</td>
1687 <td>POD classes and <TT>operator&amp;()</TT></td>
1688 <td class="full" align="center">Yes</td>
1689 </tr>
1690 <tr id="274">
1691 <td><a href="https://cplusplus.github.io/CWG/issues/274.html">274</a></td>
1692 <td>CD1</td>
1693 <td>Cv-qualification and char-alias access to out-of-lifetime objects</td>
1694 <td class="na" align="center">N/A</td>
1695 </tr>
1696 <tr id="275">
1697 <td><a href="https://cplusplus.github.io/CWG/issues/275.html">275</a></td>
1698 <td>CD1</td>
1699 <td>Explicit instantiation/specialization and <I>using-directive</I>s</td>
1700 <td class="none" align="center">No</td>
1701 </tr>
1702 <tr id="276">
1703 <td><a href="https://cplusplus.github.io/CWG/issues/276.html">276</a></td>
1704 <td>CD1</td>
1705 <td>Order of destruction of parameters and temporaries</td>
1706 <td class="na" align="center">N/A</td>
1707 </tr>
1708 <tr id="277">
1709 <td><a href="https://cplusplus.github.io/CWG/issues/277.html">277</a></td>
1710 <td>CD1</td>
1711 <td>Zero-initialization of pointers</td>
1712 <td class="full" align="center">Clang 3.1</td>
1713 </tr>
1714 <tr id="278">
1715 <td><a href="https://cplusplus.github.io/CWG/issues/278.html">278</a></td>
1716 <td>NAD</td>
1717 <td>External linkage and nameless entities</td>
1718 <td class="unknown" align="center">Unknown</td>
1719 </tr>
1720 <tr id="279">
1721 <td><a href="https://cplusplus.github.io/CWG/issues/279.html">279</a></td>
1722 <td>CD6</td>
1723 <td>Correspondence of "names for linkage purposes"</td>
1724 <td class="none" align="center">No</td>
1725 </tr>
1726 <tr id="280">
1727 <td><a href="https://cplusplus.github.io/CWG/issues/280.html">280</a></td>
1728 <td>CD1</td>
1729 <td>Access and surrogate call functions</td>
1730 <td class="full" align="center">Clang 2.9</td>
1731 </tr>
1732 <tr id="281">
1733 <td><a href="https://cplusplus.github.io/CWG/issues/281.html">281</a></td>
1734 <td>CD1</td>
1735 <td><TT>inline</TT> specifier in <TT>friend</TT> declarations</td>
1736 <td class="none" align="center">No</td>
1737 </tr>
1738 <tr class="open" id="282">
1739 <td><a href="https://cplusplus.github.io/CWG/issues/282.html">282</a></td>
1740 <td>open</td>
1741 <td>Namespace for <TT>extended_type_info</TT></td>
1742 <td align="center">Not resolved</td>
1743 </tr>
1744 <tr id="283">
1745 <td><a href="https://cplusplus.github.io/CWG/issues/283.html">283</a></td>
1746 <td>CD1</td>
1747 <td>Template <I>type-parameter</I>s are not syntactically <I>type-name</I>s</td>
1748 <td class="full" align="center">Yes</td>
1749 </tr>
1750 <tr id="284">
1751 <td><a href="https://cplusplus.github.io/CWG/issues/284.html">284</a></td>
1752 <td>CD1</td>
1753 <td><I>qualified-id</I>s in class declarations</td>
1754 <td class="none" align="center">No</td>
1755 </tr>
1756 <tr id="285">
1757 <td><a href="https://cplusplus.github.io/CWG/issues/285.html">285</a></td>
1758 <td>NAD</td>
1759 <td>Identifying a function template being specialized</td>
1760 <td class="full" align="center">Yes</td>
1761 </tr>
1762 <tr id="286">
1763 <td><a href="https://cplusplus.github.io/CWG/issues/286.html">286</a></td>
1764 <td>CD1</td>
1765 <td>Incorrect example in partial specialization</td>
1766 <td class="full" align="center">Clang 2.8</td>
1767 </tr>
1768 <tr class="open" id="287">
1769 <td><a href="https://cplusplus.github.io/CWG/issues/287.html">287</a></td>
1770 <td>drafting</td>
1771 <td>Order dependencies in template instantiation</td>
1772 <td align="center">Not resolved</td>
1773 </tr>
1774 <tr id="288">
1775 <td><a href="https://cplusplus.github.io/CWG/issues/288.html">288</a></td>
1776 <td>CD1</td>
1777 <td>Misuse of "static type" in describing pointers</td>
1778 <td class="na" align="center">N/A</td>
1779 </tr>
1780 <tr id="289">
1781 <td><a href="https://cplusplus.github.io/CWG/issues/289.html">289</a></td>
1782 <td>CD1</td>
1783 <td>Incomplete list of contexts requiring a complete type</td>
1784 <td class="full" align="center">Yes</td>
1785 </tr>
1786 <tr id="290">
1787 <td><a href="https://cplusplus.github.io/CWG/issues/290.html">290</a></td>
1788 <td>NAD</td>
1789 <td>Should memcpy be allowed into a POD with a const member?</td>
1790 <td class="na" align="center">N/A</td>
1791 </tr>
1792 <tr id="291">
1793 <td><a href="https://cplusplus.github.io/CWG/issues/291.html">291</a></td>
1794 <td>CD1</td>
1795 <td>Overload resolution needed when binding reference to class rvalue</td>
1796 <td class="full" align="center">Duplicate of <a href="#391">391</a></td>
1797 </tr>
1798 <tr id="292">
1799 <td><a href="https://cplusplus.github.io/CWG/issues/292.html">292</a></td>
1800 <td>CD3</td>
1801 <td>Deallocation on exception in <TT>new</TT> before arguments evaluated</td>
1802 <td class="full" align="center">Clang 2.9</td>
1803 </tr>
1804 <tr class="open" id="293">
1805 <td><a href="https://cplusplus.github.io/CWG/issues/293.html">293</a></td>
1806 <td>open</td>
1807 <td>Syntax of explicit instantiation/specialization too permissive</td>
1808 <td align="center">Not resolved</td>
1809 </tr>
1810 <tr id="294">
1811 <td><a href="https://cplusplus.github.io/CWG/issues/294.html">294</a></td>
1812 <td>NAD</td>
1813 <td>Can <TT>static_cast</TT> drop exception specifications?</td>
1814 <td class="none" align="center">No</td>
1815 </tr>
1816 <tr id="295">
1817 <td><a href="https://cplusplus.github.io/CWG/issues/295.html">295</a></td>
1818 <td>CD1</td>
1819 <td>cv-qualifiers on function types</td>
1820 <td class="full" align="center">Clang 3.7</td>
1821 </tr>
1822 <tr id="296">
1823 <td><a href="https://cplusplus.github.io/CWG/issues/296.html">296</a></td>
1824 <td>CD1</td>
1825 <td>Can conversion functions be static?</td>
1826 <td class="full" align="center">Yes</td>
1827 </tr>
1828 <tr id="297">
1829 <td><a href="https://cplusplus.github.io/CWG/issues/297.html">297</a></td>
1830 <td>NAD</td>
1831 <td>Which template does an explicit specialization specialize?</td>
1832 <td class="unknown" align="center">Unknown</td>
1833 </tr>
1834 <tr id="298">
1835 <td><a href="https://cplusplus.github.io/CWG/issues/298.html">298</a></td>
1836 <td>CD1</td>
1837 <td><TT>T::x</TT> when <TT>T</TT> is cv-qualified</td>
1838 <td class="full" align="center">Clang 3.1</td>
1839 </tr>
1840 <tr id="299">
1841 <td><a href="https://cplusplus.github.io/CWG/issues/299.html">299</a></td>
1842 <td>CD1</td>
1843 <td>Conversion on array bound expression in <TT>new</TT></td>
1844 <td class="full" align="center">Clang 2.8 (C++11 onwards)</td>
1845 </tr>
1846 <tr id="300">
1847 <td><a href="https://cplusplus.github.io/CWG/issues/300.html">300</a></td>
1848 <td>CD1</td>
1849 <td>References to functions in template argument deduction</td>
1850 <td class="full" align="center">Yes</td>
1851 </tr>
1852 <tr id="301">
1853 <td><a href="https://cplusplus.github.io/CWG/issues/301.html">301</a></td>
1854 <td>CD1</td>
1855 <td>Syntax for <I>template-name</I></td>
1856 <td class="full" align="center">Clang 3.5</td>
1857 </tr>
1858 <tr id="302">
1859 <td><a href="https://cplusplus.github.io/CWG/issues/302.html">302</a></td>
1860 <td>CD1</td>
1861 <td>Value-initialization and generation of default constructor</td>
1862 <td class="full" align="center">Clang 3.0</td>
1863 </tr>
1864 <tr id="303">
1865 <td><a href="https://cplusplus.github.io/CWG/issues/303.html">303</a></td>
1866 <td>NAD</td>
1867 <td>Integral promotions on bit-fields</td>
1868 <td class="na" align="center">N/A</td>
1869 </tr>
1870 <tr id="304">
1871 <td><a href="https://cplusplus.github.io/CWG/issues/304.html">304</a></td>
1872 <td>TC1</td>
1873 <td>Value-initialization of a reference</td>
1874 <td class="full" align="center">Clang 2.9</td>
1875 </tr>
1876 <tr id="305">
1877 <td><a href="https://cplusplus.github.io/CWG/issues/305.html">305</a></td>
1878 <td>CD1</td>
1879 <td>Name lookup in destructor call</td>
1880 <td class="none" align="center">No</td>
1881 </tr>
1882 <tr id="306">
1883 <td><a href="https://cplusplus.github.io/CWG/issues/306.html">306</a></td>
1884 <td>CD1</td>
1885 <td>Ambiguity by class name injection</td>
1886 <td class="none" align="center">Duplicate of <a href="#39">39</a></td>
1887 </tr>
1888 <tr id="307">
1889 <td><a href="https://cplusplus.github.io/CWG/issues/307.html">307</a></td>
1890 <td>NAD</td>
1891 <td>Initialization of a virtual base class subobject</td>
1892 <td class="na" align="center">N/A</td>
1893 </tr>
1894 <tr id="308">
1895 <td><a href="https://cplusplus.github.io/CWG/issues/308.html">308</a></td>
1896 <td>NAD</td>
1897 <td>Catching exceptions with ambiguous base classes</td>
1898 <td class="full" align="center">Clang 3.7</td>
1899 </tr>
1900 <tr id="309">
1901 <td><a href="https://cplusplus.github.io/CWG/issues/309.html">309</a></td>
1902 <td>CD1</td>
1903 <td>Linkage of entities whose names are not simply identifiers, in introduction</td>
1904 <td class="full" align="center">Duplicate of <a href="#485">485</a></td>
1905 </tr>
1906 <tr class="open" id="310">
1907 <td><a href="https://cplusplus.github.io/CWG/issues/310.html">310</a></td>
1908 <td>open</td>
1909 <td>Can function templates differing only in parameter cv-qualifiers be overloaded?</td>
1910 <td align="center">Not resolved</td>
1911 </tr>
1912 <tr id="311">
1913 <td><a href="https://cplusplus.github.io/CWG/issues/311.html">311</a></td>
1914 <td>NAD</td>
1915 <td>Using qualified name to reopen nested namespace</td>
1916 <td class="full" align="center">Clang 3.0</td>
1917 </tr>
1918 <tr id="312">
1919 <td><a href="https://cplusplus.github.io/CWG/issues/312.html">312</a></td>
1920 <td>CD3</td>
1921 <td>&#8220;use&#8221; of invalid pointer value not defined</td>
1922 <td class="full" align="center">Duplicate of <a href="#616">616</a></td>
1923 </tr>
1924 <tr id="313">
1925 <td><a href="https://cplusplus.github.io/CWG/issues/313.html">313</a></td>
1926 <td>dup</td>
1927 <td>Class with single conversion function to integral as array size in <TT>new</TT></td>
1928 <td class="full" align="center">Duplicate of <a href="#299">299</a> (C++11 onwards)</td>
1929 </tr>
1930 <tr id="314">
1931 <td><a href="https://cplusplus.github.io/CWG/issues/314.html">314</a></td>
1932 <td>C++17</td>
1933 <td><TT>template</TT> in base class specifier</td>
1934 <td class="none" align="center">No</td>
1935 </tr>
1936 <tr id="315">
1937 <td><a href="https://cplusplus.github.io/CWG/issues/315.html">315</a></td>
1938 <td>NAD</td>
1939 <td>Is call of static member function through null pointer undefined?</td>
1940 <td class="na" align="center">N/A</td>
1941 </tr>
1942 <tr id="316">
1943 <td><a href="https://cplusplus.github.io/CWG/issues/316.html">316</a></td>
1944 <td>NAD</td>
1945 <td>Injected-class-name of template used as template template parameter</td>
1946 <td class="full-superseded" align="center">Superseded by <a href="#1004">1004</a></td>
1947 </tr>
1948 <tr id="317">
1949 <td><a href="https://cplusplus.github.io/CWG/issues/317.html">317</a></td>
1950 <td>CD1</td>
1951 <td>Can a function be declared inline after it has been called?</td>
1952 <td class="full" align="center">Clang 3.5</td>
1953 </tr>
1954 <tr id="318">
1955 <td><a href="https://cplusplus.github.io/CWG/issues/318.html">318</a></td>
1956 <td>CD1</td>
1957 <td><TT>struct A::A</TT> should not name the constructor of <TT>A</TT></td>
1958 <td class="full-superseded" align="center">Superseded by <a href="#1310">1310</a></td>
1959 </tr>
1960 <tr id="319">
1961 <td><a href="https://cplusplus.github.io/CWG/issues/319.html">319</a></td>
1962 <td>CD1</td>
1963 <td>Use of names without linkage in declaring entities with linkage</td>
1964 <td class="none" align="center">No</td>
1965 </tr>
1966 <tr id="320">
1967 <td><a href="https://cplusplus.github.io/CWG/issues/320.html">320</a></td>
1968 <td>CD1</td>
1969 <td>Question on copy constructor elision example</td>
1970 <td class="full" align="center">Yes</td>
1971 </tr>
1972 <tr id="321">
1973 <td><a href="https://cplusplus.github.io/CWG/issues/321.html">321</a></td>
1974 <td>dup</td>
1975 <td>Associated classes and namespaces for argument-dependent lookup</td>
1976 <td class="full" align="center">Duplicate of <a href="#557">557</a></td>
1977 </tr>
1978 <tr id="322">
1979 <td><a href="https://cplusplus.github.io/CWG/issues/322.html">322</a></td>
1980 <td>CD1</td>
1981 <td>Deduction of reference conversions</td>
1982 <td class="full" align="center">Clang 2.8</td>
1983 </tr>
1984 <tr id="323">
1985 <td><a href="https://cplusplus.github.io/CWG/issues/323.html">323</a></td>
1986 <td>CD1</td>
1987 <td>Where must <TT>export</TT> appear?</td>
1988 <td class="full-superseded" align="center">Superseded by <a href="#820">820</a></td>
1989 </tr>
1990 <tr id="324">
1991 <td><a href="https://cplusplus.github.io/CWG/issues/324.html">324</a></td>
1992 <td>CD1</td>
1993 <td>Can "<TT>&amp;</TT>" be applied to assignment to bit-field?</td>
1994 <td class="full" align="center">Clang 3.6</td>
1995 </tr>
1996 <tr class="open" id="325">
1997 <td><a href="https://cplusplus.github.io/CWG/issues/325.html">325</a></td>
1998 <td>drafting</td>
1999 <td>When are default arguments parsed?</td>
2000 <td align="center">Not resolved</td>
2001 </tr>
2002 <tr id="326">
2003 <td><a href="https://cplusplus.github.io/CWG/issues/326.html">326</a></td>
2004 <td>CD1</td>
2005 <td>Wording for definition of trivial constructor</td>
2006 <td class="full" align="center">Clang 3.1</td>
2007 </tr>
2008 <tr id="327">
2009 <td><a href="https://cplusplus.github.io/CWG/issues/327.html">327</a></td>
2010 <td>CD1</td>
2011 <td>Use of "structure" without definition</td>
2012 <td class="na" align="center">Duplicate of <a href="#538">538</a></td>
2013 </tr>
2014 <tr id="328">
2015 <td><a href="https://cplusplus.github.io/CWG/issues/328.html">328</a></td>
2016 <td>CD1</td>
2017 <td>Missing requirement that class member types be complete</td>
2018 <td class="full" align="center">Yes</td>
2019 </tr>
2020 <tr id="329">
2021 <td><a href="https://cplusplus.github.io/CWG/issues/329.html">329</a></td>
2022 <td>CD1</td>
2023 <td>Evaluation of friends of templates</td>
2024 <td class="full" align="center">Clang 3.5</td>
2025 </tr>
2026 <tr id="330">
2027 <td><a href="https://cplusplus.github.io/CWG/issues/330.html">330</a></td>
2028 <td>CD4</td>
2029 <td>Qualification conversions and pointers to arrays of pointers</td>
2030 <td class="full" align="center">Clang 7</td>
2031 </tr>
2032 <tr id="331">
2033 <td><a href="https://cplusplus.github.io/CWG/issues/331.html">331</a></td>
2034 <td>CD1</td>
2035 <td>Allowed copy constructor signatures</td>
2036 <td class="full" align="center">Clang 11</td>
2037 </tr>
2038 <tr id="332">
2039 <td><a href="https://cplusplus.github.io/CWG/issues/332.html">332</a></td>
2040 <td>CD3</td>
2041 <td>cv-qualified <TT>void</TT> parameter types</td>
2042 <td class="full" align="center">Duplicate of <a href="#577">577</a></td>
2043 </tr>
2044 <tr id="333">
2045 <td><a href="https://cplusplus.github.io/CWG/issues/333.html">333</a></td>
2046 <td>NAD</td>
2047 <td>Ambiguous use of "declaration" in disambiguation section</td>
2048 <td class="full" align="center">Yes</td>
2049 </tr>
2050 <tr id="334">
2051 <td><a href="https://cplusplus.github.io/CWG/issues/334.html">334</a></td>
2052 <td>NAD</td>
2053 <td>Is a comma-expression dependent if its first operand is?</td>
2054 <td class="full" align="center">Yes</td>
2055 </tr>
2056 <tr id="335">
2057 <td><a href="https://cplusplus.github.io/CWG/issues/335.html">335</a></td>
2058 <td>CD1</td>
2059 <td>Allowing <TT>export</TT> on template members of nontemplate classes</td>
2060 <td class="full-superseded" align="center">Superseded by <a href="#820">820</a></td>
2061 </tr>
2062 <tr id="336">
2063 <td><a href="https://cplusplus.github.io/CWG/issues/336.html">336</a></td>
2064 <td>CD1</td>
2065 <td>Explicit specialization examples are still incorrect</td>
2066 <td class="full" align="center">Yes</td>
2067 </tr>
2068 <tr id="337">
2069 <td><a href="https://cplusplus.github.io/CWG/issues/337.html">337</a></td>
2070 <td>CD1</td>
2071 <td>Attempt to create array of abtract type should cause deduction to fail</td>
2072 <td class="full" align="center">Yes</td>
2073 </tr>
2074 <tr id="338">
2075 <td><a href="https://cplusplus.github.io/CWG/issues/338.html">338</a></td>
2076 <td>CD6</td>
2077 <td>Enumerator name with linkage used as class name in other translation unit</td>
2078 <td class="partial" align="center">Duplicate of <a href="#1884">1884</a></td>
2079 </tr>
2080 <tr id="339">
2081 <td><a href="https://cplusplus.github.io/CWG/issues/339.html">339</a></td>
2082 <td>CD1</td>
2083 <td>Overload resolution in operand of <TT>sizeof</TT> in constant expression</td>
2084 <td class="full" align="center">Clang 2.8</td>
2085 </tr>
2086 <tr id="340">
2087 <td><a href="https://cplusplus.github.io/CWG/issues/340.html">340</a></td>
2088 <td>NAD</td>
2089 <td>Unclear wording in disambiguation section</td>
2090 <td class="full" align="center">Yes</td>
2091 </tr>
2092 <tr id="341">
2093 <td><a href="https://cplusplus.github.io/CWG/issues/341.html">341</a></td>
2094 <td>C++11</td>
2095 <td><TT>extern "C"</TT> namespace member function versus global variable</td>
2096 <td class="unknown-superseded" align="center">Superseded by <a href="#1708">1708</a></td>
2097 </tr>
2098 <tr id="342">
2099 <td><a href="https://cplusplus.github.io/CWG/issues/342.html">342</a></td>
2100 <td>CD3</td>
2101 <td>Terminology: "indirection" versus "dereference"</td>
2102 <td class="na" align="center">N/A</td>
2103 </tr>
2104 <tr id="343">
2105 <td><a href="https://cplusplus.github.io/CWG/issues/343.html">343</a></td>
2106 <td>C++17</td>
2107 <td>Make <TT>template</TT> optional in contexts that require a type</td>
2108 <td class="none" align="center">No</td>
2109 </tr>
2110 <tr id="344">
2111 <td><a href="https://cplusplus.github.io/CWG/issues/344.html">344</a></td>
2112 <td>CD3</td>
2113 <td>Naming destructors</td>
2114 <td class="unknown" align="center">Duplicate of <a href="#1435">1435</a></td>
2115 </tr>
2116 <tr id="345">
2117 <td><a href="https://cplusplus.github.io/CWG/issues/345.html">345</a></td>
2118 <td>CD1</td>
2119 <td>Misleading comment on example in templates chapter</td>
2120 <td class="full" align="center">Yes</td>
2121 </tr>
2122 <tr id="346">
2123 <td><a href="https://cplusplus.github.io/CWG/issues/346.html">346</a></td>
2124 <td>NAD</td>
2125 <td>Typo in 15.4</td>
2126 <td class="na" align="center">N/A</td>
2127 </tr>
2128 <tr id="347">
2129 <td><a href="https://cplusplus.github.io/CWG/issues/347.html">347</a></td>
2130 <td>NAD</td>
2131 <td>Use of derived class name in defining base class nested class</td>
2132 <td class="full" align="center">Yes</td>
2133 </tr>
2134 <tr id="348">
2135 <td><a href="https://cplusplus.github.io/CWG/issues/348.html">348</a></td>
2136 <td>CD1</td>
2137 <td><TT>delete</TT> and user-written deallocation functions</td>
2138 <td class="na" align="center">N/A</td>
2139 </tr>
2140 <tr id="349">
2141 <td><a href="https://cplusplus.github.io/CWG/issues/349.html">349</a></td>
2142 <td>CD1</td>
2143 <td>Template argument deduction for conversion functions and qualification conversions</td>
2144 <td class="none" align="center">No</td>
2145 </tr>
2146 <tr class="open" id="350">
2147 <td><a href="https://cplusplus.github.io/CWG/issues/350.html">350</a></td>
2148 <td>open</td>
2149 <td><TT>signed char</TT> underlying representation for objects</td>
2150 <td align="center">Not resolved</td>
2151 </tr>
2152 <tr id="351">
2153 <td><a href="https://cplusplus.github.io/CWG/issues/351.html">351</a></td>
2154 <td>CD1</td>
2155 <td>Sequence point error: unspecified or undefined?</td>
2156 <td class="na" align="center">N/A</td>
2157 </tr>
2158 <tr id="352">
2159 <td><a href="https://cplusplus.github.io/CWG/issues/352.html">352</a></td>
2160 <td>CD1</td>
2161 <td>Nondeduced contexts</td>
2162 <td class="full" align="center">Clang 2.8</td>
2163 </tr>
2164 <tr id="353">
2165 <td><a href="https://cplusplus.github.io/CWG/issues/353.html">353</a></td>
2166 <td>CD1</td>
2167 <td>Is deallocation routine called if destructor throws exception in delete?</td>
2168 <td class="unknown" align="center">Unknown</td>
2169 </tr>
2170 <tr id="354">
2171 <td><a href="https://cplusplus.github.io/CWG/issues/354.html">354</a></td>
2172 <td>CD1</td>
2173 <td>Null as nontype template argument</td>
2174 <td class="full" align="center">Yes (C++11 onwards)</td>
2175 </tr>
2176 <tr id="355">
2177 <td><a href="https://cplusplus.github.io/CWG/issues/355.html">355</a></td>
2178 <td>C++11</td>
2179 <td>Global-scope <TT>::</TT> in <I>nested-name-specifier</I></td>
2180 <td class="full" align="center">Yes</td>
2181 </tr>
2182 <tr id="356">
2183 <td><a href="https://cplusplus.github.io/CWG/issues/356.html">356</a></td>
2184 <td>NAD</td>
2185 <td>Wording of behavior of generated copy constructor for scalar members</td>
2186 <td class="na" align="center">N/A</td>
2187 </tr>
2188 <tr id="357">
2189 <td><a href="https://cplusplus.github.io/CWG/issues/357.html">357</a></td>
2190 <td>CD1</td>
2191 <td>Definition of signature should include name</td>
2192 <td class="full" align="center">Yes</td>
2193 </tr>
2194 <tr id="358">
2195 <td><a href="https://cplusplus.github.io/CWG/issues/358.html">358</a></td>
2196 <td>NAD</td>
2197 <td>Namespaces and extern "C"</td>
2198 <td class="full" align="center">Yes</td>
2199 </tr>
2200 <tr id="359">
2201 <td><a href="https://cplusplus.github.io/CWG/issues/359.html">359</a></td>
2202 <td>NAD</td>
2203 <td>Type definition in anonymous union</td>
2204 <td class="full" align="center">Yes</td>
2205 </tr>
2206 <tr id="360">
2207 <td><a href="https://cplusplus.github.io/CWG/issues/360.html">360</a></td>
2208 <td>CD6</td>
2209 <td>Using-declaration that reduces access</td>
2210 <td class="full" align="center">Yes</td>
2211 </tr>
2212 <tr class="open" id="361">
2213 <td><a href="https://cplusplus.github.io/CWG/issues/361.html">361</a></td>
2214 <td>open</td>
2215 <td>Forward reference to default argument</td>
2216 <td align="center">Not resolved</td>
2217 </tr>
2218 <tr id="362">
2219 <td><a href="https://cplusplus.github.io/CWG/issues/362.html">362</a></td>
2220 <td>CD1</td>
2221 <td>Order of initialization in instantiation units</td>
2222 <td class="na" align="center">N/A</td>
2223 </tr>
2224 <tr id="363">
2225 <td><a href="https://cplusplus.github.io/CWG/issues/363.html">363</a></td>
2226 <td>NAD</td>
2227 <td>Initialization of class from self</td>
2228 <td class="na" align="center">N/A</td>
2229 </tr>
2230 <tr id="364">
2231 <td><a href="https://cplusplus.github.io/CWG/issues/364.html">364</a></td>
2232 <td>CD1</td>
2233 <td>Calling overloaded function with static in set, with no object</td>
2234 <td class="full" align="center">Yes</td>
2235 </tr>
2236 <tr class="open" id="365">
2237 <td><a href="https://cplusplus.github.io/CWG/issues/365.html">365</a></td>
2238 <td>open</td>
2239 <td>Storage duration and temporaries</td>
2240 <td align="center">Not resolved</td>
2241 </tr>
2242 <tr id="366">
2243 <td><a href="https://cplusplus.github.io/CWG/issues/366.html">366</a></td>
2244 <td>CD1</td>
2245 <td>String literal allowed in integral constant expression?</td>
2246 <td class="full" align="center">Yes</td>
2247 </tr>
2248 <tr id="367">
2249 <td><a href="https://cplusplus.github.io/CWG/issues/367.html">367</a></td>
2250 <td>CD1</td>
2251 <td><TT>throw</TT> operator allowed in constant expression?</td>
2252 <td class="full" align="center">Yes</td>
2253 </tr>
2254 <tr id="368">
2255 <td><a href="https://cplusplus.github.io/CWG/issues/368.html">368</a></td>
2256 <td>CD1</td>
2257 <td>Uses of non-type parameters that should cause deduction to fail</td>
2258 <td class="full" align="center">Clang 3.6</td>
2259 </tr>
2260 <tr class="open" id="369">
2261 <td><a href="https://cplusplus.github.io/CWG/issues/369.html">369</a></td>
2262 <td>drafting</td>
2263 <td>Are <TT>new</TT>/<TT>delete</TT> identifiers or <I>preprocessing-op-or-punc</I>?</td>
2264 <td align="center">Not resolved</td>
2265 </tr>
2266 <tr id="370">
2267 <td><a href="https://cplusplus.github.io/CWG/issues/370.html">370</a></td>
2268 <td>CD1</td>
2269 <td>Can <TT>#include &lt;...&gt;</TT> form be used other than for standard C++ headers?</td>
2270 <td class="na" align="center">N/A</td>
2271 </tr>
2272 <tr class="open" id="371">
2273 <td><a href="https://cplusplus.github.io/CWG/issues/371.html">371</a></td>
2274 <td>open</td>
2275 <td>Interleaving of constructor calls</td>
2276 <td align="center">Not resolved</td>
2277 </tr>
2278 <tr id="372">
2279 <td><a href="https://cplusplus.github.io/CWG/issues/372.html">372</a></td>
2280 <td>CD1</td>
2281 <td>Is access granted by base class specifiers available in following base class specifiers?</td>
2282 <td class="none" align="center">No</td>
2283 </tr>
2284 <tr id="373">
2285 <td><a href="https://cplusplus.github.io/CWG/issues/373.html">373</a></td>
2286 <td>C++11</td>
2287 <td>Lookup on namespace qualified name in using-directive</td>
2288 <td class="full" align="center">Clang 5</td>
2289 </tr>
2290 <tr id="374">
2291 <td><a href="https://cplusplus.github.io/CWG/issues/374.html">374</a></td>
2292 <td>CD2</td>
2293 <td>Can explicit specialization outside namespace use qualified name?</td>
2294 <td class="full" align="center">Clang 7</td>
2295 </tr>
2296 <tr id="375">
2297 <td><a href="https://cplusplus.github.io/CWG/issues/375.html">375</a></td>
2298 <td>dup</td>
2299 <td>Confusing example on lookup with <TT>typename</TT></td>
2300 <td class="full" align="center">Duplicate of <a href="#345">345</a></td>
2301 </tr>
2302 <tr id="376">
2303 <td><a href="https://cplusplus.github.io/CWG/issues/376.html">376</a></td>
2304 <td>NAD</td>
2305 <td>Class "definition" versus class "declaration"</td>
2306 <td class="na" align="center">N/A</td>
2307 </tr>
2308 <tr id="377">
2309 <td><a href="https://cplusplus.github.io/CWG/issues/377.html">377</a></td>
2310 <td>CD1</td>
2311 <td>Enum whose enumerators will not fit in any integral type</td>
2312 <td class="full" align="center">Yes</td>
2313 </tr>
2314 <tr id="378">
2315 <td><a href="https://cplusplus.github.io/CWG/issues/378.html">378</a></td>
2316 <td>CD1</td>
2317 <td>Wording that says temporaries are declared</td>
2318 <td class="na" align="center">Duplicate of <a href="#276">276</a></td>
2319 </tr>
2320 <tr id="379">
2321 <td><a href="https://cplusplus.github.io/CWG/issues/379.html">379</a></td>
2322 <td>CD1</td>
2323 <td>Change "class declaration" to "class definition"</td>
2324 <td class="na" align="center">N/A</td>
2325 </tr>
2326 <tr class="open" id="380">
2327 <td><a href="https://cplusplus.github.io/CWG/issues/380.html">380</a></td>
2328 <td>open</td>
2329 <td>Definition of "ambiguous base class" missing</td>
2330 <td align="center">Not resolved</td>
2331 </tr>
2332 <tr id="381">
2333 <td><a href="https://cplusplus.github.io/CWG/issues/381.html">381</a></td>
2334 <td>CD1</td>
2335 <td>Incorrect example of base class member lookup</td>
2336 <td class="full" align="center">Yes</td>
2337 </tr>
2338 <tr id="382">
2339 <td><a href="https://cplusplus.github.io/CWG/issues/382.html">382</a></td>
2340 <td>CD1</td>
2341 <td>Allow <TT>typename</TT> outside of templates</td>
2342 <td class="full" align="center">Yes (C++11 onwards)</td>
2343 </tr>
2344 <tr id="383">
2345 <td><a href="https://cplusplus.github.io/CWG/issues/383.html">383</a></td>
2346 <td>CD1</td>
2347 <td>Is a class with a declared but not defined destructor a POD?</td>
2348 <td class="full" align="center">Yes</td>
2349 </tr>
2350 <tr id="384">
2351 <td><a href="https://cplusplus.github.io/CWG/issues/384.html">384</a></td>
2352 <td>NAD</td>
2353 <td>Argument-dependent lookup and operator functions</td>
2354 <td class="full" align="center">Yes</td>
2355 </tr>
2356 <tr id="385">
2357 <td><a href="https://cplusplus.github.io/CWG/issues/385.html">385</a></td>
2358 <td>CD1</td>
2359 <td>How does protected member check of 11.5 interact with using-declarations?</td>
2360 <td class="full" align="center">Clang 2.8</td>
2361 </tr>
2362 <tr id="386">
2363 <td><a href="https://cplusplus.github.io/CWG/issues/386.html">386</a></td>
2364 <td>CD6</td>
2365 <td>Friend declaration of name brought in by <I>using-declaration</I></td>
2366 <td class="none" align="center">No</td>
2367 </tr>
2368 <tr id="387">
2369 <td><a href="https://cplusplus.github.io/CWG/issues/387.html">387</a></td>
2370 <td>CD1</td>
2371 <td>Errors in example in 14.6.5</td>
2372 <td class="full" align="center">Clang 2.8</td>
2373 </tr>
2374 <tr id="388">
2375 <td><a href="https://cplusplus.github.io/CWG/issues/388.html">388</a></td>
2376 <td>CD3</td>
2377 <td>Catching base<TT>*&amp;</TT> from a throw of derived<TT>*</TT></td>
2378 <td class="unknown" align="center">Unknown</td>
2379 </tr>
2380 <tr id="389">
2381 <td><a href="https://cplusplus.github.io/CWG/issues/389.html">389</a></td>
2382 <td>CD1</td>
2383 <td>Unnamed types in entities with linkage</td>
2384 <td class="none" align="center">No</td>
2385 </tr>
2386 <tr id="390">
2387 <td><a href="https://cplusplus.github.io/CWG/issues/390.html">390</a></td>
2388 <td>CD1</td>
2389 <td>Pure virtual must be defined when implicitly called</td>
2390 <td class="full" align="center">Clang 3.3</td>
2391 </tr>
2392 <tr id="391">
2393 <td><a href="https://cplusplus.github.io/CWG/issues/391.html">391</a></td>
2394 <td>CD1</td>
2395 <td>Require direct binding of short-lived references to rvalues</td>
2396 <td class="full" align="center">Clang 2.8 (C++11 onwards)</td>
2397 </tr>
2398 <tr id="392">
2399 <td><a href="https://cplusplus.github.io/CWG/issues/392.html">392</a></td>
2400 <td>CD1</td>
2401 <td>Use of full expression lvalue before temporary destruction</td>
2402 <td class="full" align="center">Clang 2.8</td>
2403 </tr>
2404 <tr id="393">
2405 <td><a href="https://cplusplus.github.io/CWG/issues/393.html">393</a></td>
2406 <td>CD4</td>
2407 <td>Pointer to array of unknown bound in template argument list in parameter</td>
2408 <td class="full" align="center">Clang 2.7</td>
2409 </tr>
2410 <tr id="394">
2411 <td><a href="https://cplusplus.github.io/CWG/issues/394.html">394</a></td>
2412 <td>CD1</td>
2413 <td><I>identifier-list</I> is never defined</td>
2414 <td class="na" align="center">N/A</td>
2415 </tr>
2416 <tr id="395">
2417 <td><a href="https://cplusplus.github.io/CWG/issues/395.html">395</a></td>
2418 <td>NAD</td>
2419 <td>Conversion operator template syntax</td>
2420 <td class="full" align="center">Clang 3.0</td>
2421 </tr>
2422 <tr id="396">
2423 <td><a href="https://cplusplus.github.io/CWG/issues/396.html">396</a></td>
2424 <td>CD1</td>
2425 <td>Misleading note regarding use of <TT>auto</TT> for disambiguation</td>
2426 <td class="full" align="center">Yes</td>
2427 </tr>
2428 <tr id="397">
2429 <td><a href="https://cplusplus.github.io/CWG/issues/397.html">397</a></td>
2430 <td>CD1</td>
2431 <td>Same address for string literals from default arguments in inline functions?</td>
2432 <td class="unknown-superseded" align="center">Superseded by <a href="#1823">1823</a></td>
2433 </tr>
2434 <tr id="398">
2435 <td><a href="https://cplusplus.github.io/CWG/issues/398.html">398</a></td>
2436 <td>CD1</td>
2437 <td>Ambiguous wording on naming a type in deduction</td>
2438 <td class="full" align="center">Yes</td>
2439 </tr>
2440 <tr id="399">
2441 <td><a href="https://cplusplus.github.io/CWG/issues/399.html">399</a></td>
2442 <td>CD6</td>
2443 <td>Destructor lookup redux</td>
2444 <td class="full" align="center">Clang 11</td>
2445 </tr>
2446 <tr id="400">
2447 <td><a href="https://cplusplus.github.io/CWG/issues/400.html">400</a></td>
2448 <td>CD1</td>
2449 <td>Using-declarations and the "struct hack"</td>
2450 <td class="full" align="center">Yes</td>
2451 </tr>
2452 <tr id="401">
2453 <td><a href="https://cplusplus.github.io/CWG/issues/401.html">401</a></td>
2454 <td>CD1</td>
2455 <td>When is access for template parameter default arguments checked?</td>
2456 <td class="full" align="center">Clang 2.8</td>
2457 </tr>
2458 <tr class="open" id="402">
2459 <td><a href="https://cplusplus.github.io/CWG/issues/402.html">402</a></td>
2460 <td>open</td>
2461 <td>More on partial ordering of function templates</td>
2462 <td align="center">Not resolved</td>
2463 </tr>
2464 <tr id="403">
2465 <td><a href="https://cplusplus.github.io/CWG/issues/403.html">403</a></td>
2466 <td>CD1</td>
2467 <td>Reference to a type as a <I>template-id</I></td>
2468 <td class="full" align="center">Yes</td>
2469 </tr>
2470 <tr id="404">
2471 <td><a href="https://cplusplus.github.io/CWG/issues/404.html">404</a></td>
2472 <td>CD1</td>
2473 <td>Unclear reference to construction with non-trivial constructor</td>
2474 <td class="na" align="center">N/A</td>
2475 </tr>
2476 <tr id="405">
2477 <td><a href="https://cplusplus.github.io/CWG/issues/405.html">405</a></td>
2478 <td>CD6</td>
2479 <td>Unqualified function name lookup</td>
2480 <td class="full" align="center">Yes</td>
2481 </tr>
2482 <tr id="406">
2483 <td><a href="https://cplusplus.github.io/CWG/issues/406.html">406</a></td>
2484 <td>CD1</td>
2485 <td>Static data member in class with name for linkage purposes</td>
2486 <td class="full" align="center">Clang 2.9</td>
2487 </tr>
2488 <tr id="407">
2489 <td><a href="https://cplusplus.github.io/CWG/issues/407.html">407</a></td>
2490 <td>C++11</td>
2491 <td>Named class with associated typedef: two names or one?</td>
2492 <td class="full" align="center">Clang 3.8</td>
2493 </tr>
2494 <tr id="408">
2495 <td><a href="https://cplusplus.github.io/CWG/issues/408.html">408</a></td>
2496 <td>CD2</td>
2497 <td>sizeof applied to unknown-bound array static data member of template</td>
2498 <td class="full" align="center">Clang 3.4</td>
2499 </tr>
2500 <tr id="409">
2501 <td><a href="https://cplusplus.github.io/CWG/issues/409.html">409</a></td>
2502 <td>CD1</td>
2503 <td>Obsolete paragraph missed by changes for issue 224</td>
2504 <td class="full" align="center">Yes</td>
2505 </tr>
2506 <tr id="410">
2507 <td><a href="https://cplusplus.github.io/CWG/issues/410.html">410</a></td>
2508 <td>CD1</td>
2509 <td>Paragraph missed in changes for issue 166</td>
2510 <td class="none" align="center">No</td>
2511 </tr>
2512 <tr id="411">
2513 <td><a href="https://cplusplus.github.io/CWG/issues/411.html">411</a></td>
2514 <td>CD6</td>
2515 <td>Use of universal-character-name in character versus string literals</td>
2516 <td class="unknown" align="center">Unknown</td>
2517 </tr>
2518 <tr id="412">
2519 <td><a href="https://cplusplus.github.io/CWG/issues/412.html">412</a></td>
2520 <td>NAD</td>
2521 <td>Can a replacement allocation function be inline?</td>
2522 <td class="full" align="center">Clang 3.4</td>
2523 </tr>
2524 <tr id="413">
2525 <td><a href="https://cplusplus.github.io/CWG/issues/413.html">413</a></td>
2526 <td>CD1</td>
2527 <td>Definition of "empty class"</td>
2528 <td class="full" align="center">Yes</td>
2529 </tr>
2530 <tr id="414">
2531 <td><a href="https://cplusplus.github.io/CWG/issues/414.html">414</a></td>
2532 <td>CD1</td>
2533 <td>Multiple types found on destructor lookup</td>
2534 <td class="none" align="center">Duplicate of <a href="#305">305</a></td>
2535 </tr>
2536 <tr id="415">
2537 <td><a href="https://cplusplus.github.io/CWG/issues/415.html">415</a></td>
2538 <td>CD1</td>
2539 <td>Template deduction does not cause instantiation</td>
2540 <td class="full" align="center">Yes</td>
2541 </tr>
2542 <tr id="416">
2543 <td><a href="https://cplusplus.github.io/CWG/issues/416.html">416</a></td>
2544 <td>CD1</td>
2545 <td>Class must be complete to allow operator lookup?</td>
2546 <td class="full" align="center">Yes</td>
2547 </tr>
2548 <tr id="417">
2549 <td><a href="https://cplusplus.github.io/CWG/issues/417.html">417</a></td>
2550 <td>CD1</td>
2551 <td>Using derived-class qualified name in out-of-class nested class definition</td>
2552 <td class="none" align="center">No</td>
2553 </tr>
2554 <tr id="418">
2555 <td><a href="https://cplusplus.github.io/CWG/issues/418.html">418</a></td>
2556 <td>CD6</td>
2557 <td>Imperfect wording on error on multiple default arguments on a called function</td>
2558 <td class="none" align="center">No</td>
2559 </tr>
2560 <tr class="open" id="419">
2561 <td><a href="https://cplusplus.github.io/CWG/issues/419.html">419</a></td>
2562 <td>open</td>
2563 <td>Can cast to virtual base class be done on partially-constructed object?</td>
2564 <td align="center">Not resolved</td>
2565 </tr>
2566 <tr id="420">
2567 <td><a href="https://cplusplus.github.io/CWG/issues/420.html">420</a></td>
2568 <td>CD1</td>
2569 <td>postfixexpression-&gt;scalar_type_dtor() inconsistent</td>
2570 <td class="full" align="center">Clang 9</td>
2571 </tr>
2572 <tr id="421">
2573 <td><a href="https://cplusplus.github.io/CWG/issues/421.html">421</a></td>
2574 <td>CD1</td>
2575 <td>Is rvalue.field an rvalue?</td>
2576 <td class="full" align="center">Yes</td>
2577 </tr>
2578 <tr id="422">
2579 <td><a href="https://cplusplus.github.io/CWG/issues/422.html">422</a></td>
2580 <td>NAD</td>
2581 <td>Is a typedef redeclaration allowed with a template type that might be the same?</td>
2582 <td class="full" align="center">Yes</td>
2583 </tr>
2584 <tr id="423">
2585 <td><a href="https://cplusplus.github.io/CWG/issues/423.html">423</a></td>
2586 <td>NAD</td>
2587 <td>Can a conversion be done on the left operand of a compound assignment?</td>
2588 <td class="full" align="center">Yes</td>
2589 </tr>
2590 <tr id="424">
2591 <td><a href="https://cplusplus.github.io/CWG/issues/424.html">424</a></td>
2592 <td>CD1</td>
2593 <td>Wording problem with issue 56 resolution on redeclaring typedefs in class scope</td>
2594 <td class="full" align="center">Yes</td>
2595 </tr>
2596 <tr id="425">
2597 <td><a href="https://cplusplus.github.io/CWG/issues/425.html">425</a></td>
2598 <td>CD1</td>
2599 <td>Set of candidates for overloaded built-in operator with float operand</td>
2600 <td class="full" align="center">Yes</td>
2601 </tr>
2602 <tr id="426">
2603 <td><a href="https://cplusplus.github.io/CWG/issues/426.html">426</a></td>
2604 <td>C++17</td>
2605 <td>Identically-named variables, one internally and one externally linked, allowed?</td>
2606 <td class="unknown" align="center">Unknown</td>
2607 </tr>
2608 <tr id="427">
2609 <td><a href="https://cplusplus.github.io/CWG/issues/427.html">427</a></td>
2610 <td>CD1</td>
2611 <td><TT>static_cast</TT> ambiguity: conversion versus cast to derived</td>
2612 <td class="full" align="center">Yes</td>
2613 </tr>
2614 <tr id="428">
2615 <td><a href="https://cplusplus.github.io/CWG/issues/428.html">428</a></td>
2616 <td>CD1</td>
2617 <td>Mention of expression with reference type</td>
2618 <td class="full" align="center">Yes</td>
2619 </tr>
2620 <tr id="429">
2621 <td><a href="https://cplusplus.github.io/CWG/issues/429.html">429</a></td>
2622 <td>CD1</td>
2623 <td>Matching deallocation function chosen based on syntax or signature?</td>
2624 <td class="full" align="center">Clang 2.8 (C++11 onwards)</td>
2625 </tr>
2626 <tr id="430">
2627 <td><a href="https://cplusplus.github.io/CWG/issues/430.html">430</a></td>
2628 <td>CD1</td>
2629 <td>Ordering of expression evaluation in initializer list</td>
2630 <td class="full" align="center">Yes (C++11 onwards)</td>
2631 </tr>
2632 <tr id="431">
2633 <td><a href="https://cplusplus.github.io/CWG/issues/431.html">431</a></td>
2634 <td>C++11</td>
2635 <td>Defect in wording in 14.2</td>
2636 <td class="full" align="center">Yes</td>
2637 </tr>
2638 <tr id="432">
2639 <td><a href="https://cplusplus.github.io/CWG/issues/432.html">432</a></td>
2640 <td>CD1</td>
2641 <td>Is injected class name visible in base class specifier list?</td>
2642 <td class="full" align="center">Clang 3.0</td>
2643 </tr>
2644 <tr id="433">
2645 <td><a href="https://cplusplus.github.io/CWG/issues/433.html">433</a></td>
2646 <td>CD1</td>
2647 <td>Do elaborated type specifiers in templates inject into enclosing namespace scope?</td>
2648 <td class="full" align="center">Yes</td>
2649 </tr>
2650 <tr id="434">
2651 <td><a href="https://cplusplus.github.io/CWG/issues/434.html">434</a></td>
2652 <td>NAD</td>
2653 <td>Unclear suppression of standard conversions while binding reference to lvalue</td>
2654 <td class="full-superseded" align="center">Superseded by <a href="#2352">2352</a></td>
2655 </tr>
2656 <tr id="435">
2657 <td><a href="https://cplusplus.github.io/CWG/issues/435.html">435</a></td>
2658 <td>NAD</td>
2659 <td>Change "declararation or definition" to "declaration"</td>
2660 <td class="na" align="center">N/A</td>
2661 </tr>
2662 <tr id="436">
2663 <td><a href="https://cplusplus.github.io/CWG/issues/436.html">436</a></td>
2664 <td>CD1</td>
2665 <td>Problem in example in 9.6 paragraph 4</td>
2666 <td class="full" align="center">Yes</td>
2667 </tr>
2668 <tr id="437">
2669 <td><a href="https://cplusplus.github.io/CWG/issues/437.html">437</a></td>
2670 <td>CD1</td>
2671 <td>Is type of class allowed in member function exception specification?</td>
2672 <td class="full-superseded-superseded" align="center">Superseded by <a href="#1308">1308</a></td>
2673 </tr>
2674 <tr id="438">
2675 <td><a href="https://cplusplus.github.io/CWG/issues/438.html">438</a></td>
2676 <td>CD2</td>
2677 <td>Possible flaw in wording for multiple accesses to object between sequence points</td>
2678 <td class="full" align="center">Clang 2.7</td>
2679 </tr>
2680 <tr id="439">
2681 <td><a href="https://cplusplus.github.io/CWG/issues/439.html">439</a></td>
2682 <td>CD1</td>
2683 <td>Guarantees on casting pointer back to cv-qualified version of original type</td>
2684 <td class="full" align="center">Clang 2.7</td>
2685 </tr>
2686 <tr id="440">
2687 <td><a href="https://cplusplus.github.io/CWG/issues/440.html">440</a></td>
2688 <td>NAD</td>
2689 <td>Allow implicit pointer-to-member conversion on nontype template argument</td>
2690 <td class="unknown" align="center">Unknown</td>
2691 </tr>
2692 <tr id="441">
2693 <td><a href="https://cplusplus.github.io/CWG/issues/441.html">441</a></td>
2694 <td>CD1</td>
2695 <td>Ordering of static reference initialization</td>
2696 <td class="full" align="center">Clang 2.7</td>
2697 </tr>
2698 <tr id="442">
2699 <td><a href="https://cplusplus.github.io/CWG/issues/442.html">442</a></td>
2700 <td>CD1</td>
2701 <td>Incorrect use of null pointer constant in description of delete operator</td>
2702 <td class="na-superseded" align="center">Superseded by <a href="#348">348</a></td>
2703 </tr>
2704 <tr id="443">
2705 <td><a href="https://cplusplus.github.io/CWG/issues/443.html">443</a></td>
2706 <td>CD1</td>
2707 <td>Wording nit in description of lifetime of temporaries</td>
2708 <td class="na" align="center">N/A</td>
2709 </tr>
2710 <tr id="444">
2711 <td><a href="https://cplusplus.github.io/CWG/issues/444.html">444</a></td>
2712 <td>NAD</td>
2713 <td>Overriding and the generated copy assignment operator</td>
2714 <td class="full" align="center">Yes</td>
2715 </tr>
2716 <tr id="445">
2717 <td><a href="https://cplusplus.github.io/CWG/issues/445.html">445</a></td>
2718 <td>NAD</td>
2719 <td>Wording issue on friend declarations</td>
2720 <td class="full" align="center">Clang 3.2</td>
2721 </tr>
2722 <tr id="446">
2723 <td><a href="https://cplusplus.github.io/CWG/issues/446.html">446</a></td>
2724 <td>CD1</td>
2725 <td>Does an lvalue-to-rvalue conversion on the "?" operator produce a temporary?</td>
2726 <td class="full" align="center">Clang 2.8</td>
2727 </tr>
2728 <tr id="447">
2729 <td><a href="https://cplusplus.github.io/CWG/issues/447.html">447</a></td>
2730 <td>CD1</td>
2731 <td>Is offsetof type-dependent?</td>
2732 <td class="full" align="center">Yes</td>
2733 </tr>
2734 <tr id="448">
2735 <td><a href="https://cplusplus.github.io/CWG/issues/448.html">448</a></td>
2736 <td>C++11</td>
2737 <td>Set of template functions in call with dependent explicit argument</td>
2738 <td class="full" align="center">Clang 2.8</td>
2739 </tr>
2740 <tr id="449">
2741 <td><a href="https://cplusplus.github.io/CWG/issues/449.html">449</a></td>
2742 <td>NAD</td>
2743 <td>Consistency in use of hyphen with names of "non" entities</td>
2744 <td class="na" align="center">N/A</td>
2745 </tr>
2746 <tr id="450">
2747 <td><a href="https://cplusplus.github.io/CWG/issues/450.html">450</a></td>
2748 <td>CD1</td>
2749 <td>Binding a reference to const to a cv-qualified array rvalue</td>
2750 <td class="full" align="center">Yes</td>
2751 </tr>
2752 <tr id="451">
2753 <td><a href="https://cplusplus.github.io/CWG/issues/451.html">451</a></td>
2754 <td>CD1</td>
2755 <td>Expressions with invalid results and ill-formedness</td>
2756 <td class="full" align="center">Yes</td>
2757 </tr>
2758 <tr id="452">
2759 <td><a href="https://cplusplus.github.io/CWG/issues/452.html">452</a></td>
2760 <td>CD1</td>
2761 <td>Wording nit on description of <TT>this</TT></td>
2762 <td class="full" align="center">Yes</td>
2763 </tr>
2764 <tr id="453">
2765 <td><a href="https://cplusplus.github.io/CWG/issues/453.html">453</a></td>
2766 <td>DRWP</td>
2767 <td>References may only bind to &#8220;valid&#8221; objects</td>
2768 <td class="unknown" align="center">Unknown</td>
2769 </tr>
2770 <tr id="454">
2771 <td><a href="https://cplusplus.github.io/CWG/issues/454.html">454</a></td>
2772 <td>CD1</td>
2773 <td>When is a definition of a static data member required?</td>
2774 <td class="unknown" align="center">Unknown</td>
2775 </tr>
2776 <tr id="455">
2777 <td><a href="https://cplusplus.github.io/CWG/issues/455.html">455</a></td>
2778 <td>NAD</td>
2779 <td>Partial ordering and non-deduced arguments</td>
2780 <td class="unknown" align="center">Unknown</td>
2781 </tr>
2782 <tr id="456">
2783 <td><a href="https://cplusplus.github.io/CWG/issues/456.html">456</a></td>
2784 <td>NAD</td>
2785 <td>Is initialized const int or const bool variable a null pointer constant?</td>
2786 <td class="full" align="center">Yes</td>
2787 </tr>
2788 <tr id="457">
2789 <td><a href="https://cplusplus.github.io/CWG/issues/457.html">457</a></td>
2790 <td>CD1</td>
2791 <td>Wording nit on use of const variables in constant expressions</td>
2792 <td class="full" align="center">Yes</td>
2793 </tr>
2794 <tr id="458">
2795 <td><a href="https://cplusplus.github.io/CWG/issues/458.html">458</a></td>
2796 <td>C++11</td>
2797 <td>Hiding of member template parameters by other members</td>
2798 <td class="full" align="center">Clang 11</td>
2799 </tr>
2800 <tr id="459">
2801 <td><a href="https://cplusplus.github.io/CWG/issues/459.html">459</a></td>
2802 <td>NAD</td>
2803 <td>Hiding of template parameters by base class members</td>
2804 <td class="unknown" align="center">Unknown</td>
2805 </tr>
2806 <tr id="460">
2807 <td><a href="https://cplusplus.github.io/CWG/issues/460.html">460</a></td>
2808 <td>CD1</td>
2809 <td>Can a <I>using-declaration</I> name a namespace?</td>
2810 <td class="full" align="center">Yes</td>
2811 </tr>
2812 <tr id="461">
2813 <td><a href="https://cplusplus.github.io/CWG/issues/461.html">461</a></td>
2814 <td>NAD</td>
2815 <td>Make <TT>asm</TT> conditionally-supported</td>
2816 <td class="na" align="center">N/A</td>
2817 </tr>
2818 <tr id="462">
2819 <td><a href="https://cplusplus.github.io/CWG/issues/462.html">462</a></td>
2820 <td>CD3</td>
2821 <td>Lifetime of temporaries bound to comma expressions</td>
2822 <td class="full" align="center">Clang 2.7</td>
2823 </tr>
2824 <tr id="463">
2825 <td><a href="https://cplusplus.github.io/CWG/issues/463.html">463</a></td>
2826 <td>CD1</td>
2827 <td><TT>reinterpret_cast&lt;T*&gt;(0)</TT></td>
2828 <td class="na" align="center">N/A</td>
2829 </tr>
2830 <tr id="464">
2831 <td><a href="https://cplusplus.github.io/CWG/issues/464.html">464</a></td>
2832 <td>CD1</td>
2833 <td>Wording nit on lifetime of temporaries to which references are bound</td>
2834 <td class="na" align="center">N/A</td>
2835 </tr>
2836 <tr id="465">
2837 <td><a href="https://cplusplus.github.io/CWG/issues/465.html">465</a></td>
2838 <td>NAD</td>
2839 <td>May constructors of global objects call <TT>exit()</TT>?</td>
2840 <td class="na" align="center">N/A</td>
2841 </tr>
2842 <tr id="466">
2843 <td><a href="https://cplusplus.github.io/CWG/issues/466.html">466</a></td>
2844 <td>CD1</td>
2845 <td>cv-qualifiers on pseudo-destructor type</td>
2846 <td class="full" align="center">Clang 2.8</td>
2847 </tr>
2848 <tr id="467">
2849 <td><a href="https://cplusplus.github.io/CWG/issues/467.html">467</a></td>
2850 <td>NAD</td>
2851 <td>Jump past initialization of local static variable</td>
2852 <td class="full" align="center">Yes</td>
2853 </tr>
2854 <tr id="468">
2855 <td><a href="https://cplusplus.github.io/CWG/issues/468.html">468</a></td>
2856 <td>CD1</td>
2857 <td>Allow <TT>::template</TT> outside of templates</td>
2858 <td class="full" align="center">Yes (C++11 onwards)</td>
2859 </tr>
2860 <tr id="469">
2861 <td><a href="https://cplusplus.github.io/CWG/issues/469.html">469</a></td>
2862 <td>NAD</td>
2863 <td>Const template specializations and reference arguments</td>
2864 <td class="none" align="center">No</td>
2865 </tr>
2866 <tr id="470">
2867 <td><a href="https://cplusplus.github.io/CWG/issues/470.html">470</a></td>
2868 <td>CD1</td>
2869 <td>Instantiation of members of an explicitly-instantiated class template</td>
2870 <td class="full" align="center">Yes</td>
2871 </tr>
2872 <tr id="471">
2873 <td><a href="https://cplusplus.github.io/CWG/issues/471.html">471</a></td>
2874 <td>NAD</td>
2875 <td>Conflicting inherited access specifications</td>
2876 <td class="full" align="center">Clang 2.8</td>
2877 </tr>
2878 <tr class="open" id="472">
2879 <td><a href="https://cplusplus.github.io/CWG/issues/472.html">472</a></td>
2880 <td>drafting</td>
2881 <td>Casting across protected inheritance</td>
2882 <td align="center">
2883 <details>
2884 <summary>Not resolved</summary>
2885 Clang does not implement 2011-04 resolution
2886 </details></td>
2887 </tr>
2888 <tr id="473">
2889 <td><a href="https://cplusplus.github.io/CWG/issues/473.html">473</a></td>
2890 <td>NAD</td>
2891 <td>Block-scope declarations of allocator functions</td>
2892 <td class="unknown" align="center">Unknown</td>
2893 </tr>
2894 <tr id="474">
2895 <td><a href="https://cplusplus.github.io/CWG/issues/474.html">474</a></td>
2896 <td>CD1</td>
2897 <td>Block-scope <TT>extern</TT> declarations in namespace members</td>
2898 <td class="full" align="center">Clang 3.4</td>
2899 </tr>
2900 <tr id="475">
2901 <td><a href="https://cplusplus.github.io/CWG/issues/475.html">475</a></td>
2902 <td>C++11</td>
2903 <td>When is <TT>std::uncaught_exception()</TT> true? (take 2)</td>
2904 <td class="unknown" align="center">Unknown</td>
2905 </tr>
2906 <tr id="476">
2907 <td><a href="https://cplusplus.github.io/CWG/issues/476.html">476</a></td>
2908 <td>CD5</td>
2909 <td>Determining the buffer size for placement new</td>
2910 <td class="unknown" align="center">Unknown</td>
2911 </tr>
2912 <tr id="477">
2913 <td><a href="https://cplusplus.github.io/CWG/issues/477.html">477</a></td>
2914 <td>CD1</td>
2915 <td>Can <TT>virtual</TT> appear in a <TT>friend</TT> declaration?</td>
2916 <td class="full" align="center">Clang 3.5</td>
2917 </tr>
2918 <tr id="478">
2919 <td><a href="https://cplusplus.github.io/CWG/issues/478.html">478</a></td>
2920 <td>NAD</td>
2921 <td>May a function parameter be an array of an abstract class type?</td>
2922 <td class="full" align="center">Yes</td>
2923 </tr>
2924 <tr id="479">
2925 <td><a href="https://cplusplus.github.io/CWG/issues/479.html">479</a></td>
2926 <td>CD1</td>
2927 <td>Copy elision in exception handling</td>
2928 <td class="full" align="center">Clang 2.8</td>
2929 </tr>
2930 <tr id="480">
2931 <td><a href="https://cplusplus.github.io/CWG/issues/480.html">480</a></td>
2932 <td>CD1</td>
2933 <td>Is a base of a virtual base also virtual?</td>
2934 <td class="full" align="center">Yes</td>
2935 </tr>
2936 <tr id="481">
2937 <td><a href="https://cplusplus.github.io/CWG/issues/481.html">481</a></td>
2938 <td>CD2</td>
2939 <td>Scope of template parameters</td>
2940 <td class="full" align="center">Clang 2.8</td>
2941 </tr>
2942 <tr id="482">
2943 <td><a href="https://cplusplus.github.io/CWG/issues/482.html">482</a></td>
2944 <td>CD3</td>
2945 <td>Qualified declarators in redeclarations</td>
2946 <td class="full" align="center">Clang 3.5</td>
2947 </tr>
2948 <tr id="483">
2949 <td><a href="https://cplusplus.github.io/CWG/issues/483.html">483</a></td>
2950 <td>CD3</td>
2951 <td>Normative requirements on integral ranges</td>
2952 <td class="full" align="center">Yes</td>
2953 </tr>
2954 <tr id="484">
2955 <td><a href="https://cplusplus.github.io/CWG/issues/484.html">484</a></td>
2956 <td>CD1</td>
2957 <td>Can a <I>base-specifier</I> name a cv-qualified class type?</td>
2958 <td class="full" align="center">Yes</td>
2959 </tr>
2960 <tr id="485">
2961 <td><a href="https://cplusplus.github.io/CWG/issues/485.html">485</a></td>
2962 <td>CD1</td>
2963 <td>What is a &#8220;name&#8221;?</td>
2964 <td class="full" align="center">Yes</td>
2965 </tr>
2966 <tr id="486">
2967 <td><a href="https://cplusplus.github.io/CWG/issues/486.html">486</a></td>
2968 <td>CD1</td>
2969 <td>Invalid return types and template argument deduction</td>
2970 <td class="full" align="center">Yes</td>
2971 </tr>
2972 <tr id="487">
2973 <td><a href="https://cplusplus.github.io/CWG/issues/487.html">487</a></td>
2974 <td>NAD</td>
2975 <td>Operator overloading in constant expressions</td>
2976 <td class="full" align="center">Yes</td>
2977 </tr>
2978 <tr id="488">
2979 <td><a href="https://cplusplus.github.io/CWG/issues/488.html">488</a></td>
2980 <td>CD1</td>
2981 <td>Local types, overload resolution, and template argument deduction</td>
2982 <td class="full" align="center">Yes (C++11 onwards)</td>
2983 </tr>
2984 <tr id="489">
2985 <td><a href="https://cplusplus.github.io/CWG/issues/489.html">489</a></td>
2986 <td>NAD</td>
2987 <td>Must member function templates be instantiated during overload resolution?</td>
2988 <td class="na" align="center">N/A</td>
2989 </tr>
2990 <tr id="490">
2991 <td><a href="https://cplusplus.github.io/CWG/issues/490.html">490</a></td>
2992 <td>CD2</td>
2993 <td>Name lookup in friend declarations</td>
2994 <td class="full" align="center">Clang 2.8</td>
2995 </tr>
2996 <tr id="491">
2997 <td><a href="https://cplusplus.github.io/CWG/issues/491.html">491</a></td>
2998 <td>CD1</td>
2999 <td>Initializers for empty-class aggregrate members</td>
3000 <td class="full" align="center">Duplicate of <a href="#413">413</a></td>
3001 </tr>
3002 <tr id="492">
3003 <td><a href="https://cplusplus.github.io/CWG/issues/492.html">492</a></td>
3004 <td>CD1</td>
3005 <td><TT>typeid</TT> constness inconsistent with example</td>
3006 <td class="full" align="center">Clang 2.7</td>
3007 </tr>
3008 <tr id="493">
3009 <td><a href="https://cplusplus.github.io/CWG/issues/493.html">493</a></td>
3010 <td>CD2</td>
3011 <td>Type deduction from a <TT>bool</TT> context</td>
3012 <td class="unknown" align="center">Duplicate of <a href="#976">976</a></td>
3013 </tr>
3014 <tr id="494">
3015 <td><a href="https://cplusplus.github.io/CWG/issues/494.html">494</a></td>
3016 <td>CD1</td>
3017 <td>Problems with the resolution of issue 45</td>
3018 <td class="none" align="center">Duplicate of <a href="#372">372</a></td>
3019 </tr>
3020 <tr id="495">
3021 <td><a href="https://cplusplus.github.io/CWG/issues/495.html">495</a></td>
3022 <td>CD2</td>
3023 <td>Overload resolution with template and non-template conversion functions</td>
3024 <td class="full" align="center">Clang 3.5</td>
3025 </tr>
3026 <tr id="496">
3027 <td><a href="https://cplusplus.github.io/CWG/issues/496.html">496</a></td>
3028 <td>CD3</td>
3029 <td>Is a volatile-qualified type really a POD?</td>
3030 <td class="full-superseded" align="center">Superseded by <a href="#2094">2094</a></td>
3031 </tr>
3032 <tr id="497">
3033 <td><a href="https://cplusplus.github.io/CWG/issues/497.html">497</a></td>
3034 <td>CD1</td>
3035 <td>Missing required initialization in example</td>
3036 <td class="unknown-superseded" align="center">Superseded by <a href="#253">253</a></td>
3037 </tr>
3038 <tr class="open" id="498">
3039 <td><a href="https://cplusplus.github.io/CWG/issues/498.html">498</a></td>
3040 <td>open</td>
3041 <td>Storage class specifiers in definitions of class members</td>
3042 <td align="center">Not resolved</td>
3043 </tr>
3044 <tr id="499">
3045 <td><a href="https://cplusplus.github.io/CWG/issues/499.html">499</a></td>
3046 <td>CD2</td>
3047 <td>Throwing an array of unknown size</td>
3048 <td class="full" align="center">Yes</td>
3049 </tr>
3050 <tr id="500">
3051 <td><a href="https://cplusplus.github.io/CWG/issues/500.html">500</a></td>
3052 <td>CD1</td>
3053 <td>Access in <I>base-specifier</I>s of friend and nested classes</td>
3054 <td class="none" align="center">Duplicate of <a href="#372">372</a></td>
3055 </tr>
3056 <tr id="501">
3057 <td><a href="https://cplusplus.github.io/CWG/issues/501.html">501</a></td>
3058 <td>NAD</td>
3059 <td>Visibility of friend declarations within the befriending class</td>
3060 <td class="full" align="center">Yes</td>
3061 </tr>
3062 <tr id="502">
3063 <td><a href="https://cplusplus.github.io/CWG/issues/502.html">502</a></td>
3064 <td>C++11</td>
3065 <td>Dependency of nested enumerations and enumerators</td>
3066 <td class="full" align="center">Yes</td>
3067 </tr>
3068 <tr class="open" id="503">
3069 <td><a href="https://cplusplus.github.io/CWG/issues/503.html">503</a></td>
3070 <td>open</td>
3071 <td>Cv-qualified function types in template argument deduction</td>
3072 <td align="center">Not resolved</td>
3073 </tr>
3074 <tr id="504">
3075 <td><a href="https://cplusplus.github.io/CWG/issues/504.html">504</a></td>
3076 <td>NAD</td>
3077 <td>Should use of a variable in its own initializer require a diagnostic?</td>
3078 <td class="unknown" align="center">Unknown</td>
3079 </tr>
3080 <tr id="505">
3081 <td><a href="https://cplusplus.github.io/CWG/issues/505.html">505</a></td>
3082 <td>CD1</td>
3083 <td>Conditionally-supported behavior for unknown character escapes</td>
3084 <td class="full" align="center">Yes</td>
3085 </tr>
3086 <tr id="506">
3087 <td><a href="https://cplusplus.github.io/CWG/issues/506.html">506</a></td>
3088 <td>CD1</td>
3089 <td>Conditionally-supported behavior for non-POD objects passed to ellipsis</td>
3090 <td class="full" align="center">Yes</td>
3091 </tr>
3092 <tr id="507">
3093 <td><a href="https://cplusplus.github.io/CWG/issues/507.html">507</a></td>
3094 <td>dup</td>
3095 <td>Ambiguity assigning class object to built-in type</td>
3096 <td class="unknown" align="center">Duplicate of <a href="#260">260</a></td>
3097 </tr>
3098 <tr id="508">
3099 <td><a href="https://cplusplus.github.io/CWG/issues/508.html">508</a></td>
3100 <td>C++11</td>
3101 <td>Non-constructed value-initialized objects</td>
3102 <td class="na" align="center">N/A</td>
3103 </tr>
3104 <tr id="509">
3105 <td><a href="https://cplusplus.github.io/CWG/issues/509.html">509</a></td>
3106 <td>CD1</td>
3107 <td>Dead code in the specification of default initialization</td>
3108 <td class="na" align="center">N/A</td>
3109 </tr>
3110 <tr id="510">
3111 <td><a href="https://cplusplus.github.io/CWG/issues/510.html">510</a></td>
3112 <td>CD1</td>
3113 <td>Default initialization of POD classes?</td>
3114 <td class="na" align="center">N/A</td>
3115 </tr>
3116 <tr class="open" id="511">
3117 <td><a href="https://cplusplus.github.io/CWG/issues/511.html">511</a></td>
3118 <td>open</td>
3119 <td>POD-structs with template assignment operators</td>
3120 <td align="center">Not resolved</td>
3121 </tr>
3122 <tr id="512">
3123 <td><a href="https://cplusplus.github.io/CWG/issues/512.html">512</a></td>
3124 <td>NAD</td>
3125 <td>Union members with user-declared non-default constructors</td>
3126 <td class="full" align="center">Yes</td>
3127 </tr>
3128 <tr id="513">
3129 <td><a href="https://cplusplus.github.io/CWG/issues/513.html">513</a></td>
3130 <td>CD1</td>
3131 <td>Non-class &#8220;most-derived&#8221; objects</td>
3132 <td class="na" align="center">N/A</td>
3133 </tr>
3134 <tr id="514">
3135 <td><a href="https://cplusplus.github.io/CWG/issues/514.html">514</a></td>
3136 <td>CD1</td>
3137 <td>Is the initializer for a namespace member in the scope of the namespace?</td>
3138 <td class="full" align="center">Yes</td>
3139 </tr>
3140 <tr id="515">
3141 <td><a href="https://cplusplus.github.io/CWG/issues/515.html">515</a></td>
3142 <td>CD1</td>
3143 <td>Non-dependent references to base class members</td>
3144 <td class="unknown-superseded" align="center">Superseded by <a href="#1017">1017</a></td>
3145 </tr>
3146 <tr id="516">
3147 <td><a href="https://cplusplus.github.io/CWG/issues/516.html">516</a></td>
3148 <td>CD1</td>
3149 <td>Use of <TT>signed</TT> in bit-field declarations</td>
3150 <td class="na" align="center">N/A</td>
3151 </tr>
3152 <tr id="517">
3153 <td><a href="https://cplusplus.github.io/CWG/issues/517.html">517</a></td>
3154 <td>CD1</td>
3155 <td>Partial specialization following explicit instantiation</td>
3156 <td class="none" align="center">No</td>
3157 </tr>
3158 <tr id="518">
3159 <td><a href="https://cplusplus.github.io/CWG/issues/518.html">518</a></td>
3160 <td>CD1</td>
3161 <td>Trailing comma following <I>enumerator-list</I></td>
3162 <td class="full" align="center">Yes (C++11 onwards)</td>
3163 </tr>
3164 <tr id="519">
3165 <td><a href="https://cplusplus.github.io/CWG/issues/519.html">519</a></td>
3166 <td>CD1</td>
3167 <td>Null pointer preservation in <TT>void*</TT> conversions</td>
3168 <td class="full" align="center">Clang 2.7</td>
3169 </tr>
3170 <tr id="520">
3171 <td><a href="https://cplusplus.github.io/CWG/issues/520.html">520</a></td>
3172 <td>CD1</td>
3173 <td>Old-style casts between incomplete class types</td>
3174 <td class="na" align="center">N/A</td>
3175 </tr>
3176 <tr id="521">
3177 <td><a href="https://cplusplus.github.io/CWG/issues/521.html">521</a></td>
3178 <td>CD1</td>
3179 <td>Requirements for exceptions thrown by allocation functions</td>
3180 <td class="none" align="center">No</td>
3181 </tr>
3182 <tr id="522">
3183 <td><a href="https://cplusplus.github.io/CWG/issues/522.html">522</a></td>
3184 <td>CD1</td>
3185 <td>Array-to-pointer decay in template argument deduction</td>
3186 <td class="full" align="center">Yes</td>
3187 </tr>
3188 <tr class="open" id="523">
3189 <td><a href="https://cplusplus.github.io/CWG/issues/523.html">523</a></td>
3190 <td>open</td>
3191 <td>Can a one-past-the-end pointer be invalidated by deleting an adjacent object?</td>
3192 <td align="center">Not resolved</td>
3193 </tr>
3194 <tr id="524">
3195 <td><a href="https://cplusplus.github.io/CWG/issues/524.html">524</a></td>
3196 <td>CD1</td>
3197 <td>Can function-notation calls to operator functions be dependent?</td>
3198 <td class="full" align="center">Yes</td>
3199 </tr>
3200 <tr id="525">
3201 <td><a href="https://cplusplus.github.io/CWG/issues/525.html">525</a></td>
3202 <td>CD1</td>
3203 <td>Missing <TT>*</TT> in example</td>
3204 <td class="full" align="center">Yes</td>
3205 </tr>
3206 <tr id="526">
3207 <td><a href="https://cplusplus.github.io/CWG/issues/526.html">526</a></td>
3208 <td>CD1</td>
3209 <td>Confusing aspects in the specification of non-deduced contexts</td>
3210 <td class="full" align="center">Yes</td>
3211 </tr>
3212 <tr id="527">
3213 <td><a href="https://cplusplus.github.io/CWG/issues/527.html">527</a></td>
3214 <td>CD2</td>
3215 <td>Problems with linkage of types</td>
3216 <td class="na" align="center">N/A</td>
3217 </tr>
3218 <tr id="528">
3219 <td><a href="https://cplusplus.github.io/CWG/issues/528.html">528</a></td>
3220 <td>NAD</td>
3221 <td>Why are incomplete class types not allowed with <TT>typeid</TT>?</td>
3222 <td class="full" align="center">Clang 2.7</td>
3223 </tr>
3224 <tr class="open" id="529">
3225 <td><a href="https://cplusplus.github.io/CWG/issues/529.html">529</a></td>
3226 <td>drafting</td>
3227 <td>Use of <TT>template&lt;&gt;</TT> with &#8220;explicitly-specialized&#8221; class templates</td>
3228 <td align="center">Not resolved</td>
3229 </tr>
3230 <tr id="530">
3231 <td><a href="https://cplusplus.github.io/CWG/issues/530.html">530</a></td>
3232 <td>CD1</td>
3233 <td>Nontype template arguments in constant expressions</td>
3234 <td class="full" align="center">Yes</td>
3235 </tr>
3236 <tr id="531">
3237 <td><a href="https://cplusplus.github.io/CWG/issues/531.html">531</a></td>
3238 <td>C++11</td>
3239 <td>Defining members of explicit specializations</td>
3240 <td class="partial" align="center">Partial</td>
3241 </tr>
3242 <tr id="532">
3243 <td><a href="https://cplusplus.github.io/CWG/issues/532.html">532</a></td>
3244 <td>C++11</td>
3245 <td>Member/nonmember operator template partial ordering</td>
3246 <td class="full" align="center">Clang 3.5</td>
3247 </tr>
3248 <tr id="533">
3249 <td><a href="https://cplusplus.github.io/CWG/issues/533.html">533</a></td>
3250 <td>NAD</td>
3251 <td>Special treatment for C-style header names</td>
3252 <td class="na" align="center">N/A</td>
3253 </tr>
3254 <tr id="534">
3255 <td><a href="https://cplusplus.github.io/CWG/issues/534.html">534</a></td>
3256 <td>CD1</td>
3257 <td><I>template-name</I>s and <I>operator-function-id</I>s</td>
3258 <td class="full" align="center">Clang 2.9</td>
3259 </tr>
3260 <tr id="535">
3261 <td><a href="https://cplusplus.github.io/CWG/issues/535.html">535</a></td>
3262 <td>CD3</td>
3263 <td>Copy construction without a copy constructor</td>
3264 <td class="full" align="center">Yes</td>
3265 </tr>
3266 <tr id="536">
3267 <td><a href="https://cplusplus.github.io/CWG/issues/536.html">536</a></td>
3268 <td>CD6</td>
3269 <td>Problems in the description of <I>id-expression</I>s</td>
3270 <td class="na" align="center">N/A</td>
3271 </tr>
3272 <tr id="537">
3273 <td><a href="https://cplusplus.github.io/CWG/issues/537.html">537</a></td>
3274 <td>CD1</td>
3275 <td>Definition of &#8220;signature&#8221;</td>
3276 <td class="na" align="center">N/A</td>
3277 </tr>
3278 <tr id="538">
3279 <td><a href="https://cplusplus.github.io/CWG/issues/538.html">538</a></td>
3280 <td>CD1</td>
3281 <td>Definition and usage
3282 of <I>structure</I>, <I>POD-struct</I>, <I>POD-union</I>,
3283 and <I>POD class</I></td>
3284 <td class="na" align="center">N/A</td>
3285 </tr>
3286 <tr id="539">
3287 <td><a href="https://cplusplus.github.io/CWG/issues/539.html">539</a></td>
3288 <td>CD3</td>
3289 <td>Constraints on <I>type-specifier-seq</I></td>
3290 <td class="full" align="center">Yes</td>
3291 </tr>
3292 <tr id="540">
3293 <td><a href="https://cplusplus.github.io/CWG/issues/540.html">540</a></td>
3294 <td>CD1</td>
3295 <td>Propagation of cv-qualifiers in reference-to-reference collapse</td>
3296 <td class="full" align="center">Yes</td>
3297 </tr>
3298 <tr id="541">
3299 <td><a href="https://cplusplus.github.io/CWG/issues/541.html">541</a></td>
3300 <td>CD2</td>
3301 <td>Dependent function types</td>
3302 <td class="full" align="center">Yes</td>
3303 </tr>
3304 <tr id="542">
3305 <td><a href="https://cplusplus.github.io/CWG/issues/542.html">542</a></td>
3306 <td>CD2</td>
3307 <td>Value initialization of arrays of POD-structs</td>
3308 <td class="full" align="center">Yes</td>
3309 </tr>
3310 <tr id="543">
3311 <td><a href="https://cplusplus.github.io/CWG/issues/543.html">543</a></td>
3312 <td>CD1</td>
3313 <td>Value initialization and default constructors</td>
3314 <td class="full" align="center">Clang 3.0</td>
3315 </tr>
3316 <tr id="544">
3317 <td><a href="https://cplusplus.github.io/CWG/issues/544.html">544</a></td>
3318 <td>NAD</td>
3319 <td>Base class lookup in explicit specialization</td>
3320 <td class="full" align="center">Yes</td>
3321 </tr>
3322 <tr class="open" id="545">
3323 <td><a href="https://cplusplus.github.io/CWG/issues/545.html">545</a></td>
3324 <td>open</td>
3325 <td>User-defined conversions and built-in operator overload resolution</td>
3326 <td align="center">Not resolved</td>
3327 </tr>
3328 <tr id="546">
3329 <td><a href="https://cplusplus.github.io/CWG/issues/546.html">546</a></td>
3330 <td>C++11</td>
3331 <td>Explicit instantiation of class template members</td>
3332 <td class="full" align="center">Yes</td>
3333 </tr>
3334 <tr id="547">
3335 <td><a href="https://cplusplus.github.io/CWG/issues/547.html">547</a></td>
3336 <td>C++11</td>
3337 <td>Partial specialization on member function types</td>
3338 <td class="full" align="center">Clang 3.2</td>
3339 </tr>
3340 <tr id="548">
3341 <td><a href="https://cplusplus.github.io/CWG/issues/548.html">548</a></td>
3342 <td>dup</td>
3343 <td><I>qualified-id</I>s in declarations</td>
3344 <td class="full" align="center">Duplicate of <a href="#482">482</a></td>
3345 </tr>
3346 <tr class="open" id="549">
3347 <td><a href="https://cplusplus.github.io/CWG/issues/549.html">549</a></td>
3348 <td>drafting</td>
3349 <td>Non-deducible parameters in partial specializations</td>
3350 <td align="center">Not resolved</td>
3351 </tr>
3352 <tr id="550">
3353 <td><a href="https://cplusplus.github.io/CWG/issues/550.html">550</a></td>
3354 <td>dup</td>
3355 <td>Pointer to array of unknown bound in parameter declarations</td>
3356 <td class="full" align="center">Duplicate of <a href="#393">393</a></td>
3357 </tr>
3358 <tr id="551">
3359 <td><a href="https://cplusplus.github.io/CWG/issues/551.html">551</a></td>
3360 <td>CD1</td>
3361 <td>When is <TT>inline</TT> permitted in an explicit instantiation?</td>
3362 <td class="full" align="center">Yes (C++11 onwards)</td>
3363 </tr>
3364 <tr id="552">
3365 <td><a href="https://cplusplus.github.io/CWG/issues/552.html">552</a></td>
3366 <td>NAD</td>
3367 <td>Use of <TT>typename</TT> in the type in a non-type <I>parameter-declaration</I></td>
3368 <td class="full" align="center">Yes</td>
3369 </tr>
3370 <tr id="553">
3371 <td><a href="https://cplusplus.github.io/CWG/issues/553.html">553</a></td>
3372 <td>NAD</td>
3373 <td>Problems with friend allocation and deallocation functions</td>
3374 <td class="full" align="center">Clang 2.7</td>
3375 </tr>
3376 <tr id="554">
3377 <td><a href="https://cplusplus.github.io/CWG/issues/554.html">554</a></td>
3378 <td>CD6</td>
3379 <td>Definition of &#8220;declarative region&#8221; and &#8220;scope&#8221;</td>
3380 <td class="na" align="center">N/A</td>
3381 </tr>
3382 <tr id="555">
3383 <td><a href="https://cplusplus.github.io/CWG/issues/555.html">555</a></td>
3384 <td>CD5</td>
3385 <td>Pseudo-destructor name lookup</td>
3386 <td class="full" align="center">Clang 2.8</td>
3387 </tr>
3388 <tr id="556">
3389 <td><a href="https://cplusplus.github.io/CWG/issues/556.html">556</a></td>
3390 <td>CD2</td>
3391 <td>Conflicting requirements for acceptable aliasing</td>
3392 <td class="na" align="center">N/A</td>
3393 </tr>
3394 <tr id="557">
3395 <td><a href="https://cplusplus.github.io/CWG/issues/557.html">557</a></td>
3396 <td>CD1</td>
3397 <td>Does argument-dependent lookup cause template instantiation?</td>
3398 <td class="full" align="center">Clang 3.1</td>
3399 </tr>
3400 <tr id="558">
3401 <td><a href="https://cplusplus.github.io/CWG/issues/558.html">558</a></td>
3402 <td>CD1</td>
3403 <td>Excluded characters in universal character names</td>
3404 <td class="full" align="center">Clang 2.9</td>
3405 </tr>
3406 <tr id="559">
3407 <td><a href="https://cplusplus.github.io/CWG/issues/559.html">559</a></td>
3408 <td>CD1</td>
3409 <td>Editing error in issue 382 resolution</td>
3410 <td class="full" align="center">Yes</td>
3411 </tr>
3412 <tr id="560">
3413 <td><a href="https://cplusplus.github.io/CWG/issues/560.html">560</a></td>
3414 <td>NAD</td>
3415 <td>Use of the <TT>typename</TT> keyword in return types</td>
3416 <td class="full" align="center">Clang 16</td>
3417 </tr>
3418 <tr id="561">
3419 <td><a href="https://cplusplus.github.io/CWG/issues/561.html">561</a></td>
3420 <td>CD2</td>
3421 <td>Internal linkage functions in dependent name lookup</td>
3422 <td class="full" align="center">Yes</td>
3423 </tr>
3424 <tr id="562">
3425 <td><a href="https://cplusplus.github.io/CWG/issues/562.html">562</a></td>
3426 <td>CD6</td>
3427 <td><I>qualified-id</I>s in non-expression contexts</td>
3428 <td class="na" align="center">N/A</td>
3429 </tr>
3430 <tr id="563">
3431 <td><a href="https://cplusplus.github.io/CWG/issues/563.html">563</a></td>
3432 <td>CD6</td>
3433 <td>Linkage specification for objects</td>
3434 <td class="full" align="center">Clang 3.3</td>
3435 </tr>
3436 <tr id="564">
3437 <td><a href="https://cplusplus.github.io/CWG/issues/564.html">564</a></td>
3438 <td>CD2</td>
3439 <td>Agreement of language linkage or <I>linkage-specification</I>s?</td>
3440 <td class="full" align="center">Yes</td>
3441 </tr>
3442 <tr id="565">
3443 <td><a href="https://cplusplus.github.io/CWG/issues/565.html">565</a></td>
3444 <td>CD3</td>
3445 <td>Conflict rules for <I>using-declaration</I>s naming function templates</td>
3446 <td class="full" align="center">Yes</td>
3447 </tr>
3448 <tr id="566">
3449 <td><a href="https://cplusplus.github.io/CWG/issues/566.html">566</a></td>
3450 <td>NAD</td>
3451 <td>Conversion of negative floating point values to integer type</td>
3452 <td class="full" align="center">Yes</td>
3453 </tr>
3454 <tr id="567">
3455 <td><a href="https://cplusplus.github.io/CWG/issues/567.html">567</a></td>
3456 <td>NAD</td>
3457 <td>Can <TT>size_t</TT> and <TT>ptrdiff_t</TT> be larger than <TT>long</TT>?</td>
3458 <td class="na" align="center">N/A</td>
3459 </tr>
3460 <tr id="568">
3461 <td><a href="https://cplusplus.github.io/CWG/issues/568.html">568</a></td>
3462 <td>CD1</td>
3463 <td>Definition of POD is too strict</td>
3464 <td class="full" align="center">Clang 3.0 (C++11 onwards)</td>
3465 </tr>
3466 <tr id="569">
3467 <td><a href="https://cplusplus.github.io/CWG/issues/569.html">569</a></td>
3468 <td>CD2</td>
3469 <td>Spurious semicolons at namespace scope should be allowed</td>
3470 <td class="full" align="center">Yes (C++11 onwards)</td>
3471 </tr>
3472 <tr id="570">
3473 <td><a href="https://cplusplus.github.io/CWG/issues/570.html">570</a></td>
3474 <td>CD2</td>
3475 <td>Are references subject to the ODR?</td>
3476 <td class="na" align="center">Duplicate of <a href="#633">633</a></td>
3477 </tr>
3478 <tr id="571">
3479 <td><a href="https://cplusplus.github.io/CWG/issues/571.html">571</a></td>
3480 <td>CD2</td>
3481 <td>References declared <TT>const</TT></td>
3482 <td class="full" align="center">Clang 2.7</td>
3483 </tr>
3484 <tr id="572">
3485 <td><a href="https://cplusplus.github.io/CWG/issues/572.html">572</a></td>
3486 <td>C++11</td>
3487 <td>Standard conversions for non-built-in types</td>
3488 <td class="full" align="center">Yes</td>
3489 </tr>
3490 <tr id="573">
3491 <td><a href="https://cplusplus.github.io/CWG/issues/573.html">573</a></td>
3492 <td>C++11</td>
3493 <td>Conversions between function pointers and <TT>void*</TT></td>
3494 <td class="none" align="center">No</td>
3495 </tr>
3496 <tr id="574">
3497 <td><a href="https://cplusplus.github.io/CWG/issues/574.html">574</a></td>
3498 <td>NAD</td>
3499 <td>Definition of &#8220;copy assignment operator&#8221;</td>
3500 <td class="full" align="center">Clang 3.0</td>
3501 </tr>
3502 <tr id="575">
3503 <td><a href="https://cplusplus.github.io/CWG/issues/575.html">575</a></td>
3504 <td>C++11</td>
3505 <td>Criteria for deduction failure</td>
3506 <td class="full" align="center">Yes</td>
3507 </tr>
3508 <tr id="576">
3509 <td><a href="https://cplusplus.github.io/CWG/issues/576.html">576</a></td>
3510 <td>CD2</td>
3511 <td>Typedefs in function definitions</td>
3512 <td class="full" align="center">Clang 3.5</td>
3513 </tr>
3514 <tr id="577">
3515 <td><a href="https://cplusplus.github.io/CWG/issues/577.html">577</a></td>
3516 <td>CD3</td>
3517 <td><TT>void</TT> in an empty parameter list</td>
3518 <td class="full" align="center">Clang 3.5</td>
3519 </tr>
3520 <tr id="578">
3521 <td><a href="https://cplusplus.github.io/CWG/issues/578.html">578</a></td>
3522 <td>CD6</td>
3523 <td>Phase 1 replacement of characters with <I>universal-character-name</I>s</td>
3524 <td class="unknown" align="center">Unknown</td>
3525 </tr>
3526 <tr class="open" id="579">
3527 <td><a href="https://cplusplus.github.io/CWG/issues/579.html">579</a></td>
3528 <td>open</td>
3529 <td>What is a &#8220;nested&#8221; <TT>&gt;</TT> or <TT>&gt;&gt;</TT>?</td>
3530 <td align="center">Not resolved</td>
3531 </tr>
3532 <tr id="580">
3533 <td><a href="https://cplusplus.github.io/CWG/issues/580.html">580</a></td>
3534 <td>C++11</td>
3535 <td>Access in <I>template-parameter</I>s of member and friend definitions</td>
3536 <td class="partial" align="center">Partial</td>
3537 </tr>
3538 <tr id="581">
3539 <td><a href="https://cplusplus.github.io/CWG/issues/581.html">581</a></td>
3540 <td>CD5</td>
3541 <td>Can a templated constructor be explicitly instantiated or specialized?</td>
3542 <td class="unknown" align="center">Unknown</td>
3543 </tr>
3544 <tr id="582">
3545 <td><a href="https://cplusplus.github.io/CWG/issues/582.html">582</a></td>
3546 <td>CD1</td>
3547 <td>Template conversion functions</td>
3548 <td class="na" align="center">N/A</td>
3549 </tr>
3550 <tr id="583">
3551 <td><a href="https://cplusplus.github.io/CWG/issues/583.html">583</a></td>
3552 <td>CD3</td>
3553 <td>Relational pointer comparisons against the null pointer constant</td>
3554 <td class="full" align="center">Clang 4</td>
3555 </tr>
3556 <tr id="584">
3557 <td><a href="https://cplusplus.github.io/CWG/issues/584.html">584</a></td>
3558 <td>NAD</td>
3559 <td>Unions and aliasing</td>
3560 <td class="na" align="center">N/A</td>
3561 </tr>
3562 <tr id="585">
3563 <td><a href="https://cplusplus.github.io/CWG/issues/585.html">585</a></td>
3564 <td>NAD</td>
3565 <td>Friend template template parameters</td>
3566 <td class="full" align="center">Clang 3.0</td>
3567 </tr>
3568 <tr id="586">
3569 <td><a href="https://cplusplus.github.io/CWG/issues/586.html">586</a></td>
3570 <td>NAD</td>
3571 <td>Default <I>template-argument</I>s and template argument deduction</td>
3572 <td class="na" align="center">N/A</td>
3573 </tr>
3574 <tr id="587">
3575 <td><a href="https://cplusplus.github.io/CWG/issues/587.html">587</a></td>
3576 <td>CD2</td>
3577 <td>Lvalue operands of a conditional expression differing only in cv-qualification</td>
3578 <td class="full" align="center">Clang 3.2</td>
3579 </tr>
3580 <tr id="588">
3581 <td><a href="https://cplusplus.github.io/CWG/issues/588.html">588</a></td>
3582 <td>CD2</td>
3583 <td>Searching dependent bases of classes local to function templates</td>
3584 <td class="full" align="center">Yes</td>
3585 </tr>
3586 <tr id="589">
3587 <td><a href="https://cplusplus.github.io/CWG/issues/589.html">589</a></td>
3588 <td>CD2</td>
3589 <td>Direct binding of class and array rvalues in reference initialization</td>
3590 <td class="full" align="center">Yes</td>
3591 </tr>
3592 <tr id="590">
3593 <td><a href="https://cplusplus.github.io/CWG/issues/590.html">590</a></td>
3594 <td>C++11</td>
3595 <td>Nested classes and the &#8220;current instantiation&#8221;</td>
3596 <td class="full" align="center">Yes</td>
3597 </tr>
3598 <tr id="591">
3599 <td><a href="https://cplusplus.github.io/CWG/issues/591.html">591</a></td>
3600 <td>CD4</td>
3601 <td>When a dependent base class is the current instantiation</td>
3602 <td class="none" align="center">No</td>
3603 </tr>
3604 <tr id="592">
3605 <td><a href="https://cplusplus.github.io/CWG/issues/592.html">592</a></td>
3606 <td>CD1</td>
3607 <td>Exceptions during construction of local static objects</td>
3608 <td class="na" align="center">N/A</td>
3609 </tr>
3610 <tr id="593">
3611 <td><a href="https://cplusplus.github.io/CWG/issues/593.html">593</a></td>
3612 <td>NAD</td>
3613 <td>Falling off the end of a destructor's <I>function-try-block</I> handler</td>
3614 <td class="full" align="center">Clang 2.8</td>
3615 </tr>
3616 <tr id="594">
3617 <td><a href="https://cplusplus.github.io/CWG/issues/594.html">594</a></td>
3618 <td>CD1</td>
3619 <td>Coordinating issues 119 and 404 with delegating constructors</td>
3620 <td class="na" align="center">N/A</td>
3621 </tr>
3622 <tr id="595">
3623 <td><a href="https://cplusplus.github.io/CWG/issues/595.html">595</a></td>
3624 <td>dup</td>
3625 <td>Exception specifications in templates instantiated from class bodies</td>
3626 <td class="full" align="center">Duplicate of <a href="#1330">1330</a></td>
3627 </tr>
3628 <tr id="596">
3629 <td><a href="https://cplusplus.github.io/CWG/issues/596.html">596</a></td>
3630 <td>NAD</td>
3631 <td>Replacing an exception object</td>
3632 <td class="unknown" align="center">Unknown</td>
3633 </tr>
3634 <tr id="597">
3635 <td><a href="https://cplusplus.github.io/CWG/issues/597.html">597</a></td>
3636 <td>CD3</td>
3637 <td>Conversions applied to out-of-lifetime non-POD lvalues</td>
3638 <td class="na" align="center">N/A</td>
3639 </tr>
3640 <tr id="598">
3641 <td><a href="https://cplusplus.github.io/CWG/issues/598.html">598</a></td>
3642 <td>CD2</td>
3643 <td>Associated namespaces of overloaded functions and function templates</td>
3644 <td class="full" align="center">Yes</td>
3645 </tr>
3646 <tr id="599">
3647 <td><a href="https://cplusplus.github.io/CWG/issues/599.html">599</a></td>
3648 <td>CD2</td>
3649 <td>Deleting a null function pointer</td>
3650 <td class="partial" align="center">Partial</td>
3651 </tr>
3652 <tr id="600">
3653 <td><a href="https://cplusplus.github.io/CWG/issues/600.html">600</a></td>
3654 <td>CD6</td>
3655 <td>Does access control apply to members or to names?</td>
3656 <td class="full" align="center">Clang 2.8</td>
3657 </tr>
3658 <tr id="601">
3659 <td><a href="https://cplusplus.github.io/CWG/issues/601.html">601</a></td>
3660 <td>CD2</td>
3661 <td>Type of literals in preprocessing expressions</td>
3662 <td class="full" align="center">Yes</td>
3663 </tr>
3664 <tr id="602">
3665 <td><a href="https://cplusplus.github.io/CWG/issues/602.html">602</a></td>
3666 <td>C++11</td>
3667 <td>When is the injected-class-name of a class template a template?</td>
3668 <td class="full" align="center">Yes</td>
3669 </tr>
3670 <tr id="603">
3671 <td><a href="https://cplusplus.github.io/CWG/issues/603.html">603</a></td>
3672 <td>CD1</td>
3673 <td>Type equivalence and unsigned overflow</td>
3674 <td class="full" align="center">Yes</td>
3675 </tr>
3676 <tr id="604">
3677 <td><a href="https://cplusplus.github.io/CWG/issues/604.html">604</a></td>
3678 <td>CD2</td>
3679 <td>Argument list for overload resolution in copy-initialization</td>
3680 <td class="na" align="center">N/A</td>
3681 </tr>
3682 <tr id="605">
3683 <td><a href="https://cplusplus.github.io/CWG/issues/605.html">605</a></td>
3684 <td>C++11</td>
3685 <td>Linkage of explicit specializations</td>
3686 <td class="full" align="center">Clang 2.7</td>
3687 </tr>
3688 <tr id="606">
3689 <td><a href="https://cplusplus.github.io/CWG/issues/606.html">606</a></td>
3690 <td>CD1</td>
3691 <td>Template argument deduction for rvalue references</td>
3692 <td class="full" align="center">Clang 3.0</td>
3693 </tr>
3694 <tr id="607">
3695 <td><a href="https://cplusplus.github.io/CWG/issues/607.html">607</a></td>
3696 <td>CD6</td>
3697 <td>Lookup of <I>mem-initializer-id</I>s</td>
3698 <td class="full" align="center">Yes</td>
3699 </tr>
3700 <tr id="608">
3701 <td><a href="https://cplusplus.github.io/CWG/issues/608.html">608</a></td>
3702 <td>CD2</td>
3703 <td>Determining the final overrider of a virtual function</td>
3704 <td class="full" align="center">Yes</td>
3705 </tr>
3706 <tr id="609">
3707 <td><a href="https://cplusplus.github.io/CWG/issues/609.html">609</a></td>
3708 <td>CD4</td>
3709 <td>What is a &#8220;top-level&#8221; cv-qualifier?</td>
3710 <td class="unknown" align="center">Unknown</td>
3711 </tr>
3712 <tr id="610">
3713 <td><a href="https://cplusplus.github.io/CWG/issues/610.html">610</a></td>
3714 <td>NAD</td>
3715 <td>Computing the negative of <TT>0U</TT></td>
3716 <td class="full" align="center">Yes</td>
3717 </tr>
3718 <tr id="611">
3719 <td><a href="https://cplusplus.github.io/CWG/issues/611.html">611</a></td>
3720 <td>CD2</td>
3721 <td>Zero-initializing references</td>
3722 <td class="full" align="center">Yes</td>
3723 </tr>
3724 <tr id="612">
3725 <td><a href="https://cplusplus.github.io/CWG/issues/612.html">612</a></td>
3726 <td>CD2</td>
3727 <td>Requirements on a conforming implementation</td>
3728 <td class="na" align="center">N/A</td>
3729 </tr>
3730 <tr id="613">
3731 <td><a href="https://cplusplus.github.io/CWG/issues/613.html">613</a></td>
3732 <td>CD1</td>
3733 <td>Unevaluated uses of non-static class members</td>
3734 <td class="full" align="center">Yes (C++11 onwards)</td>
3735 </tr>
3736 <tr id="614">
3737 <td><a href="https://cplusplus.github.io/CWG/issues/614.html">614</a></td>
3738 <td>CD1</td>
3739 <td>Results of integer <TT>/</TT> and <TT>%</TT></td>
3740 <td class="full" align="center">Yes</td>
3741 </tr>
3742 <tr id="615">
3743 <td><a href="https://cplusplus.github.io/CWG/issues/615.html">615</a></td>
3744 <td>C++11</td>
3745 <td>Incorrect description of variables that can be initialized</td>
3746 <td class="full" align="center">Yes</td>
3747 </tr>
3748 <tr id="616">
3749 <td><a href="https://cplusplus.github.io/CWG/issues/616.html">616</a></td>
3750 <td>CD3</td>
3751 <td>Definition of &#8220;indeterminate value&#8221;</td>
3752 <td class="full" align="center">Clang 4</td>
3753 </tr>
3754 <tr id="617">
3755 <td><a href="https://cplusplus.github.io/CWG/issues/617.html">617</a></td>
3756 <td>NAD</td>
3757 <td>Lvalue-to-rvalue conversions of uninitialized <TT>char</TT> objects</td>
3758 <td class="unknown" align="center">Unknown</td>
3759 </tr>
3760 <tr id="618">
3761 <td><a href="https://cplusplus.github.io/CWG/issues/618.html">618</a></td>
3762 <td>CD2</td>
3763 <td>Casts in preprocessor conditional expressions</td>
3764 <td class="full" align="center">Yes</td>
3765 </tr>
3766 <tr id="619">
3767 <td><a href="https://cplusplus.github.io/CWG/issues/619.html">619</a></td>
3768 <td>C++11</td>
3769 <td>Completeness of array types</td>
3770 <td class="full" align="center">Yes</td>
3771 </tr>
3772 <tr id="620">
3773 <td><a href="https://cplusplus.github.io/CWG/issues/620.html">620</a></td>
3774 <td>CD1</td>
3775 <td>Declaration order in layout-compatible POD structs</td>
3776 <td class="full" align="center">Duplicate of <a href="#568">568</a></td>
3777 </tr>
3778 <tr id="621">
3779 <td><a href="https://cplusplus.github.io/CWG/issues/621.html">621</a></td>
3780 <td>C++11</td>
3781 <td>Template argument deduction from function return types</td>
3782 <td class="full" align="center">Yes</td>
3783 </tr>
3784 <tr id="622">
3785 <td><a href="https://cplusplus.github.io/CWG/issues/622.html">622</a></td>
3786 <td>NAD</td>
3787 <td>Relational comparisons of arbitrary pointers</td>
3788 <td class="unknown" align="center">Unknown</td>
3789 </tr>
3790 <tr id="623">
3791 <td><a href="https://cplusplus.github.io/CWG/issues/623.html">623</a></td>
3792 <td>CD3</td>
3793 <td>Use of pointers to deallocated storage</td>
3794 <td class="na" align="center">N/A</td>
3795 </tr>
3796 <tr id="624">
3797 <td><a href="https://cplusplus.github.io/CWG/issues/624.html">624</a></td>
3798 <td>CD1</td>
3799 <td>Overflow in calculating size of allocation</td>
3800 <td class="unknown" align="center">Unknown</td>
3801 </tr>
3802 <tr id="625">
3803 <td><a href="https://cplusplus.github.io/CWG/issues/625.html">625</a></td>
3804 <td>CD2</td>
3805 <td>Use of <TT>auto</TT> as a <I>template-argument</I></td>
3806 <td class="full" align="center">Yes</td>
3807 </tr>
3808 <tr id="626">
3809 <td><a href="https://cplusplus.github.io/CWG/issues/626.html">626</a></td>
3810 <td>CD2</td>
3811 <td>Preprocessor string literals</td>
3812 <td class="full" align="center">Yes</td>
3813 </tr>
3814 <tr id="627">
3815 <td><a href="https://cplusplus.github.io/CWG/issues/627.html">627</a></td>
3816 <td>NAD</td>
3817 <td>Values behaving as types</td>
3818 <td class="full" align="center">Yes</td>
3819 </tr>
3820 <tr id="628">
3821 <td><a href="https://cplusplus.github.io/CWG/issues/628.html">628</a></td>
3822 <td>CD2</td>
3823 <td>The values of an enumeration with no enumerator</td>
3824 <td class="na" align="center">N/A</td>
3825 </tr>
3826 <tr id="629">
3827 <td><a href="https://cplusplus.github.io/CWG/issues/629.html">629</a></td>
3828 <td>CD1</td>
3829 <td><TT>auto</TT> parsing ambiguity</td>
3830 <td class="full" align="center">Clang 2.9</td>
3831 </tr>
3832 <tr id="630">
3833 <td><a href="https://cplusplus.github.io/CWG/issues/630.html">630</a></td>
3834 <td>CD2</td>
3835 <td>Equality of narrow and wide character values in the basic character set</td>
3836 <td class="full" align="center">Yes</td>
3837 </tr>
3838 <tr id="631">
3839 <td><a href="https://cplusplus.github.io/CWG/issues/631.html">631</a></td>
3840 <td>CD3</td>
3841 <td>Jumping into a &#8220;then&#8221; clause</td>
3842 <td class="na" align="center">N/A</td>
3843 </tr>
3844 <tr id="632">
3845 <td><a href="https://cplusplus.github.io/CWG/issues/632.html">632</a></td>
3846 <td>CD1</td>
3847 <td>Brace-enclosed initializer for scalar member of aggregate</td>
3848 <td class="full" align="center">Yes</td>
3849 </tr>
3850 <tr id="633">
3851 <td><a href="https://cplusplus.github.io/CWG/issues/633.html">633</a></td>
3852 <td>CD2</td>
3853 <td>Specifications for variables that should also apply to references</td>
3854 <td class="na" align="center">N/A</td>
3855 </tr>
3856 <tr id="634">
3857 <td><a href="https://cplusplus.github.io/CWG/issues/634.html">634</a></td>
3858 <td>CD1</td>
3859 <td>Conditionally-supported behavior for non-POD objects passed to ellipsis redux</td>
3860 <td class="full" align="center">Yes</td>
3861 </tr>
3862 <tr id="635">
3863 <td><a href="https://cplusplus.github.io/CWG/issues/635.html">635</a></td>
3864 <td>NAD</td>
3865 <td>Names of constructors and destructors of templates</td>
3866 <td class="full" align="center">Yes</td>
3867 </tr>
3868 <tr id="636">
3869 <td><a href="https://cplusplus.github.io/CWG/issues/636.html">636</a></td>
3870 <td>CD4</td>
3871 <td>Dynamic type of objects and aliasing</td>
3872 <td class="unknown" align="center">Unknown</td>
3873 </tr>
3874 <tr id="637">
3875 <td><a href="https://cplusplus.github.io/CWG/issues/637.html">637</a></td>
3876 <td>CD1</td>
3877 <td>Sequencing rules and example disagree</td>
3878 <td class="full" align="center">Yes</td>
3879 </tr>
3880 <tr id="638">
3881 <td><a href="https://cplusplus.github.io/CWG/issues/638.html">638</a></td>
3882 <td>CD2</td>
3883 <td>Explicit specialization and friendship</td>
3884 <td class="none" align="center">No</td>
3885 </tr>
3886 <tr id="639">
3887 <td><a href="https://cplusplus.github.io/CWG/issues/639.html">639</a></td>
3888 <td>CD1</td>
3889 <td>What makes side effects &#8220;different&#8221; from one another?</td>
3890 <td class="full" align="center">Clang 3.3</td>
3891 </tr>
3892 <tr id="640">
3893 <td><a href="https://cplusplus.github.io/CWG/issues/640.html">640</a></td>
3894 <td>NAD</td>
3895 <td>Accessing destroyed local objects of static storage duration</td>
3896 <td class="unknown" align="center">Unknown</td>
3897 </tr>
3898 <tr id="641">
3899 <td><a href="https://cplusplus.github.io/CWG/issues/641.html">641</a></td>
3900 <td>CD2</td>
3901 <td>Overload resolution and conversion-to-same-type operators</td>
3902 <td class="full" align="center">Yes</td>
3903 </tr>
3904 <tr id="642">
3905 <td><a href="https://cplusplus.github.io/CWG/issues/642.html">642</a></td>
3906 <td>CD2</td>
3907 <td>Definition and use of &#8220;block scope&#8221; and &#8220;local scope&#8221;</td>
3908 <td class="full" align="center">Yes</td>
3909 </tr>
3910 <tr id="643">
3911 <td><a href="https://cplusplus.github.io/CWG/issues/643.html">643</a></td>
3912 <td>NAD</td>
3913 <td>Use of <TT>decltype</TT> in a class <I>member-specification</I></td>
3914 <td class="full" align="center">Clang 3.2</td>
3915 </tr>
3916 <tr id="644">
3917 <td><a href="https://cplusplus.github.io/CWG/issues/644.html">644</a></td>
3918 <td>CD1</td>
3919 <td>Should a trivial class type be a literal type?</td>
3920 <td class="partial" align="center">Partial</td>
3921 </tr>
3922 <tr id="645">
3923 <td><a href="https://cplusplus.github.io/CWG/issues/645.html">645</a></td>
3924 <td>CD2</td>
3925 <td>Are bit-field and non-bit-field members layout compatible?</td>
3926 <td class="na" align="center">N/A</td>
3927 </tr>
3928 <tr id="646">
3929 <td><a href="https://cplusplus.github.io/CWG/issues/646.html">646</a></td>
3930 <td>NAD</td>
3931 <td>Can a class with a constexpr copy constructor be a literal type?</td>
3932 <td class="unknown-superseded" align="center">Superseded by <a href="#981">981</a></td>
3933 </tr>
3934 <tr id="647">
3935 <td><a href="https://cplusplus.github.io/CWG/issues/647.html">647</a></td>
3936 <td>CD1</td>
3937 <td>Non-constexpr instances of constexpr constructor templates</td>
3938 <td class="full" align="center">Clang 3.1</td>
3939 </tr>
3940 <tr id="648">
3941 <td><a href="https://cplusplus.github.io/CWG/issues/648.html">648</a></td>
3942 <td>CD1</td>
3943 <td>Constant expressions in constexpr initializers</td>
3944 <td class="full" align="center">Yes</td>
3945 </tr>
3946 <tr id="649">
3947 <td><a href="https://cplusplus.github.io/CWG/issues/649.html">649</a></td>
3948 <td>CD1</td>
3949 <td>Optionally ill-formed extended alignment requests</td>
3950 <td class="full" align="center">Clang 3.5</td>
3951 </tr>
3952 <tr id="650">
3953 <td><a href="https://cplusplus.github.io/CWG/issues/650.html">650</a></td>
3954 <td>CD2</td>
3955 <td>Order of destruction for temporaries bound to the returned value of a function</td>
3956 <td class="full" align="center">Clang 2.8</td>
3957 </tr>
3958 <tr id="651">
3959 <td><a href="https://cplusplus.github.io/CWG/issues/651.html">651</a></td>
3960 <td>CD1</td>
3961 <td>Problems in <TT>decltype</TT> specification and examples</td>
3962 <td class="full" align="center">Yes</td>
3963 </tr>
3964 <tr id="652">
3965 <td><a href="https://cplusplus.github.io/CWG/issues/652.html">652</a></td>
3966 <td>CD2</td>
3967 <td>Compile-time evaluation of floating-point expressions</td>
3968 <td class="full" align="center">Yes</td>
3969 </tr>
3970 <tr id="653">
3971 <td><a href="https://cplusplus.github.io/CWG/issues/653.html">653</a></td>
3972 <td>CD2</td>
3973 <td>Copy assignment of unions</td>
3974 <td class="full" align="center">Clang 2.7</td>
3975 </tr>
3976 <tr id="654">
3977 <td><a href="https://cplusplus.github.io/CWG/issues/654.html">654</a></td>
3978 <td>CD1</td>
3979 <td>Conversions to and from <TT>nullptr_t</TT></td>
3980 <td class="full-superseded" align="center">Superseded by <a href="#1423">1423</a></td>
3981 </tr>
3982 <tr id="655">
3983 <td><a href="https://cplusplus.github.io/CWG/issues/655.html">655</a></td>
3984 <td>C++11</td>
3985 <td>Initialization not specified for forwarding constructors</td>
3986 <td class="full" align="center">Yes</td>
3987 </tr>
3988 <tr id="656">
3989 <td><a href="https://cplusplus.github.io/CWG/issues/656.html">656</a></td>
3990 <td>CD2</td>
3991 <td>Direct binding to the result of a conversion operator</td>
3992 <td class="full" align="center">Yes</td>
3993 </tr>
3994 <tr id="657">
3995 <td><a href="https://cplusplus.github.io/CWG/issues/657.html">657</a></td>
3996 <td>CD2</td>
3997 <td>Abstract class parameter in synthesized declaration</td>
3998 <td class="partial" align="center">Partial</td>
3999 </tr>
4000 <tr id="658">
4001 <td><a href="https://cplusplus.github.io/CWG/issues/658.html">658</a></td>
4002 <td>CD2</td>
4003 <td>Defining <TT>reinterpret_cast</TT> for pointer types</td>
4004 <td class="full" align="center">Clang 2.7</td>
4005 </tr>
4006 <tr id="659">
4007 <td><a href="https://cplusplus.github.io/CWG/issues/659.html">659</a></td>
4008 <td>CD1</td>
4009 <td>Alignment of function types</td>
4010 <td class="full" align="center">Clang 3.0</td>
4011 </tr>
4012 <tr id="660">
4013 <td><a href="https://cplusplus.github.io/CWG/issues/660.html">660</a></td>
4014 <td>CD1</td>
4015 <td>Unnamed scoped enumerations</td>
4016 <td class="full" align="center">Clang 3.0</td>
4017 </tr>
4018 <tr id="661">
4019 <td><a href="https://cplusplus.github.io/CWG/issues/661.html">661</a></td>
4020 <td>CD1</td>
4021 <td>Semantics of arithmetic comparisons</td>
4022 <td class="full" align="center">Clang 2.7</td>
4023 </tr>
4024 <tr id="662">
4025 <td><a href="https://cplusplus.github.io/CWG/issues/662.html">662</a></td>
4026 <td>NAD</td>
4027 <td>Forming a pointer to a reference type</td>
4028 <td class="full" align="center">Yes</td>
4029 </tr>
4030 <tr id="663">
4031 <td><a href="https://cplusplus.github.io/CWG/issues/663.html">663</a></td>
4032 <td>CD1</td>
4033 <td>Valid Cyrillic identifier characters</td>
4034 <td class="na" align="center">Superseded by <a href="https://wg21.link/P1949">P1949</a></td>
4035 </tr>
4036 <tr id="664">
4037 <td><a href="https://cplusplus.github.io/CWG/issues/664.html">664</a></td>
4038 <td>CD2</td>
4039 <td>Direct binding of references to non-class rvalue references</td>
4040 <td class="full" align="center">Yes</td>
4041 </tr>
4042 <tr id="665">
4043 <td><a href="https://cplusplus.github.io/CWG/issues/665.html">665</a></td>
4044 <td>CD2</td>
4045 <td>Problems in the specification of <TT>dynamic_cast</TT></td>
4046 <td class="full" align="center">Clang 2.8</td>
4047 </tr>
4048 <tr id="666">
4049 <td><a href="https://cplusplus.github.io/CWG/issues/666.html">666</a></td>
4050 <td>CD1</td>
4051 <td>Dependent <I>qualified-id</I>s without the <TT>typename</TT> keyword</td>
4052 <td class="full" align="center">Clang 2.8</td>
4053 </tr>
4054 <tr id="667">
4055 <td><a href="https://cplusplus.github.io/CWG/issues/667.html">667</a></td>
4056 <td>CD2</td>
4057 <td>Trivial special member functions that cannot be implicitly defined</td>
4058 <td class="full" align="center">Clang 8</td>
4059 </tr>
4060 <tr id="668">
4061 <td><a href="https://cplusplus.github.io/CWG/issues/668.html">668</a></td>
4062 <td>CD2</td>
4063 <td>Throwing an exception from the destructor of a local static object</td>
4064 <td class="unknown" align="center">Unknown</td>
4065 </tr>
4066 <tr id="669">
4067 <td><a href="https://cplusplus.github.io/CWG/issues/669.html">669</a></td>
4068 <td>NAD</td>
4069 <td>Confusing specification of the meaning of <TT>decltype</TT></td>
4070 <td class="full" align="center">Yes</td>
4071 </tr>
4072 <tr id="670">
4073 <td><a href="https://cplusplus.github.io/CWG/issues/670.html">670</a></td>
4074 <td>CD4</td>
4075 <td>Copy initialization via derived-to-base conversion in the second step</td>
4076 <td class="unknown" align="center">Unknown</td>
4077 </tr>
4078 <tr id="671">
4079 <td><a href="https://cplusplus.github.io/CWG/issues/671.html">671</a></td>
4080 <td>CD1</td>
4081 <td>Explicit conversion from a scoped enumeration type to integral type</td>
4082 <td class="full" align="center">Clang 2.9</td>
4083 </tr>
4084 <tr id="672">
4085 <td><a href="https://cplusplus.github.io/CWG/issues/672.html">672</a></td>
4086 <td>CD2</td>
4087 <td>Sequencing of initialization in <I>new-expression</I>s</td>
4088 <td class="full" align="center">Clang 2.7</td>
4089 </tr>
4090 <tr id="673">
4091 <td><a href="https://cplusplus.github.io/CWG/issues/673.html">673</a></td>
4092 <td>NAD</td>
4093 <td>Injection of names from <I>elaborated-type-specifier</I>s in <TT>friend</TT> declarations</td>
4094 <td class="full" align="center">Yes</td>
4095 </tr>
4096 <tr id="674">
4097 <td><a href="https://cplusplus.github.io/CWG/issues/674.html">674</a></td>
4098 <td>C++11</td>
4099 <td>&#8220;matching specialization&#8221; for a friend declaration</td>
4100 <td class="full" align="center">Clang 8</td>
4101 </tr>
4102 <tr id="675">
4103 <td><a href="https://cplusplus.github.io/CWG/issues/675.html">675</a></td>
4104 <td>CD3</td>
4105 <td>Signedness of bit-field with typedef or template parameter type</td>
4106 <td class="unknown" align="center">Duplicate of <a href="#739">739</a></td>
4107 </tr>
4108 <tr id="676">
4109 <td><a href="https://cplusplus.github.io/CWG/issues/676.html">676</a></td>
4110 <td>C++11</td>
4111 <td><I>static_assert-declaration</I>s and general requirements for declarations</td>
4112 <td class="na" align="center">N/A</td>
4113 </tr>
4114 <tr id="677">
4115 <td><a href="https://cplusplus.github.io/CWG/issues/677.html">677</a></td>
4116 <td>CD1</td>
4117 <td>Deleted <TT>operator delete</TT> and virtual destructors</td>
4118 <td class="none" align="center">No</td>
4119 </tr>
4120 <tr id="678">
4121 <td><a href="https://cplusplus.github.io/CWG/issues/678.html">678</a></td>
4122 <td>C++11</td>
4123 <td>Language linkage of member function parameter types and the ODR</td>
4124 <td class="unknown" align="center">Unknown</td>
4125 </tr>
4126 <tr id="679">
4127 <td><a href="https://cplusplus.github.io/CWG/issues/679.html">679</a></td>
4128 <td>CD1</td>
4129 <td>Equivalence of <I>template-id</I>s and operator function templates</td>
4130 <td class="full" align="center">Yes</td>
4131 </tr>
4132 <tr id="680">
4133 <td><a href="https://cplusplus.github.io/CWG/issues/680.html">680</a></td>
4134 <td>CD2</td>
4135 <td>What is a move constructor?</td>
4136 <td class="na" align="center">N/A</td>
4137 </tr>
4138 <tr id="681">
4139 <td><a href="https://cplusplus.github.io/CWG/issues/681.html">681</a></td>
4140 <td>CD1</td>
4141 <td>Restrictions on declarators with late-specified return types</td>
4142 <td class="partial" align="center">Partial</td>
4143 </tr>
4144 <tr id="682">
4145 <td><a href="https://cplusplus.github.io/CWG/issues/682.html">682</a></td>
4146 <td>CD5</td>
4147 <td>Missing description of lookup of template aliases</td>
4148 <td class="unknown" align="center">Unknown</td>
4149 </tr>
4150 <tr id="683">
4151 <td><a href="https://cplusplus.github.io/CWG/issues/683.html">683</a></td>
4152 <td>CD1</td>
4153 <td>Requirements for trivial subobject special functions</td>
4154 <td class="full" align="center">Yes</td>
4155 </tr>
4156 <tr id="684">
4157 <td><a href="https://cplusplus.github.io/CWG/issues/684.html">684</a></td>
4158 <td>CD1</td>
4159 <td>Constant expressions involving the address of an automatic variable</td>
4160 <td class="unknown-superseded" align="center">Superseded by <a href="#1454">1454</a></td>
4161 </tr>
4162 <tr id="685">
4163 <td><a href="https://cplusplus.github.io/CWG/issues/685.html">685</a></td>
4164 <td>CD2</td>
4165 <td>Integral promotion of enumeration ignores fixed underlying type</td>
4166 <td class="full" align="center">Yes</td>
4167 </tr>
4168 <tr id="686">
4169 <td><a href="https://cplusplus.github.io/CWG/issues/686.html">686</a></td>
4170 <td>CD1</td>
4171 <td>Type declarations/definitions in <I>type-specifier-seq</I>s and <I>type-id</I>s</td>
4172 <td class="full" align="center">Clang 3.0</td>
4173 </tr>
4174 <tr id="687">
4175 <td><a href="https://cplusplus.github.io/CWG/issues/687.html">687</a></td>
4176 <td>NAD</td>
4177 <td><TT>template</TT> keyword with <I>unqualified-id</I>s</td>
4178 <td class="unknown" align="center">Unknown</td>
4179 </tr>
4180 <tr id="688">
4181 <td><a href="https://cplusplus.github.io/CWG/issues/688.html">688</a></td>
4182 <td>CD1</td>
4183 <td>Constexpr constructors and static initialization</td>
4184 <td class="unknown" align="center">Unknown</td>
4185 </tr>
4186 <tr id="689">
4187 <td><a href="https://cplusplus.github.io/CWG/issues/689.html">689</a></td>
4188 <td>CD5</td>
4189 <td>Maximum values of signed and unsigned integers</td>
4190 <td class="unknown" align="center">Unknown</td>
4191 </tr>
4192 <tr id="690">
4193 <td><a href="https://cplusplus.github.io/CWG/issues/690.html">690</a></td>
4194 <td>CD2</td>
4195 <td>The dynamic type of an rvalue reference</td>
4196 <td class="unknown" align="center">Unknown</td>
4197 </tr>
4198 <tr id="691">
4199 <td><a href="https://cplusplus.github.io/CWG/issues/691.html">691</a></td>
4200 <td>C++11</td>
4201 <td>Template parameter packs in class template partial specializations</td>
4202 <td class="unknown" align="center">Unknown</td>
4203 </tr>
4204 <tr id="692">
4205 <td><a href="https://cplusplus.github.io/CWG/issues/692.html">692</a></td>
4206 <td>C++11</td>
4207 <td>Partial ordering of variadic class template partial specializations</td>
4208 <td class="full" align="center">Clang 16</td>
4209 </tr>
4210 <tr id="693">
4211 <td><a href="https://cplusplus.github.io/CWG/issues/693.html">693</a></td>
4212 <td>CD2</td>
4213 <td>New string types and deprecated conversion</td>
4214 <td class="unknown" align="center">Unknown</td>
4215 </tr>
4216 <tr id="694">
4217 <td><a href="https://cplusplus.github.io/CWG/issues/694.html">694</a></td>
4218 <td>C++11</td>
4219 <td>Zero- and value-initialization of union objects</td>
4220 <td class="unknown" align="center">Unknown</td>
4221 </tr>
4222 <tr id="695">
4223 <td><a href="https://cplusplus.github.io/CWG/issues/695.html">695</a></td>
4224 <td>CD2</td>
4225 <td>Compile-time calculation errors in constexpr functions</td>
4226 <td class="unknown" align="center">Unknown</td>
4227 </tr>
4228 <tr id="696">
4229 <td><a href="https://cplusplus.github.io/CWG/issues/696.html">696</a></td>
4230 <td>C++11</td>
4231 <td>Use of block-scope constants in local classes</td>
4232 <td class="full" align="center">Clang 3.1</td>
4233 </tr>
4234 <tr class="open" id="697">
4235 <td><a href="https://cplusplus.github.io/CWG/issues/697.html">697</a></td>
4236 <td>open</td>
4237 <td>Deduction rules apply to more than functions</td>
4238 <td align="center">Not resolved</td>
4239 </tr>
4240 <tr class="open" id="698">
4241 <td><a href="https://cplusplus.github.io/CWG/issues/698.html">698</a></td>
4242 <td>open</td>
4243 <td>The definition of &#8220;sequenced before&#8221; is too narrow</td>
4244 <td align="center">Not resolved</td>
4245 </tr>
4246 <tr id="699">
4247 <td><a href="https://cplusplus.github.io/CWG/issues/699.html">699</a></td>
4248 <td>CD2</td>
4249 <td>Must constexpr member functions be defined in the class <I>member-specification</I>?</td>
4250 <td class="unknown" align="center">Unknown</td>
4251 </tr>
4252 <tr id="700">
4253 <td><a href="https://cplusplus.github.io/CWG/issues/700.html">700</a></td>
4254 <td>C++11</td>
4255 <td>Constexpr member functions of class templates</td>
4256 <td class="unknown" align="center">Unknown</td>
4257 </tr>
4258 <tr id="701">
4259 <td><a href="https://cplusplus.github.io/CWG/issues/701.html">701</a></td>
4260 <td>CD2</td>
4261 <td>When is the array-to-pointer conversion applied?</td>
4262 <td class="unknown" align="center">Unknown</td>
4263 </tr>
4264 <tr id="702">
4265 <td><a href="https://cplusplus.github.io/CWG/issues/702.html">702</a></td>
4266 <td>CD2</td>
4267 <td>Preferring conversion to <TT>std::initializer_list</TT></td>
4268 <td class="unknown" align="center">Unknown</td>
4269 </tr>
4270 <tr id="703">
4271 <td><a href="https://cplusplus.github.io/CWG/issues/703.html">703</a></td>
4272 <td>CD2</td>
4273 <td>Narrowing for literals that cannot be exactly represented</td>
4274 <td class="unknown" align="center">Unknown</td>
4275 </tr>
4276 <tr id="704">
4277 <td><a href="https://cplusplus.github.io/CWG/issues/704.html">704</a></td>
4278 <td>CD2</td>
4279 <td>To which <I>postfix-expression</I>s does overload resolution apply?</td>
4280 <td class="unknown" align="center">Unknown</td>
4281 </tr>
4282 <tr id="705">
4283 <td><a href="https://cplusplus.github.io/CWG/issues/705.html">705</a></td>
4284 <td>CD2</td>
4285 <td>Suppressing argument-dependent lookup via parentheses</td>
4286 <td class="full" align="center">Yes</td>
4287 </tr>
4288 <tr id="706">
4289 <td><a href="https://cplusplus.github.io/CWG/issues/706.html">706</a></td>
4290 <td>NAD</td>
4291 <td>Use of <TT>auto</TT> with rvalue references</td>
4292 <td class="unknown" align="center">Unknown</td>
4293 </tr>
4294 <tr id="707">
4295 <td><a href="https://cplusplus.github.io/CWG/issues/707.html">707</a></td>
4296 <td>CD2</td>
4297 <td>Undefined behavior in integral-to-floating conversions</td>
4298 <td class="unknown" align="center">Unknown</td>
4299 </tr>
4300 <tr class="open" id="708">
4301 <td><a href="https://cplusplus.github.io/CWG/issues/708.html">708</a></td>
4302 <td>open</td>
4303 <td>Partial specialization of member templates of class templates</td>
4304 <td align="center">Not resolved</td>
4305 </tr>
4306 <tr id="709">
4307 <td><a href="https://cplusplus.github.io/CWG/issues/709.html">709</a></td>
4308 <td>C++11</td>
4309 <td>Enumeration names as <I>nested-name-specifier</I>s in deduction failure</td>
4310 <td class="unknown" align="center">Unknown</td>
4311 </tr>
4312 <tr id="710">
4313 <td><a href="https://cplusplus.github.io/CWG/issues/710.html">710</a></td>
4314 <td>CD2</td>
4315 <td>Data races during construction</td>
4316 <td class="unknown" align="center">Unknown</td>
4317 </tr>
4318 <tr id="711">
4319 <td><a href="https://cplusplus.github.io/CWG/issues/711.html">711</a></td>
4320 <td>CD2</td>
4321 <td><TT>auto</TT> with <I>braced-init-list</I></td>
4322 <td class="unknown" align="center">Unknown</td>
4323 </tr>
4324 <tr id="712">
4325 <td><a href="https://cplusplus.github.io/CWG/issues/712.html">712</a></td>
4326 <td>CD3</td>
4327 <td>Are integer constant operands of a <I>conditional-expression</I> &#8220;used?&#8221;</td>
4328 <td class="partial" align="center">Partial</td>
4329 </tr>
4330 <tr id="713">
4331 <td><a href="https://cplusplus.github.io/CWG/issues/713.html">713</a></td>
4332 <td>CD2</td>
4333 <td>Unclear note about cv-qualified function types</td>
4334 <td class="full" align="center">Clang 3.0</td>
4335 </tr>
4336 <tr id="714">
4337 <td><a href="https://cplusplus.github.io/CWG/issues/714.html">714</a></td>
4338 <td>CD2</td>
4339 <td>Static const data members and <I>braced-init-list</I>s</td>
4340 <td class="unknown" align="center">Unknown</td>
4341 </tr>
4342 <tr id="715">
4343 <td><a href="https://cplusplus.github.io/CWG/issues/715.html">715</a></td>
4344 <td>CD2</td>
4345 <td>Class member access constant expressions</td>
4346 <td class="unknown" align="center">Unknown</td>
4347 </tr>
4348 <tr id="716">
4349 <td><a href="https://cplusplus.github.io/CWG/issues/716.html">716</a></td>
4350 <td>CD2</td>
4351 <td>Specifications that should apply only to non-static union data members</td>
4352 <td class="unknown" align="center">Unknown</td>
4353 </tr>
4354 <tr id="717">
4355 <td><a href="https://cplusplus.github.io/CWG/issues/717.html">717</a></td>
4356 <td>CD2</td>
4357 <td>Unintentional restrictions on the use of <TT>thread_local</TT></td>
4358 <td class="unknown" align="center">Unknown</td>
4359 </tr>
4360 <tr id="718">
4361 <td><a href="https://cplusplus.github.io/CWG/issues/718.html">718</a></td>
4362 <td>NAD</td>
4363 <td>Non-class, non-function friend declarations</td>
4364 <td class="unknown" align="center">Unknown</td>
4365 </tr>
4366 <tr id="719">
4367 <td><a href="https://cplusplus.github.io/CWG/issues/719.html">719</a></td>
4368 <td>CD2</td>
4369 <td>Specifications for <I>operator-function-id</I> that should also apply to <I>literal-operator-id</I></td>
4370 <td class="unknown" align="center">Unknown</td>
4371 </tr>
4372 <tr id="720">
4373 <td><a href="https://cplusplus.github.io/CWG/issues/720.html">720</a></td>
4374 <td>CD2</td>
4375 <td>Need examples of <I>lambda-expression</I>s</td>
4376 <td class="unknown" align="center">Unknown</td>
4377 </tr>
4378 <tr id="721">
4379 <td><a href="https://cplusplus.github.io/CWG/issues/721.html">721</a></td>
4380 <td>CD2</td>
4381 <td>Where must a variable be initialized to be used in a constant expression?</td>
4382 <td class="unknown" align="center">Unknown</td>
4383 </tr>
4384 <tr id="722">
4385 <td><a href="https://cplusplus.github.io/CWG/issues/722.html">722</a></td>
4386 <td>CD2</td>
4387 <td>Can <TT>nullptr</TT> be passed to an ellipsis?</td>
4388 <td class="unreleased" align="center">Clang 20</td>
4389 </tr>
4390 <tr id="726">
4391 <td><a href="https://cplusplus.github.io/CWG/issues/726.html">726</a></td>
4392 <td>CD2</td>
4393 <td>Atomic and non-atomic objects in the memory model</td>
4394 <td class="unknown" align="center">Unknown</td>
4395 </tr>
4396 <tr id="727">
4397 <td><a href="https://cplusplus.github.io/CWG/issues/727.html">727</a></td>
4398 <td>C++17</td>
4399 <td>In-class explicit specializations</td>
4400 <td class="partial" align="center">Partial</td>
4401 </tr>
4402 <tr id="728">
4403 <td><a href="https://cplusplus.github.io/CWG/issues/728.html">728</a></td>
4404 <td>NAD</td>
4405 <td>Restrictions on local classes</td>
4406 <td class="unknown" align="center">Unknown</td>
4407 </tr>
4408 <tr id="729">
4409 <td><a href="https://cplusplus.github.io/CWG/issues/729.html">729</a></td>
4410 <td>CD3</td>
4411 <td>Qualification conversions and handlers of reference-to-pointer type</td>
4412 <td class="unknown" align="center">Unknown</td>
4413 </tr>
4414 <tr id="730">
4415 <td><a href="https://cplusplus.github.io/CWG/issues/730.html">730</a></td>
4416 <td>CD2</td>
4417 <td>Explicit specializations of members of non-template classes</td>
4418 <td class="unknown" align="center">Unknown</td>
4419 </tr>
4420 <tr id="731">
4421 <td><a href="https://cplusplus.github.io/CWG/issues/731.html">731</a></td>
4422 <td>CD2</td>
4423 <td>Omitted reference qualification of member function type</td>
4424 <td class="unknown" align="center">Unknown</td>
4425 </tr>
4426 <tr id="732">
4427 <td><a href="https://cplusplus.github.io/CWG/issues/732.html">732</a></td>
4428 <td>CD2</td>
4429 <td>Late-specified return types in function definitions</td>
4430 <td class="unknown" align="center">Unknown</td>
4431 </tr>
4432 <tr id="733">
4433 <td><a href="https://cplusplus.github.io/CWG/issues/733.html">733</a></td>
4434 <td>NAD</td>
4435 <td>Reference qualification of copy assignment operators</td>
4436 <td class="unknown" align="center">Unknown</td>
4437 </tr>
4438 <tr id="734">
4439 <td><a href="https://cplusplus.github.io/CWG/issues/734.html">734</a></td>
4440 <td>CD2</td>
4441 <td>Are unique addresses required for namespace-scope variables?</td>
4442 <td class="unknown" align="center">Unknown</td>
4443 </tr>
4444 <tr id="735">
4445 <td><a href="https://cplusplus.github.io/CWG/issues/735.html">735</a></td>
4446 <td>CD2</td>
4447 <td>Missing case in specification of safely-derived pointers</td>
4448 <td class="unknown" align="center">Unknown</td>
4449 </tr>
4450 <tr id="736">
4451 <td><a href="https://cplusplus.github.io/CWG/issues/736.html">736</a></td>
4452 <td>NAD</td>
4453 <td>Is the <TT>&amp;</TT> <I>ref-qualifier</I> needed?</td>
4454 <td class="unknown" align="center">Unknown</td>
4455 </tr>
4456 <tr id="737">
4457 <td><a href="https://cplusplus.github.io/CWG/issues/737.html">737</a></td>
4458 <td>CD2</td>
4459 <td>Uninitialized trailing characters in string initialization</td>
4460 <td class="unknown" align="center">Unknown</td>
4461 </tr>
4462 <tr id="738">
4463 <td><a href="https://cplusplus.github.io/CWG/issues/738.html">738</a></td>
4464 <td>C++11</td>
4465 <td><TT>constexpr</TT> not permitted by the syntax of constructor declarations</td>
4466 <td class="unknown" align="center">Unknown</td>
4467 </tr>
4468 <tr id="739">
4469 <td><a href="https://cplusplus.github.io/CWG/issues/739.html">739</a></td>
4470 <td>CD3</td>
4471 <td>Signedness of plain bit-fields</td>
4472 <td class="unknown" align="center">Unknown</td>
4473 </tr>
4474 <tr id="740">
4475 <td><a href="https://cplusplus.github.io/CWG/issues/740.html">740</a></td>
4476 <td>CD2</td>
4477 <td>Incorrect note on data races</td>
4478 <td class="unknown" align="center">Unknown</td>
4479 </tr>
4480 <tr id="741">
4481 <td><a href="https://cplusplus.github.io/CWG/issues/741.html">741</a></td>
4482 <td>C++11</td>
4483 <td>&#8220;plain&#8221; <TT>long long</TT> bit-fields</td>
4484 <td class="unknown" align="center">Unknown</td>
4485 </tr>
4486 <tr class="open" id="742">
4487 <td><a href="https://cplusplus.github.io/CWG/issues/742.html">742</a></td>
4488 <td>open</td>
4489 <td>Postfix increment/decrement with long bit-field operands</td>
4490 <td align="center">Not resolved</td>
4491 </tr>
4492 <tr id="743">
4493 <td><a href="https://cplusplus.github.io/CWG/issues/743.html">743</a></td>
4494 <td>CD2</td>
4495 <td>Use of <TT>decltype</TT> in a <I>nested-name-specifier</I></td>
4496 <td class="unknown" align="center">Unknown</td>
4497 </tr>
4498 <tr id="744">
4499 <td><a href="https://cplusplus.github.io/CWG/issues/744.html">744</a></td>
4500 <td>CD2</td>
4501 <td>Matching template arguments with template template parameters with parameter packs</td>
4502 <td class="unknown" align="center">Unknown</td>
4503 </tr>
4504 <tr id="745">
4505 <td><a href="https://cplusplus.github.io/CWG/issues/745.html">745</a></td>
4506 <td>C++23</td>
4507 <td>Effect of ill-formedness resulting from <TT>#error</TT></td>
4508 <td class="unknown" align="center">Unknown</td>
4509 </tr>
4510 <tr id="746">
4511 <td><a href="https://cplusplus.github.io/CWG/issues/746.html">746</a></td>
4512 <td>CD2</td>
4513 <td>Use of <TT>auto</TT> in <I>new-expression</I>s</td>
4514 <td class="unknown" align="center">Unknown</td>
4515 </tr>
4516 <tr id="747">
4517 <td><a href="https://cplusplus.github.io/CWG/issues/747.html">747</a></td>
4518 <td>dup</td>
4519 <td>Access of protected base classes</td>
4520 <td class="unknown" align="center">Unknown</td>
4521 </tr>
4522 <tr id="749">
4523 <td><a href="https://cplusplus.github.io/CWG/issues/749.html">749</a></td>
4524 <td>CD2</td>
4525 <td>References to function types with a <I>cv-qualifier</I> or <I>ref-qualifier</I></td>
4526 <td class="unknown" align="center">Unknown</td>
4527 </tr>
4528 <tr id="750">
4529 <td><a href="https://cplusplus.github.io/CWG/issues/750.html">750</a></td>
4530 <td>CD2</td>
4531 <td>Implementation constraints on reference-only closure objects</td>
4532 <td class="unknown" align="center">Unknown</td>
4533 </tr>
4534 <tr id="751">
4535 <td><a href="https://cplusplus.github.io/CWG/issues/751.html">751</a></td>
4536 <td>CD2</td>
4537 <td>Deriving from closure classes</td>
4538 <td class="unknown" align="center">Unknown</td>
4539 </tr>
4540 <tr id="752">
4541 <td><a href="https://cplusplus.github.io/CWG/issues/752.html">752</a></td>
4542 <td>CD2</td>
4543 <td>Name lookup in nested <I>lambda-expression</I>s</td>
4544 <td class="unknown" align="center">Unknown</td>
4545 </tr>
4546 <tr id="753">
4547 <td><a href="https://cplusplus.github.io/CWG/issues/753.html">753</a></td>
4548 <td>CD2</td>
4549 <td>Array names in lambda capture sets</td>
4550 <td class="unknown" align="center">Unknown</td>
4551 </tr>
4552 <tr id="754">
4553 <td><a href="https://cplusplus.github.io/CWG/issues/754.html">754</a></td>
4554 <td>CD2</td>
4555 <td>Lambda expressions in default arguments of block-scope function declarations</td>
4556 <td class="unknown" align="center">Unknown</td>
4557 </tr>
4558 <tr id="755">
4559 <td><a href="https://cplusplus.github.io/CWG/issues/755.html">755</a></td>
4560 <td>CD3</td>
4561 <td>Generalized <I>lambda-capture</I>s</td>
4562 <td class="unknown" align="center">Unknown</td>
4563 </tr>
4564 <tr id="756">
4565 <td><a href="https://cplusplus.github.io/CWG/issues/756.html">756</a></td>
4566 <td>CD2</td>
4567 <td>Dropping cv-qualification on members of closure objects</td>
4568 <td class="unknown" align="center">Unknown</td>
4569 </tr>
4570 <tr id="757">
4571 <td><a href="https://cplusplus.github.io/CWG/issues/757.html">757</a></td>
4572 <td>CD2</td>
4573 <td>Types without linkage in declarations</td>
4574 <td class="unknown" align="center">Unknown</td>
4575 </tr>
4576 <tr id="758">
4577 <td><a href="https://cplusplus.github.io/CWG/issues/758.html">758</a></td>
4578 <td>C++11</td>
4579 <td>Missing cases of declarations that are not definitions</td>
4580 <td class="unknown" align="center">Unknown</td>
4581 </tr>
4582 <tr id="759">
4583 <td><a href="https://cplusplus.github.io/CWG/issues/759.html">759</a></td>
4584 <td>CD2</td>
4585 <td>Destruction of closure objects</td>
4586 <td class="unknown" align="center">Unknown</td>
4587 </tr>
4588 <tr id="760">
4589 <td><a href="https://cplusplus.github.io/CWG/issues/760.html">760</a></td>
4590 <td>CD2</td>
4591 <td><TT>this</TT> inside a nested class of a non-static member function</td>
4592 <td class="unknown" align="center">Unknown</td>
4593 </tr>
4594 <tr id="761">
4595 <td><a href="https://cplusplus.github.io/CWG/issues/761.html">761</a></td>
4596 <td>CD2</td>
4597 <td>Inferred return type of closure object call operator</td>
4598 <td class="unknown" align="center">Unknown</td>
4599 </tr>
4600 <tr id="762">
4601 <td><a href="https://cplusplus.github.io/CWG/issues/762.html">762</a></td>
4602 <td>CD2</td>
4603 <td>Name lookup in the <I>compound-statement</I> of a lambda expression</td>
4604 <td class="unknown" align="center">Unknown</td>
4605 </tr>
4606 <tr id="763">
4607 <td><a href="https://cplusplus.github.io/CWG/issues/763.html">763</a></td>
4608 <td>CD2</td>
4609 <td>Is a closure object's <TT>operator()</TT> inline?</td>
4610 <td class="unknown" align="center">Unknown</td>
4611 </tr>
4612 <tr id="764">
4613 <td><a href="https://cplusplus.github.io/CWG/issues/764.html">764</a></td>
4614 <td>CD2</td>
4615 <td>Capturing unused variables in a lambda expression</td>
4616 <td class="unknown" align="center">Unknown</td>
4617 </tr>
4618 <tr id="765">
4619 <td><a href="https://cplusplus.github.io/CWG/issues/765.html">765</a></td>
4620 <td>CD2</td>
4621 <td>Local types in inline functions with external linkage</td>
4622 <td class="unknown" align="center">Unknown</td>
4623 </tr>
4624 <tr id="766">
4625 <td><a href="https://cplusplus.github.io/CWG/issues/766.html">766</a></td>
4626 <td>CD2</td>
4627 <td>Where may lambda expressions appear?</td>
4628 <td class="unknown" align="center">Unknown</td>
4629 </tr>
4630 <tr id="767">
4631 <td><a href="https://cplusplus.github.io/CWG/issues/767.html">767</a></td>
4632 <td>CD2</td>
4633 <td><TT>void</TT> and other unnamed <I>lambda-parameter</I>s</td>
4634 <td class="unknown" align="center">Unknown</td>
4635 </tr>
4636 <tr id="768">
4637 <td><a href="https://cplusplus.github.io/CWG/issues/768.html">768</a></td>
4638 <td>CD2</td>
4639 <td>Ellipsis in a lambda parameter list</td>
4640 <td class="unknown" align="center">Unknown</td>
4641 </tr>
4642 <tr id="769">
4643 <td><a href="https://cplusplus.github.io/CWG/issues/769.html">769</a></td>
4644 <td>CD2</td>
4645 <td>Initialization of closure objects</td>
4646 <td class="unknown" align="center">Unknown</td>
4647 </tr>
4648 <tr id="770">
4649 <td><a href="https://cplusplus.github.io/CWG/issues/770.html">770</a></td>
4650 <td>CD2</td>
4651 <td>Ambiguity in late-specified return type</td>
4652 <td class="unknown" align="center">Unknown</td>
4653 </tr>
4654 <tr id="771">
4655 <td><a href="https://cplusplus.github.io/CWG/issues/771.html">771</a></td>
4656 <td>CD2</td>
4657 <td>Move-construction of reference members of closure objects</td>
4658 <td class="unknown" align="center">Unknown</td>
4659 </tr>
4660 <tr id="772">
4661 <td><a href="https://cplusplus.github.io/CWG/issues/772.html">772</a></td>
4662 <td>CD2</td>
4663 <td><I>capture-default</I> in lambdas in local default arguments</td>
4664 <td class="unknown" align="center">Unknown</td>
4665 </tr>
4666 <tr id="773">
4667 <td><a href="https://cplusplus.github.io/CWG/issues/773.html">773</a></td>
4668 <td>C++11</td>
4669 <td>Parentheses in address non-type template arguments</td>
4670 <td class="unknown" align="center">Unknown</td>
4671 </tr>
4672 <tr id="774">
4673 <td><a href="https://cplusplus.github.io/CWG/issues/774.html">774</a></td>
4674 <td>CD2</td>
4675 <td>Can a closure class be a POD?</td>
4676 <td class="unknown" align="center">Unknown</td>
4677 </tr>
4678 <tr id="775">
4679 <td><a href="https://cplusplus.github.io/CWG/issues/775.html">775</a></td>
4680 <td>CD2</td>
4681 <td>Capturing references to functions</td>
4682 <td class="unknown" align="center">Unknown</td>
4683 </tr>
4684 <tr id="776">
4685 <td><a href="https://cplusplus.github.io/CWG/issues/776.html">776</a></td>
4686 <td>CD2</td>
4687 <td>Delegating constructors, destructors, and <TT>std::exit</TT></td>
4688 <td class="unknown" align="center">Unknown</td>
4689 </tr>
4690 <tr id="777">
4691 <td><a href="https://cplusplus.github.io/CWG/issues/777.html">777</a></td>
4692 <td>CD2</td>
4693 <td>Default arguments and parameter packs</td>
4694 <td class="full" align="center">Clang 3.7</td>
4695 </tr>
4696 <tr id="778">
4697 <td><a href="https://cplusplus.github.io/CWG/issues/778.html">778</a></td>
4698 <td>C++11</td>
4699 <td>Template parameter packs in non-type template parameters</td>
4700 <td class="unknown" align="center">Unknown</td>
4701 </tr>
4702 <tr id="779">
4703 <td><a href="https://cplusplus.github.io/CWG/issues/779.html">779</a></td>
4704 <td>CD2</td>
4705 <td>Rvalue reference members of closure objects?</td>
4706 <td class="unknown" align="center">Unknown</td>
4707 </tr>
4708 <tr id="782">
4709 <td><a href="https://cplusplus.github.io/CWG/issues/782.html">782</a></td>
4710 <td>CD2</td>
4711 <td>Lambda expressions and argument-dependent lookup</td>
4712 <td class="unknown" align="center">Unknown</td>
4713 </tr>
4714 <tr class="open" id="783">
4715 <td><a href="https://cplusplus.github.io/CWG/issues/783.html">783</a></td>
4716 <td>open</td>
4717 <td>Definition of &#8220;argument&#8221;</td>
4718 <td align="center">Not resolved</td>
4719 </tr>
4720 <tr id="784">
4721 <td><a href="https://cplusplus.github.io/CWG/issues/784.html">784</a></td>
4722 <td>C++11</td>
4723 <td>List of incompatibilities with the previous Standard</td>
4724 <td class="unknown" align="center">Unknown</td>
4725 </tr>
4726 <tr id="785">
4727 <td><a href="https://cplusplus.github.io/CWG/issues/785.html">785</a></td>
4728 <td>CD2</td>
4729 <td>&#8220;Execution sequence&#8221; is inappropriate phraseology</td>
4730 <td class="unknown" align="center">Unknown</td>
4731 </tr>
4732 <tr id="786">
4733 <td><a href="https://cplusplus.github.io/CWG/issues/786.html">786</a></td>
4734 <td>CD2</td>
4735 <td>Definition of &#8220;thread&#8221;</td>
4736 <td class="unknown" align="center">Unknown</td>
4737 </tr>
4738 <tr id="787">
4739 <td><a href="https://cplusplus.github.io/CWG/issues/787.html">787</a></td>
4740 <td>CD2</td>
4741 <td>Unnecessary lexical undefined behavior</td>
4742 <td class="unknown" align="center">Unknown</td>
4743 </tr>
4744 <tr id="788">
4745 <td><a href="https://cplusplus.github.io/CWG/issues/788.html">788</a></td>
4746 <td>CD2</td>
4747 <td>Relationship between locale and values of the execution character set</td>
4748 <td class="unknown" align="center">Unknown</td>
4749 </tr>
4750 <tr id="789">
4751 <td><a href="https://cplusplus.github.io/CWG/issues/789.html">789</a></td>
4752 <td>CD2</td>
4753 <td>Deprecating trigraphs</td>
4754 <td class="unknown" align="center">Unknown</td>
4755 </tr>
4756 <tr id="790">
4757 <td><a href="https://cplusplus.github.io/CWG/issues/790.html">790</a></td>
4758 <td>CD2</td>
4759 <td>Concatenation of raw and non-raw string literals</td>
4760 <td class="unknown" align="center">Unknown</td>
4761 </tr>
4762 <tr id="792">
4763 <td><a href="https://cplusplus.github.io/CWG/issues/792.html">792</a></td>
4764 <td>CD2</td>
4765 <td>Effects of <TT>std::quick_exit</TT></td>
4766 <td class="unknown" align="center">Unknown</td>
4767 </tr>
4768 <tr id="793">
4769 <td><a href="https://cplusplus.github.io/CWG/issues/793.html">793</a></td>
4770 <td>CD2</td>
4771 <td>Use of class members during destruction</td>
4772 <td class="unknown" align="center">Unknown</td>
4773 </tr>
4774 <tr id="794">
4775 <td><a href="https://cplusplus.github.io/CWG/issues/794.html">794</a></td>
4776 <td>NAD</td>
4777 <td>Base-derived conversion in member type of pointer-to-member conversion</td>
4778 <td class="unknown" align="center">Unknown</td>
4779 </tr>
4780 <tr id="795">
4781 <td><a href="https://cplusplus.github.io/CWG/issues/795.html">795</a></td>
4782 <td>NAD</td>
4783 <td>Dependency of lambdas on <TT>&lt;functional&gt;</TT></td>
4784 <td class="unknown" align="center">Unknown</td>
4785 </tr>
4786 <tr id="796">
4787 <td><a href="https://cplusplus.github.io/CWG/issues/796.html">796</a></td>
4788 <td>CD2</td>
4789 <td>Lifetime of a closure object with members captured by reference</td>
4790 <td class="unknown" align="center">Unknown</td>
4791 </tr>
4792 <tr id="797">
4793 <td><a href="https://cplusplus.github.io/CWG/issues/797.html">797</a></td>
4794 <td>CD2</td>
4795 <td>Converting a no-capture lambda to a function type</td>
4796 <td class="unknown" align="center">Unknown</td>
4797 </tr>
4798 <tr id="798">
4799 <td><a href="https://cplusplus.github.io/CWG/issues/798.html">798</a></td>
4800 <td>C++11</td>
4801 <td>Overloaded subscript operator described in clause 5</td>
4802 <td class="unknown" align="center">Unknown</td>
4803 </tr>
4804 <tr id="799">
4805 <td><a href="https://cplusplus.github.io/CWG/issues/799.html">799</a></td>
4806 <td>CD2</td>
4807 <td>Can <TT>reinterpret_cast</TT> be used to cast an operand to its own type?</td>
4808 <td class="unknown" align="center">Unknown</td>
4809 </tr>
4810 <tr id="800">
4811 <td><a href="https://cplusplus.github.io/CWG/issues/800.html">800</a></td>
4812 <td>NAD</td>
4813 <td>Safely-derived pointers and object pointers converted from function pointers</td>
4814 <td class="unknown" align="center">Unknown</td>
4815 </tr>
4816 <tr id="801">
4817 <td><a href="https://cplusplus.github.io/CWG/issues/801.html">801</a></td>
4818 <td>CD2</td>
4819 <td>Casting away constness in a cast to rvalue reference type</td>
4820 <td class="unknown" align="center">Unknown</td>
4821 </tr>
4822 <tr id="803">
4823 <td><a href="https://cplusplus.github.io/CWG/issues/803.html">803</a></td>
4824 <td>CD2</td>
4825 <td><TT>sizeof</TT> an enumeration type with a fixed underlying type</td>
4826 <td class="unknown" align="center">Unknown</td>
4827 </tr>
4828 <tr id="804">
4829 <td><a href="https://cplusplus.github.io/CWG/issues/804.html">804</a></td>
4830 <td>CD2</td>
4831 <td>Deducing the type in <TT>new auto(x)</TT></td>
4832 <td class="unknown" align="center">Unknown</td>
4833 </tr>
4834 <tr id="805">
4835 <td><a href="https://cplusplus.github.io/CWG/issues/805.html">805</a></td>
4836 <td>CD2</td>
4837 <td>Which exception to throw for overflow in array size calculation</td>
4838 <td class="unknown" align="center">Unknown</td>
4839 </tr>
4840 <tr id="806">
4841 <td><a href="https://cplusplus.github.io/CWG/issues/806.html">806</a></td>
4842 <td>CD2</td>
4843 <td>Enumeration types in integral constant expressions</td>
4844 <td class="unknown" align="center">Unknown</td>
4845 </tr>
4846 <tr id="807">
4847 <td><a href="https://cplusplus.github.io/CWG/issues/807.html">807</a></td>
4848 <td>NAD</td>
4849 <td><TT>typeid</TT> expressions in constant expressions</td>
4850 <td class="unknown" align="center">Unknown</td>
4851 </tr>
4852 <tr id="808">
4853 <td><a href="https://cplusplus.github.io/CWG/issues/808.html">808</a></td>
4854 <td>CD2</td>
4855 <td>Non-type <I>decl-specifier</I>s versus max-munch</td>
4856 <td class="unknown" align="center">Unknown</td>
4857 </tr>
4858 <tr id="809">
4859 <td><a href="https://cplusplus.github.io/CWG/issues/809.html">809</a></td>
4860 <td>CD2</td>
4861 <td>Deprecation of the <TT>register</TT> keyword</td>
4862 <td class="unknown" align="center">Unknown</td>
4863 </tr>
4864 <tr id="810">
4865 <td><a href="https://cplusplus.github.io/CWG/issues/810.html">810</a></td>
4866 <td>CD2</td>
4867 <td>Block-scope <TT>thread_local</TT> variables should be implicitly <TT>static</TT></td>
4868 <td class="unknown" align="center">Unknown</td>
4869 </tr>
4870 <tr id="811">
4871 <td><a href="https://cplusplus.github.io/CWG/issues/811.html">811</a></td>
4872 <td>CD2</td>
4873 <td>Unclear implications of const-qualification</td>
4874 <td class="unknown" align="center">Unknown</td>
4875 </tr>
4876 <tr id="812">
4877 <td><a href="https://cplusplus.github.io/CWG/issues/812.html">812</a></td>
4878 <td>CD2</td>
4879 <td>Duplicate names in inline namespaces</td>
4880 <td class="unknown" align="center">Unknown</td>
4881 </tr>
4882 <tr class="open" id="813">
4883 <td><a href="https://cplusplus.github.io/CWG/issues/813.html">813</a></td>
4884 <td>open</td>
4885 <td><TT>typename</TT> in a <I>using-declaration</I> with a non-dependent name</td>
4886 <td align="center">Not resolved</td>
4887 </tr>
4888 <tr id="814">
4889 <td><a href="https://cplusplus.github.io/CWG/issues/814.html">814</a></td>
4890 <td>CD2</td>
4891 <td>Attribute to indicate that a function throws nothing</td>
4892 <td class="unknown" align="center">Unknown</td>
4893 </tr>
4894 <tr id="815">
4895 <td><a href="https://cplusplus.github.io/CWG/issues/815.html">815</a></td>
4896 <td>CD2</td>
4897 <td>Parameter pack expansion inside attributes</td>
4898 <td class="unknown" align="center">Unknown</td>
4899 </tr>
4900 <tr id="816">
4901 <td><a href="https://cplusplus.github.io/CWG/issues/816.html">816</a></td>
4902 <td>CD2</td>
4903 <td>Diagnosing violations of <TT>[[final]]</TT></td>
4904 <td class="unknown" align="center">Unknown</td>
4905 </tr>
4906 <tr id="817">
4907 <td><a href="https://cplusplus.github.io/CWG/issues/817.html">817</a></td>
4908 <td>CD2</td>
4909 <td>Meaning of <TT>[[final]]</TT> applied to a class definition</td>
4910 <td class="unknown" align="center">Unknown</td>
4911 </tr>
4912 <tr id="818">
4913 <td><a href="https://cplusplus.github.io/CWG/issues/818.html">818</a></td>
4914 <td>CD2</td>
4915 <td>Function parameter packs in non-final positions</td>
4916 <td class="unknown" align="center">Unknown</td>
4917 </tr>
4918 <tr id="819">
4919 <td><a href="https://cplusplus.github.io/CWG/issues/819.html">819</a></td>
4920 <td>NAD</td>
4921 <td>Access control and deleted implicitly-declared special member functions</td>
4922 <td class="unknown" align="center">Unknown</td>
4923 </tr>
4924 <tr id="820">
4925 <td><a href="https://cplusplus.github.io/CWG/issues/820.html">820</a></td>
4926 <td>CD2</td>
4927 <td>Deprecation of <TT>export</TT></td>
4928 <td class="full" align="center">Clang 2.7</td>
4929 </tr>
4930 <tr id="822">
4931 <td><a href="https://cplusplus.github.io/CWG/issues/822.html">822</a></td>
4932 <td>NAD</td>
4933 <td>Additional contexts for template aliases</td>
4934 <td class="unknown" align="center">Unknown</td>
4935 </tr>
4936 <tr id="823">
4937 <td><a href="https://cplusplus.github.io/CWG/issues/823.html">823</a></td>
4938 <td>CD2</td>
4939 <td>Literal types with constexpr conversions as non-type template arguments</td>
4940 <td class="unknown" align="center">Unknown</td>
4941 </tr>
4942 <tr id="828">
4943 <td><a href="https://cplusplus.github.io/CWG/issues/828.html">828</a></td>
4944 <td>CD2</td>
4945 <td>Destruction of exception objects</td>
4946 <td class="unknown" align="center">Unknown</td>
4947 </tr>
4948 <tr id="829">
4949 <td><a href="https://cplusplus.github.io/CWG/issues/829.html">829</a></td>
4950 <td>NAD</td>
4951 <td>At what point is <TT>std::unexpected</TT> called?</td>
4952 <td class="unknown" align="center">Unknown</td>
4953 </tr>
4954 <tr id="830">
4955 <td><a href="https://cplusplus.github.io/CWG/issues/830.html">830</a></td>
4956 <td>CD2</td>
4957 <td>Deprecating exception specifications</td>
4958 <td class="unknown" align="center">Unknown</td>
4959 </tr>
4960 <tr id="831">
4961 <td><a href="https://cplusplus.github.io/CWG/issues/831.html">831</a></td>
4962 <td>CD2</td>
4963 <td>Limit on recursively nested template instantiations</td>
4964 <td class="unknown" align="center">Unknown</td>
4965 </tr>
4966 <tr id="832">
4967 <td><a href="https://cplusplus.github.io/CWG/issues/832.html">832</a></td>
4968 <td>CD2</td>
4969 <td>Value of preprocessing numbers</td>
4970 <td class="unknown" align="center">Unknown</td>
4971 </tr>
4972 <tr id="833">
4973 <td><a href="https://cplusplus.github.io/CWG/issues/833.html">833</a></td>
4974 <td>CD2</td>
4975 <td>Explicit conversion of a scoped enumeration value to a floating type</td>
4976 <td class="unknown" align="center">Unknown</td>
4977 </tr>
4978 <tr id="834">
4979 <td><a href="https://cplusplus.github.io/CWG/issues/834.html">834</a></td>
4980 <td>CD2</td>
4981 <td>What is an &#8220;ordinary string literal&#8221;?</td>
4982 <td class="unknown" align="center">Unknown</td>
4983 </tr>
4984 <tr id="835">
4985 <td><a href="https://cplusplus.github.io/CWG/issues/835.html">835</a></td>
4986 <td>CD2</td>
4987 <td>Scoped enumerations and the &#8220;usual arithmetic conversions&#8221;</td>
4988 <td class="unknown" align="center">Unknown</td>
4989 </tr>
4990 <tr id="836">
4991 <td><a href="https://cplusplus.github.io/CWG/issues/836.html">836</a></td>
4992 <td>NAD</td>
4993 <td><TT>[[noreturn]]</TT> applied to function types</td>
4994 <td class="unknown" align="center">Unknown</td>
4995 </tr>
4996 <tr id="837">
4997 <td><a href="https://cplusplus.github.io/CWG/issues/837.html">837</a></td>
4998 <td>C++11</td>
4999 <td>Constexpr functions and <TT>return</TT> <I>braced-init-list</I></td>
5000 <td class="unknown" align="center">Unknown</td>
5001 </tr>
5002 <tr id="838">
5003 <td><a href="https://cplusplus.github.io/CWG/issues/838.html">838</a></td>
5004 <td>C++11</td>
5005 <td>Use of <TT>this</TT> in a <I>brace-or-equal-initializer</I></td>
5006 <td class="unknown" align="center">Unknown</td>
5007 </tr>
5008 <tr id="839">
5009 <td><a href="https://cplusplus.github.io/CWG/issues/839.html">839</a></td>
5010 <td>dup</td>
5011 <td><TT>sizeof</TT> with opaque enumerations</td>
5012 <td class="unknown" align="center">Unknown</td>
5013 </tr>
5014 <tr id="840">
5015 <td><a href="https://cplusplus.github.io/CWG/issues/840.html">840</a></td>
5016 <td>CD2</td>
5017 <td>Rvalue references as nontype template parameters</td>
5018 <td class="unknown" align="center">Unknown</td>
5019 </tr>
5020 <tr id="842">
5021 <td><a href="https://cplusplus.github.io/CWG/issues/842.html">842</a></td>
5022 <td>CD2</td>
5023 <td>Casting to rvalue reference type</td>
5024 <td class="unknown" align="center">Unknown</td>
5025 </tr>
5026 <tr id="845">
5027 <td><a href="https://cplusplus.github.io/CWG/issues/845.html">845</a></td>
5028 <td>CD2</td>
5029 <td>What is the &#8220;first declaration&#8221; of an explicit specialization?</td>
5030 <td class="unknown" align="center">Unknown</td>
5031 </tr>
5032 <tr id="846">
5033 <td><a href="https://cplusplus.github.io/CWG/issues/846.html">846</a></td>
5034 <td>CD2</td>
5035 <td>Rvalue references to functions</td>
5036 <td class="unknown" align="center">Unknown</td>
5037 </tr>
5038 <tr id="847">
5039 <td><a href="https://cplusplus.github.io/CWG/issues/847.html">847</a></td>
5040 <td>CD2</td>
5041 <td>Error in rvalue reference deduction example</td>
5042 <td class="unknown" align="center">Unknown</td>
5043 </tr>
5044 <tr id="850">
5045 <td><a href="https://cplusplus.github.io/CWG/issues/850.html">850</a></td>
5046 <td>CD2</td>
5047 <td>Restrictions on use of non-static data members</td>
5048 <td class="unknown" align="center">Unknown</td>
5049 </tr>
5050 <tr id="852">
5051 <td><a href="https://cplusplus.github.io/CWG/issues/852.html">852</a></td>
5052 <td>CD6</td>
5053 <td><I>using-declaration</I>s and dependent base classes</td>
5054 <td class="unknown" align="center">Unknown</td>
5055 </tr>
5056 <tr id="853">
5057 <td><a href="https://cplusplus.github.io/CWG/issues/853.html">853</a></td>
5058 <td>CD2</td>
5059 <td>Support for relaxed pointer safety</td>
5060 <td class="unknown" align="center">Unknown</td>
5061 </tr>
5062 <tr id="854">
5063 <td><a href="https://cplusplus.github.io/CWG/issues/854.html">854</a></td>
5064 <td>CD2</td>
5065 <td>Left shift and unsigned extended types</td>
5066 <td class="unknown" align="center">Unknown</td>
5067 </tr>
5068 <tr id="855">
5069 <td><a href="https://cplusplus.github.io/CWG/issues/855.html">855</a></td>
5070 <td>CD2</td>
5071 <td>Incorrect comments in <I>braced-init-list</I> assignment example</td>
5072 <td class="unknown" align="center">Unknown</td>
5073 </tr>
5074 <tr id="858">
5075 <td><a href="https://cplusplus.github.io/CWG/issues/858.html">858</a></td>
5076 <td>CD2</td>
5077 <td>Example binding an rvalue reference to an lvalue</td>
5078 <td class="unknown" align="center">Unknown</td>
5079 </tr>
5080 <tr id="860">
5081 <td><a href="https://cplusplus.github.io/CWG/issues/860.html">860</a></td>
5082 <td>C++11</td>
5083 <td>Explicit qualification of constexpr member functions</td>
5084 <td class="unknown" align="center">Unknown</td>
5085 </tr>
5086 <tr id="861">
5087 <td><a href="https://cplusplus.github.io/CWG/issues/861.html">861</a></td>
5088 <td>CD2</td>
5089 <td>Unintended ambiguity in inline namespace lookup</td>
5090 <td class="unknown" align="center">Unknown</td>
5091 </tr>
5092 <tr id="862">
5093 <td><a href="https://cplusplus.github.io/CWG/issues/862.html">862</a></td>
5094 <td>CD2</td>
5095 <td>Undefined behavior with enumerator value overflow</td>
5096 <td class="unknown" align="center">Unknown</td>
5097 </tr>
5098 <tr id="863">
5099 <td><a href="https://cplusplus.github.io/CWG/issues/863.html">863</a></td>
5100 <td>CD2</td>
5101 <td>Rvalue reference cast to incomplete type</td>
5102 <td class="unknown" align="center">Unknown</td>
5103 </tr>
5104 <tr id="864">
5105 <td><a href="https://cplusplus.github.io/CWG/issues/864.html">864</a></td>
5106 <td>C++11</td>
5107 <td><I>braced-init-list</I> in the range-based <TT>for</TT> statement</td>
5108 <td class="unknown" align="center">Unknown</td>
5109 </tr>
5110 <tr id="865">
5111 <td><a href="https://cplusplus.github.io/CWG/issues/865.html">865</a></td>
5112 <td>CD2</td>
5113 <td>Initializing a <TT>std::initializer_list</TT></td>
5114 <td class="unknown" align="center">Unknown</td>
5115 </tr>
5116 <tr id="869">
5117 <td><a href="https://cplusplus.github.io/CWG/issues/869.html">869</a></td>
5118 <td>CD2</td>
5119 <td>Uninitialized <TT>thread_local</TT> objects</td>
5120 <td class="unknown" align="center">Unknown</td>
5121 </tr>
5122 <tr id="872">
5123 <td><a href="https://cplusplus.github.io/CWG/issues/872.html">872</a></td>
5124 <td>CD2</td>
5125 <td>Lexical issues with raw strings</td>
5126 <td class="unknown" align="center">Unknown</td>
5127 </tr>
5128 <tr id="873">
5129 <td><a href="https://cplusplus.github.io/CWG/issues/873.html">873</a></td>
5130 <td>C++11</td>
5131 <td>Deducing rvalue references in declarative contexts</td>
5132 <td class="full" align="center">Clang 3.0</td>
5133 </tr>
5134 <tr id="874">
5135 <td><a href="https://cplusplus.github.io/CWG/issues/874.html">874</a></td>
5136 <td>CD2</td>
5137 <td>Class-scope definitions of enumeration types</td>
5138 <td class="unknown" align="center">Unknown</td>
5139 </tr>
5140 <tr id="876">
5141 <td><a href="https://cplusplus.github.io/CWG/issues/876.html">876</a></td>
5142 <td>CD2</td>
5143 <td>Type references in rvalue reference deduction specification</td>
5144 <td class="unknown" align="center">Unknown</td>
5145 </tr>
5146 <tr id="877">
5147 <td><a href="https://cplusplus.github.io/CWG/issues/877.html">877</a></td>
5148 <td>CD2</td>
5149 <td>Viable functions and binding references to rvalues</td>
5150 <td class="unknown" align="center">Unknown</td>
5151 </tr>
5152 <tr id="879">
5153 <td><a href="https://cplusplus.github.io/CWG/issues/879.html">879</a></td>
5154 <td>CD2</td>
5155 <td>Missing built-in comparison operators for pointer types</td>
5156 <td class="unknown" align="center">Unknown</td>
5157 </tr>
5158 <tr id="880">
5159 <td><a href="https://cplusplus.github.io/CWG/issues/880.html">880</a></td>
5160 <td>CD2</td>
5161 <td>Built-in conditional operator for scoped enumerations</td>
5162 <td class="unknown" align="center">Unknown</td>
5163 </tr>
5164 <tr id="882">
5165 <td><a href="https://cplusplus.github.io/CWG/issues/882.html">882</a></td>
5166 <td>CD2</td>
5167 <td>Defining <TT>main</TT> as deleted</td>
5168 <td class="full" align="center">Clang 3.5</td>
5169 </tr>
5170 <tr id="883">
5171 <td><a href="https://cplusplus.github.io/CWG/issues/883.html">883</a></td>
5172 <td>CD2</td>
5173 <td><TT>std::memcpy</TT> vs <TT>std::memmove</TT></td>
5174 <td class="unknown" align="center">Unknown</td>
5175 </tr>
5176 <tr id="884">
5177 <td><a href="https://cplusplus.github.io/CWG/issues/884.html">884</a></td>
5178 <td>CD2</td>
5179 <td>Defining an explicitly-specialized static data member</td>
5180 <td class="unknown" align="center">Unknown</td>
5181 </tr>
5182 <tr id="885">
5183 <td><a href="https://cplusplus.github.io/CWG/issues/885.html">885</a></td>
5184 <td>NAD</td>
5185 <td>Partial ordering of function templates with unordered parameter pairs</td>
5186 <td class="unknown" align="center">Unknown</td>
5187 </tr>
5188 <tr id="886">
5189 <td><a href="https://cplusplus.github.io/CWG/issues/886.html">886</a></td>
5190 <td>CD2</td>
5191 <td>Member initializers and aggregates</td>
5192 <td class="unknown" align="center">Unknown</td>
5193 </tr>
5194 <tr id="887">
5195 <td><a href="https://cplusplus.github.io/CWG/issues/887.html">887</a></td>
5196 <td>CD2</td>
5197 <td>Move construction of thrown object</td>
5198 <td class="unknown" align="center">Unknown</td>
5199 </tr>
5200 <tr id="888">
5201 <td><a href="https://cplusplus.github.io/CWG/issues/888.html">888</a></td>
5202 <td>CD2</td>
5203 <td>Union member initializers</td>
5204 <td class="unknown" align="center">Unknown</td>
5205 </tr>
5206 <tr id="891">
5207 <td><a href="https://cplusplus.github.io/CWG/issues/891.html">891</a></td>
5208 <td>CD2</td>
5209 <td><TT>const_cast</TT> to rvalue reference from objectless rvalue</td>
5210 <td class="unknown" align="center">Unknown</td>
5211 </tr>
5212 <tr id="892">
5213 <td><a href="https://cplusplus.github.io/CWG/issues/892.html">892</a></td>
5214 <td>C++11</td>
5215 <td>Missing requirements for constexpr constructors</td>
5216 <td class="unknown" align="center">Unknown</td>
5217 </tr>
5218 <tr id="893">
5219 <td><a href="https://cplusplus.github.io/CWG/issues/893.html">893</a></td>
5220 <td>NAD</td>
5221 <td>Brace syntax for <I>enumerator-definition</I>s</td>
5222 <td class="unknown" align="center">Unknown</td>
5223 </tr>
5224 <tr id="896">
5225 <td><a href="https://cplusplus.github.io/CWG/issues/896.html">896</a></td>
5226 <td>CD2</td>
5227 <td>Rvalue references and rvalue-reference conversion functions</td>
5228 <td class="unknown" align="center">Unknown</td>
5229 </tr>
5230 <tr class="open" id="897">
5231 <td><a href="https://cplusplus.github.io/CWG/issues/897.html">897</a></td>
5232 <td>open</td>
5233 <td><TT>_Pragma</TT> and extended <I>string-literal</I>s</td>
5234 <td align="center">Not resolved</td>
5235 </tr>
5236 <tr id="898">
5237 <td><a href="https://cplusplus.github.io/CWG/issues/898.html">898</a></td>
5238 <td>C++11</td>
5239 <td>Declarations in constexpr functions</td>
5240 <td class="unknown" align="center">Unknown</td>
5241 </tr>
5242 <tr id="899">
5243 <td><a href="https://cplusplus.github.io/CWG/issues/899.html">899</a></td>
5244 <td>CD2</td>
5245 <td>Explicit conversion functions in direct class initialization</td>
5246 <td class="unknown" align="center">Unknown</td>
5247 </tr>
5248 <tr id="900">
5249 <td><a href="https://cplusplus.github.io/CWG/issues/900.html">900</a></td>
5250 <td>C++23</td>
5251 <td>Lifetime of temporaries in range-based <TT>for</TT></td>
5252 <td class="unknown" align="center">Unknown</td>
5253 </tr>
5254 <tr class="open" id="901">
5255 <td><a href="https://cplusplus.github.io/CWG/issues/901.html">901</a></td>
5256 <td>drafting</td>
5257 <td>Deleted <TT>operator delete</TT></td>
5258 <td align="center">Not resolved</td>
5259 </tr>
5260 <tr id="902">
5261 <td><a href="https://cplusplus.github.io/CWG/issues/902.html">902</a></td>
5262 <td>NAD</td>
5263 <td>In-class initialization of non-constant static data members</td>
5264 <td class="unknown" align="center">Unknown</td>
5265 </tr>
5266 <tr id="903">
5267 <td><a href="https://cplusplus.github.io/CWG/issues/903.html">903</a></td>
5268 <td>CD3</td>
5269 <td>Value-dependent integral null pointer constants</td>
5270 <td class="unknown" align="center">Unknown</td>
5271 </tr>
5272 <tr id="904">
5273 <td><a href="https://cplusplus.github.io/CWG/issues/904.html">904</a></td>
5274 <td>CD2</td>
5275 <td>Parameter packs in <I>lambda-capture</I>s</td>
5276 <td class="unknown" align="center">Unknown</td>
5277 </tr>
5278 <tr id="905">
5279 <td><a href="https://cplusplus.github.io/CWG/issues/905.html">905</a></td>
5280 <td>CD2</td>
5281 <td>Explicit defaulted copy constructors and trivial copyability</td>
5282 <td class="unknown" align="center">Unknown</td>
5283 </tr>
5284 <tr id="906">
5285 <td><a href="https://cplusplus.github.io/CWG/issues/906.html">906</a></td>
5286 <td>CD2</td>
5287 <td>Which special member functions can be defaulted?</td>
5288 <td class="unknown" align="center">Unknown</td>
5289 </tr>
5290 <tr id="908">
5291 <td><a href="https://cplusplus.github.io/CWG/issues/908.html">908</a></td>
5292 <td>CD2</td>
5293 <td>Deleted global allocation and deallocation functions</td>
5294 <td class="unknown" align="center">Unknown</td>
5295 </tr>
5296 <tr id="909">
5297 <td><a href="https://cplusplus.github.io/CWG/issues/909.html">909</a></td>
5298 <td>NAD</td>
5299 <td>Old-style casts with conversion functions</td>
5300 <td class="unknown" align="center">Unknown</td>
5301 </tr>
5302 <tr id="910">
5303 <td><a href="https://cplusplus.github.io/CWG/issues/910.html">910</a></td>
5304 <td>CD2</td>
5305 <td>Move constructors and implicitly-declared copy constructors</td>
5306 <td class="unknown" align="center">Unknown</td>
5307 </tr>
5308 <tr id="912">
5309 <td><a href="https://cplusplus.github.io/CWG/issues/912.html">912</a></td>
5310 <td>CD3</td>
5311 <td>Character literals and <I>universal-character-name</I>s</td>
5312 <td class="unknown" align="center">Unknown</td>
5313 </tr>
5314 <tr id="913">
5315 <td><a href="https://cplusplus.github.io/CWG/issues/913.html">913</a></td>
5316 <td>CD2</td>
5317 <td>Deduction rules for array- and function-type conversion functions</td>
5318 <td class="unknown" align="center">Unknown</td>
5319 </tr>
5320 <tr class="open" id="914">
5321 <td><a href="https://cplusplus.github.io/CWG/issues/914.html">914</a></td>
5322 <td>open</td>
5323 <td>Value-initialization of array types</td>
5324 <td align="center">Not resolved</td>
5325 </tr>
5326 <tr id="915">
5327 <td><a href="https://cplusplus.github.io/CWG/issues/915.html">915</a></td>
5328 <td>CD2</td>
5329 <td>Deleted specializations of member function templates</td>
5330 <td class="unknown" align="center">Unknown</td>
5331 </tr>
5332 <tr id="919">
5333 <td><a href="https://cplusplus.github.io/CWG/issues/919.html">919</a></td>
5334 <td>CD2</td>
5335 <td>Contradictions regarding inline namespaces</td>
5336 <td class="unknown" align="center">Unknown</td>
5337 </tr>
5338 <tr id="920">
5339 <td><a href="https://cplusplus.github.io/CWG/issues/920.html">920</a></td>
5340 <td>CD2</td>
5341 <td>Interaction of inline namespaces and <I>using-declaration</I>s</td>
5342 <td class="unknown" align="center">Unknown</td>
5343 </tr>
5344 <tr id="921">
5345 <td><a href="https://cplusplus.github.io/CWG/issues/921.html">921</a></td>
5346 <td>CD2</td>
5347 <td>Unclear specification of inline namespaces</td>
5348 <td class="unknown" align="center">Unknown</td>
5349 </tr>
5350 <tr id="922">
5351 <td><a href="https://cplusplus.github.io/CWG/issues/922.html">922</a></td>
5352 <td>CD2</td>
5353 <td>Implicit default constructor definitions and <TT>const</TT> variant members</td>
5354 <td class="unknown" align="center">Unknown</td>
5355 </tr>
5356 <tr id="923">
5357 <td><a href="https://cplusplus.github.io/CWG/issues/923.html">923</a></td>
5358 <td>CD2</td>
5359 <td>Inline explicit specializations</td>
5360 <td class="unknown" align="center">Unknown</td>
5361 </tr>
5362 <tr id="924">
5363 <td><a href="https://cplusplus.github.io/CWG/issues/924.html">924</a></td>
5364 <td>C++11</td>
5365 <td><I>alias-declaration</I> as a class member</td>
5366 <td class="unknown" align="center">Unknown</td>
5367 </tr>
5368 <tr class="open" id="925">
5369 <td><a href="https://cplusplus.github.io/CWG/issues/925.html">925</a></td>
5370 <td>open</td>
5371 <td>Type of character literals in preprocessor expressions</td>
5372 <td align="center">Not resolved</td>
5373 </tr>
5374 <tr id="926">
5375 <td><a href="https://cplusplus.github.io/CWG/issues/926.html">926</a></td>
5376 <td>CD2</td>
5377 <td>Inline unnamed namespaces</td>
5378 <td class="unknown" align="center">Unknown</td>
5379 </tr>
5380 <tr id="927">
5381 <td><a href="https://cplusplus.github.io/CWG/issues/927.html">927</a></td>
5382 <td>CD2</td>
5383 <td>Implicitly-deleted default constructors and member initializers</td>
5384 <td class="unknown" align="center">Unknown</td>
5385 </tr>
5386 <tr id="928">
5387 <td><a href="https://cplusplus.github.io/CWG/issues/928.html">928</a></td>
5388 <td>CD2</td>
5389 <td>Defaulting a function that would be implicitly defined as deleted</td>
5390 <td class="unknown" align="center">Unknown</td>
5391 </tr>
5392 <tr id="929">
5393 <td><a href="https://cplusplus.github.io/CWG/issues/929.html">929</a></td>
5394 <td>CD2</td>
5395 <td>What is a template alias?</td>
5396 <td class="unknown" align="center">Unknown</td>
5397 </tr>
5398 <tr id="930">
5399 <td><a href="https://cplusplus.github.io/CWG/issues/930.html">930</a></td>
5400 <td>CD2</td>
5401 <td><TT>alignof</TT> with incomplete array type</td>
5402 <td class="full" align="center">Clang 2.7</td>
5403 </tr>
5404 <tr id="931">
5405 <td><a href="https://cplusplus.github.io/CWG/issues/931.html">931</a></td>
5406 <td>CD2</td>
5407 <td>Confusing reference to the length of a user-defined string literal</td>
5408 <td class="unknown" align="center">Unknown</td>
5409 </tr>
5410 <tr id="932">
5411 <td><a href="https://cplusplus.github.io/CWG/issues/932.html">932</a></td>
5412 <td>CD2</td>
5413 <td>UCNs in closing delimiters of raw string literals</td>
5414 <td class="unknown" align="center">Unknown</td>
5415 </tr>
5416 <tr id="933">
5417 <td><a href="https://cplusplus.github.io/CWG/issues/933.html">933</a></td>
5418 <td>CD2</td>
5419 <td>32-bit UCNs with 16-bit <TT>wchar_t</TT></td>
5420 <td class="unknown" align="center">Unknown</td>
5421 </tr>
5422 <tr id="934">
5423 <td><a href="https://cplusplus.github.io/CWG/issues/934.html">934</a></td>
5424 <td>CD2</td>
5425 <td>List-initialization of references</td>
5426 <td class="unknown" align="center">Unknown</td>
5427 </tr>
5428 <tr id="935">
5429 <td><a href="https://cplusplus.github.io/CWG/issues/935.html">935</a></td>
5430 <td>CD2</td>
5431 <td>Missing overloads for character types for user-defined literals</td>
5432 <td class="unknown" align="center">Unknown</td>
5433 </tr>
5434 <tr id="936">
5435 <td><a href="https://cplusplus.github.io/CWG/issues/936.html">936</a></td>
5436 <td>CD2</td>
5437 <td>Array initialization with new string literals</td>
5438 <td class="unknown" align="center">Unknown</td>
5439 </tr>
5440 <tr id="937">
5441 <td><a href="https://cplusplus.github.io/CWG/issues/937.html">937</a></td>
5442 <td>NAD</td>
5443 <td>Restrictions on values of template arguments in user-defined literals</td>
5444 <td class="unknown" align="center">Unknown</td>
5445 </tr>
5446 <tr id="938">
5447 <td><a href="https://cplusplus.github.io/CWG/issues/938.html">938</a></td>
5448 <td>C++11</td>
5449 <td>Initializer lists and array new</td>
5450 <td class="unknown" align="center">Unknown</td>
5451 </tr>
5452 <tr id="939">
5453 <td><a href="https://cplusplus.github.io/CWG/issues/939.html">939</a></td>
5454 <td>CD2</td>
5455 <td>Explicitly checking virtual function overriding</td>
5456 <td class="unknown" align="center">Unknown</td>
5457 </tr>
5458 <tr id="940">
5459 <td><a href="https://cplusplus.github.io/CWG/issues/940.html">940</a></td>
5460 <td>CD2</td>
5461 <td>Global anonymous unions</td>
5462 <td class="unknown" align="center">Unknown</td>
5463 </tr>
5464 <tr id="941">
5465 <td><a href="https://cplusplus.github.io/CWG/issues/941.html">941</a></td>
5466 <td>C++11</td>
5467 <td>Explicit specialization of deleted function template</td>
5468 <td class="unknown" align="center">Unknown</td>
5469 </tr>
5470 <tr id="942">
5471 <td><a href="https://cplusplus.github.io/CWG/issues/942.html">942</a></td>
5472 <td>CD2</td>
5473 <td>Is <TT>this</TT> an entity?</td>
5474 <td class="unknown" align="center">Unknown</td>
5475 </tr>
5476 <tr id="943">
5477 <td><a href="https://cplusplus.github.io/CWG/issues/943.html">943</a></td>
5478 <td>CD5</td>
5479 <td>Is <TT>T()</TT> a temporary?</td>
5480 <td class="unknown" align="center">Unknown</td>
5481 </tr>
5482 <tr id="944">
5483 <td><a href="https://cplusplus.github.io/CWG/issues/944.html">944</a></td>
5484 <td>NAD</td>
5485 <td><TT>reinterpret_cast</TT> for all types with the same size and alignment</td>
5486 <td class="unknown" align="center">Unknown</td>
5487 </tr>
5488 <tr id="945">
5489 <td><a href="https://cplusplus.github.io/CWG/issues/945.html">945</a></td>
5490 <td>C++11</td>
5491 <td>Use of <TT>this</TT> in a late-specified return type</td>
5492 <td class="unknown" align="center">Unknown</td>
5493 </tr>
5494 <tr id="946">
5495 <td><a href="https://cplusplus.github.io/CWG/issues/946.html">946</a></td>
5496 <td>CD2</td>
5497 <td>Order of destruction of local static objects and calls to <TT>std::atexit</TT></td>
5498 <td class="unknown" align="center">Unknown</td>
5499 </tr>
5500 <tr id="947">
5501 <td><a href="https://cplusplus.github.io/CWG/issues/947.html">947</a></td>
5502 <td>NAD</td>
5503 <td>Deducing type template arguments from default function arguments</td>
5504 <td class="unknown" align="center">Unknown</td>
5505 </tr>
5506 <tr id="948">
5507 <td><a href="https://cplusplus.github.io/CWG/issues/948.html">948</a></td>
5508 <td>C++11</td>
5509 <td><TT>constexpr</TT> in <I>condition</I>s</td>
5510 <td class="full" align="center">Clang 3.7</td>
5511 </tr>
5512 <tr class="open" id="949">
5513 <td><a href="https://cplusplus.github.io/CWG/issues/949.html">949</a></td>
5514 <td>open</td>
5515 <td>Requirements for freestanding implementations</td>
5516 <td align="center">Not resolved</td>
5517 </tr>
5518 <tr id="950">
5519 <td><a href="https://cplusplus.github.io/CWG/issues/950.html">950</a></td>
5520 <td>CD2</td>
5521 <td>Use of <TT>decltype</TT> as a <I>class-name</I></td>
5522 <td class="unknown" align="center">Unknown</td>
5523 </tr>
5524 <tr id="951">
5525 <td><a href="https://cplusplus.github.io/CWG/issues/951.html">951</a></td>
5526 <td>CD2</td>
5527 <td>Problems with <I>attribute-specifier</I>s</td>
5528 <td class="unknown" align="center">Unknown</td>
5529 </tr>
5530 <tr id="952">
5531 <td><a href="https://cplusplus.github.io/CWG/issues/952.html">952</a></td>
5532 <td>CD6</td>
5533 <td>Insufficient description of &#8220;naming class&#8221;</td>
5534 <td class="full" align="center">Clang 2.8</td>
5535 </tr>
5536 <tr id="953">
5537 <td><a href="https://cplusplus.github.io/CWG/issues/953.html">953</a></td>
5538 <td>CD2</td>
5539 <td>Rvalue references and function viability</td>
5540 <td class="unknown" align="center">Unknown</td>
5541 </tr>
5542 <tr class="open" id="954">
5543 <td><a href="https://cplusplus.github.io/CWG/issues/954.html">954</a></td>
5544 <td>open</td>
5545 <td>Overload resolution of conversion operator templates with built-in types</td>
5546 <td align="center">Not resolved</td>
5547 </tr>
5548 <tr id="955">
5549 <td><a href="https://cplusplus.github.io/CWG/issues/955.html">955</a></td>
5550 <td>CD2</td>
5551 <td>Can a closure type's <TT>operator()</TT> be virtual?</td>
5552 <td class="unknown" align="center">Unknown</td>
5553 </tr>
5554 <tr id="956">
5555 <td><a href="https://cplusplus.github.io/CWG/issues/956.html">956</a></td>
5556 <td>CD2</td>
5557 <td>Function prototype scope with late-specified return types</td>
5558 <td class="unknown" align="center">Unknown</td>
5559 </tr>
5560 <tr id="957">
5561 <td><a href="https://cplusplus.github.io/CWG/issues/957.html">957</a></td>
5562 <td>CD2</td>
5563 <td>Alternative tokens and <I>attribute-token</I>s</td>
5564 <td class="unknown" align="center">Unknown</td>
5565 </tr>
5566 <tr id="958">
5567 <td><a href="https://cplusplus.github.io/CWG/issues/958.html">958</a></td>
5568 <td>NAD</td>
5569 <td>Lambdas and <TT>decltype</TT></td>
5570 <td class="unknown" align="center">Unknown</td>
5571 </tr>
5572 <tr id="959">
5573 <td><a href="https://cplusplus.github.io/CWG/issues/959.html">959</a></td>
5574 <td>CD2</td>
5575 <td>Alignment attribute for class and enumeration types</td>
5576 <td class="unknown" align="center">Unknown</td>
5577 </tr>
5578 <tr id="960">
5579 <td><a href="https://cplusplus.github.io/CWG/issues/960.html">960</a></td>
5580 <td>CD2</td>
5581 <td>Covariant functions and lvalue/rvalue references</td>
5582 <td class="full" align="center">Clang 3.0</td>
5583 </tr>
5584 <tr id="961">
5585 <td><a href="https://cplusplus.github.io/CWG/issues/961.html">961</a></td>
5586 <td>CD2</td>
5587 <td>Overload resolution and conversion of <TT>std::nullptr_t</TT> to <TT>bool</TT></td>
5588 <td class="unknown" align="center">Unknown</td>
5589 </tr>
5590 <tr id="962">
5591 <td><a href="https://cplusplus.github.io/CWG/issues/962.html">962</a></td>
5592 <td>CD2</td>
5593 <td>Attributes appertaining to class and enum types</td>
5594 <td class="unknown" align="center">Unknown</td>
5595 </tr>
5596 <tr id="963">
5597 <td><a href="https://cplusplus.github.io/CWG/issues/963.html">963</a></td>
5598 <td>CD2</td>
5599 <td>Comparing <TT>nullptr</TT> with 0</td>
5600 <td class="unknown" align="center">Unknown</td>
5601 </tr>
5602 <tr id="964">
5603 <td><a href="https://cplusplus.github.io/CWG/issues/964.html">964</a></td>
5604 <td>C++11</td>
5605 <td>Incorrect description of when the lvalue-to-rvalue conversion applies</td>
5606 <td class="unknown" align="center">Unknown</td>
5607 </tr>
5608 <tr id="965">
5609 <td><a href="https://cplusplus.github.io/CWG/issues/965.html">965</a></td>
5610 <td>CD2</td>
5611 <td>Limiting the applicability of the <TT>carries_dependency</TT> attribute</td>
5612 <td class="unknown" align="center">Unknown</td>
5613 </tr>
5614 <tr id="966">
5615 <td><a href="https://cplusplus.github.io/CWG/issues/966.html">966</a></td>
5616 <td>CD2</td>
5617 <td>Nested types without linkage</td>
5618 <td class="unknown" align="center">Unknown</td>
5619 </tr>
5620 <tr id="967">
5621 <td><a href="https://cplusplus.github.io/CWG/issues/967.html">967</a></td>
5622 <td>NAD</td>
5623 <td>Exception specification of replacement allocation function</td>
5624 <td class="unknown" align="center">Unknown</td>
5625 </tr>
5626 <tr id="968">
5627 <td><a href="https://cplusplus.github.io/CWG/issues/968.html">968</a></td>
5628 <td>CD2</td>
5629 <td>Syntactic ambiguity of the attribute notation</td>
5630 <td class="unknown" align="center">Unknown</td>
5631 </tr>
5632 <tr id="969">
5633 <td><a href="https://cplusplus.github.io/CWG/issues/969.html">969</a></td>
5634 <td>CD2</td>
5635 <td>Explicit instantiation declarations of class template specializations</td>
5636 <td class="unknown" align="center">Unknown</td>
5637 </tr>
5638 <tr id="970">
5639 <td><a href="https://cplusplus.github.io/CWG/issues/970.html">970</a></td>
5640 <td>CD2</td>
5641 <td>Consistent use of &#8220;appertain&#8221; and &#8220;apply&#8221;</td>
5642 <td class="unknown" align="center">Unknown</td>
5643 </tr>
5644 <tr id="971">
5645 <td><a href="https://cplusplus.github.io/CWG/issues/971.html">971</a></td>
5646 <td>C++11</td>
5647 <td>Incorrect treatment of <I>exception-declaration</I>s</td>
5648 <td class="unknown" align="center">Unknown</td>
5649 </tr>
5650 <tr id="972">
5651 <td><a href="https://cplusplus.github.io/CWG/issues/972.html">972</a></td>
5652 <td>C++11</td>
5653 <td>Allowing multiple <I>attribute-specifier</I>s</td>
5654 <td class="unknown" align="center">Unknown</td>
5655 </tr>
5656 <tr id="973">
5657 <td><a href="https://cplusplus.github.io/CWG/issues/973.html">973</a></td>
5658 <td>CD2</td>
5659 <td>Function types in <I>exception-specification</I>s</td>
5660 <td class="unknown" align="center">Unknown</td>
5661 </tr>
5662 <tr id="974">
5663 <td><a href="https://cplusplus.github.io/CWG/issues/974.html">974</a></td>
5664 <td>CD3</td>
5665 <td>Default arguments for lambdas</td>
5666 <td class="full" align="center">Yes</td>
5667 </tr>
5668 <tr id="975">
5669 <td><a href="https://cplusplus.github.io/CWG/issues/975.html">975</a></td>
5670 <td>CD3</td>
5671 <td>Restrictions on return type deduction for lambdas</td>
5672 <td class="unknown" align="center">Unknown</td>
5673 </tr>
5674 <tr id="976">
5675 <td><a href="https://cplusplus.github.io/CWG/issues/976.html">976</a></td>
5676 <td>CD2</td>
5677 <td>Deduction for <TT>const T&amp;</TT> conversion operators</td>
5678 <td class="unknown" align="center">Unknown</td>
5679 </tr>
5680 <tr id="977">
5681 <td><a href="https://cplusplus.github.io/CWG/issues/977.html">977</a></td>
5682 <td>CD3</td>
5683 <td>When is an enumeration type complete?</td>
5684 <td class="full" align="center">Yes</td>
5685 </tr>
5686 <tr id="978">
5687 <td><a href="https://cplusplus.github.io/CWG/issues/978.html">978</a></td>
5688 <td>CD2</td>
5689 <td>Incorrect specification for copy initialization</td>
5690 <td class="unknown" align="center">Unknown</td>
5691 </tr>
5692 <tr id="979">
5693 <td><a href="https://cplusplus.github.io/CWG/issues/979.html">979</a></td>
5694 <td>CD2</td>
5695 <td>Position of <I>attribute-specifier</I> in declarator syntax</td>
5696 <td class="unknown" align="center">Unknown</td>
5697 </tr>
5698 <tr id="980">
5699 <td><a href="https://cplusplus.github.io/CWG/issues/980.html">980</a></td>
5700 <td>CD2</td>
5701 <td>Explicit instantiation of a member of a class template</td>
5702 <td class="unknown" align="center">Unknown</td>
5703 </tr>
5704 <tr id="981">
5705 <td><a href="https://cplusplus.github.io/CWG/issues/981.html">981</a></td>
5706 <td>C++11</td>
5707 <td>Constexpr constructor templates and literal types</td>
5708 <td class="unknown" align="center">Unknown</td>
5709 </tr>
5710 <tr id="982">
5711 <td><a href="https://cplusplus.github.io/CWG/issues/982.html">982</a></td>
5712 <td>NAD</td>
5713 <td>Initialization with an empty initializer list</td>
5714 <td class="unknown" align="center">Unknown</td>
5715 </tr>
5716 <tr id="983">
5717 <td><a href="https://cplusplus.github.io/CWG/issues/983.html">983</a></td>
5718 <td>CD2</td>
5719 <td>Ambiguous pointer-to-member constant</td>
5720 <td class="unknown" align="center">Unknown</td>
5721 </tr>
5722 <tr id="984">
5723 <td><a href="https://cplusplus.github.io/CWG/issues/984.html">984</a></td>
5724 <td>CD2</td>
5725 <td>&#8220;Deduced type&#8221; is unclear in <TT>auto</TT> type deduction</td>
5726 <td class="unknown" align="center">Unknown</td>
5727 </tr>
5728 <tr id="985">
5729 <td><a href="https://cplusplus.github.io/CWG/issues/985.html">985</a></td>
5730 <td>C++11</td>
5731 <td>Alternative tokens and user-defined literals</td>
5732 <td class="unknown" align="center">Unknown</td>
5733 </tr>
5734 <tr id="986">
5735 <td><a href="https://cplusplus.github.io/CWG/issues/986.html">986</a></td>
5736 <td>CD2</td>
5737 <td>Transitivity of <I>using-directive</I>s versus qualified lookup</td>
5738 <td class="unknown" align="center">Unknown</td>
5739 </tr>
5740 <tr id="987">
5741 <td><a href="https://cplusplus.github.io/CWG/issues/987.html">987</a></td>
5742 <td>CD4</td>
5743 <td>Which declarations introduce namespace members?</td>
5744 <td class="unknown" align="center">Unknown</td>
5745 </tr>
5746 <tr id="988">
5747 <td><a href="https://cplusplus.github.io/CWG/issues/988.html">988</a></td>
5748 <td>CD2</td>
5749 <td>Reference-to-reference collapsing with <TT>decltype</TT></td>
5750 <td class="unknown" align="center">Unknown</td>
5751 </tr>
5752 <tr id="989">
5753 <td><a href="https://cplusplus.github.io/CWG/issues/989.html">989</a></td>
5754 <td>CD2</td>
5755 <td>Misplaced list-initialization example</td>
5756 <td class="unknown" align="center">Unknown</td>
5757 </tr>
5758 <tr id="990">
5759 <td><a href="https://cplusplus.github.io/CWG/issues/990.html">990</a></td>
5760 <td>CD2</td>
5761 <td>Value initialization with multiple initializer-list constructors</td>
5762 <td class="full" align="center">Clang 3.5</td>
5763 </tr>
5764 <tr id="991">
5765 <td><a href="https://cplusplus.github.io/CWG/issues/991.html">991</a></td>
5766 <td>CD2</td>
5767 <td>Reference parameters of constexpr functions and constructors</td>
5768 <td class="unknown" align="center">Unknown</td>
5769 </tr>
5770 <tr id="992">
5771 <td><a href="https://cplusplus.github.io/CWG/issues/992.html">992</a></td>
5772 <td>NAD</td>
5773 <td>Inheriting explicitness</td>
5774 <td class="unknown" align="center">Unknown</td>
5775 </tr>
5776 <tr id="993">
5777 <td><a href="https://cplusplus.github.io/CWG/issues/993.html">993</a></td>
5778 <td>C++11</td>
5779 <td>Freedom to perform instantiation at the end of the translation unit</td>
5780 <td class="unknown" align="center">Unknown</td>
5781 </tr>
5782 <tr id="994">
5783 <td><a href="https://cplusplus.github.io/CWG/issues/994.html">994</a></td>
5784 <td>C++11</td>
5785 <td><I>braced-init-list</I> as a default argument</td>
5786 <td class="unknown" align="center">Unknown</td>
5787 </tr>
5788 <tr id="995">
5789 <td><a href="https://cplusplus.github.io/CWG/issues/995.html">995</a></td>
5790 <td>CD2</td>
5791 <td>Incorrect example for <I>using-declaration</I> and explicit instantiation</td>
5792 <td class="unknown" align="center">Unknown</td>
5793 </tr>
5794 <tr id="996">
5795 <td><a href="https://cplusplus.github.io/CWG/issues/996.html">996</a></td>
5796 <td>C++11</td>
5797 <td>Ambiguous partial specializations of member class templates</td>
5798 <td class="unknown" align="center">Unknown</td>
5799 </tr>
5800 <tr id="997">
5801 <td><a href="https://cplusplus.github.io/CWG/issues/997.html">997</a></td>
5802 <td>C++11</td>
5803 <td>Argument-dependent lookup and dependent function template parameter types</td>
5804 <td class="unknown" align="center">Unknown</td>
5805 </tr>
5806 <tr id="998">
5807 <td><a href="https://cplusplus.github.io/CWG/issues/998.html">998</a></td>
5808 <td>dup</td>
5809 <td>Function parameter transformations and template functions</td>
5810 <td class="unknown" align="center">Unknown</td>
5811 </tr>
5812 <tr id="999">
5813 <td><a href="https://cplusplus.github.io/CWG/issues/999.html">999</a></td>
5814 <td>CD2</td>
5815 <td>&#8220;Implicit&#8221; or &#8220;implied&#8221; object argument/parameter?</td>
5816 <td class="unknown" align="center">Unknown</td>
5817 </tr>
5818 <tr id="1000">
5819 <td><a href="https://cplusplus.github.io/CWG/issues/1000.html">1000</a></td>
5820 <td>CD2</td>
5821 <td>Mistaking member typedefs for constructors</td>
5822 <td class="unknown" align="center">Unknown</td>
5823 </tr>
5824 <tr class="open" id="1001">
5825 <td><a href="https://cplusplus.github.io/CWG/issues/1001.html">1001</a></td>
5826 <td>review</td>
5827 <td>Parameter type adjustment in dependent parameter types</td>
5828 <td align="center">Not resolved</td>
5829 </tr>
5830 <tr id="1002">
5831 <td><a href="https://cplusplus.github.io/CWG/issues/1002.html">1002</a></td>
5832 <td>NAD</td>
5833 <td>Pack expansion for function arguments</td>
5834 <td class="unknown" align="center">Unknown</td>
5835 </tr>
5836 <tr id="1003">
5837 <td><a href="https://cplusplus.github.io/CWG/issues/1003.html">1003</a></td>
5838 <td>CD3</td>
5839 <td>Acceptable definitions of <TT>main</TT></td>
5840 <td class="unknown" align="center">Unknown</td>
5841 </tr>
5842 <tr id="1004">
5843 <td><a href="https://cplusplus.github.io/CWG/issues/1004.html">1004</a></td>
5844 <td>C++11</td>
5845 <td>Injected-class-names as arguments for template template parameters</td>
5846 <td class="full" align="center">Clang 5</td>
5847 </tr>
5848 <tr id="1005">
5849 <td><a href="https://cplusplus.github.io/CWG/issues/1005.html">1005</a></td>
5850 <td>NAD</td>
5851 <td>Qualified name resolution in member functions of class templates</td>
5852 <td class="unknown" align="center">Unknown</td>
5853 </tr>
5854 <tr id="1006">
5855 <td><a href="https://cplusplus.github.io/CWG/issues/1006.html">1006</a></td>
5856 <td>C++11</td>
5857 <td><TT>std::nullptr_t</TT> as a non-type template parameter</td>
5858 <td class="unknown" align="center">Unknown</td>
5859 </tr>
5860 <tr id="1007">
5861 <td><a href="https://cplusplus.github.io/CWG/issues/1007.html">1007</a></td>
5862 <td>NAD</td>
5863 <td>Protected access and pointers to members</td>
5864 <td class="unknown" align="center">Unknown</td>
5865 </tr>
5866 <tr id="1008">
5867 <td><a href="https://cplusplus.github.io/CWG/issues/1008.html">1008</a></td>
5868 <td>NAD</td>
5869 <td>Querying the alignment of an object</td>
5870 <td class="unknown" align="center">Unknown</td>
5871 </tr>
5872 <tr id="1009">
5873 <td><a href="https://cplusplus.github.io/CWG/issues/1009.html">1009</a></td>
5874 <td>C++11</td>
5875 <td>Missing cases in the <I>declarator-id</I> of a function template declaration</td>
5876 <td class="unknown" align="center">Unknown</td>
5877 </tr>
5878 <tr id="1010">
5879 <td><a href="https://cplusplus.github.io/CWG/issues/1010.html">1010</a></td>
5880 <td>CD2</td>
5881 <td>Address of object with dynamic storage duration in constant expression</td>
5882 <td class="unknown" align="center">Unknown</td>
5883 </tr>
5884 <tr id="1011">
5885 <td><a href="https://cplusplus.github.io/CWG/issues/1011.html">1011</a></td>
5886 <td>C++11</td>
5887 <td>Standard conversions that cannot be inverted</td>
5888 <td class="unknown" align="center">Unknown</td>
5889 </tr>
5890 <tr id="1012">
5891 <td><a href="https://cplusplus.github.io/CWG/issues/1012.html">1012</a></td>
5892 <td>C++11</td>
5893 <td>Undeprecating <TT>static</TT></td>
5894 <td class="unknown" align="center">Unknown</td>
5895 </tr>
5896 <tr id="1013">
5897 <td><a href="https://cplusplus.github.io/CWG/issues/1013.html">1013</a></td>
5898 <td>CD3</td>
5899 <td>Uninitialized <TT>std::nullptr_t</TT> objects</td>
5900 <td class="unknown" align="center">Unknown</td>
5901 </tr>
5902 <tr id="1014">
5903 <td><a href="https://cplusplus.github.io/CWG/issues/1014.html">1014</a></td>
5904 <td>NAD</td>
5905 <td>Overload resolution between <TT>const T&amp;</TT> and <TT>T&amp;&amp;</TT></td>
5906 <td class="unknown" align="center">Unknown</td>
5907 </tr>
5908 <tr id="1015">
5909 <td><a href="https://cplusplus.github.io/CWG/issues/1015.html">1015</a></td>
5910 <td>C++11</td>
5911 <td>Template arguments and argument-dependent lookup</td>
5912 <td class="unknown" align="center">Unknown</td>
5913 </tr>
5914 <tr id="1016">
5915 <td><a href="https://cplusplus.github.io/CWG/issues/1016.html">1016</a></td>
5916 <td>C++11</td>
5917 <td>Overloadable declarations, function templates, and references</td>
5918 <td class="unknown" align="center">Unknown</td>
5919 </tr>
5920 <tr id="1017">
5921 <td><a href="https://cplusplus.github.io/CWG/issues/1017.html">1017</a></td>
5922 <td>C++11</td>
5923 <td>Member access transformation in unevaluated operands</td>
5924 <td class="unknown" align="center">Unknown</td>
5925 </tr>
5926 <tr id="1018">
5927 <td><a href="https://cplusplus.github.io/CWG/issues/1018.html">1018</a></td>
5928 <td>C++11</td>
5929 <td>Ambiguity between <I>simple-declaration</I> and <I>attribute-declaration</I></td>
5930 <td class="unknown" align="center">Unknown</td>
5931 </tr>
5932 <tr id="1019">
5933 <td><a href="https://cplusplus.github.io/CWG/issues/1019.html">1019</a></td>
5934 <td>dup</td>
5935 <td>Dependent <I>simple-template-id</I>s in <I>base-specifier</I>s and <I>mem-initializer</I>s</td>
5936 <td class="unknown" align="center">Unknown</td>
5937 </tr>
5938 <tr id="1020">
5939 <td><a href="https://cplusplus.github.io/CWG/issues/1020.html">1020</a></td>
5940 <td>C++11</td>
5941 <td>Implicitly-defined copy constructors and explicit base class constructors</td>
5942 <td class="unknown" align="center">Unknown</td>
5943 </tr>
5944 <tr id="1021">
5945 <td><a href="https://cplusplus.github.io/CWG/issues/1021.html">1021</a></td>
5946 <td>CD4</td>
5947 <td>Definitions of namespace members</td>
5948 <td class="unknown" align="center">Unknown</td>
5949 </tr>
5950 <tr id="1022">
5951 <td><a href="https://cplusplus.github.io/CWG/issues/1022.html">1022</a></td>
5952 <td>C++11</td>
5953 <td>Can an enumeration variable have values outside the values of the enumeration?</td>
5954 <td class="unknown" align="center">Unknown</td>
5955 </tr>
5956 <tr id="1023">
5957 <td><a href="https://cplusplus.github.io/CWG/issues/1023.html">1023</a></td>
5958 <td>dup</td>
5959 <td><TT>thread_local</TT> objects as non-type template arguments</td>
5960 <td class="unknown" align="center">Unknown</td>
5961 </tr>
5962 <tr id="1024">
5963 <td><a href="https://cplusplus.github.io/CWG/issues/1024.html">1024</a></td>
5964 <td>CD3</td>
5965 <td>Limits on multicharacter literals</td>
5966 <td class="unknown" align="center">Unknown</td>
5967 </tr>
5968 <tr id="1025">
5969 <td><a href="https://cplusplus.github.io/CWG/issues/1025.html">1025</a></td>
5970 <td>C++11</td>
5971 <td>Use of a reference as a non-type template argument</td>
5972 <td class="unknown" align="center">Unknown</td>
5973 </tr>
5974 <tr id="1026">
5975 <td><a href="https://cplusplus.github.io/CWG/issues/1026.html">1026</a></td>
5976 <td>NAD</td>
5977 <td>Cv-qualified non-class rvalues</td>
5978 <td class="unknown" align="center">Unknown</td>
5979 </tr>
5980 <tr class="open" id="1027">
5981 <td><a href="https://cplusplus.github.io/CWG/issues/1027.html">1027</a></td>
5982 <td>review</td>
5983 <td>Type consistency and reallocation of scalar types</td>
5984 <td align="center">Not resolved</td>
5985 </tr>
5986 <tr id="1028">
5987 <td><a href="https://cplusplus.github.io/CWG/issues/1028.html">1028</a></td>
5988 <td>CD6</td>
5989 <td>Dependent names in non-defining declarations</td>
5990 <td class="unknown" align="center">Unknown</td>
5991 </tr>
5992 <tr id="1029">
5993 <td><a href="https://cplusplus.github.io/CWG/issues/1029.html">1029</a></td>
5994 <td>C++11</td>
5995 <td>Type of a destructor call</td>
5996 <td class="unknown" align="center">Unknown</td>
5997 </tr>
5998 <tr id="1030">
5999 <td><a href="https://cplusplus.github.io/CWG/issues/1030.html">1030</a></td>
6000 <td>C++11</td>
6001 <td>Evaluation order in <I>initializer-list</I>s used in aggregate initialization</td>
6002 <td class="unknown" align="center">Unknown</td>
6003 </tr>
6004 <tr id="1031">
6005 <td><a href="https://cplusplus.github.io/CWG/issues/1031.html">1031</a></td>
6006 <td>C++11</td>
6007 <td>Optional elements in attributes</td>
6008 <td class="unknown" align="center">Unknown</td>
6009 </tr>
6010 <tr id="1032">
6011 <td><a href="https://cplusplus.github.io/CWG/issues/1032.html">1032</a></td>
6012 <td>C++11</td>
6013 <td>Empty pack expansions</td>
6014 <td class="unknown" align="center">Unknown</td>
6015 </tr>
6016 <tr id="1033">
6017 <td><a href="https://cplusplus.github.io/CWG/issues/1033.html">1033</a></td>
6018 <td>C++11</td>
6019 <td>Restrictions on alignment attributes</td>
6020 <td class="unknown" align="center">Unknown</td>
6021 </tr>
6022 <tr id="1034">
6023 <td><a href="https://cplusplus.github.io/CWG/issues/1034.html">1034</a></td>
6024 <td>C++11</td>
6025 <td>Attributes for <TT>return</TT> statements in lambdas</td>
6026 <td class="unknown" align="center">Unknown</td>
6027 </tr>
6028 <tr id="1035">
6029 <td><a href="https://cplusplus.github.io/CWG/issues/1035.html">1035</a></td>
6030 <td>C++11</td>
6031 <td>Omitted and required <I>decl-specifier</I>s</td>
6032 <td class="unknown" align="center">Unknown</td>
6033 </tr>
6034 <tr id="1036">
6035 <td><a href="https://cplusplus.github.io/CWG/issues/1036.html">1036</a></td>
6036 <td>C++11</td>
6037 <td>Alignment attribute in an <I>exception-declaration</I></td>
6038 <td class="unknown" align="center">Unknown</td>
6039 </tr>
6040 <tr id="1037">
6041 <td><a href="https://cplusplus.github.io/CWG/issues/1037.html">1037</a></td>
6042 <td>C++11</td>
6043 <td>Requirements for operands of <I>delete-expression</I>s and deallocation functions</td>
6044 <td class="unknown" align="center">Unknown</td>
6045 </tr>
6046 <tr id="1038">
6047 <td><a href="https://cplusplus.github.io/CWG/issues/1038.html">1038</a></td>
6048 <td>DRWP</td>
6049 <td>Overload resolution of <TT>&amp;x.static_func</TT></td>
6050 <td class="unknown" align="center">Unknown</td>
6051 </tr>
6052 <tr id="1039">
6053 <td><a href="https://cplusplus.github.io/CWG/issues/1039.html">1039</a></td>
6054 <td>dup</td>
6055 <td>Coordinating C and C++ alignment specifications</td>
6056 <td class="unknown" align="center">Unknown</td>
6057 </tr>
6058 <tr id="1040">
6059 <td><a href="https://cplusplus.github.io/CWG/issues/1040.html">1040</a></td>
6060 <td>NAD</td>
6061 <td>Memory model issues</td>
6062 <td class="unknown" align="center">Unknown</td>
6063 </tr>
6064 <tr id="1041">
6065 <td><a href="https://cplusplus.github.io/CWG/issues/1041.html">1041</a></td>
6066 <td>dup</td>
6067 <td><I>alias-declaration</I>s as class members</td>
6068 <td class="unknown" align="center">Unknown</td>
6069 </tr>
6070 <tr id="1042">
6071 <td><a href="https://cplusplus.github.io/CWG/issues/1042.html">1042</a></td>
6072 <td>C++11</td>
6073 <td>Attributes in <I>alias-declaration</I>s</td>
6074 <td class="full" align="center">Clang 3.5</td>
6075 </tr>
6076 <tr id="1043">
6077 <td><a href="https://cplusplus.github.io/CWG/issues/1043.html">1043</a></td>
6078 <td>C++11</td>
6079 <td>Qualified name lookup in the current instantiation</td>
6080 <td class="unknown" align="center">Unknown</td>
6081 </tr>
6082 <tr id="1044">
6083 <td><a href="https://cplusplus.github.io/CWG/issues/1044.html">1044</a></td>
6084 <td>C++11</td>
6085 <td>Point of declaration for an <I>alias-declaration</I></td>
6086 <td class="unknown" align="center">Unknown</td>
6087 </tr>
6088 <tr id="1045">
6089 <td><a href="https://cplusplus.github.io/CWG/issues/1045.html">1045</a></td>
6090 <td>NAD</td>
6091 <td>Requiring explicit instantiation declarations</td>
6092 <td class="unknown" align="center">Unknown</td>
6093 </tr>
6094 <tr class="open" id="1046">
6095 <td><a href="https://cplusplus.github.io/CWG/issues/1046.html">1046</a></td>
6096 <td>open</td>
6097 <td>What is a &#8220;use&#8221; of a class specialization?</td>
6098 <td align="center">Not resolved</td>
6099 </tr>
6100 <tr id="1047">
6101 <td><a href="https://cplusplus.github.io/CWG/issues/1047.html">1047</a></td>
6102 <td>C++11</td>
6103 <td>When is <TT>typeid</TT> value-dependent?</td>
6104 <td class="unknown" align="center">Unknown</td>
6105 </tr>
6106 <tr id="1048">
6107 <td><a href="https://cplusplus.github.io/CWG/issues/1048.html">1048</a></td>
6108 <td>CD3</td>
6109 <td><TT>auto</TT> deduction and lambda return type deduction.</td>
6110 <td class="full" align="center">Clang 3.6</td>
6111 </tr>
6112 <tr class="open" id="1049">
6113 <td><a href="https://cplusplus.github.io/CWG/issues/1049.html">1049</a></td>
6114 <td>open</td>
6115 <td>Copy elision through reference parameters of inline functions</td>
6116 <td align="center">Not resolved</td>
6117 </tr>
6118 <tr id="1050">
6119 <td><a href="https://cplusplus.github.io/CWG/issues/1050.html">1050</a></td>
6120 <td>NAD</td>
6121 <td>Effects of thread support on object lifetime</td>
6122 <td class="unknown" align="center">Unknown</td>
6123 </tr>
6124 <tr id="1051">
6125 <td><a href="https://cplusplus.github.io/CWG/issues/1051.html">1051</a></td>
6126 <td>C++11</td>
6127 <td>Reference members and generated copy constructors</td>
6128 <td class="unknown" align="center">Unknown</td>
6129 </tr>
6130 <tr id="1052">
6131 <td><a href="https://cplusplus.github.io/CWG/issues/1052.html">1052</a></td>
6132 <td>dup</td>
6133 <td><TT>const</TT> non-static data member and PODness</td>
6134 <td class="unknown" align="center">Unknown</td>
6135 </tr>
6136 <tr id="1053">
6137 <td><a href="https://cplusplus.github.io/CWG/issues/1053.html">1053</a></td>
6138 <td>NAD</td>
6139 <td>Terminate vs undefined behavior for noexcept violation</td>
6140 <td class="unknown" align="center">Unknown</td>
6141 </tr>
6142 <tr id="1054">
6143 <td><a href="https://cplusplus.github.io/CWG/issues/1054.html">1054</a></td>
6144 <td>C++11</td>
6145 <td>Lvalue-to-rvalue conversions in expression statements</td>
6146 <td class="none" align="center">No</td>
6147 </tr>
6148 <tr id="1055">
6149 <td><a href="https://cplusplus.github.io/CWG/issues/1055.html">1055</a></td>
6150 <td>C++11</td>
6151 <td>Permissible uses of <TT>void</TT></td>
6152 <td class="unknown" align="center">Unknown</td>
6153 </tr>
6154 <tr id="1056">
6155 <td><a href="https://cplusplus.github.io/CWG/issues/1056.html">1056</a></td>
6156 <td>C++11</td>
6157 <td>Template aliases, member definitions, and the current instantiation</td>
6158 <td class="unknown" align="center">Unknown</td>
6159 </tr>
6160 <tr id="1057">
6161 <td><a href="https://cplusplus.github.io/CWG/issues/1057.html">1057</a></td>
6162 <td>C++11</td>
6163 <td><TT>decltype</TT> and the current instantiation</td>
6164 <td class="unknown" align="center">Unknown</td>
6165 </tr>
6166 <tr id="1058">
6167 <td><a href="https://cplusplus.github.io/CWG/issues/1058.html">1058</a></td>
6168 <td>NAD</td>
6169 <td>Reference binding of incompatible array types</td>
6170 <td class="unknown" align="center">Unknown</td>
6171 </tr>
6172 <tr id="1059">
6173 <td><a href="https://cplusplus.github.io/CWG/issues/1059.html">1059</a></td>
6174 <td>CD3</td>
6175 <td>Cv-qualified array types (with rvalues)</td>
6176 <td class="unknown" align="center">Unknown</td>
6177 </tr>
6178 <tr id="1060">
6179 <td><a href="https://cplusplus.github.io/CWG/issues/1060.html">1060</a></td>
6180 <td>C++11</td>
6181 <td>Scoped enumerators in integral constant expressions</td>
6182 <td class="unknown" align="center">Unknown</td>
6183 </tr>
6184 <tr id="1061">
6185 <td><a href="https://cplusplus.github.io/CWG/issues/1061.html">1061</a></td>
6186 <td>C++11</td>
6187 <td>Negative array bounds in a <I>new-expression</I></td>
6188 <td class="unknown" align="center">Unknown</td>
6189 </tr>
6190 <tr id="1062">
6191 <td><a href="https://cplusplus.github.io/CWG/issues/1062.html">1062</a></td>
6192 <td>C++11</td>
6193 <td>Syntax of <I>attribute-specifier</I>s in lambdas</td>
6194 <td class="unknown" align="center">Unknown</td>
6195 </tr>
6196 <tr id="1063">
6197 <td><a href="https://cplusplus.github.io/CWG/issues/1063.html">1063</a></td>
6198 <td>C++11</td>
6199 <td><TT>[[hiding]]</TT> with non-attribute declarations</td>
6200 <td class="unknown" align="center">Unknown</td>
6201 </tr>
6202 <tr id="1064">
6203 <td><a href="https://cplusplus.github.io/CWG/issues/1064.html">1064</a></td>
6204 <td>C++11</td>
6205 <td>Defaulted move constructor for a union</td>
6206 <td class="unknown" align="center">Unknown</td>
6207 </tr>
6208 <tr id="1065">
6209 <td><a href="https://cplusplus.github.io/CWG/issues/1065.html">1065</a></td>
6210 <td>C++11</td>
6211 <td><TT>[[hiding]]</TT> with <TT>[[override]]</TT></td>
6212 <td class="unknown" align="center">Unknown</td>
6213 </tr>
6214 <tr id="1066">
6215 <td><a href="https://cplusplus.github.io/CWG/issues/1066.html">1066</a></td>
6216 <td>C++11</td>
6217 <td>When is a copy/move assignment operator implicitly defined?</td>
6218 <td class="unknown" align="center">Unknown</td>
6219 </tr>
6220 <tr id="1067">
6221 <td><a href="https://cplusplus.github.io/CWG/issues/1067.html">1067</a></td>
6222 <td>NAD</td>
6223 <td><TT>[[hiding]]</TT>, <I>using-declaration</I>s, and multiple inheritance</td>
6224 <td class="unknown" align="center">Unknown</td>
6225 </tr>
6226 <tr id="1068">
6227 <td><a href="https://cplusplus.github.io/CWG/issues/1068.html">1068</a></td>
6228 <td>C++11</td>
6229 <td>Template aliases with default arguments and template parameter packs</td>
6230 <td class="unknown" align="center">Unknown</td>
6231 </tr>
6232 <tr id="1069">
6233 <td><a href="https://cplusplus.github.io/CWG/issues/1069.html">1069</a></td>
6234 <td>C++11</td>
6235 <td>Incorrect function type with <I>trailing-return-type</I></td>
6236 <td class="unknown" align="center">Unknown</td>
6237 </tr>
6238 <tr id="1070">
6239 <td><a href="https://cplusplus.github.io/CWG/issues/1070.html">1070</a></td>
6240 <td>C++11</td>
6241 <td>Missing initializer clauses in aggregate initialization</td>
6242 <td class="full" align="center">Clang 3.5</td>
6243 </tr>
6244 <tr id="1071">
6245 <td><a href="https://cplusplus.github.io/CWG/issues/1071.html">1071</a></td>
6246 <td>C++11</td>
6247 <td>Literal class types and trivial default constructors</td>
6248 <td class="unknown" align="center">Unknown</td>
6249 </tr>
6250 <tr id="1072">
6251 <td><a href="https://cplusplus.github.io/CWG/issues/1072.html">1072</a></td>
6252 <td>C++11</td>
6253 <td>Scoped enumerator with the same name as its containing class</td>
6254 <td class="unknown" align="center">Unknown</td>
6255 </tr>
6256 <tr id="1073">
6257 <td><a href="https://cplusplus.github.io/CWG/issues/1073.html">1073</a></td>
6258 <td>C++11</td>
6259 <td>Merging <I>dynamic-exception-specification</I>s and <I>noexcept-specification</I>s</td>
6260 <td class="unknown" align="center">Unknown</td>
6261 </tr>
6262 <tr id="1074">
6263 <td><a href="https://cplusplus.github.io/CWG/issues/1074.html">1074</a></td>
6264 <td>C++11</td>
6265 <td>Value-dependent <I>noexcept-expression</I>s</td>
6266 <td class="unknown" align="center">Unknown</td>
6267 </tr>
6268 <tr id="1075">
6269 <td><a href="https://cplusplus.github.io/CWG/issues/1075.html">1075</a></td>
6270 <td>C++11</td>
6271 <td>Grammar does not allow template alias in <I>type-name</I></td>
6272 <td class="unknown" align="center">Unknown</td>
6273 </tr>
6274 <tr id="1076">
6275 <td><a href="https://cplusplus.github.io/CWG/issues/1076.html">1076</a></td>
6276 <td>CD5</td>
6277 <td>Value categories and lvalue temporaries</td>
6278 <td class="unknown" align="center">Unknown</td>
6279 </tr>
6280 <tr id="1077">
6281 <td><a href="https://cplusplus.github.io/CWG/issues/1077.html">1077</a></td>
6282 <td>NAD</td>
6283 <td>Explicit specializations in non-containing namespaces</td>
6284 <td class="unknown" align="center">Unknown</td>
6285 </tr>
6286 <tr id="1078">
6287 <td><a href="https://cplusplus.github.io/CWG/issues/1078.html">1078</a></td>
6288 <td>NAD</td>
6289 <td>Narrowing and the usual arithmetic conversions</td>
6290 <td class="unknown" align="center">Unknown</td>
6291 </tr>
6292 <tr id="1079">
6293 <td><a href="https://cplusplus.github.io/CWG/issues/1079.html">1079</a></td>
6294 <td>C++11</td>
6295 <td>Overload resolution involving aggregate initialization</td>
6296 <td class="unknown" align="center">Unknown</td>
6297 </tr>
6298 <tr id="1080">
6299 <td><a href="https://cplusplus.github.io/CWG/issues/1080.html">1080</a></td>
6300 <td>C++11</td>
6301 <td>Confusing relationship between templates and copy constructors</td>
6302 <td class="unknown" align="center">Unknown</td>
6303 </tr>
6304 <tr id="1081">
6305 <td><a href="https://cplusplus.github.io/CWG/issues/1081.html">1081</a></td>
6306 <td>C++11</td>
6307 <td>Defaulted destructor and unusable operator delete</td>
6308 <td class="unknown" align="center">Unknown</td>
6309 </tr>
6310 <tr id="1082">
6311 <td><a href="https://cplusplus.github.io/CWG/issues/1082.html">1082</a></td>
6312 <td>C++11</td>
6313 <td>Implicit copy function if subobject has none?</td>
6314 <td class="unknown" align="center">Unknown</td>
6315 </tr>
6316 <tr id="1083">
6317 <td><a href="https://cplusplus.github.io/CWG/issues/1083.html">1083</a></td>
6318 <td>C++11</td>
6319 <td>Passing an object to ellipsis with non-trivial move constructor</td>
6320 <td class="unknown" align="center">Unknown</td>
6321 </tr>
6322 <tr id="1084">
6323 <td><a href="https://cplusplus.github.io/CWG/issues/1084.html">1084</a></td>
6324 <td>NAD</td>
6325 <td>Conditions for a deleted move function</td>
6326 <td class="unknown" align="center">Unknown</td>
6327 </tr>
6328 <tr id="1085">
6329 <td><a href="https://cplusplus.github.io/CWG/issues/1085.html">1085</a></td>
6330 <td>NAD</td>
6331 <td>Move assignment operators and virtual bases</td>
6332 <td class="unknown" align="center">Unknown</td>
6333 </tr>
6334 <tr id="1086">
6335 <td><a href="https://cplusplus.github.io/CWG/issues/1086.html">1086</a></td>
6336 <td>C++11</td>
6337 <td><TT>const_cast</TT> to rvalue reference to function type</td>
6338 <td class="unknown" align="center">Unknown</td>
6339 </tr>
6340 <tr id="1087">
6341 <td><a href="https://cplusplus.github.io/CWG/issues/1087.html">1087</a></td>
6342 <td>C++11</td>
6343 <td>Additional applications of issue 899</td>
6344 <td class="unknown" align="center">Unknown</td>
6345 </tr>
6346 <tr id="1088">
6347 <td><a href="https://cplusplus.github.io/CWG/issues/1088.html">1088</a></td>
6348 <td>C++11</td>
6349 <td>Dependent non-type template arguments</td>
6350 <td class="unknown" align="center">Unknown</td>
6351 </tr>
6352 <tr class="open" id="1089">
6353 <td><a href="https://cplusplus.github.io/CWG/issues/1089.html">1089</a></td>
6354 <td>open</td>
6355 <td>Template parameters in member selections</td>
6356 <td align="center">Not resolved</td>
6357 </tr>
6358 <tr id="1090">
6359 <td><a href="https://cplusplus.github.io/CWG/issues/1090.html">1090</a></td>
6360 <td>C++11</td>
6361 <td>Alignment of subobjects</td>
6362 <td class="unknown" align="center">Unknown</td>
6363 </tr>
6364 <tr id="1091">
6365 <td><a href="https://cplusplus.github.io/CWG/issues/1091.html">1091</a></td>
6366 <td>C++11</td>
6367 <td>Inconsistent use of the term &#8220;object expression&#8221;</td>
6368 <td class="unknown" align="center">Unknown</td>
6369 </tr>
6370 <tr class="open" id="1092">
6371 <td><a href="https://cplusplus.github.io/CWG/issues/1092.html">1092</a></td>
6372 <td>drafting</td>
6373 <td>Cycles in overload resolution during instantiation</td>
6374 <td align="center">Not resolved</td>
6375 </tr>
6376 <tr id="1093">
6377 <td><a href="https://cplusplus.github.io/CWG/issues/1093.html">1093</a></td>
6378 <td>CD3</td>
6379 <td>Value-initializing non-objects</td>
6380 <td class="unknown" align="center">Unknown</td>
6381 </tr>
6382 <tr id="1094">
6383 <td><a href="https://cplusplus.github.io/CWG/issues/1094.html">1094</a></td>
6384 <td>C++11</td>
6385 <td>Converting floating-point values to scoped enumeration types</td>
6386 <td class="unknown" align="center">Unknown</td>
6387 </tr>
6388 <tr id="1095">
6389 <td><a href="https://cplusplus.github.io/CWG/issues/1095.html">1095</a></td>
6390 <td>C++11</td>
6391 <td>List-initialization of references</td>
6392 <td class="unknown" align="center">Unknown</td>
6393 </tr>
6394 <tr id="1096">
6395 <td><a href="https://cplusplus.github.io/CWG/issues/1096.html">1096</a></td>
6396 <td>C++11</td>
6397 <td>Missing requirement for template definitions</td>
6398 <td class="unknown" align="center">Unknown</td>
6399 </tr>
6400 <tr id="1097">
6401 <td><a href="https://cplusplus.github.io/CWG/issues/1097.html">1097</a></td>
6402 <td>NAD</td>
6403 <td>Aggregate initialization of function parameters</td>
6404 <td class="unknown" align="center">Unknown</td>
6405 </tr>
6406 <tr id="1098">
6407 <td><a href="https://cplusplus.github.io/CWG/issues/1098.html">1098</a></td>
6408 <td>C++11</td>
6409 <td>Pointer conversions in constant expressions</td>
6410 <td class="unknown" align="center">Unknown</td>
6411 </tr>
6412 <tr id="1099">
6413 <td><a href="https://cplusplus.github.io/CWG/issues/1099.html">1099</a></td>
6414 <td>C++11</td>
6415 <td>Infinite recursion in <TT>constexpr</TT> functions</td>
6416 <td class="unknown" align="center">Unknown</td>
6417 </tr>
6418 <tr id="1100">
6419 <td><a href="https://cplusplus.github.io/CWG/issues/1100.html">1100</a></td>
6420 <td>C++11</td>
6421 <td><TT>constexpr</TT> conversion functions and non-type template arguments</td>
6422 <td class="unknown" align="center">Unknown</td>
6423 </tr>
6424 <tr id="1101">
6425 <td><a href="https://cplusplus.github.io/CWG/issues/1101.html">1101</a></td>
6426 <td>C++11</td>
6427 <td>Non-integral initialized static data members</td>
6428 <td class="unknown" align="center">Unknown</td>
6429 </tr>
6430 <tr id="1102">
6431 <td><a href="https://cplusplus.github.io/CWG/issues/1102.html">1102</a></td>
6432 <td>C++11</td>
6433 <td>Better example of undefined behavior</td>
6434 <td class="unknown" align="center">Unknown</td>
6435 </tr>
6436 <tr id="1103">
6437 <td><a href="https://cplusplus.github.io/CWG/issues/1103.html">1103</a></td>
6438 <td>C++11</td>
6439 <td>Reversion of phase 1 and 2 transformations in raw string literals</td>
6440 <td class="unknown" align="center">Unknown</td>
6441 </tr>
6442 <tr id="1104">
6443 <td><a href="https://cplusplus.github.io/CWG/issues/1104.html">1104</a></td>
6444 <td>C++11</td>
6445 <td>Global-scope template arguments vs the <TT>&lt;:</TT> digraph</td>
6446 <td class="unknown" align="center">Unknown</td>
6447 </tr>
6448 <tr id="1105">
6449 <td><a href="https://cplusplus.github.io/CWG/issues/1105.html">1105</a></td>
6450 <td>C++11</td>
6451 <td>Issues relating to TR 10176:2003</td>
6452 <td class="unknown" align="center">Unknown</td>
6453 </tr>
6454 <tr id="1106">
6455 <td><a href="https://cplusplus.github.io/CWG/issues/1106.html">1106</a></td>
6456 <td>C++11</td>
6457 <td>Need more detail in <TT>nullptr</TT> keyword description</td>
6458 <td class="unknown" align="center">Unknown</td>
6459 </tr>
6460 <tr id="1107">
6461 <td><a href="https://cplusplus.github.io/CWG/issues/1107.html">1107</a></td>
6462 <td>C++11</td>
6463 <td>Overload resolution for user-defined integer literals</td>
6464 <td class="unknown" align="center">Unknown</td>
6465 </tr>
6466 <tr id="1108">
6467 <td><a href="https://cplusplus.github.io/CWG/issues/1108.html">1108</a></td>
6468 <td>NAD</td>
6469 <td>User-defined literals have not been implemented</td>
6470 <td class="unknown" align="center">Unknown</td>
6471 </tr>
6472 <tr id="1109">
6473 <td><a href="https://cplusplus.github.io/CWG/issues/1109.html">1109</a></td>
6474 <td>C++11</td>
6475 <td>When is &#8220;use&#8221; a reference to the ODR meaning?</td>
6476 <td class="unknown" align="center">Unknown</td>
6477 </tr>
6478 <tr id="1110">
6479 <td><a href="https://cplusplus.github.io/CWG/issues/1110.html">1110</a></td>
6480 <td>NAD</td>
6481 <td>Incomplete return type should be allowed in <TT>decltype</TT> operand</td>
6482 <td class="full" align="center">Clang 3.1</td>
6483 </tr>
6484 <tr id="1111">
6485 <td><a href="https://cplusplus.github.io/CWG/issues/1111.html">1111</a></td>
6486 <td>C++11</td>
6487 <td>Remove dual-scope lookup of member template names</td>
6488 <td class="full" align="center">Clang 3.2</td>
6489 </tr>
6490 <tr id="1112">
6491 <td><a href="https://cplusplus.github.io/CWG/issues/1112.html">1112</a></td>
6492 <td>C++11</td>
6493 <td><TT>constexpr</TT> variables should have internal linkage like <TT>const</TT></td>
6494 <td class="unknown" align="center">Unknown</td>
6495 </tr>
6496 <tr id="1113">
6497 <td><a href="https://cplusplus.github.io/CWG/issues/1113.html">1113</a></td>
6498 <td>C++11</td>
6499 <td>Linkage of namespace member of unnamed namespace</td>
6500 <td class="partial" align="center">Partial</td>
6501 </tr>
6502 <tr id="1114">
6503 <td><a href="https://cplusplus.github.io/CWG/issues/1114.html">1114</a></td>
6504 <td>C++11</td>
6505 <td>Incorrect use of placement <TT>new</TT> in example</td>
6506 <td class="unknown" align="center">Unknown</td>
6507 </tr>
6508 <tr id="1115">
6509 <td><a href="https://cplusplus.github.io/CWG/issues/1115.html">1115</a></td>
6510 <td>C++11</td>
6511 <td>C-compatible alignment specification</td>
6512 <td class="unknown" align="center">Unknown</td>
6513 </tr>
6514 <tr id="1116">
6515 <td><a href="https://cplusplus.github.io/CWG/issues/1116.html">1116</a></td>
6516 <td>CD4</td>
6517 <td>Aliasing of union members</td>
6518 <td class="unknown" align="center">Unknown</td>
6519 </tr>
6520 <tr id="1117">
6521 <td><a href="https://cplusplus.github.io/CWG/issues/1117.html">1117</a></td>
6522 <td>C++11</td>
6523 <td>Incorrect note about xvalue member access expressions</td>
6524 <td class="unknown" align="center">Unknown</td>
6525 </tr>
6526 <tr id="1118">
6527 <td><a href="https://cplusplus.github.io/CWG/issues/1118.html">1118</a></td>
6528 <td>NAD</td>
6529 <td>Implicit lambda capture via explicit copy constructor</td>
6530 <td class="unknown" align="center">Unknown</td>
6531 </tr>
6532 <tr id="1119">
6533 <td><a href="https://cplusplus.github.io/CWG/issues/1119.html">1119</a></td>
6534 <td>C++11</td>
6535 <td>Missing case in description of member access ambiguity</td>
6536 <td class="unknown" align="center">Unknown</td>
6537 </tr>
6538 <tr id="1120">
6539 <td><a href="https://cplusplus.github.io/CWG/issues/1120.html">1120</a></td>
6540 <td>C++11</td>
6541 <td><TT>reinterpret_cast</TT> and <TT>void*</TT></td>
6542 <td class="unknown" align="center">Unknown</td>
6543 </tr>
6544 <tr id="1121">
6545 <td><a href="https://cplusplus.github.io/CWG/issues/1121.html">1121</a></td>
6546 <td>C++11</td>
6547 <td>Unnecessary ambiguity error in formation of pointer to member</td>
6548 <td class="unknown" align="center">Unknown</td>
6549 </tr>
6550 <tr id="1122">
6551 <td><a href="https://cplusplus.github.io/CWG/issues/1122.html">1122</a></td>
6552 <td>C++11</td>
6553 <td>Circular definition of <TT>std::size_t</TT></td>
6554 <td class="unknown" align="center">Unknown</td>
6555 </tr>
6556 <tr id="1123">
6557 <td><a href="https://cplusplus.github.io/CWG/issues/1123.html">1123</a></td>
6558 <td>C++11</td>
6559 <td>Destructors should be <TT>noexcept</TT> by default</td>
6560 <td class="unknown" align="center">Unknown</td>
6561 </tr>
6562 <tr id="1124">
6563 <td><a href="https://cplusplus.github.io/CWG/issues/1124.html">1124</a></td>
6564 <td>NAD</td>
6565 <td>Error in description of value category of pointer-to-member expression</td>
6566 <td class="unknown" align="center">Unknown</td>
6567 </tr>
6568 <tr id="1125">
6569 <td><a href="https://cplusplus.github.io/CWG/issues/1125.html">1125</a></td>
6570 <td>C++11</td>
6571 <td>Unclear definition of &#8220;potential constant expression&#8221;</td>
6572 <td class="unknown" align="center">Unknown</td>
6573 </tr>
6574 <tr id="1126">
6575 <td><a href="https://cplusplus.github.io/CWG/issues/1126.html">1126</a></td>
6576 <td>C++11</td>
6577 <td><TT>constexpr</TT> functions in <TT>const</TT> initializers</td>
6578 <td class="unknown" align="center">Unknown</td>
6579 </tr>
6580 <tr id="1127">
6581 <td><a href="https://cplusplus.github.io/CWG/issues/1127.html">1127</a></td>
6582 <td>C++11</td>
6583 <td>Overload resolution in <TT>constexpr</TT> functions</td>
6584 <td class="unknown" align="center">Unknown</td>
6585 </tr>
6586 <tr id="1128">
6587 <td><a href="https://cplusplus.github.io/CWG/issues/1128.html">1128</a></td>
6588 <td>C++11</td>
6589 <td><I>attribute-specifier</I>s in <I>decl-specifier-seq</I>s</td>
6590 <td class="unknown" align="center">Unknown</td>
6591 </tr>
6592 <tr id="1129">
6593 <td><a href="https://cplusplus.github.io/CWG/issues/1129.html">1129</a></td>
6594 <td>C++11</td>
6595 <td>Default <TT>nothrow</TT> for <TT>constexpr</TT> functions</td>
6596 <td class="unknown" align="center">Unknown</td>
6597 </tr>
6598 <tr id="1130">
6599 <td><a href="https://cplusplus.github.io/CWG/issues/1130.html">1130</a></td>
6600 <td>C++11</td>
6601 <td>Function parameter type adjustments and <TT>decltype</TT></td>
6602 <td class="unknown" align="center">Unknown</td>
6603 </tr>
6604 <tr id="1131">
6605 <td><a href="https://cplusplus.github.io/CWG/issues/1131.html">1131</a></td>
6606 <td>C++11</td>
6607 <td>Template aliases in <I>elaborated-type-specifier</I>s</td>
6608 <td class="unknown" align="center">Unknown</td>
6609 </tr>
6610 <tr id="1132">
6611 <td><a href="https://cplusplus.github.io/CWG/issues/1132.html">1132</a></td>
6612 <td>NAD</td>
6613 <td>Keyword vs attribute for <TT>noreturn</TT></td>
6614 <td class="unknown" align="center">Unknown</td>
6615 </tr>
6616 <tr id="1133">
6617 <td><a href="https://cplusplus.github.io/CWG/issues/1133.html">1133</a></td>
6618 <td>C++11</td>
6619 <td>Keywords vs attributes for control of hiding and overriding</td>
6620 <td class="unknown" align="center">Unknown</td>
6621 </tr>
6622 <tr id="1134">
6623 <td><a href="https://cplusplus.github.io/CWG/issues/1134.html">1134</a></td>
6624 <td>C++11</td>
6625 <td>When is an explicitly-defaulted function defined?</td>
6626 <td class="unknown" align="center">Unknown</td>
6627 </tr>
6628 <tr id="1135">
6629 <td><a href="https://cplusplus.github.io/CWG/issues/1135.html">1135</a></td>
6630 <td>C++11</td>
6631 <td>Explicitly-defaulted non-public special member functions</td>
6632 <td class="unknown" align="center">Unknown</td>
6633 </tr>
6634 <tr id="1136">
6635 <td><a href="https://cplusplus.github.io/CWG/issues/1136.html">1136</a></td>
6636 <td>C++11</td>
6637 <td>Explicitly-defaulted explicit constructors</td>
6638 <td class="unknown" align="center">Unknown</td>
6639 </tr>
6640 <tr id="1137">
6641 <td><a href="https://cplusplus.github.io/CWG/issues/1137.html">1137</a></td>
6642 <td>C++11</td>
6643 <td>Explicitly-defaulted virtual special member functions</td>
6644 <td class="unknown" align="center">Unknown</td>
6645 </tr>
6646 <tr id="1138">
6647 <td><a href="https://cplusplus.github.io/CWG/issues/1138.html">1138</a></td>
6648 <td>C++11</td>
6649 <td>Rvalue-ness check for rvalue reference binding is wrong</td>
6650 <td class="unknown" align="center">Unknown</td>
6651 </tr>
6652 <tr id="1139">
6653 <td><a href="https://cplusplus.github.io/CWG/issues/1139.html">1139</a></td>
6654 <td>C++11</td>
6655 <td>Rvalue reference binding to scalar xvalues</td>
6656 <td class="unknown" align="center">Unknown</td>
6657 </tr>
6658 <tr id="1140">
6659 <td><a href="https://cplusplus.github.io/CWG/issues/1140.html">1140</a></td>
6660 <td>C++11</td>
6661 <td>Incorrect redefinition of POD class</td>
6662 <td class="unknown" align="center">Unknown</td>
6663 </tr>
6664 <tr id="1141">
6665 <td><a href="https://cplusplus.github.io/CWG/issues/1141.html">1141</a></td>
6666 <td>NAD</td>
6667 <td>Non-static data member initializers have not been implemented</td>
6668 <td class="unknown" align="center">Unknown</td>
6669 </tr>
6670 <tr id="1142">
6671 <td><a href="https://cplusplus.github.io/CWG/issues/1142.html">1142</a></td>
6672 <td>C++11</td>
6673 <td><TT>friend</TT> declaration of member function of containing class</td>
6674 <td class="unknown" align="center">Unknown</td>
6675 </tr>
6676 <tr id="1143">
6677 <td><a href="https://cplusplus.github.io/CWG/issues/1143.html">1143</a></td>
6678 <td>NAD</td>
6679 <td>Move semantics for <TT>*this</TT> have not been implemented</td>
6680 <td class="unknown" align="center">Unknown</td>
6681 </tr>
6682 <tr id="1144">
6683 <td><a href="https://cplusplus.github.io/CWG/issues/1144.html">1144</a></td>
6684 <td>C++11</td>
6685 <td>Remove access declarations</td>
6686 <td class="unknown" align="center">Unknown</td>
6687 </tr>
6688 <tr id="1145">
6689 <td><a href="https://cplusplus.github.io/CWG/issues/1145.html">1145</a></td>
6690 <td>C++11</td>
6691 <td>Defaulting and triviality</td>
6692 <td class="unknown" align="center">Unknown</td>
6693 </tr>
6694 <tr id="1146">
6695 <td><a href="https://cplusplus.github.io/CWG/issues/1146.html">1146</a></td>
6696 <td>C++11</td>
6697 <td><I>exception-specification</I>s of defaulted functions</td>
6698 <td class="unknown" align="center">Unknown</td>
6699 </tr>
6700 <tr id="1147">
6701 <td><a href="https://cplusplus.github.io/CWG/issues/1147.html">1147</a></td>
6702 <td>C++11</td>
6703 <td>Destructors should be default <TT>nothrow</TT></td>
6704 <td class="unknown" align="center">Unknown</td>
6705 </tr>
6706 <tr id="1148">
6707 <td><a href="https://cplusplus.github.io/CWG/issues/1148.html">1148</a></td>
6708 <td>C++11</td>
6709 <td>Copy elision and move construction of function parameters</td>
6710 <td class="unknown" align="center">Unknown</td>
6711 </tr>
6712 <tr id="1149">
6713 <td><a href="https://cplusplus.github.io/CWG/issues/1149.html">1149</a></td>
6714 <td>C++11</td>
6715 <td>Trivial non-public copy operators in subobjects</td>
6716 <td class="unknown" align="center">Unknown</td>
6717 </tr>
6718 <tr id="1150">
6719 <td><a href="https://cplusplus.github.io/CWG/issues/1150.html">1150</a></td>
6720 <td>NAD</td>
6721 <td>Inheriting constructors have not been implemented</td>
6722 <td class="na" align="center">N/A</td>
6723 </tr>
6724 <tr id="1151">
6725 <td><a href="https://cplusplus.github.io/CWG/issues/1151.html">1151</a></td>
6726 <td>C++11</td>
6727 <td>Overload resolution with initializer-list and non-list constructors</td>
6728 <td class="unknown" align="center">Unknown</td>
6729 </tr>
6730 <tr id="1152">
6731 <td><a href="https://cplusplus.github.io/CWG/issues/1152.html">1152</a></td>
6732 <td>C++11</td>
6733 <td>Rules for determining existence of implicit conversion sequence</td>
6734 <td class="unknown" align="center">Unknown</td>
6735 </tr>
6736 <tr id="1153">
6737 <td><a href="https://cplusplus.github.io/CWG/issues/1153.html">1153</a></td>
6738 <td>C++11</td>
6739 <td>Type matching in address of overloaded function</td>
6740 <td class="unknown" align="center">Unknown</td>
6741 </tr>
6742 <tr id="1154">
6743 <td><a href="https://cplusplus.github.io/CWG/issues/1154.html">1154</a></td>
6744 <td>C++11</td>
6745 <td>Address of <TT>thread_local</TT> variable as non-type template argument</td>
6746 <td class="unknown" align="center">Unknown</td>
6747 </tr>
6748 <tr id="1155">
6749 <td><a href="https://cplusplus.github.io/CWG/issues/1155.html">1155</a></td>
6750 <td>C++11</td>
6751 <td>Internal-linkage non-type template arguments</td>
6752 <td class="unknown" align="center">Unknown</td>
6753 </tr>
6754 <tr id="1156">
6755 <td><a href="https://cplusplus.github.io/CWG/issues/1156.html">1156</a></td>
6756 <td>C++11</td>
6757 <td>Partial ordering in a non-call context</td>
6758 <td class="unknown" align="center">Unknown</td>
6759 </tr>
6760 <tr class="open" id="1157">
6761 <td><a href="https://cplusplus.github.io/CWG/issues/1157.html">1157</a></td>
6762 <td>open</td>
6763 <td>Partial ordering of function templates is still underspecified</td>
6764 <td align="center">Not resolved</td>
6765 </tr>
6766 <tr id="1158">
6767 <td><a href="https://cplusplus.github.io/CWG/issues/1158.html">1158</a></td>
6768 <td>C++11</td>
6769 <td>Recursive instantiation via alias template</td>
6770 <td class="unknown" align="center">Unknown</td>
6771 </tr>
6772 <tr id="1159">
6773 <td><a href="https://cplusplus.github.io/CWG/issues/1159.html">1159</a></td>
6774 <td>C++11</td>
6775 <td>Class and enumeration definitions in template aliases</td>
6776 <td class="unknown" align="center">Unknown</td>
6777 </tr>
6778 <tr id="1160">
6779 <td><a href="https://cplusplus.github.io/CWG/issues/1160.html">1160</a></td>
6780 <td>C++11</td>
6781 <td>Definitions of template members and the current instantiation</td>
6782 <td class="unknown" align="center">Unknown</td>
6783 </tr>
6784 <tr id="1161">
6785 <td><a href="https://cplusplus.github.io/CWG/issues/1161.html">1161</a></td>
6786 <td>C++11</td>
6787 <td>Dependent <I>nested-name-specifier</I> in a pointer-to-member declarator</td>
6788 <td class="unknown" align="center">Unknown</td>
6789 </tr>
6790 <tr id="1162">
6791 <td><a href="https://cplusplus.github.io/CWG/issues/1162.html">1162</a></td>
6792 <td>NAD</td>
6793 <td>Dependent <I>elaborated-type-specifier</I>s in non-deduced contexts</td>
6794 <td class="unknown" align="center">Unknown</td>
6795 </tr>
6796 <tr id="1163">
6797 <td><a href="https://cplusplus.github.io/CWG/issues/1163.html">1163</a></td>
6798 <td>NAD</td>
6799 <td><TT>extern template</TT> prevents inlining functions not marked <TT>inline</TT></td>
6800 <td class="unknown" align="center">Unknown</td>
6801 </tr>
6802 <tr id="1164">
6803 <td><a href="https://cplusplus.github.io/CWG/issues/1164.html">1164</a></td>
6804 <td>C++11</td>
6805 <td>Partial ordering of <TT>f(T&amp;)</TT> and <TT>f(T&amp;&amp;)</TT></td>
6806 <td class="unknown" align="center">Unknown</td>
6807 </tr>
6808 <tr id="1165">
6809 <td><a href="https://cplusplus.github.io/CWG/issues/1165.html">1165</a></td>
6810 <td>C++11</td>
6811 <td>Exceptions when destroying array elements</td>
6812 <td class="unknown" align="center">Unknown</td>
6813 </tr>
6814 <tr id="1166">
6815 <td><a href="https://cplusplus.github.io/CWG/issues/1166.html">1166</a></td>
6816 <td>C++11</td>
6817 <td><I>exception-declaration</I>s that do not declare objects</td>
6818 <td class="unknown" align="center">Unknown</td>
6819 </tr>
6820 <tr id="1167">
6821 <td><a href="https://cplusplus.github.io/CWG/issues/1167.html">1167</a></td>
6822 <td>C++11</td>
6823 <td><I>function-try-block</I>s for destructors</td>
6824 <td class="unknown" align="center">Unknown</td>
6825 </tr>
6826 <tr id="1168">
6827 <td><a href="https://cplusplus.github.io/CWG/issues/1168.html">1168</a></td>
6828 <td>C++11</td>
6829 <td>Additional reasons to call <TT>std::terminate</TT></td>
6830 <td class="unknown" align="center">Unknown</td>
6831 </tr>
6832 <tr id="1169">
6833 <td><a href="https://cplusplus.github.io/CWG/issues/1169.html">1169</a></td>
6834 <td>C++11</td>
6835 <td>Missing feature macro for strict pointer safety</td>
6836 <td class="unknown" align="center">Unknown</td>
6837 </tr>
6838 <tr id="1170">
6839 <td><a href="https://cplusplus.github.io/CWG/issues/1170.html">1170</a></td>
6840 <td>C++11</td>
6841 <td>Access checking during template argument deduction</td>
6842 <td class="unknown" align="center">Unknown</td>
6843 </tr>
6844 <tr id="1171">
6845 <td><a href="https://cplusplus.github.io/CWG/issues/1171.html">1171</a></td>
6846 <td>C++11</td>
6847 <td>Partial stack unwinding with <TT>noexcept</TT> violation</td>
6848 <td class="unknown" align="center">Unknown</td>
6849 </tr>
6850 <tr class="open" id="1172">
6851 <td><a href="https://cplusplus.github.io/CWG/issues/1172.html">1172</a></td>
6852 <td>drafting</td>
6853 <td>&#8220;instantiation-dependent&#8221; constructs</td>
6854 <td align="center">Not resolved</td>
6855 </tr>
6856 <tr id="1173">
6857 <td><a href="https://cplusplus.github.io/CWG/issues/1173.html">1173</a></td>
6858 <td>C++11</td>
6859 <td>Unclear specification of effects of signal handling</td>
6860 <td class="unknown" align="center">Unknown</td>
6861 </tr>
6862 <tr id="1174">
6863 <td><a href="https://cplusplus.github.io/CWG/issues/1174.html">1174</a></td>
6864 <td>C++11</td>
6865 <td>When is a pure virtual function &#8220;used?&#8221;</td>
6866 <td class="unknown" align="center">Unknown</td>
6867 </tr>
6868 <tr id="1175">
6869 <td><a href="https://cplusplus.github.io/CWG/issues/1175.html">1175</a></td>
6870 <td>C++11</td>
6871 <td>Disambiguating user-defined literals</td>
6872 <td class="unknown" align="center">Unknown</td>
6873 </tr>
6874 <tr id="1176">
6875 <td><a href="https://cplusplus.github.io/CWG/issues/1176.html">1176</a></td>
6876 <td>C++11</td>
6877 <td>Definition of release sequence</td>
6878 <td class="unknown" align="center">Unknown</td>
6879 </tr>
6880 <tr id="1177">
6881 <td><a href="https://cplusplus.github.io/CWG/issues/1177.html">1177</a></td>
6882 <td>C++11</td>
6883 <td>Intra-thread dependency-ordered-before</td>
6884 <td class="unknown" align="center">Unknown</td>
6885 </tr>
6886 <tr id="1178">
6887 <td><a href="https://cplusplus.github.io/CWG/issues/1178.html">1178</a></td>
6888 <td>C++11</td>
6889 <td>Deduction failure matching placement new</td>
6890 <td class="unknown" align="center">Unknown</td>
6891 </tr>
6892 <tr id="1179">
6893 <td><a href="https://cplusplus.github.io/CWG/issues/1179.html">1179</a></td>
6894 <td>NAD</td>
6895 <td>Cv-qualification of non-type template parameters</td>
6896 <td class="unknown" align="center">Unknown</td>
6897 </tr>
6898 <tr id="1180">
6899 <td><a href="https://cplusplus.github.io/CWG/issues/1180.html">1180</a></td>
6900 <td>C++11</td>
6901 <td>Over-aligned class types</td>
6902 <td class="unknown" align="center">Unknown</td>
6903 </tr>
6904 <tr id="1181">
6905 <td><a href="https://cplusplus.github.io/CWG/issues/1181.html">1181</a></td>
6906 <td>C++11</td>
6907 <td>What is a &#8220;built-in type?&#8221;</td>
6908 <td class="unknown" align="center">Unknown</td>
6909 </tr>
6910 <tr id="1182">
6911 <td><a href="https://cplusplus.github.io/CWG/issues/1182.html">1182</a></td>
6912 <td>C++11</td>
6913 <td>Incorrect description of pack expansion syntax</td>
6914 <td class="unknown" align="center">Unknown</td>
6915 </tr>
6916 <tr id="1183">
6917 <td><a href="https://cplusplus.github.io/CWG/issues/1183.html">1183</a></td>
6918 <td>C++11</td>
6919 <td>Expansion of parameter packs in declarators</td>
6920 <td class="unknown" align="center">Unknown</td>
6921 </tr>
6922 <tr id="1184">
6923 <td><a href="https://cplusplus.github.io/CWG/issues/1184.html">1184</a></td>
6924 <td>C++11</td>
6925 <td>Argument conversions to nondeduced parameter types</td>
6926 <td class="unknown" align="center">Unknown</td>
6927 </tr>
6928 <tr id="1185">
6929 <td><a href="https://cplusplus.github.io/CWG/issues/1185.html">1185</a></td>
6930 <td>C++11</td>
6931 <td>Misleading description of language linkage and member function types</td>
6932 <td class="unknown" align="center">Unknown</td>
6933 </tr>
6934 <tr id="1186">
6935 <td><a href="https://cplusplus.github.io/CWG/issues/1186.html">1186</a></td>
6936 <td>C++11</td>
6937 <td>Non-dependent <TT>constexpr</TT> violations in function templates</td>
6938 <td class="unknown" align="center">Unknown</td>
6939 </tr>
6940 <tr id="1187">
6941 <td><a href="https://cplusplus.github.io/CWG/issues/1187.html">1187</a></td>
6942 <td>C++11</td>
6943 <td>Problems in initialization example</td>
6944 <td class="unknown" align="center">Unknown</td>
6945 </tr>
6946 <tr id="1188">
6947 <td><a href="https://cplusplus.github.io/CWG/issues/1188.html">1188</a></td>
6948 <td>C++11</td>
6949 <td>Type punning in constant expressions</td>
6950 <td class="unknown" align="center">Unknown</td>
6951 </tr>
6952 <tr id="1189">
6953 <td><a href="https://cplusplus.github.io/CWG/issues/1189.html">1189</a></td>
6954 <td>C++11</td>
6955 <td>Address of distinct base class subobjects</td>
6956 <td class="unknown" align="center">Unknown</td>
6957 </tr>
6958 <tr id="1190">
6959 <td><a href="https://cplusplus.github.io/CWG/issues/1190.html">1190</a></td>
6960 <td>C++11</td>
6961 <td>Operations on non-safely-derived pointers</td>
6962 <td class="unknown" align="center">Unknown</td>
6963 </tr>
6964 <tr id="1191">
6965 <td><a href="https://cplusplus.github.io/CWG/issues/1191.html">1191</a></td>
6966 <td>C++11</td>
6967 <td>Deleted subobject destructors and implicitly-defined constructors</td>
6968 <td class="unknown" align="center">Unknown</td>
6969 </tr>
6970 <tr id="1192">
6971 <td><a href="https://cplusplus.github.io/CWG/issues/1192.html">1192</a></td>
6972 <td>C++11</td>
6973 <td>Inadvertent change to ODR and templates</td>
6974 <td class="unknown" align="center">Unknown</td>
6975 </tr>
6976 <tr id="1193">
6977 <td><a href="https://cplusplus.github.io/CWG/issues/1193.html">1193</a></td>
6978 <td>C++11</td>
6979 <td>Use of address-constant pointers in constant expressions</td>
6980 <td class="unknown" align="center">Unknown</td>
6981 </tr>
6982 <tr id="1194">
6983 <td><a href="https://cplusplus.github.io/CWG/issues/1194.html">1194</a></td>
6984 <td>C++11</td>
6985 <td>Constexpr references</td>
6986 <td class="unknown" align="center">Unknown</td>
6987 </tr>
6988 <tr id="1195">
6989 <td><a href="https://cplusplus.github.io/CWG/issues/1195.html">1195</a></td>
6990 <td>C++11</td>
6991 <td>References to non-literal types in constexpr functions</td>
6992 <td class="unknown" align="center">Unknown</td>
6993 </tr>
6994 <tr id="1196">
6995 <td><a href="https://cplusplus.github.io/CWG/issues/1196.html">1196</a></td>
6996 <td>C++11</td>
6997 <td>Definition required for explicit instantiation after explicit specialization?</td>
6998 <td class="unknown" align="center">Unknown</td>
6999 </tr>
7000 <tr id="1197">
7001 <td><a href="https://cplusplus.github.io/CWG/issues/1197.html">1197</a></td>
7002 <td>C++11</td>
7003 <td>Constexpr arrays</td>
7004 <td class="unknown" align="center">Unknown</td>
7005 </tr>
7006 <tr id="1198">
7007 <td><a href="https://cplusplus.github.io/CWG/issues/1198.html">1198</a></td>
7008 <td>C++11</td>
7009 <td>Literal types and copy constructors</td>
7010 <td class="unknown" align="center">Unknown</td>
7011 </tr>
7012 <tr id="1199">
7013 <td><a href="https://cplusplus.github.io/CWG/issues/1199.html">1199</a></td>
7014 <td>C++11</td>
7015 <td>Deleted constexpr functions</td>
7016 <td class="unknown" align="center">Unknown</td>
7017 </tr>
7018 <tr id="1200">
7019 <td><a href="https://cplusplus.github.io/CWG/issues/1200.html">1200</a></td>
7020 <td>CD6</td>
7021 <td>Lookup rules for template parameters</td>
7022 <td class="na" align="center">N/A</td>
7023 </tr>
7024 <tr id="1201">
7025 <td><a href="https://cplusplus.github.io/CWG/issues/1201.html">1201</a></td>
7026 <td>C++11</td>
7027 <td>Are deleted and defaulted functions definitions?</td>
7028 <td class="unknown" align="center">Unknown</td>
7029 </tr>
7030 <tr id="1202">
7031 <td><a href="https://cplusplus.github.io/CWG/issues/1202.html">1202</a></td>
7032 <td>C++11</td>
7033 <td>Calling virtual functions during destruction</td>
7034 <td class="unknown" align="center">Unknown</td>
7035 </tr>
7036 <tr id="1203">
7037 <td><a href="https://cplusplus.github.io/CWG/issues/1203.html">1203</a></td>
7038 <td>dup</td>
7039 <td>Misleading note regarding initialized static data members</td>
7040 <td class="unknown" align="center">Unknown</td>
7041 </tr>
7042 <tr id="1204">
7043 <td><a href="https://cplusplus.github.io/CWG/issues/1204.html">1204</a></td>
7044 <td>C++11</td>
7045 <td>Specifiers in a <I>for-range-declaration</I></td>
7046 <td class="unknown" align="center">Unknown</td>
7047 </tr>
7048 <tr id="1205">
7049 <td><a href="https://cplusplus.github.io/CWG/issues/1205.html">1205</a></td>
7050 <td>dup</td>
7051 <td>Lvalue reference binding and function viability</td>
7052 <td class="unknown" align="center">Unknown</td>
7053 </tr>
7054 <tr id="1206">
7055 <td><a href="https://cplusplus.github.io/CWG/issues/1206.html">1206</a></td>
7056 <td>C++11</td>
7057 <td>Defining opaque enumeration members of class templates</td>
7058 <td class="unknown" align="center">Unknown</td>
7059 </tr>
7060 <tr id="1207">
7061 <td><a href="https://cplusplus.github.io/CWG/issues/1207.html">1207</a></td>
7062 <td>C++11</td>
7063 <td>Type of class member in <I>trailing-return-type</I></td>
7064 <td class="unknown" align="center">Unknown</td>
7065 </tr>
7066 <tr id="1208">
7067 <td><a href="https://cplusplus.github.io/CWG/issues/1208.html">1208</a></td>
7068 <td>C++11</td>
7069 <td>Explicit <TT>noexcept</TT> in defaulted definition</td>
7070 <td class="unknown" align="center">Unknown</td>
7071 </tr>
7072 <tr class="open" id="1209">
7073 <td><a href="https://cplusplus.github.io/CWG/issues/1209.html">1209</a></td>
7074 <td>open</td>
7075 <td>Is a potentially-evaluated expression in a template definition a &#8220;use?&#8221;</td>
7076 <td align="center">Not resolved</td>
7077 </tr>
7078 <tr id="1210">
7079 <td><a href="https://cplusplus.github.io/CWG/issues/1210.html">1210</a></td>
7080 <td>C++11</td>
7081 <td>Injection of <I>elaborated-type-specifier</I> in enumeration scope</td>
7082 <td class="unknown" align="center">Unknown</td>
7083 </tr>
7084 <tr class="open" id="1211">
7085 <td><a href="https://cplusplus.github.io/CWG/issues/1211.html">1211</a></td>
7086 <td>drafting</td>
7087 <td>Misaligned lvalues</td>
7088 <td align="center">Not resolved</td>
7089 </tr>
7090 <tr id="1212">
7091 <td><a href="https://cplusplus.github.io/CWG/issues/1212.html">1212</a></td>
7092 <td>C++11</td>
7093 <td>Non-function-call xvalues and <TT>decltype</TT></td>
7094 <td class="unknown" align="center">Unknown</td>
7095 </tr>
7096 <tr id="1213">
7097 <td><a href="https://cplusplus.github.io/CWG/issues/1213.html">1213</a></td>
7098 <td>CD3</td>
7099 <td>Array subscripting and xvalues</td>
7100 <td class="full" align="center">Clang 7</td>
7101 </tr>
7102 <tr id="1214">
7103 <td><a href="https://cplusplus.github.io/CWG/issues/1214.html">1214</a></td>
7104 <td>C++11</td>
7105 <td>Kinds of initializers</td>
7106 <td class="unknown" align="center">Unknown</td>
7107 </tr>
7108 <tr id="1215">
7109 <td><a href="https://cplusplus.github.io/CWG/issues/1215.html">1215</a></td>
7110 <td>C++11</td>
7111 <td>Definition of POD struct</td>
7112 <td class="unknown" align="center">Unknown</td>
7113 </tr>
7114 <tr id="1216">
7115 <td><a href="https://cplusplus.github.io/CWG/issues/1216.html">1216</a></td>
7116 <td>C++11</td>
7117 <td>Exceptions &#8220;allowed&#8221; by a <I>noexcept-specification</I></td>
7118 <td class="unknown" align="center">Unknown</td>
7119 </tr>
7120 <tr id="1217">
7121 <td><a href="https://cplusplus.github.io/CWG/issues/1217.html">1217</a></td>
7122 <td>NAD</td>
7123 <td>Are deleted functions implicitly <TT>noexcept</TT>?</td>
7124 <td class="unknown" align="center">Unknown</td>
7125 </tr>
7126 <tr id="1218">
7127 <td><a href="https://cplusplus.github.io/CWG/issues/1218.html">1218</a></td>
7128 <td>C++11</td>
7129 <td>What is the &#8220;currently-handled exception&#8221; in a multi-threaded program?</td>
7130 <td class="unknown" align="center">Unknown</td>
7131 </tr>
7132 <tr id="1219">
7133 <td><a href="https://cplusplus.github.io/CWG/issues/1219.html">1219</a></td>
7134 <td>C++11</td>
7135 <td>Non-static data member initializers in constant expressions</td>
7136 <td class="unknown" align="center">Unknown</td>
7137 </tr>
7138 <tr id="1220">
7139 <td><a href="https://cplusplus.github.io/CWG/issues/1220.html">1220</a></td>
7140 <td>C++11</td>
7141 <td>Looking up <I>conversion-type-id</I>s</td>
7142 <td class="unknown" align="center">Unknown</td>
7143 </tr>
7144 <tr class="open" id="1221">
7145 <td><a href="https://cplusplus.github.io/CWG/issues/1221.html">1221</a></td>
7146 <td>open</td>
7147 <td>Partial ordering and reference collapsing</td>
7148 <td align="center">Not resolved</td>
7149 </tr>
7150 <tr id="1222">
7151 <td><a href="https://cplusplus.github.io/CWG/issues/1222.html">1222</a></td>
7152 <td>NAD</td>
7153 <td>Unnecessary restriction on <TT>auto</TT> array types</td>
7154 <td class="unknown" align="center">Unknown</td>
7155 </tr>
7156 <tr class="open" id="1223">
7157 <td><a href="https://cplusplus.github.io/CWG/issues/1223.html">1223</a></td>
7158 <td>drafting</td>
7159 <td>Syntactic disambiguation and <I>trailing-return-type</I>s</td>
7160 <td align="center">
7161 <details>
7162 <summary>Not resolved</summary>
7163 Clang 17 implements 2023-05-12 resolution
7164 </details></td>
7165 </tr>
7166 <tr id="1224">
7167 <td><a href="https://cplusplus.github.io/CWG/issues/1224.html">1224</a></td>
7168 <td>C++11</td>
7169 <td><TT>constexpr</TT> defaulted copy constructors</td>
7170 <td class="unknown" align="center">Unknown</td>
7171 </tr>
7172 <tr id="1225">
7173 <td><a href="https://cplusplus.github.io/CWG/issues/1225.html">1225</a></td>
7174 <td>C++11</td>
7175 <td><TT>constexpr</TT> constructors and virtual bases</td>
7176 <td class="unknown" align="center">Unknown</td>
7177 </tr>
7178 <tr id="1226">
7179 <td><a href="https://cplusplus.github.io/CWG/issues/1226.html">1226</a></td>
7180 <td>CD3</td>
7181 <td>Converting a <I>braced-init-list</I> default argument</td>
7182 <td class="unknown" align="center">Unknown</td>
7183 </tr>
7184 <tr id="1227">
7185 <td><a href="https://cplusplus.github.io/CWG/issues/1227.html">1227</a></td>
7186 <td>CD3</td>
7187 <td>Mixing immediate and non-immediate contexts in deduction failure</td>
7188 <td class="full" align="center">Clang 3.0</td>
7189 </tr>
7190 <tr id="1228">
7191 <td><a href="https://cplusplus.github.io/CWG/issues/1228.html">1228</a></td>
7192 <td>NAD</td>
7193 <td>Copy-list-initialization and <TT>explicit</TT> constructors</td>
7194 <td class="unknown" align="center">Unknown</td>
7195 </tr>
7196 <tr id="1229">
7197 <td><a href="https://cplusplus.github.io/CWG/issues/1229.html">1229</a></td>
7198 <td>C++11</td>
7199 <td>Overload resolution with empty <I>braced-init-list</I> argument</td>
7200 <td class="unknown" align="center">Unknown</td>
7201 </tr>
7202 <tr id="1230">
7203 <td><a href="https://cplusplus.github.io/CWG/issues/1230.html">1230</a></td>
7204 <td>dup</td>
7205 <td>Confusing description of ambiguity of destructor name</td>
7206 <td class="unknown" align="center">Unknown</td>
7207 </tr>
7208 <tr id="1231">
7209 <td><a href="https://cplusplus.github.io/CWG/issues/1231.html">1231</a></td>
7210 <td>C++11</td>
7211 <td>Variadic templates requiring an empty pack expansion</td>
7212 <td class="unknown" align="center">Unknown</td>
7213 </tr>
7214 <tr id="1232">
7215 <td><a href="https://cplusplus.github.io/CWG/issues/1232.html">1232</a></td>
7216 <td>C++11</td>
7217 <td>Creation of array temporaries using a <I>braced-init-list</I></td>
7218 <td class="unknown" align="center">Unknown</td>
7219 </tr>
7220 <tr id="1233">
7221 <td><a href="https://cplusplus.github.io/CWG/issues/1233.html">1233</a></td>
7222 <td>C++11</td>
7223 <td>Pack expansions and dependent calls</td>
7224 <td class="unknown" align="center">Unknown</td>
7225 </tr>
7226 <tr id="1234">
7227 <td><a href="https://cplusplus.github.io/CWG/issues/1234.html">1234</a></td>
7228 <td>C++11</td>
7229 <td><I>abstract-declarator</I> does not permit <TT>...</TT> after <I>ptr-operator</I></td>
7230 <td class="unknown" align="center">Unknown</td>
7231 </tr>
7232 <tr id="1235">
7233 <td><a href="https://cplusplus.github.io/CWG/issues/1235.html">1235</a></td>
7234 <td>C++11</td>
7235 <td>&#8220;Unused&#8221; ellipsis and default arguments in partial ordering</td>
7236 <td class="unknown" align="center">Unknown</td>
7237 </tr>
7238 <tr id="1236">
7239 <td><a href="https://cplusplus.github.io/CWG/issues/1236.html">1236</a></td>
7240 <td>C++11</td>
7241 <td>Inconsistently-interrelated examples</td>
7242 <td class="unknown" align="center">Unknown</td>
7243 </tr>
7244 <tr id="1237">
7245 <td><a href="https://cplusplus.github.io/CWG/issues/1237.html">1237</a></td>
7246 <td>C++11</td>
7247 <td>Deprecated implicit copy assignment in example</td>
7248 <td class="unknown" align="center">Unknown</td>
7249 </tr>
7250 <tr id="1238">
7251 <td><a href="https://cplusplus.github.io/CWG/issues/1238.html">1238</a></td>
7252 <td>C++11</td>
7253 <td>Overloading ambiguity binding reference to function</td>
7254 <td class="unknown" align="center">Unknown</td>
7255 </tr>
7256 <tr id="1239">
7257 <td><a href="https://cplusplus.github.io/CWG/issues/1239.html">1239</a></td>
7258 <td>C++11</td>
7259 <td>Hexadecimal floating-point literals vs user-defined literals</td>
7260 <td class="unknown" align="center">Unknown</td>
7261 </tr>
7262 <tr id="1240">
7263 <td><a href="https://cplusplus.github.io/CWG/issues/1240.html">1240</a></td>
7264 <td>C++11</td>
7265 <td><TT>constexpr</TT> defaulted constructors</td>
7266 <td class="unknown" align="center">Unknown</td>
7267 </tr>
7268 <tr id="1241">
7269 <td><a href="https://cplusplus.github.io/CWG/issues/1241.html">1241</a></td>
7270 <td>C++11</td>
7271 <td>Which members does a destructor destroy?</td>
7272 <td class="unknown" align="center">Unknown</td>
7273 </tr>
7274 <tr id="1242">
7275 <td><a href="https://cplusplus.github.io/CWG/issues/1242.html">1242</a></td>
7276 <td>C++11</td>
7277 <td>Initializing variant class members</td>
7278 <td class="unknown" align="center">Unknown</td>
7279 </tr>
7280 <tr id="1243">
7281 <td><a href="https://cplusplus.github.io/CWG/issues/1243.html">1243</a></td>
7282 <td>C++11</td>
7283 <td>Misleading footnote regarding multiple-declarator declarations</td>
7284 <td class="unknown" align="center">Unknown</td>
7285 </tr>
7286 <tr id="1244">
7287 <td><a href="https://cplusplus.github.io/CWG/issues/1244.html">1244</a></td>
7288 <td>C++11</td>
7289 <td>Equivalence of alias templates and class templates</td>
7290 <td class="unknown" align="center">Unknown</td>
7291 </tr>
7292 <tr id="1245">
7293 <td><a href="https://cplusplus.github.io/CWG/issues/1245.html">1245</a></td>
7294 <td>C++11</td>
7295 <td>Matching declarations involving <TT>decltype</TT></td>
7296 <td class="unknown" align="center">Unknown</td>
7297 </tr>
7298 <tr id="1246">
7299 <td><a href="https://cplusplus.github.io/CWG/issues/1246.html">1246</a></td>
7300 <td>C++11</td>
7301 <td>Non-deduced non-final parameter packs</td>
7302 <td class="unknown" align="center">Unknown</td>
7303 </tr>
7304 <tr id="1247">
7305 <td><a href="https://cplusplus.github.io/CWG/issues/1247.html">1247</a></td>
7306 <td>CD4</td>
7307 <td>Restriction on alias name appearing in <I>type-id</I></td>
7308 <td class="unknown" align="center">Unknown</td>
7309 </tr>
7310 <tr class="open" id="1248">
7311 <td><a href="https://cplusplus.github.io/CWG/issues/1248.html">1248</a></td>
7312 <td>open</td>
7313 <td>Updating Annex C to C99 and C23</td>
7314 <td align="center">Not resolved</td>
7315 </tr>
7316 <tr id="1249">
7317 <td><a href="https://cplusplus.github.io/CWG/issues/1249.html">1249</a></td>
7318 <td>CD6</td>
7319 <td>Cv-qualification of nested lambda capture</td>
7320 <td class="unknown" align="center">Unknown</td>
7321 </tr>
7322 <tr id="1250">
7323 <td><a href="https://cplusplus.github.io/CWG/issues/1250.html">1250</a></td>
7324 <td>CD3</td>
7325 <td>Cv-qualification of incomplete virtual function return types</td>
7326 <td class="full" align="center">Clang 3.9</td>
7327 </tr>
7328 <tr id="1251">
7329 <td><a href="https://cplusplus.github.io/CWG/issues/1251.html">1251</a></td>
7330 <td>CD3</td>
7331 <td>C compatibility: casting to unqualified <TT>void*</TT></td>
7332 <td class="unknown" align="center">Unknown</td>
7333 </tr>
7334 <tr id="1252">
7335 <td><a href="https://cplusplus.github.io/CWG/issues/1252.html">1252</a></td>
7336 <td>CD6</td>
7337 <td>Overloading member function templates based on dependent return type</td>
7338 <td class="unknown" align="center">Unknown</td>
7339 </tr>
7340 <tr id="1253">
7341 <td><a href="https://cplusplus.github.io/CWG/issues/1253.html">1253</a></td>
7342 <td>C++17</td>
7343 <td>Generic non-template members</td>
7344 <td class="unknown" align="center">Unknown</td>
7345 </tr>
7346 <tr id="1254">
7347 <td><a href="https://cplusplus.github.io/CWG/issues/1254.html">1254</a></td>
7348 <td>NAD</td>
7349 <td>odr-use vs template arguments and constexpr functions</td>
7350 <td class="unknown" align="center">Unknown</td>
7351 </tr>
7352 <tr class="open" id="1255">
7353 <td><a href="https://cplusplus.github.io/CWG/issues/1255.html">1255</a></td>
7354 <td>drafting</td>
7355 <td>Definition problems with <TT>constexpr</TT> functions</td>
7356 <td align="center">Not resolved</td>
7357 </tr>
7358 <tr class="open" id="1256">
7359 <td><a href="https://cplusplus.github.io/CWG/issues/1256.html">1256</a></td>
7360 <td>open</td>
7361 <td>Unevaluated operands are not necessarily constant expressions</td>
7362 <td align="center">Not resolved</td>
7363 </tr>
7364 <tr class="open" id="1257">
7365 <td><a href="https://cplusplus.github.io/CWG/issues/1257.html">1257</a></td>
7366 <td>open</td>
7367 <td>Instantiation via non-dependent references in uninstantiated templates</td>
7368 <td align="center">Not resolved</td>
7369 </tr>
7370 <tr id="1258">
7371 <td><a href="https://cplusplus.github.io/CWG/issues/1258.html">1258</a></td>
7372 <td>CD5</td>
7373 <td>&#8220;Instantiation context&#8221; differs from dependent lookup rules</td>
7374 <td class="unknown" align="center">Unknown</td>
7375 </tr>
7376 <tr id="1259">
7377 <td><a href="https://cplusplus.github.io/CWG/issues/1259.html">1259</a></td>
7378 <td>NAD</td>
7379 <td>Deleting a POD via a pointer to base</td>
7380 <td class="unknown" align="center">Unknown</td>
7381 </tr>
7382 <tr id="1260">
7383 <td><a href="https://cplusplus.github.io/CWG/issues/1260.html">1260</a></td>
7384 <td>CD3</td>
7385 <td>Incorrect use of term &#8220;overloaded&#8221; in description of odr-use</td>
7386 <td class="unknown" align="center">Unknown</td>
7387 </tr>
7388 <tr id="1261">
7389 <td><a href="https://cplusplus.github.io/CWG/issues/1261.html">1261</a></td>
7390 <td>CD3</td>
7391 <td>Explicit handling of cv-qualification with non-class prvalues</td>
7392 <td class="unknown" align="center">Unknown</td>
7393 </tr>
7394 <tr id="1262">
7395 <td><a href="https://cplusplus.github.io/CWG/issues/1262.html">1262</a></td>
7396 <td>CD3</td>
7397 <td>Default template arguments and deduction failure</td>
7398 <td class="unknown" align="center">Unknown</td>
7399 </tr>
7400 <tr id="1263">
7401 <td><a href="https://cplusplus.github.io/CWG/issues/1263.html">1263</a></td>
7402 <td>NAD</td>
7403 <td>Mismatch between rvalue reference binding and overload resolution</td>
7404 <td class="unknown" align="center">Unknown</td>
7405 </tr>
7406 <tr id="1264">
7407 <td><a href="https://cplusplus.github.io/CWG/issues/1264.html">1264</a></td>
7408 <td>CD3</td>
7409 <td>Use of <TT>this</TT> in <TT>constexpr</TT> constructor</td>
7410 <td class="unknown" align="center">Unknown</td>
7411 </tr>
7412 <tr id="1265">
7413 <td><a href="https://cplusplus.github.io/CWG/issues/1265.html">1265</a></td>
7414 <td>CD3</td>
7415 <td>Mixed use of the <TT>auto</TT> specifier</td>
7416 <td class="full" align="center">Clang 5</td>
7417 </tr>
7418 <tr class="open" id="1266">
7419 <td><a href="https://cplusplus.github.io/CWG/issues/1266.html">1266</a></td>
7420 <td>open</td>
7421 <td><I>user-defined-integer-literal</I> overflow</td>
7422 <td align="center">Not resolved</td>
7423 </tr>
7424 <tr id="1267">
7425 <td><a href="https://cplusplus.github.io/CWG/issues/1267.html">1267</a></td>
7426 <td>CD3</td>
7427 <td>Rvalue reference types in <I>exception-specification</I>s</td>
7428 <td class="unknown" align="center">Unknown</td>
7429 </tr>
7430 <tr id="1268">
7431 <td><a href="https://cplusplus.github.io/CWG/issues/1268.html">1268</a></td>
7432 <td>CD3</td>
7433 <td><TT>reinterpret_cast</TT> of an xvalue operand</td>
7434 <td class="unknown" align="center">Unknown</td>
7435 </tr>
7436 <tr id="1269">
7437 <td><a href="https://cplusplus.github.io/CWG/issues/1269.html">1269</a></td>
7438 <td>CD3</td>
7439 <td><TT>dynamic_cast</TT> of an xvalue operand</td>
7440 <td class="unknown" align="center">Unknown</td>
7441 </tr>
7442 <tr id="1270">
7443 <td><a href="https://cplusplus.github.io/CWG/issues/1270.html">1270</a></td>
7444 <td>CD3</td>
7445 <td>Brace elision in array temporary initialization</td>
7446 <td class="unknown" align="center">Unknown</td>
7447 </tr>
7448 <tr id="1271">
7449 <td><a href="https://cplusplus.github.io/CWG/issues/1271.html">1271</a></td>
7450 <td>CD5</td>
7451 <td>Imprecise wording regarding dependent types</td>
7452 <td class="unknown" align="center">Unknown</td>
7453 </tr>
7454 <tr id="1272">
7455 <td><a href="https://cplusplus.github.io/CWG/issues/1272.html">1272</a></td>
7456 <td>NAD</td>
7457 <td>Implicit definition of static data member of const literal type</td>
7458 <td class="unknown" align="center">Unknown</td>
7459 </tr>
7460 <tr id="1273">
7461 <td><a href="https://cplusplus.github.io/CWG/issues/1273.html">1273</a></td>
7462 <td>NAD</td>
7463 <td>Accessibility and function signatures</td>
7464 <td class="unknown" align="center">Unknown</td>
7465 </tr>
7466 <tr id="1274">
7467 <td><a href="https://cplusplus.github.io/CWG/issues/1274.html">1274</a></td>
7468 <td>CD4</td>
7469 <td>Common nonterminal for <I>expression</I> and <I>braced-init-list</I></td>
7470 <td class="unknown" align="center">Unknown</td>
7471 </tr>
7472 <tr id="1275">
7473 <td><a href="https://cplusplus.github.io/CWG/issues/1275.html">1275</a></td>
7474 <td>CD3</td>
7475 <td>Incorrect comment in example of template parameter pack restriction</td>
7476 <td class="unknown" align="center">Unknown</td>
7477 </tr>
7478 <tr id="1276">
7479 <td><a href="https://cplusplus.github.io/CWG/issues/1276.html">1276</a></td>
7480 <td>NAD</td>
7481 <td>Reference to <TT>stdint.h</TT></td>
7482 <td class="unknown" align="center">Unknown</td>
7483 </tr>
7484 <tr id="1277">
7485 <td><a href="https://cplusplus.github.io/CWG/issues/1277.html">1277</a></td>
7486 <td>NAD</td>
7487 <td>Lax definition of <TT>intmax_t</TT> and <TT>uintmax_t</TT></td>
7488 <td class="unknown" align="center">Unknown</td>
7489 </tr>
7490 <tr class="open" id="1278">
7491 <td><a href="https://cplusplus.github.io/CWG/issues/1278.html">1278</a></td>
7492 <td>drafting</td>
7493 <td>Incorrect treatment of contrived object</td>
7494 <td align="center">Not resolved</td>
7495 </tr>
7496 <tr class="open" id="1279">
7497 <td><a href="https://cplusplus.github.io/CWG/issues/1279.html">1279</a></td>
7498 <td>drafting</td>
7499 <td>Additional differences between C++ 2003 and C++ 2011</td>
7500 <td align="center">Not resolved</td>
7501 </tr>
7502 <tr id="1280">
7503 <td><a href="https://cplusplus.github.io/CWG/issues/1280.html">1280</a></td>
7504 <td>NAD</td>
7505 <td>Object reallocation and reference members</td>
7506 <td class="unknown" align="center">Unknown</td>
7507 </tr>
7508 <tr id="1281">
7509 <td><a href="https://cplusplus.github.io/CWG/issues/1281.html">1281</a></td>
7510 <td>NAD</td>
7511 <td>Virtual and dependent base classes</td>
7512 <td class="unknown" align="center">Unknown</td>
7513 </tr>
7514 <tr id="1282">
7515 <td><a href="https://cplusplus.github.io/CWG/issues/1282.html">1282</a></td>
7516 <td>CD3</td>
7517 <td>Underspecified destructor <I>exception-specification</I></td>
7518 <td class="unknown" align="center">Unknown</td>
7519 </tr>
7520 <tr class="open" id="1283">
7521 <td><a href="https://cplusplus.github.io/CWG/issues/1283.html">1283</a></td>
7522 <td>drafting</td>
7523 <td>Static data members of classes with typedef name for linkage purposes</td>
7524 <td align="center">Not resolved</td>
7525 </tr>
7526 <tr id="1284">
7527 <td><a href="https://cplusplus.github.io/CWG/issues/1284.html">1284</a></td>
7528 <td>CD4</td>
7529 <td>Should the lifetime of an array be independent of that of its elements?</td>
7530 <td class="unknown" align="center">Unknown</td>
7531 </tr>
7532 <tr id="1285">
7533 <td><a href="https://cplusplus.github.io/CWG/issues/1285.html">1285</a></td>
7534 <td>NAD</td>
7535 <td>Trivial destructors and object lifetime</td>
7536 <td class="unknown" align="center">Unknown</td>
7537 </tr>
7538 <tr class="open" id="1286">
7539 <td><a href="https://cplusplus.github.io/CWG/issues/1286.html">1286</a></td>
7540 <td>drafting</td>
7541 <td>Equivalence of alias templates</td>
7542 <td align="center">Not resolved</td>
7543 </tr>
7544 <tr id="1287">
7545 <td><a href="https://cplusplus.github.io/CWG/issues/1287.html">1287</a></td>
7546 <td>C++14</td>
7547 <td>Direct initialization vs &#8220;implicit&#8221; conversion in reference binding</td>
7548 <td class="unknown" align="center">Unknown</td>
7549 </tr>
7550 <tr id="1288">
7551 <td><a href="https://cplusplus.github.io/CWG/issues/1288.html">1288</a></td>
7552 <td>CD3</td>
7553 <td>Reference list initialization</td>
7554 <td class="unknown" align="center">Unknown</td>
7555 </tr>
7556 <tr id="1289">
7557 <td><a href="https://cplusplus.github.io/CWG/issues/1289.html">1289</a></td>
7558 <td>NAD</td>
7559 <td>Can an alias template name the current instantiation?</td>
7560 <td class="unknown" align="center">Unknown</td>
7561 </tr>
7562 <tr id="1290">
7563 <td><a href="https://cplusplus.github.io/CWG/issues/1290.html">1290</a></td>
7564 <td>CD3</td>
7565 <td>Lifetime of the underlying array of an <TT>initializer_list</TT> member</td>
7566 <td class="unknown" align="center">Unknown</td>
7567 </tr>
7568 <tr id="1291">
7569 <td><a href="https://cplusplus.github.io/CWG/issues/1291.html">1291</a></td>
7570 <td>CD6</td>
7571 <td>Looking up a <I>conversion-type-id</I></td>
7572 <td class="na" align="center">N/A</td>
7573 </tr>
7574 <tr id="1292">
7575 <td><a href="https://cplusplus.github.io/CWG/issues/1292.html">1292</a></td>
7576 <td>CD4</td>
7577 <td>Dependent calls with <I>braced-init-list</I>s containing a pack expansion</td>
7578 <td class="unknown" align="center">Unknown</td>
7579 </tr>
7580 <tr id="1293">
7581 <td><a href="https://cplusplus.github.io/CWG/issues/1293.html">1293</a></td>
7582 <td>CD3</td>
7583 <td>String literals in constant expressions</td>
7584 <td class="unknown" align="center">Unknown</td>
7585 </tr>
7586 <tr class="open" id="1294">
7587 <td><a href="https://cplusplus.github.io/CWG/issues/1294.html">1294</a></td>
7588 <td>open</td>
7589 <td>Side effects in dynamic/static initialization</td>
7590 <td align="center">Not resolved</td>
7591 </tr>
7592 <tr id="1295">
7593 <td><a href="https://cplusplus.github.io/CWG/issues/1295.html">1295</a></td>
7594 <td>CD3</td>
7595 <td>Binding a reference to an rvalue bit-field</td>
7596 <td class="full" align="center">Clang 4</td>
7597 </tr>
7598 <tr id="1296">
7599 <td><a href="https://cplusplus.github.io/CWG/issues/1296.html">1296</a></td>
7600 <td>CD3</td>
7601 <td>Ill-formed template declarations (not just definitions)</td>
7602 <td class="unknown" align="center">Unknown</td>
7603 </tr>
7604 <tr id="1297">
7605 <td><a href="https://cplusplus.github.io/CWG/issues/1297.html">1297</a></td>
7606 <td>CD3</td>
7607 <td>Misplaced function <I>attribute-specifier</I></td>
7608 <td class="unknown" align="center">Unknown</td>
7609 </tr>
7610 <tr id="1298">
7611 <td><a href="https://cplusplus.github.io/CWG/issues/1298.html">1298</a></td>
7612 <td>CD3</td>
7613 <td>Incorrect example in overload resolution</td>
7614 <td class="unknown" align="center">Unknown</td>
7615 </tr>
7616 <tr id="1299">
7617 <td><a href="https://cplusplus.github.io/CWG/issues/1299.html">1299</a></td>
7618 <td>CD5</td>
7619 <td>&#8220;Temporary objects&#8221; vs &#8220;temporary expressions&#8221;</td>
7620 <td class="unknown" align="center">Unknown</td>
7621 </tr>
7622 <tr id="1300">
7623 <td><a href="https://cplusplus.github.io/CWG/issues/1300.html">1300</a></td>
7624 <td>dup</td>
7625 <td><TT>T()</TT> for array types</td>
7626 <td class="unknown" align="center">Unknown</td>
7627 </tr>
7628 <tr id="1301">
7629 <td><a href="https://cplusplus.github.io/CWG/issues/1301.html">1301</a></td>
7630 <td>CD3</td>
7631 <td>Value initialization of union</td>
7632 <td class="unknown" align="center">Unknown</td>
7633 </tr>
7634 <tr id="1302">
7635 <td><a href="https://cplusplus.github.io/CWG/issues/1302.html">1302</a></td>
7636 <td>CD3</td>
7637 <td><TT>noexcept</TT> applied to expression of type <TT>void</TT></td>
7638 <td class="unknown" align="center">Unknown</td>
7639 </tr>
7640 <tr id="1303">
7641 <td><a href="https://cplusplus.github.io/CWG/issues/1303.html">1303</a></td>
7642 <td>NAD</td>
7643 <td>C language linkage for template with internal linkage</td>
7644 <td class="unknown" align="center">Unknown</td>
7645 </tr>
7646 <tr class="open" id="1304">
7647 <td><a href="https://cplusplus.github.io/CWG/issues/1304.html">1304</a></td>
7648 <td>drafting</td>
7649 <td>Omitted array bound with string initialization</td>
7650 <td align="center">Not resolved</td>
7651 </tr>
7652 <tr id="1305">
7653 <td><a href="https://cplusplus.github.io/CWG/issues/1305.html">1305</a></td>
7654 <td>CD3</td>
7655 <td><TT>alignof</TT> applied to array of unknown size</td>
7656 <td class="full" align="center">Clang 3.0</td>
7657 </tr>
7658 <tr id="1306">
7659 <td><a href="https://cplusplus.github.io/CWG/issues/1306.html">1306</a></td>
7660 <td>CD3</td>
7661 <td>Modifying an object within a <TT>const</TT> member function</td>
7662 <td class="unknown" align="center">Unknown</td>
7663 </tr>
7664 <tr id="1307">
7665 <td><a href="https://cplusplus.github.io/CWG/issues/1307.html">1307</a></td>
7666 <td>C++14</td>
7667 <td>Overload resolution based on size of array <I>initializer-list</I></td>
7668 <td class="full" align="center">Clang 14</td>
7669 </tr>
7670 <tr id="1308">
7671 <td><a href="https://cplusplus.github.io/CWG/issues/1308.html">1308</a></td>
7672 <td>CD3</td>
7673 <td>Completeness of class type within an <I>exception-specification</I></td>
7674 <td class="full-superseded" align="center">Superseded by <a href="#1330">1330</a></td>
7675 </tr>
7676 <tr id="1309">
7677 <td><a href="https://cplusplus.github.io/CWG/issues/1309.html">1309</a></td>
7678 <td>CD4</td>
7679 <td>Incorrect note regarding lookup of a member of the current instantiation</td>
7680 <td class="unknown" align="center">Unknown</td>
7681 </tr>
7682 <tr id="1310">
7683 <td><a href="https://cplusplus.github.io/CWG/issues/1310.html">1310</a></td>
7684 <td>CD3</td>
7685 <td>What is an &#8220;acceptable lookup result?&#8221;</td>
7686 <td class="full" align="center">Clang 5</td>
7687 </tr>
7688 <tr id="1311">
7689 <td><a href="https://cplusplus.github.io/CWG/issues/1311.html">1311</a></td>
7690 <td>CD3</td>
7691 <td>Volatile lvalues in constant expressions</td>
7692 <td class="unknown" align="center">Unknown</td>
7693 </tr>
7694 <tr id="1312">
7695 <td><a href="https://cplusplus.github.io/CWG/issues/1312.html">1312</a></td>
7696 <td>CD3</td>
7697 <td>Simulated <TT>reinterpret_cast</TT> in constant expressions</td>
7698 <td class="unknown" align="center">Unknown</td>
7699 </tr>
7700 <tr id="1313">
7701 <td><a href="https://cplusplus.github.io/CWG/issues/1313.html">1313</a></td>
7702 <td>CD3</td>
7703 <td>Undefined pointer arithmetic in constant expressions</td>
7704 <td class="unknown" align="center">Unknown</td>
7705 </tr>
7706 <tr id="1314">
7707 <td><a href="https://cplusplus.github.io/CWG/issues/1314.html">1314</a></td>
7708 <td>NAD</td>
7709 <td>Pointer arithmetic within standard-layout objects</td>
7710 <td class="unknown" align="center">Unknown</td>
7711 </tr>
7712 <tr id="1315">
7713 <td><a href="https://cplusplus.github.io/CWG/issues/1315.html">1315</a></td>
7714 <td>CD4</td>
7715 <td>Restrictions on non-type template arguments in partial specializations</td>
7716 <td class="partial" align="center">Partial</td>
7717 </tr>
7718 <tr id="1316">
7719 <td><a href="https://cplusplus.github.io/CWG/issues/1316.html">1316</a></td>
7720 <td>NAD</td>
7721 <td><TT>constexpr</TT> function requirements and class scope</td>
7722 <td class="unknown" align="center">Unknown</td>
7723 </tr>
7724 <tr id="1317">
7725 <td><a href="https://cplusplus.github.io/CWG/issues/1317.html">1317</a></td>
7726 <td>NAD</td>
7727 <td>Unnamed scoped enumerations</td>
7728 <td class="unknown" align="center">Unknown</td>
7729 </tr>
7730 <tr id="1318">
7731 <td><a href="https://cplusplus.github.io/CWG/issues/1318.html">1318</a></td>
7732 <td>CD3</td>
7733 <td>Syntactic ambiguities with <TT>final</TT></td>
7734 <td class="unknown" align="center">Unknown</td>
7735 </tr>
7736 <tr id="1319">
7737 <td><a href="https://cplusplus.github.io/CWG/issues/1319.html">1319</a></td>
7738 <td>NAD</td>
7739 <td>Error in pack expansion example</td>
7740 <td class="unknown" align="center">Unknown</td>
7741 </tr>
7742 <tr id="1320">
7743 <td><a href="https://cplusplus.github.io/CWG/issues/1320.html">1320</a></td>
7744 <td>CD3</td>
7745 <td>Converting scoped enumerations to <TT>bool</TT></td>
7746 <td class="unknown" align="center">Unknown</td>
7747 </tr>
7748 <tr id="1321">
7749 <td><a href="https://cplusplus.github.io/CWG/issues/1321.html">1321</a></td>
7750 <td>CD3</td>
7751 <td>Equivalency of dependent calls</td>
7752 <td class="unknown" align="center">Unknown</td>
7753 </tr>
7754 <tr class="open" id="1322">
7755 <td><a href="https://cplusplus.github.io/CWG/issues/1322.html">1322</a></td>
7756 <td>drafting</td>
7757 <td>Function parameter type decay in templates</td>
7758 <td align="center">Not resolved</td>
7759 </tr>
7760 <tr id="1323">
7761 <td><a href="https://cplusplus.github.io/CWG/issues/1323.html">1323</a></td>
7762 <td>NAD</td>
7763 <td>Nonexistent nonterminal in <I>alignment-specifier</I> grammar</td>
7764 <td class="unknown" align="center">Unknown</td>
7765 </tr>
7766 <tr id="1324">
7767 <td><a href="https://cplusplus.github.io/CWG/issues/1324.html">1324</a></td>
7768 <td>CD3</td>
7769 <td>Value initialization and defaulted constructors</td>
7770 <td class="unknown" align="center">Unknown</td>
7771 </tr>
7772 <tr id="1325">
7773 <td><a href="https://cplusplus.github.io/CWG/issues/1325.html">1325</a></td>
7774 <td>NAD</td>
7775 <td>Omitted declarator in <TT>friend</TT> declarations</td>
7776 <td class="unknown" align="center">Unknown</td>
7777 </tr>
7778 <tr id="1326">
7779 <td><a href="https://cplusplus.github.io/CWG/issues/1326.html">1326</a></td>
7780 <td>dup</td>
7781 <td>Deducing an array bound from an <I>initializer-list</I></td>
7782 <td class="unknown" align="center">Unknown</td>
7783 </tr>
7784 <tr id="1327">
7785 <td><a href="https://cplusplus.github.io/CWG/issues/1327.html">1327</a></td>
7786 <td>CD3</td>
7787 <td><I>virt-specifier</I> in a defaulted definition</td>
7788 <td class="unknown" align="center">Unknown</td>
7789 </tr>
7790 <tr id="1328">
7791 <td><a href="https://cplusplus.github.io/CWG/issues/1328.html">1328</a></td>
7792 <td>CD3</td>
7793 <td>Conflict in reference binding vs overload resolution</td>
7794 <td class="unknown" align="center">Unknown</td>
7795 </tr>
7796 <tr id="1329">
7797 <td><a href="https://cplusplus.github.io/CWG/issues/1329.html">1329</a></td>
7798 <td>CD3</td>
7799 <td>Recursive deduction substitutions</td>
7800 <td class="unknown" align="center">Unknown</td>
7801 </tr>
7802 <tr id="1330">
7803 <td><a href="https://cplusplus.github.io/CWG/issues/1330.html">1330</a></td>
7804 <td>CD3</td>
7805 <td>Delayed instantiation of <TT>noexcept</TT> specifiers</td>
7806 <td class="full" align="center">Clang 4 (C++11 onwards)</td>
7807 </tr>
7808 <tr id="1331">
7809 <td><a href="https://cplusplus.github.io/CWG/issues/1331.html">1331</a></td>
7810 <td>CD5</td>
7811 <td><TT>const</TT> mismatch with defaulted copy constructor</td>
7812 <td class="unknown" align="center">Unknown</td>
7813 </tr>
7814 <tr id="1332">
7815 <td><a href="https://cplusplus.github.io/CWG/issues/1332.html">1332</a></td>
7816 <td>CD5</td>
7817 <td>Handling of invalid universal-character-names</td>
7818 <td class="unknown" align="center">Unknown</td>
7819 </tr>
7820 <tr id="1333">
7821 <td><a href="https://cplusplus.github.io/CWG/issues/1333.html">1333</a></td>
7822 <td>CD3</td>
7823 <td>Omission of <TT>const</TT> in a defaulted copy constructor</td>
7824 <td class="unknown" align="center">Unknown</td>
7825 </tr>
7826 <tr id="1334">
7827 <td><a href="https://cplusplus.github.io/CWG/issues/1334.html">1334</a></td>
7828 <td>NAD</td>
7829 <td>Layout compatibility and cv-qualification</td>
7830 <td class="full-superseded" align="center">Superseded by <a href="#1719">1719</a></td>
7831 </tr>
7832 <tr id="1335">
7833 <td><a href="https://cplusplus.github.io/CWG/issues/1335.html">1335</a></td>
7834 <td>CD6</td>
7835 <td>Stringizing, extended characters, and universal-character-names</td>
7836 <td class="unknown" align="center">Unknown</td>
7837 </tr>
7838 <tr id="1336">
7839 <td><a href="https://cplusplus.github.io/CWG/issues/1336.html">1336</a></td>
7840 <td>CD3</td>
7841 <td>Definition of &#8220;converting constructor&#8221;</td>
7842 <td class="unknown" align="center">Unknown</td>
7843 </tr>
7844 <tr id="1337">
7845 <td><a href="https://cplusplus.github.io/CWG/issues/1337.html">1337</a></td>
7846 <td>dup</td>
7847 <td>Partial ordering and non-deduced parameters</td>
7848 <td class="unknown" align="center">Unknown</td>
7849 </tr>
7850 <tr id="1338">
7851 <td><a href="https://cplusplus.github.io/CWG/issues/1338.html">1338</a></td>
7852 <td>CD4</td>
7853 <td>Aliasing and allocation functions</td>
7854 <td class="unknown" align="center">Unknown</td>
7855 </tr>
7856 <tr id="1339">
7857 <td><a href="https://cplusplus.github.io/CWG/issues/1339.html">1339</a></td>
7858 <td>NAD</td>
7859 <td>Parenthesized <I>braced-init-list</I> and arrays</td>
7860 <td class="unknown" align="center">Unknown</td>
7861 </tr>
7862 <tr id="1340">
7863 <td><a href="https://cplusplus.github.io/CWG/issues/1340.html">1340</a></td>
7864 <td>CD3</td>
7865 <td>Complete type in member pointer expressions</td>
7866 <td class="full" align="center">Clang 2.9</td>
7867 </tr>
7868 <tr id="1341">
7869 <td><a href="https://cplusplus.github.io/CWG/issues/1341.html">1341</a></td>
7870 <td>NAD</td>
7871 <td>Bit-field initializers</td>
7872 <td class="na" align="center">Superseded by <a href="https://wg21.link/P0683R1">P0683R1</a></td>
7873 </tr>
7874 <tr id="1342">
7875 <td><a href="https://cplusplus.github.io/CWG/issues/1342.html">1342</a></td>
7876 <td>CD6</td>
7877 <td>Order of initialization with multiple declarators</td>
7878 <td class="unknown" align="center">Unknown</td>
7879 </tr>
7880 <tr id="1343">
7881 <td><a href="https://cplusplus.github.io/CWG/issues/1343.html">1343</a></td>
7882 <td>C++17</td>
7883 <td>Sequencing of non-class initialization</td>
7884 <td class="unknown" align="center">Unknown</td>
7885 </tr>
7886 <tr id="1344">
7887 <td><a href="https://cplusplus.github.io/CWG/issues/1344.html">1344</a></td>
7888 <td>C++14</td>
7889 <td>Adding new special member functions to a class via default arguments</td>
7890 <td class="unknown" align="center">Unknown</td>
7891 </tr>
7892 <tr id="1345">
7893 <td><a href="https://cplusplus.github.io/CWG/issues/1345.html">1345</a></td>
7894 <td>CD3</td>
7895 <td>Initialization of anonymous union class members</td>
7896 <td class="unknown" align="center">Unknown</td>
7897 </tr>
7898 <tr id="1346">
7899 <td><a href="https://cplusplus.github.io/CWG/issues/1346.html">1346</a></td>
7900 <td>CD3</td>
7901 <td><I>expression-list</I> initializers and the <TT>auto</TT> specifier</td>
7902 <td class="full" align="center">Clang 3.5</td>
7903 </tr>
7904 <tr id="1347">
7905 <td><a href="https://cplusplus.github.io/CWG/issues/1347.html">1347</a></td>
7906 <td>CD3</td>
7907 <td>Consistency of <TT>auto</TT> in multiple-declarator declarations</td>
7908 <td class="full" align="center">Clang 3.1</td>
7909 </tr>
7910 <tr class="open" id="1348">
7911 <td><a href="https://cplusplus.github.io/CWG/issues/1348.html">1348</a></td>
7912 <td>drafting</td>
7913 <td>Use of <TT>auto</TT> in a <I>trailing-return-type</I></td>
7914 <td align="center">Not resolved</td>
7915 </tr>
7916 <tr id="1349">
7917 <td><a href="https://cplusplus.github.io/CWG/issues/1349.html">1349</a></td>
7918 <td>dup</td>
7919 <td>Consistency of alias template redeclarations</td>
7920 <td class="unknown" align="center">Unknown</td>
7921 </tr>
7922 <tr id="1350">
7923 <td><a href="https://cplusplus.github.io/CWG/issues/1350.html">1350</a></td>
7924 <td>CD3</td>
7925 <td>Incorrect exception specification for inherited constructors</td>
7926 <td class="full" align="center">Clang 3.5</td>
7927 </tr>
7928 <tr id="1351">
7929 <td><a href="https://cplusplus.github.io/CWG/issues/1351.html">1351</a></td>
7930 <td>CD4</td>
7931 <td>Problems with implicitly-declared <I>exception-specification</I>s</td>
7932 <td class="unknown" align="center">Unknown</td>
7933 </tr>
7934 <tr id="1352">
7935 <td><a href="https://cplusplus.github.io/CWG/issues/1352.html">1352</a></td>
7936 <td>CD3</td>
7937 <td>Inconsistent class scope and completeness rules</td>
7938 <td class="full" align="center">Clang 3.0</td>
7939 </tr>
7940 <tr id="1353">
7941 <td><a href="https://cplusplus.github.io/CWG/issues/1353.html">1353</a></td>
7942 <td>DRWP</td>
7943 <td>Array and variant members and deleted special member functions</td>
7944 <td class="unknown" align="center">Unknown</td>
7945 </tr>
7946 <tr id="1354">
7947 <td><a href="https://cplusplus.github.io/CWG/issues/1354.html">1354</a></td>
7948 <td>CD3</td>
7949 <td>Destructor exceptions for temporaries in noexcept expressions</td>
7950 <td class="unknown" align="center">Unknown</td>
7951 </tr>
7952 <tr id="1355">
7953 <td><a href="https://cplusplus.github.io/CWG/issues/1355.html">1355</a></td>
7954 <td>CD3</td>
7955 <td>Aggregates and &#8220;user-provided&#8221; constructors</td>
7956 <td class="unknown" align="center">Unknown</td>
7957 </tr>
7958 <tr id="1356">
7959 <td><a href="https://cplusplus.github.io/CWG/issues/1356.html">1356</a></td>
7960 <td>CD4</td>
7961 <td>Exception specifications of copy assignment operators with virtual bases</td>
7962 <td class="unknown" align="center">Unknown</td>
7963 </tr>
7964 <tr id="1357">
7965 <td><a href="https://cplusplus.github.io/CWG/issues/1357.html">1357</a></td>
7966 <td>CD3</td>
7967 <td><I>brace-or-equal-initializer</I>s for function and typedef members</td>
7968 <td class="unknown" align="center">Unknown</td>
7969 </tr>
7970 <tr id="1358">
7971 <td><a href="https://cplusplus.github.io/CWG/issues/1358.html">1358</a></td>
7972 <td>CD3</td>
7973 <td>Unintentionally ill-formed <TT>constexpr</TT> function template instances</td>
7974 <td class="full" align="center">Clang 3.1</td>
7975 </tr>
7976 <tr id="1359">
7977 <td><a href="https://cplusplus.github.io/CWG/issues/1359.html">1359</a></td>
7978 <td>CD3</td>
7979 <td><TT>constexpr</TT> union constructors</td>
7980 <td class="full" align="center">Clang 3.5</td>
7981 </tr>
7982 <tr id="1360">
7983 <td><a href="https://cplusplus.github.io/CWG/issues/1360.html">1360</a></td>
7984 <td>CD6</td>
7985 <td><TT>constexpr</TT> defaulted default constructors</td>
7986 <td class="unknown" align="center">Unknown</td>
7987 </tr>
7988 <tr id="1361">
7989 <td><a href="https://cplusplus.github.io/CWG/issues/1361.html">1361</a></td>
7990 <td>CD3</td>
7991 <td>Requirement on <I>brace-or-equal-initializer</I>s of literal types</td>
7992 <td class="unknown" align="center">Unknown</td>
7993 </tr>
7994 <tr id="1362">
7995 <td><a href="https://cplusplus.github.io/CWG/issues/1362.html">1362</a></td>
7996 <td>CD3</td>
7997 <td>Complete type required for implicit conversion to <TT>T&amp;</TT></td>
7998 <td class="unknown" align="center">Unknown</td>
7999 </tr>
8000 <tr id="1363">
8001 <td><a href="https://cplusplus.github.io/CWG/issues/1363.html">1363</a></td>
8002 <td>CD3</td>
8003 <td>Triviality vs multiple default constructors</td>
8004 <td class="unknown" align="center">Unknown</td>
8005 </tr>
8006 <tr id="1364">
8007 <td><a href="https://cplusplus.github.io/CWG/issues/1364.html">1364</a></td>
8008 <td>CD3</td>
8009 <td><TT>constexpr</TT> function parameters</td>
8010 <td class="unknown" align="center">Unknown</td>
8011 </tr>
8012 <tr id="1365">
8013 <td><a href="https://cplusplus.github.io/CWG/issues/1365.html">1365</a></td>
8014 <td>CD3</td>
8015 <td>Calling undefined <TT>constexpr</TT> functions</td>
8016 <td class="unknown" align="center">Unknown</td>
8017 </tr>
8018 <tr id="1366">
8019 <td><a href="https://cplusplus.github.io/CWG/issues/1366.html">1366</a></td>
8020 <td>CD3</td>
8021 <td>Deleted <TT>constexpr</TT> constructors and virtual base classes</td>
8022 <td class="unknown" align="center">Unknown</td>
8023 </tr>
8024 <tr id="1367">
8025 <td><a href="https://cplusplus.github.io/CWG/issues/1367.html">1367</a></td>
8026 <td>CD3</td>
8027 <td>Use of <TT>this</TT> in a constant expression</td>
8028 <td class="unknown" align="center">Unknown</td>
8029 </tr>
8030 <tr id="1368">
8031 <td><a href="https://cplusplus.github.io/CWG/issues/1368.html">1368</a></td>
8032 <td>CD3</td>
8033 <td>Value initialization and defaulted constructors (part 2)</td>
8034 <td class="unknown" align="center">Unknown</td>
8035 </tr>
8036 <tr id="1369">
8037 <td><a href="https://cplusplus.github.io/CWG/issues/1369.html">1369</a></td>
8038 <td>CD3</td>
8039 <td>Function invocation substitution of <TT>this</TT></td>
8040 <td class="unknown" align="center">Unknown</td>
8041 </tr>
8042 <tr id="1370">
8043 <td><a href="https://cplusplus.github.io/CWG/issues/1370.html">1370</a></td>
8044 <td>CD3</td>
8045 <td><I>identifier-list</I> cannot contain ellipsis</td>
8046 <td class="unknown" align="center">Unknown</td>
8047 </tr>
8048 <tr id="1371">
8049 <td><a href="https://cplusplus.github.io/CWG/issues/1371.html">1371</a></td>
8050 <td>NAD</td>
8051 <td>Deduction from <TT>T&amp;&amp;</TT> in return types</td>
8052 <td class="unknown" align="center">Unknown</td>
8053 </tr>
8054 <tr id="1372">
8055 <td><a href="https://cplusplus.github.io/CWG/issues/1372.html">1372</a></td>
8056 <td>CD3</td>
8057 <td>Cross-references incorrect in conversion function template argument deduction</td>
8058 <td class="unknown" align="center">Unknown</td>
8059 </tr>
8060 <tr id="1373">
8061 <td><a href="https://cplusplus.github.io/CWG/issues/1373.html">1373</a></td>
8062 <td>dup</td>
8063 <td>Overload resolution changes matching reference-binding changes</td>
8064 <td class="unknown" align="center">Unknown</td>
8065 </tr>
8066 <tr id="1374">
8067 <td><a href="https://cplusplus.github.io/CWG/issues/1374.html">1374</a></td>
8068 <td>CD3</td>
8069 <td>Qualification conversion vs difference in reference binding</td>
8070 <td class="unknown" align="center">Unknown</td>
8071 </tr>
8072 <tr id="1375">
8073 <td><a href="https://cplusplus.github.io/CWG/issues/1375.html">1375</a></td>
8074 <td>CD3</td>
8075 <td>Reference to anonymous union?</td>
8076 <td class="unknown" align="center">Unknown</td>
8077 </tr>
8078 <tr id="1376">
8079 <td><a href="https://cplusplus.github.io/CWG/issues/1376.html">1376</a></td>
8080 <td>C++14</td>
8081 <td><TT>static_cast</TT> of temporary to rvalue reference</td>
8082 <td class="unknown" align="center">Unknown</td>
8083 </tr>
8084 <tr id="1377">
8085 <td><a href="https://cplusplus.github.io/CWG/issues/1377.html">1377</a></td>
8086 <td>dup</td>
8087 <td>Access declarations not mentioned in Annex C</td>
8088 <td class="unknown" align="center">Unknown</td>
8089 </tr>
8090 <tr id="1378">
8091 <td><a href="https://cplusplus.github.io/CWG/issues/1378.html">1378</a></td>
8092 <td>CD5</td>
8093 <td>When is an instantiation required?</td>
8094 <td class="unknown" align="center">Unknown</td>
8095 </tr>
8096 <tr id="1379">
8097 <td><a href="https://cplusplus.github.io/CWG/issues/1379.html">1379</a></td>
8098 <td>NAD</td>
8099 <td>Is <TT>std::initializer_list</TT> an aggregate?</td>
8100 <td class="unknown" align="center">Unknown</td>
8101 </tr>
8102 <tr id="1380">
8103 <td><a href="https://cplusplus.github.io/CWG/issues/1380.html">1380</a></td>
8104 <td>CD3</td>
8105 <td>Type definitions in <I>template-parameter</I> <I>parameter-declaration</I>s</td>
8106 <td class="unknown" align="center">Unknown</td>
8107 </tr>
8108 <tr id="1381">
8109 <td><a href="https://cplusplus.github.io/CWG/issues/1381.html">1381</a></td>
8110 <td>CD3</td>
8111 <td>Implicitly-declared special member functions and default <TT>nothrow</TT></td>
8112 <td class="unknown" align="center">Unknown</td>
8113 </tr>
8114 <tr id="1382">
8115 <td><a href="https://cplusplus.github.io/CWG/issues/1382.html">1382</a></td>
8116 <td>CD3</td>
8117 <td>Dead code for constructor names</td>
8118 <td class="unknown" align="center">Unknown</td>
8119 </tr>
8120 <tr id="1383">
8121 <td><a href="https://cplusplus.github.io/CWG/issues/1383.html">1383</a></td>
8122 <td>CD3</td>
8123 <td>Clarifying discarded-value expressions</td>
8124 <td class="unknown" align="center">Unknown</td>
8125 </tr>
8126 <tr id="1384">
8127 <td><a href="https://cplusplus.github.io/CWG/issues/1384.html">1384</a></td>
8128 <td>NAD</td>
8129 <td><TT>reinterpret_cast</TT> in constant expressions</td>
8130 <td class="unknown" align="center">Unknown</td>
8131 </tr>
8132 <tr id="1385">
8133 <td><a href="https://cplusplus.github.io/CWG/issues/1385.html">1385</a></td>
8134 <td>CD3</td>
8135 <td>Syntactic forms of conversion functions for surrogate call functions</td>
8136 <td class="unknown" align="center">Unknown</td>
8137 </tr>
8138 <tr id="1386">
8139 <td><a href="https://cplusplus.github.io/CWG/issues/1386.html">1386</a></td>
8140 <td>NAD</td>
8141 <td>Explicitly-specified partial argument list with multiple parameter packs</td>
8142 <td class="unknown" align="center">Unknown</td>
8143 </tr>
8144 <tr id="1387">
8145 <td><a href="https://cplusplus.github.io/CWG/issues/1387.html">1387</a></td>
8146 <td>CD3</td>
8147 <td>Missing non-deduced context for <TT>decltype</TT></td>
8148 <td class="unknown" align="center">Unknown</td>
8149 </tr>
8150 <tr id="1388">
8151 <td><a href="https://cplusplus.github.io/CWG/issues/1388.html">1388</a></td>
8152 <td>CD3</td>
8153 <td>Missing non-deduced context following a function parameter pack</td>
8154 <td class="full" align="center">Clang 4</td>
8155 </tr>
8156 <tr id="1389">
8157 <td><a href="https://cplusplus.github.io/CWG/issues/1389.html">1389</a></td>
8158 <td>NAD</td>
8159 <td>Recursive reference in <I>trailing-return-type</I></td>
8160 <td class="unknown" align="center">Unknown</td>
8161 </tr>
8162 <tr class="open" id="1390">
8163 <td><a href="https://cplusplus.github.io/CWG/issues/1390.html">1390</a></td>
8164 <td>drafting</td>
8165 <td>Dependency of alias template specializations</td>
8166 <td align="center">Not resolved</td>
8167 </tr>
8168 <tr id="1391">
8169 <td><a href="https://cplusplus.github.io/CWG/issues/1391.html">1391</a></td>
8170 <td>CD4</td>
8171 <td>Conversions to parameter types with non-deduced template arguments</td>
8172 <td class="partial" align="center">Partial</td>
8173 </tr>
8174 <tr id="1392">
8175 <td><a href="https://cplusplus.github.io/CWG/issues/1392.html">1392</a></td>
8176 <td>CD3</td>
8177 <td>Explicit conversion functions for references and non-references</td>
8178 <td class="unknown" align="center">Unknown</td>
8179 </tr>
8180 <tr id="1393">
8181 <td><a href="https://cplusplus.github.io/CWG/issues/1393.html">1393</a></td>
8182 <td>C++17</td>
8183 <td>Pack expansions in <I>using-declaration</I>s</td>
8184 <td class="unknown" align="center">Unknown</td>
8185 </tr>
8186 <tr id="1394">
8187 <td><a href="https://cplusplus.github.io/CWG/issues/1394.html">1394</a></td>
8188 <td>CD3</td>
8189 <td>Incomplete types as parameters of deleted functions</td>
8190 <td class="full" align="center">Clang 15</td>
8191 </tr>
8192 <tr id="1395">
8193 <td><a href="https://cplusplus.github.io/CWG/issues/1395.html">1395</a></td>
8194 <td>C++17</td>
8195 <td>Partial ordering of variadic templates reconsidered</td>
8196 <td class="full" align="center">Clang 16</td>
8197 </tr>
8198 <tr id="1396">
8199 <td><a href="https://cplusplus.github.io/CWG/issues/1396.html">1396</a></td>
8200 <td>C++23</td>
8201 <td>Deferred instantiation and checking of non-static data member initializers</td>
8202 <td class="unknown" align="center">Unknown</td>
8203 </tr>
8204 <tr id="1397">
8205 <td><a href="https://cplusplus.github.io/CWG/issues/1397.html">1397</a></td>
8206 <td>CD4</td>
8207 <td>Class completeness in non-static data member initializers</td>
8208 <td class="full" align="center">Clang 3.2</td>
8209 </tr>
8210 <tr id="1398">
8211 <td><a href="https://cplusplus.github.io/CWG/issues/1398.html">1398</a></td>
8212 <td>CD3</td>
8213 <td>Non-type template parameters of type <TT>std::nullptr_t</TT></td>
8214 <td class="unknown" align="center">Unknown</td>
8215 </tr>
8216 <tr id="1399">
8217 <td><a href="https://cplusplus.github.io/CWG/issues/1399.html">1399</a></td>
8218 <td>CD3</td>
8219 <td>Deduction with multiple function parameter packs</td>
8220 <td class="full" align="center">Duplicate of <a href="#1388">1388</a></td>
8221 </tr>
8222 <tr id="1400">
8223 <td><a href="https://cplusplus.github.io/CWG/issues/1400.html">1400</a></td>
8224 <td>NAD</td>
8225 <td>Function pointer equality</td>
8226 <td class="unknown" align="center">Unknown</td>
8227 </tr>
8228 <tr id="1401">
8229 <td><a href="https://cplusplus.github.io/CWG/issues/1401.html">1401</a></td>
8230 <td>CD3</td>
8231 <td>Similar types and reference compatibility</td>
8232 <td class="unknown" align="center">Unknown</td>
8233 </tr>
8234 <tr id="1402">
8235 <td><a href="https://cplusplus.github.io/CWG/issues/1402.html">1402</a></td>
8236 <td>CD3</td>
8237 <td>Move functions too often deleted</td>
8238 <td class="unknown" align="center">Unknown</td>
8239 </tr>
8240 <tr id="1403">
8241 <td><a href="https://cplusplus.github.io/CWG/issues/1403.html">1403</a></td>
8242 <td>CD6</td>
8243 <td>Universal-character-names in comments</td>
8244 <td class="unknown" align="center">Unknown</td>
8245 </tr>
8246 <tr class="open" id="1404">
8247 <td><a href="https://cplusplus.github.io/CWG/issues/1404.html">1404</a></td>
8248 <td>drafting</td>
8249 <td>Object reallocation in unions</td>
8250 <td align="center">Not resolved</td>
8251 </tr>
8252 <tr id="1405">
8253 <td><a href="https://cplusplus.github.io/CWG/issues/1405.html">1405</a></td>
8254 <td>CD3</td>
8255 <td><TT>constexpr</TT> and mutable members of literal types</td>
8256 <td class="unknown" align="center">Unknown</td>
8257 </tr>
8258 <tr id="1406">
8259 <td><a href="https://cplusplus.github.io/CWG/issues/1406.html">1406</a></td>
8260 <td>CD3</td>
8261 <td><I>ref-qualifier</I>s and added parameters of non-static member function templates</td>
8262 <td class="unknown" align="center">Unknown</td>
8263 </tr>
8264 <tr id="1407">
8265 <td><a href="https://cplusplus.github.io/CWG/issues/1407.html">1407</a></td>
8266 <td>NAD</td>
8267 <td>Integral to <TT>bool</TT> conversion in converted constant expressions</td>
8268 <td class="unknown" align="center">Unknown</td>
8269 </tr>
8270 <tr id="1408">
8271 <td><a href="https://cplusplus.github.io/CWG/issues/1408.html">1408</a></td>
8272 <td>CD3</td>
8273 <td>What is &#8220;the same aggregate initialization?&#8221;</td>
8274 <td class="unknown" align="center">Unknown</td>
8275 </tr>
8276 <tr id="1409">
8277 <td><a href="https://cplusplus.github.io/CWG/issues/1409.html">1409</a></td>
8278 <td>CD3</td>
8279 <td>What is the second standard conversion sequence of a list-initialization sequence?</td>
8280 <td class="unknown" align="center">Unknown</td>
8281 </tr>
8282 <tr id="1410">
8283 <td><a href="https://cplusplus.github.io/CWG/issues/1410.html">1410</a></td>
8284 <td>CD3</td>
8285 <td>Reference overload tiebreakers should apply to rvalue references</td>
8286 <td class="unknown" align="center">Unknown</td>
8287 </tr>
8288 <tr id="1411">
8289 <td><a href="https://cplusplus.github.io/CWG/issues/1411.html">1411</a></td>
8290 <td>CD3</td>
8291 <td>More on global scope <TT>::</TT> in <I>nested-name-specifier</I></td>
8292 <td class="unknown" align="center">Unknown</td>
8293 </tr>
8294 <tr id="1412">
8295 <td><a href="https://cplusplus.github.io/CWG/issues/1412.html">1412</a></td>
8296 <td>CD3</td>
8297 <td>Problems in specifying pointer conversions</td>
8298 <td class="unknown" align="center">Unknown</td>
8299 </tr>
8300 <tr id="1413">
8301 <td><a href="https://cplusplus.github.io/CWG/issues/1413.html">1413</a></td>
8302 <td>CD3</td>
8303 <td>Missing cases of value-dependency</td>
8304 <td class="full" align="center">Clang 12</td>
8305 </tr>
8306 <tr class="open" id="1414">
8307 <td><a href="https://cplusplus.github.io/CWG/issues/1414.html">1414</a></td>
8308 <td>drafting</td>
8309 <td>Binding an rvalue reference to a reference-unrelated lvalue</td>
8310 <td align="center">Not resolved</td>
8311 </tr>
8312 <tr id="1415">
8313 <td><a href="https://cplusplus.github.io/CWG/issues/1415.html">1415</a></td>
8314 <td>CD3</td>
8315 <td>Missing prohibition of block-scope definition of <TT>extern</TT> object</td>
8316 <td class="unknown" align="center">Unknown</td>
8317 </tr>
8318 <tr id="1416">
8319 <td><a href="https://cplusplus.github.io/CWG/issues/1416.html">1416</a></td>
8320 <td>CD3</td>
8321 <td>Function cv-qualifiers and <TT>typeid</TT></td>
8322 <td class="unknown" align="center">Unknown</td>
8323 </tr>
8324 <tr id="1417">
8325 <td><a href="https://cplusplus.github.io/CWG/issues/1417.html">1417</a></td>
8326 <td>C++14</td>
8327 <td>Pointers/references to functions with cv-qualifiers or <I>ref-qualifier</I></td>
8328 <td class="unknown" align="center">Unknown</td>
8329 </tr>
8330 <tr id="1418">
8331 <td><a href="https://cplusplus.github.io/CWG/issues/1418.html">1418</a></td>
8332 <td>CD3</td>
8333 <td>Type of <TT>initializer_list</TT> backing array</td>
8334 <td class="unknown" align="center">Unknown</td>
8335 </tr>
8336 <tr id="1419">
8337 <td><a href="https://cplusplus.github.io/CWG/issues/1419.html">1419</a></td>
8338 <td>NAD</td>
8339 <td>Evaluation order in aggregate initialization</td>
8340 <td class="unknown" align="center">Unknown</td>
8341 </tr>
8342 <tr id="1420">
8343 <td><a href="https://cplusplus.github.io/CWG/issues/1420.html">1420</a></td>
8344 <td>NAD</td>
8345 <td>Abstract final classes</td>
8346 <td class="unknown" align="center">Unknown</td>
8347 </tr>
8348 <tr id="1421">
8349 <td><a href="https://cplusplus.github.io/CWG/issues/1421.html">1421</a></td>
8350 <td>NAD</td>
8351 <td>Full expressions and aggregate initialization</td>
8352 <td class="unknown" align="center">Unknown</td>
8353 </tr>
8354 <tr id="1422">
8355 <td><a href="https://cplusplus.github.io/CWG/issues/1422.html">1422</a></td>
8356 <td>dup</td>
8357 <td>Type of character literals containing universal-character-names</td>
8358 <td class="unknown" align="center">Unknown</td>
8359 </tr>
8360 <tr id="1423">
8361 <td><a href="https://cplusplus.github.io/CWG/issues/1423.html">1423</a></td>
8362 <td>CD3</td>
8363 <td>Convertibility of <TT>nullptr</TT> to <TT>bool</TT></td>
8364 <td class="full" align="center">Clang 11</td>
8365 </tr>
8366 <tr id="1424">
8367 <td><a href="https://cplusplus.github.io/CWG/issues/1424.html">1424</a></td>
8368 <td>C++14</td>
8369 <td>When must sub-object destructors be accessible?</td>
8370 <td class="unknown" align="center">Unknown</td>
8371 </tr>
8372 <tr id="1425">
8373 <td><a href="https://cplusplus.github.io/CWG/issues/1425.html">1425</a></td>
8374 <td>CD3</td>
8375 <td>Base-class subobjects of standard-layout structs</td>
8376 <td class="na" align="center">N/A (ABI constraint)</td>
8377 </tr>
8378 <tr id="1426">
8379 <td><a href="https://cplusplus.github.io/CWG/issues/1426.html">1426</a></td>
8380 <td>CD5</td>
8381 <td>Allowing additional parameter types in defaulted functions</td>
8382 <td class="unknown" align="center">Unknown</td>
8383 </tr>
8384 <tr id="1427">
8385 <td><a href="https://cplusplus.github.io/CWG/issues/1427.html">1427</a></td>
8386 <td>NAD</td>
8387 <td>Default constructor and deleted or inaccessible destructors</td>
8388 <td class="unknown" align="center">Unknown</td>
8389 </tr>
8390 <tr id="1428">
8391 <td><a href="https://cplusplus.github.io/CWG/issues/1428.html">1428</a></td>
8392 <td>CD3</td>
8393 <td>Dynamic const objects</td>
8394 <td class="unknown" align="center">Unknown</td>
8395 </tr>
8396 <tr id="1429">
8397 <td><a href="https://cplusplus.github.io/CWG/issues/1429.html">1429</a></td>
8398 <td>NAD</td>
8399 <td>Scope of a member template's template parameter</td>
8400 <td class="unknown" align="center">Unknown</td>
8401 </tr>
8402 <tr class="open" id="1430">
8403 <td><a href="https://cplusplus.github.io/CWG/issues/1430.html">1430</a></td>
8404 <td>open</td>
8405 <td>Pack expansion into fixed alias template parameter list</td>
8406 <td align="center">Not resolved</td>
8407 </tr>
8408 <tr id="1431">
8409 <td><a href="https://cplusplus.github.io/CWG/issues/1431.html">1431</a></td>
8410 <td>CD3</td>
8411 <td>Exceptions from other than <I>throw-expression</I>s</td>
8412 <td class="unknown" align="center">Unknown</td>
8413 </tr>
8414 <tr id="1432">
8415 <td><a href="https://cplusplus.github.io/CWG/issues/1432.html">1432</a></td>
8416 <td>C++17</td>
8417 <td>Newly-ambiguous variadic template expansions</td>
8418 <td class="full" align="center">Clang 16</td>
8419 </tr>
8420 <tr id="1433">
8421 <td><a href="https://cplusplus.github.io/CWG/issues/1433.html">1433</a></td>
8422 <td>NAD</td>
8423 <td><I>trailing-return-type</I> and point of declaration</td>
8424 <td class="unknown" align="center">Unknown</td>
8425 </tr>
8426 <tr id="1434">
8427 <td><a href="https://cplusplus.github.io/CWG/issues/1434.html">1434</a></td>
8428 <td>NAD</td>
8429 <td>Parenthesized <I>braced-init-list</I></td>
8430 <td class="unknown" align="center">Unknown</td>
8431 </tr>
8432 <tr id="1435">
8433 <td><a href="https://cplusplus.github.io/CWG/issues/1435.html">1435</a></td>
8434 <td>CD3</td>
8435 <td><I>template-id</I> as the declarator for a class template constructor</td>
8436 <td class="unknown" align="center">Unknown</td>
8437 </tr>
8438 <tr class="open" id="1436">
8439 <td><a href="https://cplusplus.github.io/CWG/issues/1436.html">1436</a></td>
8440 <td>open</td>
8441 <td>Interaction of constant expression changes with preprocessor expressions</td>
8442 <td align="center">Not resolved</td>
8443 </tr>
8444 <tr id="1437">
8445 <td><a href="https://cplusplus.github.io/CWG/issues/1437.html">1437</a></td>
8446 <td>CD3</td>
8447 <td><TT>alignas</TT> in <I>alias-declaration</I></td>
8448 <td class="unknown" align="center">Unknown</td>
8449 </tr>
8450 <tr id="1438">
8451 <td><a href="https://cplusplus.github.io/CWG/issues/1438.html">1438</a></td>
8452 <td>CD3</td>
8453 <td>Non-dereference use of invalid pointers</td>
8454 <td class="unknown" align="center">Unknown</td>
8455 </tr>
8456 <tr id="1439">
8457 <td><a href="https://cplusplus.github.io/CWG/issues/1439.html">1439</a></td>
8458 <td>CD3</td>
8459 <td>Lookup and friend template declarations</td>
8460 <td class="unknown" align="center">Unknown</td>
8461 </tr>
8462 <tr id="1440">
8463 <td><a href="https://cplusplus.github.io/CWG/issues/1440.html">1440</a></td>
8464 <td>CD3</td>
8465 <td>Acceptable <I>decltype-specifier</I>s used as <I>nested-name-specifier</I>s</td>
8466 <td class="unknown" align="center">Unknown</td>
8467 </tr>
8468 <tr id="1441">
8469 <td><a href="https://cplusplus.github.io/CWG/issues/1441.html">1441</a></td>
8470 <td>C++14</td>
8471 <td>Unclear wording for signal handler restrictions</td>
8472 <td class="unknown" align="center">Unknown</td>
8473 </tr>
8474 <tr id="1442">
8475 <td><a href="https://cplusplus.github.io/CWG/issues/1442.html">1442</a></td>
8476 <td>CD3</td>
8477 <td>Argument-dependent lookup in the range-based <TT>for</TT></td>
8478 <td class="unknown" align="center">Unknown</td>
8479 </tr>
8480 <tr id="1443">
8481 <td><a href="https://cplusplus.github.io/CWG/issues/1443.html">1443</a></td>
8482 <td>NAD</td>
8483 <td>Default arguments and non-static data members</td>
8484 <td class="full" align="center">Yes</td>
8485 </tr>
8486 <tr class="open" id="1444">
8487 <td><a href="https://cplusplus.github.io/CWG/issues/1444.html">1444</a></td>
8488 <td>drafting</td>
8489 <td>Type adjustments of non-type template parameters</td>
8490 <td align="center">Not resolved</td>
8491 </tr>
8492 <tr id="1445">
8493 <td><a href="https://cplusplus.github.io/CWG/issues/1445.html">1445</a></td>
8494 <td>dup</td>
8495 <td>Argument-dependent lookup of <TT>begin</TT> and <TT>end</TT></td>
8496 <td class="unknown" align="center">Unknown</td>
8497 </tr>
8498 <tr id="1446">
8499 <td><a href="https://cplusplus.github.io/CWG/issues/1446.html">1446</a></td>
8500 <td>CD4</td>
8501 <td>Member function with no <I>ref-qualifier</I> and non-member function with rvalue reference</td>
8502 <td class="unknown" align="center">Unknown</td>
8503 </tr>
8504 <tr id="1447">
8505 <td><a href="https://cplusplus.github.io/CWG/issues/1447.html">1447</a></td>
8506 <td>CD3</td>
8507 <td><TT>static_cast</TT> of bit-field lvalue to rvalue reference</td>
8508 <td class="unknown" align="center">Unknown</td>
8509 </tr>
8510 <tr id="1448">
8511 <td><a href="https://cplusplus.github.io/CWG/issues/1448.html">1448</a></td>
8512 <td>NAD</td>
8513 <td>Integral values of type <TT>bool</TT></td>
8514 <td class="unknown" align="center">Unknown</td>
8515 </tr>
8516 <tr id="1449">
8517 <td><a href="https://cplusplus.github.io/CWG/issues/1449.html">1449</a></td>
8518 <td>CD3</td>
8519 <td>Narrowing conversion of negative value to unsigned type</td>
8520 <td class="unknown" align="center">Unknown</td>
8521 </tr>
8522 <tr id="1450">
8523 <td><a href="https://cplusplus.github.io/CWG/issues/1450.html">1450</a></td>
8524 <td>CD3</td>
8525 <td><TT>INT_MIN % -1</TT></td>
8526 <td class="unknown" align="center">Unknown</td>
8527 </tr>
8528 <tr id="1451">
8529 <td><a href="https://cplusplus.github.io/CWG/issues/1451.html">1451</a></td>
8530 <td>CD4</td>
8531 <td>Objects with no linkage in non-type template arguments</td>
8532 <td class="unknown" align="center">Unknown</td>
8533 </tr>
8534 <tr id="1452">
8535 <td><a href="https://cplusplus.github.io/CWG/issues/1452.html">1452</a></td>
8536 <td>NAD</td>
8537 <td>Value-initialized objects may be constants</td>
8538 <td class="unknown" align="center">Unknown</td>
8539 </tr>
8540 <tr id="1453">
8541 <td><a href="https://cplusplus.github.io/CWG/issues/1453.html">1453</a></td>
8542 <td>CD3</td>
8543 <td>Volatile members in literal classes?</td>
8544 <td class="unknown" align="center">Unknown</td>
8545 </tr>
8546 <tr id="1454">
8547 <td><a href="https://cplusplus.github.io/CWG/issues/1454.html">1454</a></td>
8548 <td>CD3</td>
8549 <td>Passing constants through <TT>constexpr</TT> functions via references</td>
8550 <td class="unknown" align="center">Unknown</td>
8551 </tr>
8552 <tr id="1455">
8553 <td><a href="https://cplusplus.github.io/CWG/issues/1455.html">1455</a></td>
8554 <td>CD3</td>
8555 <td>Lvalue converted constant expressions</td>
8556 <td class="unknown" align="center">Unknown</td>
8557 </tr>
8558 <tr id="1456">
8559 <td><a href="https://cplusplus.github.io/CWG/issues/1456.html">1456</a></td>
8560 <td>CD3</td>
8561 <td>Address constant expression designating the one-past-the-end address</td>
8562 <td class="unknown" align="center">Unknown</td>
8563 </tr>
8564 <tr id="1457">
8565 <td><a href="https://cplusplus.github.io/CWG/issues/1457.html">1457</a></td>
8566 <td>CD3</td>
8567 <td>Undefined behavior in left-shift</td>
8568 <td class="unknown" align="center">Unknown</td>
8569 </tr>
8570 <tr id="1458">
8571 <td><a href="https://cplusplus.github.io/CWG/issues/1458.html">1458</a></td>
8572 <td>CD3</td>
8573 <td>Address of incomplete type vs <TT>operator&amp;()</TT></td>
8574 <td class="full" align="center">Clang 3.1</td>
8575 </tr>
8576 <tr class="open" id="1459">
8577 <td><a href="https://cplusplus.github.io/CWG/issues/1459.html">1459</a></td>
8578 <td>open</td>
8579 <td>Reference-binding tiebreakers in overload resolution</td>
8580 <td align="center">Not resolved</td>
8581 </tr>
8582 <tr id="1460">
8583 <td><a href="https://cplusplus.github.io/CWG/issues/1460.html">1460</a></td>
8584 <td>C++14</td>
8585 <td>What is an empty union?</td>
8586 <td class="full" align="center">Clang 3.5</td>
8587 </tr>
8588 <tr id="1461">
8589 <td><a href="https://cplusplus.github.io/CWG/issues/1461.html">1461</a></td>
8590 <td>NAD</td>
8591 <td>Narrowing conversions to bit-fields</td>
8592 <td class="unknown" align="center">Unknown</td>
8593 </tr>
8594 <tr id="1462">
8595 <td><a href="https://cplusplus.github.io/CWG/issues/1462.html">1462</a></td>
8596 <td>CD3</td>
8597 <td>Deduction failure vs &#8220;ill-formed, no diagnostic required&#8221;</td>
8598 <td class="unknown" align="center">Unknown</td>
8599 </tr>
8600 <tr class="open" id="1463">
8601 <td><a href="https://cplusplus.github.io/CWG/issues/1463.html">1463</a></td>
8602 <td>drafting</td>
8603 <td><TT>extern "C"</TT> alias templates</td>
8604 <td align="center">Not resolved</td>
8605 </tr>
8606 <tr id="1464">
8607 <td><a href="https://cplusplus.github.io/CWG/issues/1464.html">1464</a></td>
8608 <td>CD3</td>
8609 <td>Negative array bound in a <I>new-expression</I></td>
8610 <td class="unknown" align="center">Unknown</td>
8611 </tr>
8612 <tr id="1465">
8613 <td><a href="https://cplusplus.github.io/CWG/issues/1465.html">1465</a></td>
8614 <td>CD4</td>
8615 <td><TT>noexcept</TT> and <TT>std::bad_array_new_length</TT></td>
8616 <td class="unknown" align="center">Unknown</td>
8617 </tr>
8618 <tr id="1466">
8619 <td><a href="https://cplusplus.github.io/CWG/issues/1466.html">1466</a></td>
8620 <td>C++14</td>
8621 <td>Visible sequences of side effects are redundant</td>
8622 <td class="unknown" align="center">Unknown</td>
8623 </tr>
8624 <tr id="1467">
8625 <td><a href="https://cplusplus.github.io/CWG/issues/1467.html">1467</a></td>
8626 <td>CD4</td>
8627 <td>List-initialization of aggregate from same-type object</td>
8628 <td class="full" align="center">Clang 3.7 (C++11 onwards)</td>
8629 </tr>
8630 <tr id="1468">
8631 <td><a href="https://cplusplus.github.io/CWG/issues/1468.html">1468</a></td>
8632 <td>CD5</td>
8633 <td><TT>typeid</TT>, overload resolution, and implicit lambda capture</td>
8634 <td class="unknown" align="center">Unknown</td>
8635 </tr>
8636 <tr id="1469">
8637 <td><a href="https://cplusplus.github.io/CWG/issues/1469.html">1469</a></td>
8638 <td>CD5</td>
8639 <td>Omitted bound in array <I>new-expression</I></td>
8640 <td class="unknown" align="center">Unknown</td>
8641 </tr>
8642 <tr id="1470">
8643 <td><a href="https://cplusplus.github.io/CWG/issues/1470.html">1470</a></td>
8644 <td>NAD</td>
8645 <td>Thread migration</td>
8646 <td class="unknown" align="center">Unknown</td>
8647 </tr>
8648 <tr id="1471">
8649 <td><a href="https://cplusplus.github.io/CWG/issues/1471.html">1471</a></td>
8650 <td>CD3</td>
8651 <td>Nested type of non-dependent base</td>
8652 <td class="unknown" align="center">Unknown</td>
8653 </tr>
8654 <tr id="1472">
8655 <td><a href="https://cplusplus.github.io/CWG/issues/1472.html">1472</a></td>
8656 <td>CD3</td>
8657 <td>odr-use of reference variables</td>
8658 <td class="unknown" align="center">Unknown</td>
8659 </tr>
8660 <tr id="1473">
8661 <td><a href="https://cplusplus.github.io/CWG/issues/1473.html">1473</a></td>
8662 <td>CD3</td>
8663 <td>Syntax of <I>literal-operator-id</I></td>
8664 <td class="unknown" align="center">Unknown</td>
8665 </tr>
8666 <tr id="1474">
8667 <td><a href="https://cplusplus.github.io/CWG/issues/1474.html">1474</a></td>
8668 <td>NAD</td>
8669 <td>User-defined literals and <TT>&lt;inttypes.h&gt;</TT> format macros</td>
8670 <td class="unknown" align="center">Unknown</td>
8671 </tr>
8672 <tr id="1475">
8673 <td><a href="https://cplusplus.github.io/CWG/issues/1475.html">1475</a></td>
8674 <td>CD3</td>
8675 <td>Errors in <TT>[[carries_dependency]]</TT> example</td>
8676 <td class="unknown" align="center">Unknown</td>
8677 </tr>
8678 <tr id="1476">
8679 <td><a href="https://cplusplus.github.io/CWG/issues/1476.html">1476</a></td>
8680 <td>CD3</td>
8681 <td>Definition of user-defined type</td>
8682 <td class="unknown" align="center">Unknown</td>
8683 </tr>
8684 <tr id="1477">
8685 <td><a href="https://cplusplus.github.io/CWG/issues/1477.html">1477</a></td>
8686 <td>CD3</td>
8687 <td>Definition of a <TT>friend</TT> outside its namespace</td>
8688 <td class="full" align="center">Clang 2.7</td>
8689 </tr>
8690 <tr id="1478">
8691 <td><a href="https://cplusplus.github.io/CWG/issues/1478.html">1478</a></td>
8692 <td>CD6</td>
8693 <td><TT>template</TT> keyword for dependent template template arguments</td>
8694 <td class="unknown" align="center">Unknown</td>
8695 </tr>
8696 <tr id="1479">
8697 <td><a href="https://cplusplus.github.io/CWG/issues/1479.html">1479</a></td>
8698 <td>CD3</td>
8699 <td>Literal operators and default arguments</td>
8700 <td class="full" align="center">Clang 3.1</td>
8701 </tr>
8702 <tr id="1480">
8703 <td><a href="https://cplusplus.github.io/CWG/issues/1480.html">1480</a></td>
8704 <td>CD3</td>
8705 <td>Constant initialization via non-constant temporary</td>
8706 <td class="unknown" align="center">Unknown</td>
8707 </tr>
8708 <tr id="1481">
8709 <td><a href="https://cplusplus.github.io/CWG/issues/1481.html">1481</a></td>
8710 <td>CD3</td>
8711 <td>Increment/decrement operators with reference parameters</td>
8712 <td class="unknown" align="center">Unknown</td>
8713 </tr>
8714 <tr id="1482">
8715 <td><a href="https://cplusplus.github.io/CWG/issues/1482.html">1482</a></td>
8716 <td>CD3</td>
8717 <td>Point of declaration of enumeration</td>
8718 <td class="full" align="center">Clang 3.0</td>
8719 </tr>
8720 <tr id="1483">
8721 <td><a href="https://cplusplus.github.io/CWG/issues/1483.html">1483</a></td>
8722 <td>NAD</td>
8723 <td>Non-dependent <I>static_assert-declaration</I>s</td>
8724 <td class="unknown" align="center">Unknown</td>
8725 </tr>
8726 <tr id="1484">
8727 <td><a href="https://cplusplus.github.io/CWG/issues/1484.html">1484</a></td>
8728 <td>CD4</td>
8729 <td>Unused local classes of function templates</td>
8730 <td class="unknown" align="center">Unknown</td>
8731 </tr>
8732 <tr class="open" id="1485">
8733 <td><a href="https://cplusplus.github.io/CWG/issues/1485.html">1485</a></td>
8734 <td>drafting</td>
8735 <td>Out-of-class definition of member unscoped opaque enumeration</td>
8736 <td align="center">Not resolved</td>
8737 </tr>
8738 <tr class="open" id="1486">
8739 <td><a href="https://cplusplus.github.io/CWG/issues/1486.html">1486</a></td>
8740 <td>drafting</td>
8741 <td>Base-derived conversion in member pointer deduction</td>
8742 <td align="center">Not resolved</td>
8743 </tr>
8744 <tr id="1487">
8745 <td><a href="https://cplusplus.github.io/CWG/issues/1487.html">1487</a></td>
8746 <td>CD3</td>
8747 <td>When are inheriting constructors declared?</td>
8748 <td class="full" align="center">Clang 3.3</td>
8749 </tr>
8750 <tr class="open" id="1488">
8751 <td><a href="https://cplusplus.github.io/CWG/issues/1488.html">1488</a></td>
8752 <td>drafting</td>
8753 <td><I>abstract-pack-declarator</I>s in <I>type-id</I>s</td>
8754 <td align="center">Not resolved</td>
8755 </tr>
8756 <tr id="1489">
8757 <td><a href="https://cplusplus.github.io/CWG/issues/1489.html">1489</a></td>
8758 <td>CD3</td>
8759 <td>Is value-initialization of an array constant initialization?</td>
8760 <td class="unknown" align="center">Unknown</td>
8761 </tr>
8762 <tr id="1490">
8763 <td><a href="https://cplusplus.github.io/CWG/issues/1490.html">1490</a></td>
8764 <td>CD4</td>
8765 <td>List-initialization from a string literal</td>
8766 <td class="full" align="center">Clang 3.7 (C++11 onwards)</td>
8767 </tr>
8768 <tr id="1491">
8769 <td><a href="https://cplusplus.github.io/CWG/issues/1491.html">1491</a></td>
8770 <td>CD3</td>
8771 <td>Move construction and rvalue reference members</td>
8772 <td class="unknown" align="center">Unknown</td>
8773 </tr>
8774 <tr id="1492">
8775 <td><a href="https://cplusplus.github.io/CWG/issues/1492.html">1492</a></td>
8776 <td>CD4</td>
8777 <td>Exception specifications on template destructors</td>
8778 <td class="unknown" align="center">Unknown</td>
8779 </tr>
8780 <tr id="1493">
8781 <td><a href="https://cplusplus.github.io/CWG/issues/1493.html">1493</a></td>
8782 <td>C++14</td>
8783 <td>Criteria for move-construction</td>
8784 <td class="unknown" align="center">Unknown</td>
8785 </tr>
8786 <tr id="1494">
8787 <td><a href="https://cplusplus.github.io/CWG/issues/1494.html">1494</a></td>
8788 <td>CD3</td>
8789 <td>Temporary initialization for reference binding in list-initialization</td>
8790 <td class="unknown" align="center">Unknown</td>
8791 </tr>
8792 <tr id="1495">
8793 <td><a href="https://cplusplus.github.io/CWG/issues/1495.html">1495</a></td>
8794 <td>CD3</td>
8795 <td>Partial specialization of variadic class template</td>
8796 <td class="full" align="center">Clang 4</td>
8797 </tr>
8798 <tr id="1496">
8799 <td><a href="https://cplusplus.github.io/CWG/issues/1496.html">1496</a></td>
8800 <td>CD4</td>
8801 <td>Triviality with deleted and missing default constructors</td>
8802 <td class="none" align="center">No</td>
8803 </tr>
8804 <tr id="1497">
8805 <td><a href="https://cplusplus.github.io/CWG/issues/1497.html">1497</a></td>
8806 <td>NAD</td>
8807 <td>Aggregate initialization with parenthesized string literal</td>
8808 <td class="unknown" align="center">Unknown</td>
8809 </tr>
8810 <tr id="1498">
8811 <td><a href="https://cplusplus.github.io/CWG/issues/1498.html">1498</a></td>
8812 <td>dup</td>
8813 <td>Lifetime of temporaries in range-based <TT>for</TT></td>
8814 <td class="unknown" align="center">Unknown</td>
8815 </tr>
8816 <tr id="1499">
8817 <td><a href="https://cplusplus.github.io/CWG/issues/1499.html">1499</a></td>
8818 <td>DRWP</td>
8819 <td>Missing case for deleted move assignment operator</td>
8820 <td class="unknown" align="center">Unknown</td>
8821 </tr>
8822 <tr id="1500">
8823 <td><a href="https://cplusplus.github.io/CWG/issues/1500.html">1500</a></td>
8824 <td>CD6</td>
8825 <td>Name lookup of dependent conversion function</td>
8826 <td class="unknown" align="center">Unknown</td>
8827 </tr>
8828 <tr id="1501">
8829 <td><a href="https://cplusplus.github.io/CWG/issues/1501.html">1501</a></td>
8830 <td>NAD</td>
8831 <td>Nested braces in list-initialization</td>
8832 <td class="unknown" align="center">Unknown</td>
8833 </tr>
8834 <tr id="1502">
8835 <td><a href="https://cplusplus.github.io/CWG/issues/1502.html">1502</a></td>
8836 <td>CD3</td>
8837 <td>Value initialization of unions with member initializers</td>
8838 <td class="unknown" align="center">Unknown</td>
8839 </tr>
8840 <tr id="1503">
8841 <td><a href="https://cplusplus.github.io/CWG/issues/1503.html">1503</a></td>
8842 <td>CD3</td>
8843 <td>Exceptions during copy to exception object</td>
8844 <td class="unknown" align="center">Unknown</td>
8845 </tr>
8846 <tr id="1504">
8847 <td><a href="https://cplusplus.github.io/CWG/issues/1504.html">1504</a></td>
8848 <td>CD3</td>
8849 <td>Pointer arithmetic after derived-base conversion</td>
8850 <td class="unknown" align="center">Unknown</td>
8851 </tr>
8852 <tr id="1505">
8853 <td><a href="https://cplusplus.github.io/CWG/issues/1505.html">1505</a></td>
8854 <td>dup</td>
8855 <td>Direct binding of reference to temporary in list-initialization</td>
8856 <td class="unknown" align="center">Unknown</td>
8857 </tr>
8858 <tr id="1506">
8859 <td><a href="https://cplusplus.github.io/CWG/issues/1506.html">1506</a></td>
8860 <td>CD3</td>
8861 <td>Value category of <TT>initializer_list</TT> object</td>
8862 <td class="unknown" align="center">Unknown</td>
8863 </tr>
8864 <tr id="1507">
8865 <td><a href="https://cplusplus.github.io/CWG/issues/1507.html">1507</a></td>
8866 <td>CD3</td>
8867 <td>Value initialization with trivial inaccessible default constructor</td>
8868 <td class="unknown" align="center">Unknown</td>
8869 </tr>
8870 <tr id="1508">
8871 <td><a href="https://cplusplus.github.io/CWG/issues/1508.html">1508</a></td>
8872 <td>C++14</td>
8873 <td>Template initializer-list constructors</td>
8874 <td class="unknown" align="center">Unknown</td>
8875 </tr>
8876 <tr id="1509">
8877 <td><a href="https://cplusplus.github.io/CWG/issues/1509.html">1509</a></td>
8878 <td>C++14</td>
8879 <td>Definition of &#8220;non-template function&#8221;</td>
8880 <td class="unknown" align="center">Unknown</td>
8881 </tr>
8882 <tr id="1510">
8883 <td><a href="https://cplusplus.github.io/CWG/issues/1510.html">1510</a></td>
8884 <td>CD3</td>
8885 <td>cv-qualified references via <TT>decltype</TT></td>
8886 <td class="unknown" align="center">Unknown</td>
8887 </tr>
8888 <tr id="1511">
8889 <td><a href="https://cplusplus.github.io/CWG/issues/1511.html">1511</a></td>
8890 <td>CD3</td>
8891 <td><TT>const volatile</TT> variables and the one-definition rule</td>
8892 <td class="unknown" align="center">Unknown</td>
8893 </tr>
8894 <tr id="1512">
8895 <td><a href="https://cplusplus.github.io/CWG/issues/1512.html">1512</a></td>
8896 <td>CD3</td>
8897 <td>Pointer comparison vs qualification conversions</td>
8898 <td class="full" align="center">Clang 4</td>
8899 </tr>
8900 <tr class="open" id="1513">
8901 <td><a href="https://cplusplus.github.io/CWG/issues/1513.html">1513</a></td>
8902 <td>drafting</td>
8903 <td><TT>initializer_list</TT> deduction failure</td>
8904 <td align="center">Not resolved</td>
8905 </tr>
8906 <tr id="1514">
8907 <td><a href="https://cplusplus.github.io/CWG/issues/1514.html">1514</a></td>
8908 <td>C++14</td>
8909 <td>Ambiguity between enumeration definition and zero-length bit-field</td>
8910 <td class="full" align="center">Clang 11</td>
8911 </tr>
8912 <tr id="1515">
8913 <td><a href="https://cplusplus.github.io/CWG/issues/1515.html">1515</a></td>
8914 <td>CD3</td>
8915 <td>Modulo 2<SUP><I>n</I></SUP> arithmetic for implicitly-unsigned types</td>
8916 <td class="unknown" align="center">Unknown</td>
8917 </tr>
8918 <tr id="1516">
8919 <td><a href="https://cplusplus.github.io/CWG/issues/1516.html">1516</a></td>
8920 <td>CD3</td>
8921 <td>Definition of &#8220;virtual function call&#8221;</td>
8922 <td class="unknown" align="center">Unknown</td>
8923 </tr>
8924 <tr class="open" id="1517">
8925 <td><a href="https://cplusplus.github.io/CWG/issues/1517.html">1517</a></td>
8926 <td>drafting</td>
8927 <td>Unclear/missing description of behavior during construction/destruction</td>
8928 <td align="center">Not resolved</td>
8929 </tr>
8930 <tr id="1518">
8931 <td><a href="https://cplusplus.github.io/CWG/issues/1518.html">1518</a></td>
8932 <td>CD4</td>
8933 <td>Explicit default constructors and copy-list-initialization</td>
8934 <td class="full" align="center">Clang 4</td>
8935 </tr>
8936 <tr id="1519">
8937 <td><a href="https://cplusplus.github.io/CWG/issues/1519.html">1519</a></td>
8938 <td>NAD</td>
8939 <td>Conflicting default and variadic constructors</td>
8940 <td class="unknown" align="center">Unknown</td>
8941 </tr>
8942 <tr id="1520">
8943 <td><a href="https://cplusplus.github.io/CWG/issues/1520.html">1520</a></td>
8944 <td>NAD</td>
8945 <td>Alias template specialization vs pack expansion</td>
8946 <td class="unknown" align="center">Unknown</td>
8947 </tr>
8948 <tr class="open" id="1521">
8949 <td><a href="https://cplusplus.github.io/CWG/issues/1521.html">1521</a></td>
8950 <td>drafting</td>
8951 <td><TT>T{</TT><I>expr</I><TT>}</TT> with reference types</td>
8952 <td align="center">Not resolved</td>
8953 </tr>
8954 <tr id="1522">
8955 <td><a href="https://cplusplus.github.io/CWG/issues/1522.html">1522</a></td>
8956 <td>CD3</td>
8957 <td>Access checking for <TT>initializer_list</TT> array initialization</td>
8958 <td class="unknown" align="center">Unknown</td>
8959 </tr>
8960 <tr id="1523">
8961 <td><a href="https://cplusplus.github.io/CWG/issues/1523.html">1523</a></td>
8962 <td>CD5</td>
8963 <td>Point of declaration in range-based <TT>for</TT></td>
8964 <td class="unknown" align="center">Unknown</td>
8965 </tr>
8966 <tr class="open" id="1524">
8967 <td><a href="https://cplusplus.github.io/CWG/issues/1524.html">1524</a></td>
8968 <td>drafting</td>
8969 <td>Incompletely-defined class template base</td>
8970 <td align="center">Not resolved</td>
8971 </tr>
8972 <tr id="1525">
8973 <td><a href="https://cplusplus.github.io/CWG/issues/1525.html">1525</a></td>
8974 <td>NAD</td>
8975 <td>Array bound inference in temporary array</td>
8976 <td class="unknown" align="center">Unknown</td>
8977 </tr>
8978 <tr id="1526">
8979 <td><a href="https://cplusplus.github.io/CWG/issues/1526.html">1526</a></td>
8980 <td>dup</td>
8981 <td>Dependent-class lookup in the current instantiation</td>
8982 <td class="unknown" align="center">Unknown</td>
8983 </tr>
8984 <tr id="1527">
8985 <td><a href="https://cplusplus.github.io/CWG/issues/1527.html">1527</a></td>
8986 <td>CD3</td>
8987 <td>Assignment from <I>braced-init-list</I></td>
8988 <td class="unknown" align="center">Unknown</td>
8989 </tr>
8990 <tr id="1528">
8991 <td><a href="https://cplusplus.github.io/CWG/issues/1528.html">1528</a></td>
8992 <td>CD3</td>
8993 <td>Repeated <I>cv-qualifier</I>s in declarators</td>
8994 <td class="unknown" align="center">Unknown</td>
8995 </tr>
8996 <tr class="open" id="1529">
8997 <td><a href="https://cplusplus.github.io/CWG/issues/1529.html">1529</a></td>
8998 <td>drafting</td>
8999 <td>Nomenclature for variable vs reference non-static data member</td>
9000 <td align="center">Not resolved</td>
9001 </tr>
9002 <tr class="open" id="1530">
9003 <td><a href="https://cplusplus.github.io/CWG/issues/1530.html">1530</a></td>
9004 <td>drafting</td>
9005 <td>Member access in out-of-lifetime objects</td>
9006 <td align="center">Not resolved</td>
9007 </tr>
9008 <tr id="1531">
9009 <td><a href="https://cplusplus.github.io/CWG/issues/1531.html">1531</a></td>
9010 <td>CD3</td>
9011 <td>Definition of &#8220;access&#8221; (verb)</td>
9012 <td class="unknown" align="center">Unknown</td>
9013 </tr>
9014 <tr id="1532">
9015 <td><a href="https://cplusplus.github.io/CWG/issues/1532.html">1532</a></td>
9016 <td>CD3</td>
9017 <td>Explicit instantiation and member templates</td>
9018 <td class="unknown" align="center">Unknown</td>
9019 </tr>
9020 <tr id="1533">
9021 <td><a href="https://cplusplus.github.io/CWG/issues/1533.html">1533</a></td>
9022 <td>CD3</td>
9023 <td>Function pack expansion for member initialization</td>
9024 <td class="unknown" align="center">Unknown</td>
9025 </tr>
9026 <tr id="1534">
9027 <td><a href="https://cplusplus.github.io/CWG/issues/1534.html">1534</a></td>
9028 <td>dup</td>
9029 <td>cv-qualification of prvalue of type &#8220;array of class&#8221;</td>
9030 <td class="unknown" align="center">Unknown</td>
9031 </tr>
9032 <tr id="1535">
9033 <td><a href="https://cplusplus.github.io/CWG/issues/1535.html">1535</a></td>
9034 <td>CD3</td>
9035 <td><TT>typeid</TT> in core constant expressions</td>
9036 <td class="unknown" align="center">Unknown</td>
9037 </tr>
9038 <tr class="open" id="1536">
9039 <td><a href="https://cplusplus.github.io/CWG/issues/1536.html">1536</a></td>
9040 <td>drafting</td>
9041 <td>Overload resolution with temporary from initializer list</td>
9042 <td align="center">Not resolved</td>
9043 </tr>
9044 <tr id="1537">
9045 <td><a href="https://cplusplus.github.io/CWG/issues/1537.html">1537</a></td>
9046 <td>CD3</td>
9047 <td>Optional compile-time evaluation of constant expressions</td>
9048 <td class="unknown" align="center">Unknown</td>
9049 </tr>
9050 <tr id="1538">
9051 <td><a href="https://cplusplus.github.io/CWG/issues/1538.html">1538</a></td>
9052 <td>CD3</td>
9053 <td>C-style cast in <I>braced-init-list</I> assignment</td>
9054 <td class="unknown" align="center">Unknown</td>
9055 </tr>
9056 <tr id="1539">
9057 <td><a href="https://cplusplus.github.io/CWG/issues/1539.html">1539</a></td>
9058 <td>CD3</td>
9059 <td>Definition of &#8220;character type&#8221;</td>
9060 <td class="unknown" align="center">Unknown</td>
9061 </tr>
9062 <tr id="1540">
9063 <td><a href="https://cplusplus.github.io/CWG/issues/1540.html">1540</a></td>
9064 <td>NAD</td>
9065 <td>Use of address constants in constant expressions</td>
9066 <td class="unknown" align="center">Unknown</td>
9067 </tr>
9068 <tr id="1541">
9069 <td><a href="https://cplusplus.github.io/CWG/issues/1541.html">1541</a></td>
9070 <td>CD3</td>
9071 <td><I>cv</I> <TT>void</TT> return types</td>
9072 <td class="unknown" align="center">Unknown</td>
9073 </tr>
9074 <tr class="open" id="1542">
9075 <td><a href="https://cplusplus.github.io/CWG/issues/1542.html">1542</a></td>
9076 <td>drafting</td>
9077 <td>Compound assignment of <I>braced-init-list</I></td>
9078 <td align="center">Not resolved</td>
9079 </tr>
9080 <tr id="1543">
9081 <td><a href="https://cplusplus.github.io/CWG/issues/1543.html">1543</a></td>
9082 <td>CD3</td>
9083 <td>Implicit conversion sequence for empty initializer list</td>
9084 <td class="unknown" align="center">Unknown</td>
9085 </tr>
9086 <tr id="1544">
9087 <td><a href="https://cplusplus.github.io/CWG/issues/1544.html">1544</a></td>
9088 <td>CD3</td>
9089 <td>Linkage of member of unnamed namespace</td>
9090 <td class="unknown" align="center">Unknown</td>
9091 </tr>
9092 <tr id="1545">
9093 <td><a href="https://cplusplus.github.io/CWG/issues/1545.html">1545</a></td>
9094 <td>NAD</td>
9095 <td><TT>friend</TT> function templates defined in class templates</td>
9096 <td class="unknown" align="center">Unknown</td>
9097 </tr>
9098 <tr id="1546">
9099 <td><a href="https://cplusplus.github.io/CWG/issues/1546.html">1546</a></td>
9100 <td>NAD</td>
9101 <td>Errors in function template default arguments</td>
9102 <td class="unknown" align="center">Unknown</td>
9103 </tr>
9104 <tr id="1547">
9105 <td><a href="https://cplusplus.github.io/CWG/issues/1547.html">1547</a></td>
9106 <td>NAD</td>
9107 <td><TT>typename</TT> keyword in <I>alias-declaration</I>s</td>
9108 <td class="unknown" align="center">Unknown</td>
9109 </tr>
9110 <tr class="open" id="1548">
9111 <td><a href="https://cplusplus.github.io/CWG/issues/1548.html">1548</a></td>
9112 <td>drafting</td>
9113 <td>Copy/move construction and conversion functions</td>
9114 <td align="center">Not resolved</td>
9115 </tr>
9116 <tr class="open" id="1549">
9117 <td><a href="https://cplusplus.github.io/CWG/issues/1549.html">1549</a></td>
9118 <td>open</td>
9119 <td>Overloaded comma operator with <TT>void</TT> operand</td>
9120 <td align="center">Not resolved</td>
9121 </tr>
9122 <tr id="1550">
9123 <td><a href="https://cplusplus.github.io/CWG/issues/1550.html">1550</a></td>
9124 <td>CD3</td>
9125 <td>Parenthesized <I>throw-expression</I> operand of <I>conditional-expression</I></td>
9126 <td class="full" align="center">Clang 3.4</td>
9127 </tr>
9128 <tr id="1551">
9129 <td><a href="https://cplusplus.github.io/CWG/issues/1551.html">1551</a></td>
9130 <td>C++14</td>
9131 <td>Wording problems in <I>using-declaration</I> specification</td>
9132 <td class="unknown" align="center">Unknown</td>
9133 </tr>
9134 <tr id="1552">
9135 <td><a href="https://cplusplus.github.io/CWG/issues/1552.html">1552</a></td>
9136 <td>CD4</td>
9137 <td><I>exception-specification</I>s and defaulted special member functions</td>
9138 <td class="unknown" align="center">Unknown</td>
9139 </tr>
9140 <tr id="1553">
9141 <td><a href="https://cplusplus.github.io/CWG/issues/1553.html">1553</a></td>
9142 <td>CD3</td>
9143 <td><TT>sizeof</TT> and xvalue bit-fields</td>
9144 <td class="unknown" align="center">Unknown</td>
9145 </tr>
9146 <tr class="open" id="1554">
9147 <td><a href="https://cplusplus.github.io/CWG/issues/1554.html">1554</a></td>
9148 <td>drafting</td>
9149 <td>Access and alias templates</td>
9150 <td align="center">Not resolved</td>
9151 </tr>
9152 <tr id="1555">
9153 <td><a href="https://cplusplus.github.io/CWG/issues/1555.html">1555</a></td>
9154 <td>NAD</td>
9155 <td>Language linkage and function type compatibility</td>
9156 <td class="unknown" align="center">Unknown</td>
9157 </tr>
9158 <tr id="1556">
9159 <td><a href="https://cplusplus.github.io/CWG/issues/1556.html">1556</a></td>
9160 <td>CD3</td>
9161 <td>Constructors and explicit conversion functions in direct initialization</td>
9162 <td class="unknown" align="center">Unknown</td>
9163 </tr>
9164 <tr id="1557">
9165 <td><a href="https://cplusplus.github.io/CWG/issues/1557.html">1557</a></td>
9166 <td>CD3</td>
9167 <td>Language linkage of converted lambda function pointer</td>
9168 <td class="unknown" align="center">Unknown</td>
9169 </tr>
9170 <tr id="1558">
9171 <td><a href="https://cplusplus.github.io/CWG/issues/1558.html">1558</a></td>
9172 <td>CD4</td>
9173 <td>Unused arguments in alias template specializations</td>
9174 <td class="full" align="center">Clang 12</td>
9175 </tr>
9176 <tr id="1559">
9177 <td><a href="https://cplusplus.github.io/CWG/issues/1559.html">1559</a></td>
9178 <td>CD3</td>
9179 <td>String too long in initializer list of <I>new-expression</I></td>
9180 <td class="unknown" align="center">Unknown</td>
9181 </tr>
9182 <tr id="1560">
9183 <td><a href="https://cplusplus.github.io/CWG/issues/1560.html">1560</a></td>
9184 <td>CD3</td>
9185 <td>Gratuitous lvalue-to-rvalue conversion in <I>conditional-expression</I> with <I>throw-expression</I> operand</td>
9186 <td class="full" align="center">Clang 3.5</td>
9187 </tr>
9188 <tr id="1561">
9189 <td><a href="https://cplusplus.github.io/CWG/issues/1561.html">1561</a></td>
9190 <td>CD4</td>
9191 <td>Aggregates with empty base classes</td>
9192 <td class="unknown" align="center">Unknown</td>
9193 </tr>
9194 <tr id="1562">
9195 <td><a href="https://cplusplus.github.io/CWG/issues/1562.html">1562</a></td>
9196 <td>C++14</td>
9197 <td>Non-static data member initializers and union <I>ctor-initializer</I></td>
9198 <td class="unknown" align="center">Unknown</td>
9199 </tr>
9200 <tr id="1563">
9201 <td><a href="https://cplusplus.github.io/CWG/issues/1563.html">1563</a></td>
9202 <td>CD3</td>
9203 <td>List-initialization and overloaded function disambiguation</td>
9204 <td class="full" align="center">Yes</td>
9205 </tr>
9206 <tr id="1564">
9207 <td><a href="https://cplusplus.github.io/CWG/issues/1564.html">1564</a></td>
9208 <td>NAD</td>
9209 <td>Template argument deduction from an initializer list</td>
9210 <td class="unknown" align="center">Unknown</td>
9211 </tr>
9212 <tr id="1565">
9213 <td><a href="https://cplusplus.github.io/CWG/issues/1565.html">1565</a></td>
9214 <td>NAD</td>
9215 <td>Copy elision and lifetime of <TT>initializer_list</TT> underlying array</td>
9216 <td class="unknown" align="center">Unknown</td>
9217 </tr>
9218 <tr id="1566">
9219 <td><a href="https://cplusplus.github.io/CWG/issues/1566.html">1566</a></td>
9220 <td>NAD</td>
9221 <td>Should <TT>new std::initializer_list&lt;T&gt;</TT> be ill-formed?</td>
9222 <td class="unknown" align="center">Unknown</td>
9223 </tr>
9224 <tr id="1567">
9225 <td><a href="https://cplusplus.github.io/CWG/issues/1567.html">1567</a></td>
9226 <td>C++14</td>
9227 <td>Inheriting constructors and copy/move constructors</td>
9228 <td class="full" align="center">Clang 3.3</td>
9229 </tr>
9230 <tr id="1568">
9231 <td><a href="https://cplusplus.github.io/CWG/issues/1568.html">1568</a></td>
9232 <td>dup</td>
9233 <td>Temporary lifetime extension with intervening cast</td>
9234 <td class="unknown" align="center">Unknown</td>
9235 </tr>
9236 <tr id="1569">
9237 <td><a href="https://cplusplus.github.io/CWG/issues/1569.html">1569</a></td>
9238 <td>C++14</td>
9239 <td>Deducing a function parameter pack before ellipsis</td>
9240 <td class="unknown" align="center">Unknown</td>
9241 </tr>
9242 <tr id="1570">
9243 <td><a href="https://cplusplus.github.io/CWG/issues/1570.html">1570</a></td>
9244 <td>C++14</td>
9245 <td>Address of subobject as non-type template argument</td>
9246 <td class="unknown" align="center">Unknown</td>
9247 </tr>
9248 <tr id="1571">
9249 <td><a href="https://cplusplus.github.io/CWG/issues/1571.html">1571</a></td>
9250 <td>CD4</td>
9251 <td>cv-qualification for indirect reference binding via conversion function</td>
9252 <td class="unknown" align="center">Unknown</td>
9253 </tr>
9254 <tr id="1572">
9255 <td><a href="https://cplusplus.github.io/CWG/issues/1572.html">1572</a></td>
9256 <td>CD4</td>
9257 <td>Incorrect example for rvalue reference binding via conversion function</td>
9258 <td class="unknown" align="center">Unknown</td>
9259 </tr>
9260 <tr id="1573">
9261 <td><a href="https://cplusplus.github.io/CWG/issues/1573.html">1573</a></td>
9262 <td>CD4</td>
9263 <td>Inherited constructor characteristics</td>
9264 <td class="full" align="center">Clang 3.9</td>
9265 </tr>
9266 <tr id="1574">
9267 <td><a href="https://cplusplus.github.io/CWG/issues/1574.html">1574</a></td>
9268 <td>NAD</td>
9269 <td>Explicitly-defaulted <TT>constexpr</TT> functions in wrapper templates</td>
9270 <td class="unknown" align="center">Unknown</td>
9271 </tr>
9272 <tr id="1575">
9273 <td><a href="https://cplusplus.github.io/CWG/issues/1575.html">1575</a></td>
9274 <td>C++14</td>
9275 <td>Incorrect definition of &#8220;strict pointer safety&#8221;</td>
9276 <td class="unknown" align="center">Unknown</td>
9277 </tr>
9278 <tr id="1576">
9279 <td><a href="https://cplusplus.github.io/CWG/issues/1576.html">1576</a></td>
9280 <td>C++14</td>
9281 <td>Discarded-value volatile xvalues</td>
9282 <td class="unknown" align="center">Unknown</td>
9283 </tr>
9284 <tr id="1577">
9285 <td><a href="https://cplusplus.github.io/CWG/issues/1577.html">1577</a></td>
9286 <td>NAD</td>
9287 <td>Unnecessary restrictions on partial specializations</td>
9288 <td class="unknown" align="center">Unknown</td>
9289 </tr>
9290 <tr id="1578">
9291 <td><a href="https://cplusplus.github.io/CWG/issues/1578.html">1578</a></td>
9292 <td>NAD</td>
9293 <td>Value-initialization of aggregates</td>
9294 <td class="unknown" align="center">Unknown</td>
9295 </tr>
9296 <tr id="1579">
9297 <td><a href="https://cplusplus.github.io/CWG/issues/1579.html">1579</a></td>
9298 <td>C++14</td>
9299 <td>Return by converting move constructor</td>
9300 <td class="full" align="center">Clang 3.9</td>
9301 </tr>
9302 <tr class="open" id="1580">
9303 <td><a href="https://cplusplus.github.io/CWG/issues/1580.html">1580</a></td>
9304 <td>drafting</td>
9305 <td>Default arguments in explicit instantiations</td>
9306 <td align="center">Not resolved</td>
9307 </tr>
9308 <tr id="1581">
9309 <td><a href="https://cplusplus.github.io/CWG/issues/1581.html">1581</a></td>
9310 <td>CD5</td>
9311 <td>When are <TT>constexpr</TT> member functions defined?</td>
9312 <td class="unknown" align="center">Unknown</td>
9313 </tr>
9314 <tr class="open" id="1582">
9315 <td><a href="https://cplusplus.github.io/CWG/issues/1582.html">1582</a></td>
9316 <td>drafting</td>
9317 <td>Template default arguments and deduction failure</td>
9318 <td align="center">Not resolved</td>
9319 </tr>
9320 <tr id="1583">
9321 <td><a href="https://cplusplus.github.io/CWG/issues/1583.html">1583</a></td>
9322 <td>C++14</td>
9323 <td>Incorrect example of unspecified behavior</td>
9324 <td class="unknown" align="center">Unknown</td>
9325 </tr>
9326 <tr class="open" id="1584">
9327 <td><a href="https://cplusplus.github.io/CWG/issues/1584.html">1584</a></td>
9328 <td>drafting</td>
9329 <td>Deducing function types from cv-qualified types</td>
9330 <td align="center">
9331 <details>
9332 <summary>Not resolved</summary>
9333 Clang 7 implements 2015-05 resolution
9334 </details></td>
9335 </tr>
9336 <tr id="1585">
9337 <td><a href="https://cplusplus.github.io/CWG/issues/1585.html">1585</a></td>
9338 <td>NAD</td>
9339 <td>Value category of member access of rvalue reference member</td>
9340 <td class="unknown" align="center">Unknown</td>
9341 </tr>
9342 <tr id="1586">
9343 <td><a href="https://cplusplus.github.io/CWG/issues/1586.html">1586</a></td>
9344 <td>NAD</td>
9345 <td>Naming a destructor via <TT>decltype</TT></td>
9346 <td class="unknown" align="center">Unknown</td>
9347 </tr>
9348 <tr id="1587">
9349 <td><a href="https://cplusplus.github.io/CWG/issues/1587.html">1587</a></td>
9350 <td>C++14</td>
9351 <td><TT>constexpr</TT> initialization and nested anonymous unions</td>
9352 <td class="unknown" align="center">Unknown</td>
9353 </tr>
9354 <tr id="1588">
9355 <td><a href="https://cplusplus.github.io/CWG/issues/1588.html">1588</a></td>
9356 <td>CD3</td>
9357 <td>Deducing cv-qualified <TT>auto</TT></td>
9358 <td class="unknown" align="center">Unknown</td>
9359 </tr>
9360 <tr id="1589">
9361 <td><a href="https://cplusplus.github.io/CWG/issues/1589.html">1589</a></td>
9362 <td>CD4</td>
9363 <td>Ambiguous ranking of list-initialization sequences</td>
9364 <td class="full" align="center">Clang 3.7 (C++11 onwards)</td>
9365 </tr>
9366 <tr id="1590">
9367 <td><a href="https://cplusplus.github.io/CWG/issues/1590.html">1590</a></td>
9368 <td>CD4</td>
9369 <td>Bypassing non-copy/move constructor copying</td>
9370 <td class="unknown" align="center">Unknown</td>
9371 </tr>
9372 <tr id="1591">
9373 <td><a href="https://cplusplus.github.io/CWG/issues/1591.html">1591</a></td>
9374 <td>CD4</td>
9375 <td>Deducing array bound and element type from initializer list</td>
9376 <td class="unknown" align="center">Unknown</td>
9377 </tr>
9378 <tr id="1592">
9379 <td><a href="https://cplusplus.github.io/CWG/issues/1592.html">1592</a></td>
9380 <td>C++14</td>
9381 <td>When do template parameters match?</td>
9382 <td class="unknown" align="center">Unknown</td>
9383 </tr>
9384 <tr id="1593">
9385 <td><a href="https://cplusplus.github.io/CWG/issues/1593.html">1593</a></td>
9386 <td>C++14</td>
9387 <td>&#8220;Parameter type&#8221; of special member functions</td>
9388 <td class="unknown" align="center">Unknown</td>
9389 </tr>
9390 <tr class="open" id="1594">
9391 <td><a href="https://cplusplus.github.io/CWG/issues/1594.html">1594</a></td>
9392 <td>drafting</td>
9393 <td>Lazy declaration of special members vs overload errors</td>
9394 <td align="center">Not resolved</td>
9395 </tr>
9396 <tr id="1595">
9397 <td><a href="https://cplusplus.github.io/CWG/issues/1595.html">1595</a></td>
9398 <td>C++14</td>
9399 <td>Constructors &#8220;involved in&#8221; subobject initialization</td>
9400 <td class="unknown" align="center">Unknown</td>
9401 </tr>
9402 <tr id="1596">
9403 <td><a href="https://cplusplus.github.io/CWG/issues/1596.html">1596</a></td>
9404 <td>CD4</td>
9405 <td>Non-array objects as <TT>array[1]</TT></td>
9406 <td class="unknown" align="center">Unknown</td>
9407 </tr>
9408 <tr id="1597">
9409 <td><a href="https://cplusplus.github.io/CWG/issues/1597.html">1597</a></td>
9410 <td>CD3</td>
9411 <td>Misleading <TT>constexpr</TT> example</td>
9412 <td class="unknown" align="center">Unknown</td>
9413 </tr>
9414 <tr id="1598">
9415 <td><a href="https://cplusplus.github.io/CWG/issues/1598.html">1598</a></td>
9416 <td>C++14</td>
9417 <td>Criterion for equality of pointers to members</td>
9418 <td class="unknown" align="center">Unknown</td>
9419 </tr>
9420 <tr id="1599">
9421 <td><a href="https://cplusplus.github.io/CWG/issues/1599.html">1599</a></td>
9422 <td>CD4</td>
9423 <td>Lifetime of <TT>initializer_list</TT> underlying array</td>
9424 <td class="unknown" align="center">Unknown</td>
9425 </tr>
9426 <tr id="1600">
9427 <td><a href="https://cplusplus.github.io/CWG/issues/1600.html">1600</a></td>
9428 <td>CD4</td>
9429 <td>Erroneous reference initialization in example</td>
9430 <td class="unknown" align="center">Unknown</td>
9431 </tr>
9432 <tr id="1601">
9433 <td><a href="https://cplusplus.github.io/CWG/issues/1601.html">1601</a></td>
9434 <td>C++14</td>
9435 <td>Promotion of enumeration with fixed underlying type</td>
9436 <td class="full" align="center">Clang 10</td>
9437 </tr>
9438 <tr class="open" id="1602">
9439 <td><a href="https://cplusplus.github.io/CWG/issues/1602.html">1602</a></td>
9440 <td>review</td>
9441 <td>Linkage of specialization vs linkage of template arguments</td>
9442 <td align="center">Not resolved</td>
9443 </tr>
9444 <tr id="1603">
9445 <td><a href="https://cplusplus.github.io/CWG/issues/1603.html">1603</a></td>
9446 <td>CD4</td>
9447 <td>Errors resulting from giving unnamed namespaces internal linkage</td>
9448 <td class="unknown" align="center">Unknown</td>
9449 </tr>
9450 <tr id="1604">
9451 <td><a href="https://cplusplus.github.io/CWG/issues/1604.html">1604</a></td>
9452 <td>C++14</td>
9453 <td>Double temporaries in reference initialization</td>
9454 <td class="unknown" align="center">Unknown</td>
9455 </tr>
9456 <tr id="1605">
9457 <td><a href="https://cplusplus.github.io/CWG/issues/1605.html">1605</a></td>
9458 <td>CD3</td>
9459 <td>Misleading parenthetical comment for explicit destructor call</td>
9460 <td class="unknown" align="center">Unknown</td>
9461 </tr>
9462 <tr id="1606">
9463 <td><a href="https://cplusplus.github.io/CWG/issues/1606.html">1606</a></td>
9464 <td>NAD</td>
9465 <td><TT>sizeof</TT> closure class</td>
9466 <td class="full" align="center">Clang 3.1</td>
9467 </tr>
9468 <tr id="1607">
9469 <td><a href="https://cplusplus.github.io/CWG/issues/1607.html">1607</a></td>
9470 <td>C++14</td>
9471 <td>Lambdas in template parameters</td>
9472 <td class="unknown" align="center">Unknown</td>
9473 </tr>
9474 <tr id="1608">
9475 <td><a href="https://cplusplus.github.io/CWG/issues/1608.html">1608</a></td>
9476 <td>C++14</td>
9477 <td>Operator lookup in trailing return type</td>
9478 <td class="unknown" align="center">Unknown</td>
9479 </tr>
9480 <tr class="open" id="1609">
9481 <td><a href="https://cplusplus.github.io/CWG/issues/1609.html">1609</a></td>
9482 <td>open</td>
9483 <td>Default arguments and function parameter packs</td>
9484 <td align="center">Not resolved</td>
9485 </tr>
9486 <tr class="open" id="1610">
9487 <td><a href="https://cplusplus.github.io/CWG/issues/1610.html">1610</a></td>
9488 <td>drafting</td>
9489 <td>Cv-qualification in deduction of reference to array</td>
9490 <td align="center">Not resolved</td>
9491 </tr>
9492 <tr id="1611">
9493 <td><a href="https://cplusplus.github.io/CWG/issues/1611.html">1611</a></td>
9494 <td>C++14</td>
9495 <td>Deleted default constructor for abstract class</td>
9496 <td class="full" align="center">Duplicate of <a href="#1658">1658</a></td>
9497 </tr>
9498 <tr id="1612">
9499 <td><a href="https://cplusplus.github.io/CWG/issues/1612.html">1612</a></td>
9500 <td>C++14</td>
9501 <td>Implicit lambda capture and anonymous unions</td>
9502 <td class="unknown" align="center">Unknown</td>
9503 </tr>
9504 <tr id="1613">
9505 <td><a href="https://cplusplus.github.io/CWG/issues/1613.html">1613</a></td>
9506 <td>C++14</td>
9507 <td>Constant expressions and lambda capture</td>
9508 <td class="unknown" align="center">Unknown</td>
9509 </tr>
9510 <tr id="1614">
9511 <td><a href="https://cplusplus.github.io/CWG/issues/1614.html">1614</a></td>
9512 <td>CD4</td>
9513 <td>Address of pure virtual function vs odr-use</td>
9514 <td class="unknown" align="center">Unknown</td>
9515 </tr>
9516 <tr id="1615">
9517 <td><a href="https://cplusplus.github.io/CWG/issues/1615.html">1615</a></td>
9518 <td>CD4</td>
9519 <td>Alignment of types, variables, and members</td>
9520 <td class="unknown" align="center">Unknown</td>
9521 </tr>
9522 <tr id="1616">
9523 <td><a href="https://cplusplus.github.io/CWG/issues/1616.html">1616</a></td>
9524 <td>CD6</td>
9525 <td>Disambiguation parsing and template parameters</td>
9526 <td class="unknown" align="center">Unknown</td>
9527 </tr>
9528 <tr class="open" id="1617">
9529 <td><a href="https://cplusplus.github.io/CWG/issues/1617.html">1617</a></td>
9530 <td>open</td>
9531 <td><TT>alignas</TT> and non-defining declarations</td>
9532 <td align="center">Not resolved</td>
9533 </tr>
9534 <tr id="1618">
9535 <td><a href="https://cplusplus.github.io/CWG/issues/1618.html">1618</a></td>
9536 <td>C++14</td>
9537 <td>Gratuitously-unsigned underlying enum type</td>
9538 <td class="unknown" align="center">Unknown</td>
9539 </tr>
9540 <tr class="open" id="1619">
9541 <td><a href="https://cplusplus.github.io/CWG/issues/1619.html">1619</a></td>
9542 <td>open</td>
9543 <td>Definition of current instantiation</td>
9544 <td align="center">Not resolved</td>
9545 </tr>
9546 <tr class="open" id="1620">
9547 <td><a href="https://cplusplus.github.io/CWG/issues/1620.html">1620</a></td>
9548 <td>open</td>
9549 <td>User-defined literals and extended integer types</td>
9550 <td align="center">Not resolved</td>
9551 </tr>
9552 <tr id="1621">
9553 <td><a href="https://cplusplus.github.io/CWG/issues/1621.html">1621</a></td>
9554 <td>C++20</td>
9555 <td>Member initializers in anonymous unions</td>
9556 <td class="unknown" align="center">Unknown</td>
9557 </tr>
9558 <tr id="1622">
9559 <td><a href="https://cplusplus.github.io/CWG/issues/1622.html">1622</a></td>
9560 <td>C++17</td>
9561 <td>Empty aggregate initializer for union</td>
9562 <td class="unknown" align="center">Unknown</td>
9563 </tr>
9564 <tr class="open" id="1623">
9565 <td><a href="https://cplusplus.github.io/CWG/issues/1623.html">1623</a></td>
9566 <td>drafting</td>
9567 <td>Deleted default union constructor and member initializers</td>
9568 <td align="center">Not resolved</td>
9569 </tr>
9570 <tr id="1624">
9571 <td><a href="https://cplusplus.github.io/CWG/issues/1624.html">1624</a></td>
9572 <td>NAD</td>
9573 <td>Destruction of union members with member initializers</td>
9574 <td class="unknown" align="center">Unknown</td>
9575 </tr>
9576 <tr class="open" id="1625">
9577 <td><a href="https://cplusplus.github.io/CWG/issues/1625.html">1625</a></td>
9578 <td>open</td>
9579 <td>Adding spaces between tokens in stringizing</td>
9580 <td align="center">Not resolved</td>
9581 </tr>
9582 <tr id="1626">
9583 <td><a href="https://cplusplus.github.io/CWG/issues/1626.html">1626</a></td>
9584 <td>dup</td>
9585 <td><TT>constexpr</TT> member functions in <I>brace-or-equal-initializer</I>s</td>
9586 <td class="unknown" align="center">Unknown</td>
9587 </tr>
9588 <tr id="1627">
9589 <td><a href="https://cplusplus.github.io/CWG/issues/1627.html">1627</a></td>
9590 <td>NAD</td>
9591 <td>Agreement of dependent <TT>alignas</TT> specifiers</td>
9592 <td class="unknown" align="center">Unknown</td>
9593 </tr>
9594 <tr class="open" id="1628">
9595 <td><a href="https://cplusplus.github.io/CWG/issues/1628.html">1628</a></td>
9596 <td>open</td>
9597 <td>Deallocation function templates</td>
9598 <td align="center">Not resolved</td>
9599 </tr>
9600 <tr id="1629">
9601 <td><a href="https://cplusplus.github.io/CWG/issues/1629.html">1629</a></td>
9602 <td>C++14</td>
9603 <td>Can a closure class be a literal type?</td>
9604 <td class="unknown" align="center">Unknown</td>
9605 </tr>
9606 <tr id="1630">
9607 <td><a href="https://cplusplus.github.io/CWG/issues/1630.html">1630</a></td>
9608 <td>CD4</td>
9609 <td>Multiple default constructor templates</td>
9610 <td class="unknown" align="center">Unknown</td>
9611 </tr>
9612 <tr id="1631">
9613 <td><a href="https://cplusplus.github.io/CWG/issues/1631.html">1631</a></td>
9614 <td>CD4</td>
9615 <td>Incorrect overload resolution for single-element <I>initializer-list</I></td>
9616 <td class="full" align="center">Clang 3.7</td>
9617 </tr>
9618 <tr id="1632">
9619 <td><a href="https://cplusplus.github.io/CWG/issues/1632.html">1632</a></td>
9620 <td>CD5</td>
9621 <td>Lambda capture in member initializers</td>
9622 <td class="unknown" align="center">Unknown</td>
9623 </tr>
9624 <tr id="1633">
9625 <td><a href="https://cplusplus.github.io/CWG/issues/1633.html">1633</a></td>
9626 <td>CD4</td>
9627 <td>Copy-initialization in member initialization</td>
9628 <td class="unknown" align="center">Unknown</td>
9629 </tr>
9630 <tr class="open" id="1634">
9631 <td><a href="https://cplusplus.github.io/CWG/issues/1634.html">1634</a></td>
9632 <td>drafting</td>
9633 <td>Temporary storage duration</td>
9634 <td align="center">Not resolved</td>
9635 </tr>
9636 <tr class="open" id="1635">
9637 <td><a href="https://cplusplus.github.io/CWG/issues/1635.html">1635</a></td>
9638 <td>drafting</td>
9639 <td>How similar are template default arguments to function default arguments?</td>
9640 <td align="center">Not resolved</td>
9641 </tr>
9642 <tr id="1636">
9643 <td><a href="https://cplusplus.github.io/CWG/issues/1636.html">1636</a></td>
9644 <td>CD5</td>
9645 <td>Bits required for negative enumerator values</td>
9646 <td class="unknown" align="center">Unknown</td>
9647 </tr>
9648 <tr id="1637">
9649 <td><a href="https://cplusplus.github.io/CWG/issues/1637.html">1637</a></td>
9650 <td>NAD</td>
9651 <td>Recursion in <TT>constexpr</TT> template default constructor</td>
9652 <td class="unknown" align="center">Unknown</td>
9653 </tr>
9654 <tr id="1638">
9655 <td><a href="https://cplusplus.github.io/CWG/issues/1638.html">1638</a></td>
9656 <td>CD4</td>
9657 <td>Declaring an explicit specialization of a scoped enumeration</td>
9658 <td class="full" align="center">Clang 3.1</td>
9659 </tr>
9660 <tr id="1639">
9661 <td><a href="https://cplusplus.github.io/CWG/issues/1639.html">1639</a></td>
9662 <td>CD4</td>
9663 <td><I>exception-specification</I>s and pointer/pointer-to-member expressions</td>
9664 <td class="unknown" align="center">Unknown</td>
9665 </tr>
9666 <tr id="1640">
9667 <td><a href="https://cplusplus.github.io/CWG/issues/1640.html">1640</a></td>
9668 <td>CD5</td>
9669 <td>Array of abstract instance of class template</td>
9670 <td class="unknown" align="center">Unknown</td>
9671 </tr>
9672 <tr id="1641">
9673 <td><a href="https://cplusplus.github.io/CWG/issues/1641.html">1641</a></td>
9674 <td>NAD</td>
9675 <td>Assignment in member initializer</td>
9676 <td class="unknown" align="center">Unknown</td>
9677 </tr>
9678 <tr id="1642">
9679 <td><a href="https://cplusplus.github.io/CWG/issues/1642.html">1642</a></td>
9680 <td>DRWP</td>
9681 <td>Missing requirements for prvalue operands</td>
9682 <td class="unknown" align="center">Unknown</td>
9683 </tr>
9684 <tr id="1643">
9685 <td><a href="https://cplusplus.github.io/CWG/issues/1643.html">1643</a></td>
9686 <td>NAD</td>
9687 <td>Default arguments for template parameter packs</td>
9688 <td class="unknown" align="center">Unknown</td>
9689 </tr>
9690 <tr id="1644">
9691 <td><a href="https://cplusplus.github.io/CWG/issues/1644.html">1644</a></td>
9692 <td>NAD</td>
9693 <td>Equivalent <I>exception-specification</I>s in function template declarations</td>
9694 <td class="unknown" align="center">Unknown</td>
9695 </tr>
9696 <tr id="1645">
9697 <td><a href="https://cplusplus.github.io/CWG/issues/1645.html">1645</a></td>
9698 <td>CD4</td>
9699 <td>Identical inheriting constructors via default arguments</td>
9700 <td class="full" align="center">Clang 3.9</td>
9701 </tr>
9702 <tr id="1646">
9703 <td><a href="https://cplusplus.github.io/CWG/issues/1646.html">1646</a></td>
9704 <td>CD5</td>
9705 <td><I>decltype-specifier</I>s, abstract classes, and deduction failure</td>
9706 <td class="unknown" align="center">Unknown</td>
9707 </tr>
9708 <tr class="open" id="1647">
9709 <td><a href="https://cplusplus.github.io/CWG/issues/1647.html">1647</a></td>
9710 <td>drafting</td>
9711 <td>Type agreement of non-type template arguments in partial specializations</td>
9712 <td align="center">Not resolved</td>
9713 </tr>
9714 <tr id="1648">
9715 <td><a href="https://cplusplus.github.io/CWG/issues/1648.html">1648</a></td>
9716 <td>C++14</td>
9717 <td><TT>thread_local</TT> vs block extern declarations</td>
9718 <td class="unknown" align="center">Unknown</td>
9719 </tr>
9720 <tr id="1649">
9721 <td><a href="https://cplusplus.github.io/CWG/issues/1649.html">1649</a></td>
9722 <td>C++14</td>
9723 <td>Error in the syntax of <I>mem-initializer-list</I></td>
9724 <td class="unknown" align="center">Unknown</td>
9725 </tr>
9726 <tr id="1650">
9727 <td><a href="https://cplusplus.github.io/CWG/issues/1650.html">1650</a></td>
9728 <td>NAD</td>
9729 <td>Class prvalues in reference initialization</td>
9730 <td class="unknown" align="center">Unknown</td>
9731 </tr>
9732 <tr id="1651">
9733 <td><a href="https://cplusplus.github.io/CWG/issues/1651.html">1651</a></td>
9734 <td>NAD</td>
9735 <td>Lifetime extension of temporary via reference to subobject</td>
9736 <td class="unknown" align="center">Unknown</td>
9737 </tr>
9738 <tr id="1652">
9739 <td><a href="https://cplusplus.github.io/CWG/issues/1652.html">1652</a></td>
9740 <td>CD4</td>
9741 <td>Object addresses in <TT>constexpr</TT> expressions</td>
9742 <td class="full" align="center">Clang 3.6</td>
9743 </tr>
9744 <tr id="1653">
9745 <td><a href="https://cplusplus.github.io/CWG/issues/1653.html">1653</a></td>
9746 <td>CD4</td>
9747 <td>Removing deprecated increment of <TT>bool</TT></td>
9748 <td class="full" align="center">Clang 4 (C++17 onwards)</td>
9749 </tr>
9750 <tr id="1654">
9751 <td><a href="https://cplusplus.github.io/CWG/issues/1654.html">1654</a></td>
9752 <td>dup</td>
9753 <td>Literal types and <TT>constexpr</TT> defaulted constructors</td>
9754 <td class="unknown" align="center">Unknown</td>
9755 </tr>
9756 <tr class="open" id="1655">
9757 <td><a href="https://cplusplus.github.io/CWG/issues/1655.html">1655</a></td>
9758 <td>drafting</td>
9759 <td>Line endings in raw string literals</td>
9760 <td align="center">Not resolved</td>
9761 </tr>
9762 <tr id="1656">
9763 <td><a href="https://cplusplus.github.io/CWG/issues/1656.html">1656</a></td>
9764 <td>CD6</td>
9765 <td>Encoding of numerically-escaped characters</td>
9766 <td class="unknown" align="center">Unknown</td>
9767 </tr>
9768 <tr id="1657">
9769 <td><a href="https://cplusplus.github.io/CWG/issues/1657.html">1657</a></td>
9770 <td>CD4</td>
9771 <td>Attributes for namespaces and enumerators</td>
9772 <td class="unknown" align="center">Unknown</td>
9773 </tr>
9774 <tr id="1658">
9775 <td><a href="https://cplusplus.github.io/CWG/issues/1658.html">1658</a></td>
9776 <td>C++14</td>
9777 <td>Deleted default constructor for abstract class via destructor</td>
9778 <td class="full" align="center">Clang 5</td>
9779 </tr>
9780 <tr class="open" id="1659">
9781 <td><a href="https://cplusplus.github.io/CWG/issues/1659.html">1659</a></td>
9782 <td>open</td>
9783 <td>Initialization order of thread_local template static data members</td>
9784 <td align="center">Not resolved</td>
9785 </tr>
9786 <tr id="1660">
9787 <td><a href="https://cplusplus.github.io/CWG/issues/1660.html">1660</a></td>
9788 <td>C++14</td>
9789 <td><I>member-declaration</I> requirements and unnamed bit-fields</td>
9790 <td class="unknown" align="center">Unknown</td>
9791 </tr>
9792 <tr id="1661">
9793 <td><a href="https://cplusplus.github.io/CWG/issues/1661.html">1661</a></td>
9794 <td>NAD</td>
9795 <td>Preservation of infinite loops</td>
9796 <td class="unknown" align="center">Unknown</td>
9797 </tr>
9798 <tr id="1662">
9799 <td><a href="https://cplusplus.github.io/CWG/issues/1662.html">1662</a></td>
9800 <td>C++14</td>
9801 <td>Capturing function parameter packs</td>
9802 <td class="unknown" align="center">Unknown</td>
9803 </tr>
9804 <tr id="1663">
9805 <td><a href="https://cplusplus.github.io/CWG/issues/1663.html">1663</a></td>
9806 <td>NAD</td>
9807 <td>Capturing an empty pack expansion</td>
9808 <td class="unknown" align="center">Unknown</td>
9809 </tr>
9810 <tr id="1664">
9811 <td><a href="https://cplusplus.github.io/CWG/issues/1664.html">1664</a></td>
9812 <td>C++14</td>
9813 <td>Argument-dependent lookup of lambdas used in default arguments</td>
9814 <td class="unknown" align="center">Unknown</td>
9815 </tr>
9816 <tr class="open" id="1665">
9817 <td><a href="https://cplusplus.github.io/CWG/issues/1665.html">1665</a></td>
9818 <td>drafting</td>
9819 <td>Declaration matching in explicit instantiations</td>
9820 <td align="center">Not resolved</td>
9821 </tr>
9822 <tr id="1666">
9823 <td><a href="https://cplusplus.github.io/CWG/issues/1666.html">1666</a></td>
9824 <td>C++14</td>
9825 <td>Address constant expressions</td>
9826 <td class="unknown" align="center">Unknown</td>
9827 </tr>
9828 <tr id="1667">
9829 <td><a href="https://cplusplus.github.io/CWG/issues/1667.html">1667</a></td>
9830 <td>NAD</td>
9831 <td>Function exiting via exception called by destructor during unwinding</td>
9832 <td class="unknown" align="center">Unknown</td>
9833 </tr>
9834 <tr class="open" id="1668">
9835 <td><a href="https://cplusplus.github.io/CWG/issues/1668.html">1668</a></td>
9836 <td>drafting</td>
9837 <td>Parameter type determination still not clear enough</td>
9838 <td align="center">Not resolved</td>
9839 </tr>
9840 <tr id="1669">
9841 <td><a href="https://cplusplus.github.io/CWG/issues/1669.html">1669</a></td>
9842 <td>C++14</td>
9843 <td><TT>auto</TT> return type for <TT>main</TT></td>
9844 <td class="unknown" align="center">Unknown</td>
9845 </tr>
9846 <tr class="open" id="1670">
9847 <td><a href="https://cplusplus.github.io/CWG/issues/1670.html">1670</a></td>
9848 <td>drafting</td>
9849 <td><TT>auto</TT> as <I>conversion-type-id</I></td>
9850 <td align="center">Not resolved</td>
9851 </tr>
9852 <tr id="1671">
9853 <td><a href="https://cplusplus.github.io/CWG/issues/1671.html">1671</a></td>
9854 <td>NAD</td>
9855 <td>Unclear rules for deduction with cv-qualification</td>
9856 <td class="unknown" align="center">Unknown</td>
9857 </tr>
9858 <tr id="1672">
9859 <td><a href="https://cplusplus.github.io/CWG/issues/1672.html">1672</a></td>
9860 <td>CD4</td>
9861 <td>Layout compatibility with multiple empty bases</td>
9862 <td class="full" align="center">Clang 7</td>
9863 </tr>
9864 <tr id="1673">
9865 <td><a href="https://cplusplus.github.io/CWG/issues/1673.html">1673</a></td>
9866 <td>C++14</td>
9867 <td>Clarifying overload resolution for the second step of copy-initialization</td>
9868 <td class="unknown" align="center">Unknown</td>
9869 </tr>
9870 <tr id="1674">
9871 <td><a href="https://cplusplus.github.io/CWG/issues/1674.html">1674</a></td>
9872 <td>C++14</td>
9873 <td>Return type deduction for address of function</td>
9874 <td class="unknown" align="center">Unknown</td>
9875 </tr>
9876 <tr id="1675">
9877 <td><a href="https://cplusplus.github.io/CWG/issues/1675.html">1675</a></td>
9878 <td>NAD</td>
9879 <td>Size limit for automatic array object</td>
9880 <td class="unknown" align="center">Unknown</td>
9881 </tr>
9882 <tr class="open" id="1676">
9883 <td><a href="https://cplusplus.github.io/CWG/issues/1676.html">1676</a></td>
9884 <td>drafting</td>
9885 <td><TT>auto</TT> return type for allocation and deallocation functions</td>
9886 <td align="center">Not resolved</td>
9887 </tr>
9888 <tr id="1677">
9889 <td><a href="https://cplusplus.github.io/CWG/issues/1677.html">1677</a></td>
9890 <td>C++17</td>
9891 <td>Constant initialization via aggregate initialization</td>
9892 <td class="unknown" align="center">Unknown</td>
9893 </tr>
9894 <tr id="1678">
9895 <td><a href="https://cplusplus.github.io/CWG/issues/1678.html">1678</a></td>
9896 <td>NAD</td>
9897 <td>Naming the type of an array of runtime bound</td>
9898 <td class="unknown" align="center">Unknown</td>
9899 </tr>
9900 <tr id="1679">
9901 <td><a href="https://cplusplus.github.io/CWG/issues/1679.html">1679</a></td>
9902 <td>NAD</td>
9903 <td>Range-based <TT>for</TT> and array of runtime bound</td>
9904 <td class="unknown" align="center">Unknown</td>
9905 </tr>
9906 <tr class="open" id="1680">
9907 <td><a href="https://cplusplus.github.io/CWG/issues/1680.html">1680</a></td>
9908 <td>drafting</td>
9909 <td>Including <TT>&lt;initializer_list&gt;</TT> for range-based <TT>for</TT></td>
9910 <td align="center">Not resolved</td>
9911 </tr>
9912 <tr id="1681">
9913 <td><a href="https://cplusplus.github.io/CWG/issues/1681.html">1681</a></td>
9914 <td>C++14</td>
9915 <td><I>init-capture</I>s and nested lambdas</td>
9916 <td class="unknown" align="center">Unknown</td>
9917 </tr>
9918 <tr class="open" id="1682">
9919 <td><a href="https://cplusplus.github.io/CWG/issues/1682.html">1682</a></td>
9920 <td>open</td>
9921 <td>Overly-restrictive rules on function templates as allocation functions</td>
9922 <td align="center">Not resolved</td>
9923 </tr>
9924 <tr id="1683">
9925 <td><a href="https://cplusplus.github.io/CWG/issues/1683.html">1683</a></td>
9926 <td>CD4</td>
9927 <td>Incorrect example after <TT>constexpr</TT> changes</td>
9928 <td class="unknown" align="center">Unknown</td>
9929 </tr>
9930 <tr id="1684">
9931 <td><a href="https://cplusplus.github.io/CWG/issues/1684.html">1684</a></td>
9932 <td>C++14</td>
9933 <td>Static <TT>constexpr</TT> member functions for non-literal classes</td>
9934 <td class="full" align="center">Clang 3.6</td>
9935 </tr>
9936 <tr id="1685">
9937 <td><a href="https://cplusplus.github.io/CWG/issues/1685.html">1685</a></td>
9938 <td>NAD</td>
9939 <td>Value category of <TT>noexcept</TT> expression</td>
9940 <td class="unknown" align="center">Unknown</td>
9941 </tr>
9942 <tr id="1686">
9943 <td><a href="https://cplusplus.github.io/CWG/issues/1686.html">1686</a></td>
9944 <td>CD4</td>
9945 <td>Which variables are &#8220;explicitly declared <TT>const</TT>?&#8221;</td>
9946 <td class="unknown" align="center">Unknown</td>
9947 </tr>
9948 <tr id="1687">
9949 <td><a href="https://cplusplus.github.io/CWG/issues/1687.html">1687</a></td>
9950 <td>C++14</td>
9951 <td>Conversions of operands of built-in operators</td>
9952 <td class="full" align="center">Clang 7</td>
9953 </tr>
9954 <tr id="1688">
9955 <td><a href="https://cplusplus.github.io/CWG/issues/1688.html">1688</a></td>
9956 <td>NAD</td>
9957 <td>Volatile <TT>constexpr</TT> variables</td>
9958 <td class="unknown" align="center">Unknown</td>
9959 </tr>
9960 <tr id="1689">
9961 <td><a href="https://cplusplus.github.io/CWG/issues/1689.html">1689</a></td>
9962 <td>C++14</td>
9963 <td>Syntactic nonterminal for operand of <TT>alignas</TT></td>
9964 <td class="unknown" align="center">Unknown</td>
9965 </tr>
9966 <tr id="1690">
9967 <td><a href="https://cplusplus.github.io/CWG/issues/1690.html">1690</a></td>
9968 <td>C++14</td>
9969 <td>Associated namespace for local type</td>
9970 <td class="full" align="center">Clang 9</td>
9971 </tr>
9972 <tr id="1691">
9973 <td><a href="https://cplusplus.github.io/CWG/issues/1691.html">1691</a></td>
9974 <td>C++14</td>
9975 <td>Argument-dependent lookup and opaque enumerations</td>
9976 <td class="full" align="center">Clang 9</td>
9977 </tr>
9978 <tr id="1692">
9979 <td><a href="https://cplusplus.github.io/CWG/issues/1692.html">1692</a></td>
9980 <td>C++14</td>
9981 <td>Associated namespaces of doubly-nested classes</td>
9982 <td class="full" align="center">Clang 9</td>
9983 </tr>
9984 <tr id="1693">
9985 <td><a href="https://cplusplus.github.io/CWG/issues/1693.html">1693</a></td>
9986 <td>C++14</td>
9987 <td>Superfluous semicolons in class definitions</td>
9988 <td class="unknown" align="center">Unknown</td>
9989 </tr>
9990 <tr id="1694">
9991 <td><a href="https://cplusplus.github.io/CWG/issues/1694.html">1694</a></td>
9992 <td>CD4</td>
9993 <td>Restriction on reference to temporary as a constant expression</td>
9994 <td class="unknown" align="center">Unknown</td>
9995 </tr>
9996 <tr id="1695">
9997 <td><a href="https://cplusplus.github.io/CWG/issues/1695.html">1695</a></td>
9998 <td>NAD</td>
9999 <td>Lifetime extension via <I>init-capture</I></td>
10000 <td class="unknown" align="center">Unknown</td>
10001 </tr>
10002 <tr id="1696">
10003 <td><a href="https://cplusplus.github.io/CWG/issues/1696.html">1696</a></td>
10004 <td>CD4</td>
10005 <td>Temporary lifetime and non-static data member initializers</td>
10006 <td class="full" align="center">Clang 7</td>
10007 </tr>
10008 <tr id="1697">
10009 <td><a href="https://cplusplus.github.io/CWG/issues/1697.html">1697</a></td>
10010 <td>CD4</td>
10011 <td>Lifetime extension and copy elision</td>
10012 <td class="unknown" align="center">Unknown</td>
10013 </tr>
10014 <tr id="1698">
10015 <td><a href="https://cplusplus.github.io/CWG/issues/1698.html">1698</a></td>
10016 <td>DRWP</td>
10017 <td>Files ending in <TT>\</TT></td>
10018 <td class="unknown" align="center">Unknown</td>
10019 </tr>
10020 <tr class="open" id="1699">
10021 <td><a href="https://cplusplus.github.io/CWG/issues/1699.html">1699</a></td>
10022 <td>open</td>
10023 <td>Does befriending a class befriend its friends?</td>
10024 <td align="center">Not resolved</td>
10025 </tr>
10026 <tr id="1700">
10027 <td><a href="https://cplusplus.github.io/CWG/issues/1700.html">1700</a></td>
10028 <td>NAD</td>
10029 <td>Does the special rvalue-reference deduction apply to alias templates?</td>
10030 <td class="unknown" align="center">Unknown</td>
10031 </tr>
10032 <tr class="open" id="1701">
10033 <td><a href="https://cplusplus.github.io/CWG/issues/1701.html">1701</a></td>
10034 <td>drafting</td>
10035 <td>Array vs sequence in object representation</td>
10036 <td align="center">Not resolved</td>
10037 </tr>
10038 <tr class="open" id="1702">
10039 <td><a href="https://cplusplus.github.io/CWG/issues/1702.html">1702</a></td>
10040 <td>drafting</td>
10041 <td>Rephrasing the definition of &#8220;anonymous union&#8221;</td>
10042 <td align="center">Not resolved</td>
10043 </tr>
10044 <tr id="1703">
10045 <td><a href="https://cplusplus.github.io/CWG/issues/1703.html">1703</a></td>
10046 <td>NAD</td>
10047 <td>Language linkage of names of functions with internal linkage</td>
10048 <td class="unknown" align="center">Unknown</td>
10049 </tr>
10050 <tr id="1704">
10051 <td><a href="https://cplusplus.github.io/CWG/issues/1704.html">1704</a></td>
10052 <td>CD5</td>
10053 <td>Type checking in explicit instantiation of variable templates</td>
10054 <td class="unknown" align="center">Unknown</td>
10055 </tr>
10056 <tr id="1705">
10057 <td><a href="https://cplusplus.github.io/CWG/issues/1705.html">1705</a></td>
10058 <td>CD4</td>
10059 <td>Unclear specification of &#8220;more specialized&#8221;</td>
10060 <td class="unknown" align="center">Unknown</td>
10061 </tr>
10062 <tr class="open" id="1706">
10063 <td><a href="https://cplusplus.github.io/CWG/issues/1706.html">1706</a></td>
10064 <td>drafting</td>
10065 <td><TT>alignas</TT> pack expansion syntax</td>
10066 <td align="center">Not resolved</td>
10067 </tr>
10068 <tr id="1707">
10069 <td><a href="https://cplusplus.github.io/CWG/issues/1707.html">1707</a></td>
10070 <td>C++14</td>
10071 <td><TT>template</TT> in <I>elaborated-type-specifier</I> without <I>nested-name-specifier</I></td>
10072 <td class="unknown" align="center">Unknown</td>
10073 </tr>
10074 <tr id="1708">
10075 <td><a href="https://cplusplus.github.io/CWG/issues/1708.html">1708</a></td>
10076 <td>CD4</td>
10077 <td>overly-strict requirements for names with C language linkage</td>
10078 <td class="unknown" align="center">Unknown</td>
10079 </tr>
10080 <tr class="open" id="1709">
10081 <td><a href="https://cplusplus.github.io/CWG/issues/1709.html">1709</a></td>
10082 <td>drafting</td>
10083 <td>Stringizing raw string literals containing newline</td>
10084 <td align="center">Not resolved</td>
10085 </tr>
10086 <tr id="1710">
10087 <td><a href="https://cplusplus.github.io/CWG/issues/1710.html">1710</a></td>
10088 <td>C++17</td>
10089 <td>Missing <TT>template</TT> keyword in <I>class-or-decltype</I></td>
10090 <td class="none" align="center">No</td>
10091 </tr>
10092 <tr id="1711">
10093 <td><a href="https://cplusplus.github.io/CWG/issues/1711.html">1711</a></td>
10094 <td>CD6</td>
10095 <td>Missing specification of variable template partial specializations</td>
10096 <td class="unknown" align="center">Unknown</td>
10097 </tr>
10098 <tr id="1712">
10099 <td><a href="https://cplusplus.github.io/CWG/issues/1712.html">1712</a></td>
10100 <td>CD4</td>
10101 <td><TT>constexpr</TT> variable template declarations</td>
10102 <td class="unknown" align="center">Unknown</td>
10103 </tr>
10104 <tr id="1713">
10105 <td><a href="https://cplusplus.github.io/CWG/issues/1713.html">1713</a></td>
10106 <td>dup</td>
10107 <td>Linkage of variable template specializations</td>
10108 <td class="unknown" align="center">Unknown</td>
10109 </tr>
10110 <tr id="1714">
10111 <td><a href="https://cplusplus.github.io/CWG/issues/1714.html">1714</a></td>
10112 <td>NAD</td>
10113 <td>odr-use of <TT>this</TT> from a local class</td>
10114 <td class="unknown" align="center">Unknown</td>
10115 </tr>
10116 <tr id="1715">
10117 <td><a href="https://cplusplus.github.io/CWG/issues/1715.html">1715</a></td>
10118 <td>CD4</td>
10119 <td>Access and inherited constructor templates</td>
10120 <td class="full" align="center">Clang 3.9</td>
10121 </tr>
10122 <tr id="1716">
10123 <td><a href="https://cplusplus.github.io/CWG/issues/1716.html">1716</a></td>
10124 <td>C++14</td>
10125 <td>When are default arguments evaluated?</td>
10126 <td class="unknown" align="center">Unknown</td>
10127 </tr>
10128 <tr id="1717">
10129 <td><a href="https://cplusplus.github.io/CWG/issues/1717.html">1717</a></td>
10130 <td>C++14</td>
10131 <td>Missing specification of type of binary literal</td>
10132 <td class="unknown" align="center">Unknown</td>
10133 </tr>
10134 <tr class="open" id="1718">
10135 <td><a href="https://cplusplus.github.io/CWG/issues/1718.html">1718</a></td>
10136 <td>drafting</td>
10137 <td>Macro invocation spanning end-of-file</td>
10138 <td align="center">Not resolved</td>
10139 </tr>
10140 <tr id="1719">
10141 <td><a href="https://cplusplus.github.io/CWG/issues/1719.html">1719</a></td>
10142 <td>CD4</td>
10143 <td>Layout compatibility and cv-qualification revisited</td>
10144 <td class="full" align="center">Clang 19</td>
10145 </tr>
10146 <tr id="1720">
10147 <td><a href="https://cplusplus.github.io/CWG/issues/1720.html">1720</a></td>
10148 <td>NAD</td>
10149 <td>Macro invocation in <TT>#include</TT> directive</td>
10150 <td class="unknown" align="center">Unknown</td>
10151 </tr>
10152 <tr class="open" id="1721">
10153 <td><a href="https://cplusplus.github.io/CWG/issues/1721.html">1721</a></td>
10154 <td>review</td>
10155 <td>Diagnosing ODR violations for static data members</td>
10156 <td align="center">Not resolved</td>
10157 </tr>
10158 <tr id="1722">
10159 <td><a href="https://cplusplus.github.io/CWG/issues/1722.html">1722</a></td>
10160 <td>CD4</td>
10161 <td>Should lambda to function pointer conversion function be <TT>noexcept</TT>?</td>
10162 <td class="full" align="center">Clang 9</td>
10163 </tr>
10164 <tr class="open" id="1723">
10165 <td><a href="https://cplusplus.github.io/CWG/issues/1723.html">1723</a></td>
10166 <td>drafting</td>
10167 <td>Multicharacter user-defined character literals</td>
10168 <td align="center">Not resolved</td>
10169 </tr>
10170 <tr id="1724">
10171 <td><a href="https://cplusplus.github.io/CWG/issues/1724.html">1724</a></td>
10172 <td>CD6</td>
10173 <td>Unclear rules for deduction failure</td>
10174 <td class="unknown" align="center">Unknown</td>
10175 </tr>
10176 <tr id="1725">
10177 <td><a href="https://cplusplus.github.io/CWG/issues/1725.html">1725</a></td>
10178 <td>NAD</td>
10179 <td>Trailing return type with nested function declarator</td>
10180 <td class="unknown" align="center">Unknown</td>
10181 </tr>
10182 <tr id="1726">
10183 <td><a href="https://cplusplus.github.io/CWG/issues/1726.html">1726</a></td>
10184 <td>CD6</td>
10185 <td>Declarator operators and conversion function</td>
10186 <td class="unknown" align="center">Unknown</td>
10187 </tr>
10188 <tr id="1727">
10189 <td><a href="https://cplusplus.github.io/CWG/issues/1727.html">1727</a></td>
10190 <td>NAD</td>
10191 <td>Type of a specialization of a variable template</td>
10192 <td class="unknown" align="center">Unknown</td>
10193 </tr>
10194 <tr id="1728">
10195 <td><a href="https://cplusplus.github.io/CWG/issues/1728.html">1728</a></td>
10196 <td>CD5</td>
10197 <td>Type of an explicit instantiation of a variable template</td>
10198 <td class="unknown" align="center">Unknown</td>
10199 </tr>
10200 <tr id="1729">
10201 <td><a href="https://cplusplus.github.io/CWG/issues/1729.html">1729</a></td>
10202 <td>CD6</td>
10203 <td>Matching declarations and definitions of variable templates</td>
10204 <td class="unknown" align="center">Unknown</td>
10205 </tr>
10206 <tr class="open" id="1730">
10207 <td><a href="https://cplusplus.github.io/CWG/issues/1730.html">1730</a></td>
10208 <td>drafting</td>
10209 <td>Can a variable template have an unnamed type?</td>
10210 <td align="center">Not resolved</td>
10211 </tr>
10212 <tr id="1731">
10213 <td><a href="https://cplusplus.github.io/CWG/issues/1731.html">1731</a></td>
10214 <td>NAD</td>
10215 <td><TT>is_trivially_</TT><I>X</I> and definitions of special member functions</td>
10216 <td class="unknown" align="center">Unknown</td>
10217 </tr>
10218 <tr id="1732">
10219 <td><a href="https://cplusplus.github.io/CWG/issues/1732.html">1732</a></td>
10220 <td>C++14</td>
10221 <td>Defining types in <I>condition</I>s and range-based <TT>for</TT> statements</td>
10222 <td class="unknown" align="center">Unknown</td>
10223 </tr>
10224 <tr id="1733">
10225 <td><a href="https://cplusplus.github.io/CWG/issues/1733.html">1733</a></td>
10226 <td>CD6</td>
10227 <td>Return type and value for <TT>operator=</TT> with <I>ref-qualifier</I></td>
10228 <td class="unknown" align="center">Unknown</td>
10229 </tr>
10230 <tr id="1734">
10231 <td><a href="https://cplusplus.github.io/CWG/issues/1734.html">1734</a></td>
10232 <td>CD4</td>
10233 <td>Nontrivial deleted copy functions</td>
10234 <td class="none" align="center">No</td>
10235 </tr>
10236 <tr class="open" id="1735">
10237 <td><a href="https://cplusplus.github.io/CWG/issues/1735.html">1735</a></td>
10238 <td>drafting</td>
10239 <td>Out-of-range literals in <I>user-defined-literal</I>s</td>
10240 <td align="center">Not resolved</td>
10241 </tr>
10242 <tr id="1736">
10243 <td><a href="https://cplusplus.github.io/CWG/issues/1736.html">1736</a></td>
10244 <td>CD4</td>
10245 <td>Inheriting constructor templates in a local class</td>
10246 <td class="full" align="center">Clang 3.9</td>
10247 </tr>
10248 <tr id="1737">
10249 <td><a href="https://cplusplus.github.io/CWG/issues/1737.html">1737</a></td>
10250 <td>C++14</td>
10251 <td>Type dependence of call to a member of the current instantiation</td>
10252 <td class="unknown" align="center">Unknown</td>
10253 </tr>
10254 <tr id="1738">
10255 <td><a href="https://cplusplus.github.io/CWG/issues/1738.html">1738</a></td>
10256 <td>C++14</td>
10257 <td>Explicit instantiation/specialization of inheriting constructor templates</td>
10258 <td class="na" align="center">Superseded by <a href="https://wg21.link/P0136R1">P0136R1</a></td>
10259 </tr>
10260 <tr id="1739">
10261 <td><a href="https://cplusplus.github.io/CWG/issues/1739.html">1739</a></td>
10262 <td>C++14</td>
10263 <td>Conversion of floating point to enumeration</td>
10264 <td class="unknown" align="center">Unknown</td>
10265 </tr>
10266 <tr id="1740">
10267 <td><a href="https://cplusplus.github.io/CWG/issues/1740.html">1740</a></td>
10268 <td>C++14</td>
10269 <td>Disambiguation of <TT>noexcept</TT></td>
10270 <td class="unknown" align="center">Unknown</td>
10271 </tr>
10272 <tr id="1741">
10273 <td><a href="https://cplusplus.github.io/CWG/issues/1741.html">1741</a></td>
10274 <td>C++14</td>
10275 <td>odr-use of class object in lvalue-to-rvalue conversion</td>
10276 <td class="unknown" align="center">Unknown</td>
10277 </tr>
10278 <tr id="1742">
10279 <td><a href="https://cplusplus.github.io/CWG/issues/1742.html">1742</a></td>
10280 <td>CD5</td>
10281 <td><I>using-declaration</I>s and scoped enumerators</td>
10282 <td class="unknown" align="center">Unknown</td>
10283 </tr>
10284 <tr id="1743">
10285 <td><a href="https://cplusplus.github.io/CWG/issues/1743.html">1743</a></td>
10286 <td>NAD</td>
10287 <td><I>init-capture</I>s in nested lambdas</td>
10288 <td class="unknown" align="center">Unknown</td>
10289 </tr>
10290 <tr id="1744">
10291 <td><a href="https://cplusplus.github.io/CWG/issues/1744.html">1744</a></td>
10292 <td>CD4</td>
10293 <td>Unordered initialization for variable template specializations</td>
10294 <td class="unknown" align="center">Unknown</td>
10295 </tr>
10296 <tr id="1745">
10297 <td><a href="https://cplusplus.github.io/CWG/issues/1745.html">1745</a></td>
10298 <td>NAD</td>
10299 <td><TT>thread_local constexpr</TT> variable</td>
10300 <td class="unknown" align="center">Unknown</td>
10301 </tr>
10302 <tr id="1746">
10303 <td><a href="https://cplusplus.github.io/CWG/issues/1746.html">1746</a></td>
10304 <td>C++14</td>
10305 <td>Are volatile scalar types trivially copyable?</td>
10306 <td class="unknown" align="center">Unknown</td>
10307 </tr>
10308 <tr id="1747">
10309 <td><a href="https://cplusplus.github.io/CWG/issues/1747.html">1747</a></td>
10310 <td>C++14</td>
10311 <td>Constant initialization of reference to function</td>
10312 <td class="unknown" align="center">Unknown</td>
10313 </tr>
10314 <tr id="1748">
10315 <td><a href="https://cplusplus.github.io/CWG/issues/1748.html">1748</a></td>
10316 <td>CD4</td>
10317 <td>Placement new with a null pointer</td>
10318 <td class="full" align="center">Clang 3.7</td>
10319 </tr>
10320 <tr id="1749">
10321 <td><a href="https://cplusplus.github.io/CWG/issues/1749.html">1749</a></td>
10322 <td>NAD</td>
10323 <td>Confusing definition for constant initializer</td>
10324 <td class="unknown" align="center">Unknown</td>
10325 </tr>
10326 <tr id="1750">
10327 <td><a href="https://cplusplus.github.io/CWG/issues/1750.html">1750</a></td>
10328 <td>CD4</td>
10329 <td>&#8220;Argument&#8221; vs &#8220;parameter&#8221;</td>
10330 <td class="unknown" align="center">Unknown</td>
10331 </tr>
10332 <tr id="1751">
10333 <td><a href="https://cplusplus.github.io/CWG/issues/1751.html">1751</a></td>
10334 <td>CD4</td>
10335 <td>Non-trivial operations vs non-trivial initialization</td>
10336 <td class="unknown" align="center">Unknown</td>
10337 </tr>
10338 <tr id="1752">
10339 <td><a href="https://cplusplus.github.io/CWG/issues/1752.html">1752</a></td>
10340 <td>CD4</td>
10341 <td>Right-recursion in <I>mem-initializer-list</I></td>
10342 <td class="unknown" align="center">Unknown</td>
10343 </tr>
10344 <tr id="1753">
10345 <td><a href="https://cplusplus.github.io/CWG/issues/1753.html">1753</a></td>
10346 <td>CD4</td>
10347 <td><I>decltype-specifier</I> in <I>nested-name-specifier</I> of destructor</td>
10348 <td class="full" align="center">Clang 11</td>
10349 </tr>
10350 <tr id="1754">
10351 <td><a href="https://cplusplus.github.io/CWG/issues/1754.html">1754</a></td>
10352 <td>NAD</td>
10353 <td>Declaration of partial specialization of static data member template</td>
10354 <td class="unknown" align="center">Unknown</td>
10355 </tr>
10356 <tr class="open" id="1755">
10357 <td><a href="https://cplusplus.github.io/CWG/issues/1755.html">1755</a></td>
10358 <td>drafting</td>
10359 <td>Out-of-class partial specializations of member templates</td>
10360 <td align="center">Not resolved</td>
10361 </tr>
10362 <tr id="1756">
10363 <td><a href="https://cplusplus.github.io/CWG/issues/1756.html">1756</a></td>
10364 <td>CD4</td>
10365 <td>Direct-list-initialization of a non-class object</td>
10366 <td class="full" align="center">Clang 3.7</td>
10367 </tr>
10368 <tr id="1757">
10369 <td><a href="https://cplusplus.github.io/CWG/issues/1757.html">1757</a></td>
10370 <td>CD4</td>
10371 <td>Const integral subobjects</td>
10372 <td class="unknown" align="center">Unknown</td>
10373 </tr>
10374 <tr id="1758">
10375 <td><a href="https://cplusplus.github.io/CWG/issues/1758.html">1758</a></td>
10376 <td>CD4</td>
10377 <td>Explicit conversion in copy/move list initialization</td>
10378 <td class="full" align="center">Clang 3.7</td>
10379 </tr>
10380 <tr id="1759">
10381 <td><a href="https://cplusplus.github.io/CWG/issues/1759.html">1759</a></td>
10382 <td>C++14</td>
10383 <td>UTF-8 code units in plain <TT>char</TT></td>
10384 <td class="unknown" align="center">Unknown</td>
10385 </tr>
10386 <tr id="1760">
10387 <td><a href="https://cplusplus.github.io/CWG/issues/1760.html">1760</a></td>
10388 <td>C++14</td>
10389 <td>Access of member corresponding to <I>init-capture</I></td>
10390 <td class="unknown" align="center">Unknown</td>
10391 </tr>
10392 <tr id="1761">
10393 <td><a href="https://cplusplus.github.io/CWG/issues/1761.html">1761</a></td>
10394 <td>NAD</td>
10395 <td>Runtime check on size of automatic array</td>
10396 <td class="unknown" align="center">Unknown</td>
10397 </tr>
10398 <tr id="1762">
10399 <td><a href="https://cplusplus.github.io/CWG/issues/1762.html">1762</a></td>
10400 <td>C++14</td>
10401 <td>Reserved identifier used in <I>literal-operator-id</I> example</td>
10402 <td class="full" align="center">Clang 14</td>
10403 </tr>
10404 <tr class="open" id="1763">
10405 <td><a href="https://cplusplus.github.io/CWG/issues/1763.html">1763</a></td>
10406 <td>open</td>
10407 <td>Length mismatch in template type deduction</td>
10408 <td align="center">Not resolved</td>
10409 </tr>
10410 <tr id="1764">
10411 <td><a href="https://cplusplus.github.io/CWG/issues/1764.html">1764</a></td>
10412 <td>C++14</td>
10413 <td>Hiding of function from using-declaration by signature</td>
10414 <td class="unknown" align="center">Unknown</td>
10415 </tr>
10416 <tr id="1765">
10417 <td><a href="https://cplusplus.github.io/CWG/issues/1765.html">1765</a></td>
10418 <td>C++14</td>
10419 <td>Overflow of enumeration used as enumerator value</td>
10420 <td class="unknown" align="center">Unknown</td>
10421 </tr>
10422 <tr id="1766">
10423 <td><a href="https://cplusplus.github.io/CWG/issues/1766.html">1766</a></td>
10424 <td>CD4</td>
10425 <td>Values outside the range of the values of an enumeration</td>
10426 <td class="unknown" align="center">Unknown</td>
10427 </tr>
10428 <tr id="1767">
10429 <td><a href="https://cplusplus.github.io/CWG/issues/1767.html">1767</a></td>
10430 <td>C++14</td>
10431 <td>Scoped enumeration in a <TT>switch</TT> statement</td>
10432 <td class="unknown" align="center">Unknown</td>
10433 </tr>
10434 <tr id="1768">
10435 <td><a href="https://cplusplus.github.io/CWG/issues/1768.html">1768</a></td>
10436 <td>NAD</td>
10437 <td>Zero-element array of runtime bound</td>
10438 <td class="unknown" align="center">Unknown</td>
10439 </tr>
10440 <tr id="1769">
10441 <td><a href="https://cplusplus.github.io/CWG/issues/1769.html">1769</a></td>
10442 <td>C++14</td>
10443 <td>Catching a base class of the exception object</td>
10444 <td class="unknown" align="center">Unknown</td>
10445 </tr>
10446 <tr id="1770">
10447 <td><a href="https://cplusplus.github.io/CWG/issues/1770.html">1770</a></td>
10448 <td>C++14</td>
10449 <td>Type matching of non-type template parameters and arguments</td>
10450 <td class="unknown" align="center">Unknown</td>
10451 </tr>
10452 <tr id="1771">
10453 <td><a href="https://cplusplus.github.io/CWG/issues/1771.html">1771</a></td>
10454 <td>CD6</td>
10455 <td>Restricted lookup in <I>nested-name-specifier</I></td>
10456 <td class="unknown" align="center">Unknown</td>
10457 </tr>
10458 <tr id="1772">
10459 <td><a href="https://cplusplus.github.io/CWG/issues/1772.html">1772</a></td>
10460 <td>C++14</td>
10461 <td><TT>__func__</TT> in a lambda body</td>
10462 <td class="full" align="center">Clang 14</td>
10463 </tr>
10464 <tr id="1773">
10465 <td><a href="https://cplusplus.github.io/CWG/issues/1773.html">1773</a></td>
10466 <td>C++14</td>
10467 <td>Out-of-lifetime lvalue-to-rvalue conversion</td>
10468 <td class="unknown" align="center">Unknown</td>
10469 </tr>
10470 <tr id="1774">
10471 <td><a href="https://cplusplus.github.io/CWG/issues/1774.html">1774</a></td>
10472 <td>CD4</td>
10473 <td>Discrepancy between subobject destruction and stack unwinding</td>
10474 <td class="unknown" align="center">Unknown</td>
10475 </tr>
10476 <tr id="1775">
10477 <td><a href="https://cplusplus.github.io/CWG/issues/1775.html">1775</a></td>
10478 <td>C++14</td>
10479 <td>Undefined behavior of line splice in raw string literal</td>
10480 <td class="unknown" align="center">Unknown</td>
10481 </tr>
10482 <tr id="1776">
10483 <td><a href="https://cplusplus.github.io/CWG/issues/1776.html">1776</a></td>
10484 <td>CD4</td>
10485 <td>Replacement of class objects containing reference members</td>
10486 <td class="unknown" align="center">Unknown</td>
10487 </tr>
10488 <tr id="1777">
10489 <td><a href="https://cplusplus.github.io/CWG/issues/1777.html">1777</a></td>
10490 <td>CD4</td>
10491 <td>Empty pack expansion in <I>dynamic-exception-specification</I></td>
10492 <td class="unknown" align="center">Unknown</td>
10493 </tr>
10494 <tr id="1778">
10495 <td><a href="https://cplusplus.github.io/CWG/issues/1778.html">1778</a></td>
10496 <td>C++14</td>
10497 <td><I>exception-specification</I> in explicitly-defaulted functions</td>
10498 <td class="full" align="center">Clang 9</td>
10499 </tr>
10500 <tr id="1779">
10501 <td><a href="https://cplusplus.github.io/CWG/issues/1779.html">1779</a></td>
10502 <td>CD4</td>
10503 <td>Type dependency of <TT>__func__</TT></td>
10504 <td class="full" align="center">Clang 14</td>
10505 </tr>
10506 <tr id="1780">
10507 <td><a href="https://cplusplus.github.io/CWG/issues/1780.html">1780</a></td>
10508 <td>CD4</td>
10509 <td>Explicit instantiation/specialization of generic lambda <TT>operator()</TT></td>
10510 <td class="unknown" align="center">Unknown</td>
10511 </tr>
10512 <tr id="1781">
10513 <td><a href="https://cplusplus.github.io/CWG/issues/1781.html">1781</a></td>
10514 <td>CD5</td>
10515 <td>Converting from <TT>nullptr_t</TT> to <TT>bool</TT> in overload resolution</td>
10516 <td class="unknown" align="center">Unknown</td>
10517 </tr>
10518 <tr id="1782">
10519 <td><a href="https://cplusplus.github.io/CWG/issues/1782.html">1782</a></td>
10520 <td>CD4</td>
10521 <td>Form of initialization for <TT>nullptr_t</TT> to <TT>bool</TT> conversion</td>
10522 <td class="unknown" align="center">Unknown</td>
10523 </tr>
10524 <tr id="1783">
10525 <td><a href="https://cplusplus.github.io/CWG/issues/1783.html">1783</a></td>
10526 <td>NAD</td>
10527 <td>Why are virtual destructors non-trivial?</td>
10528 <td class="unknown" align="center">Unknown</td>
10529 </tr>
10530 <tr id="1784">
10531 <td><a href="https://cplusplus.github.io/CWG/issues/1784.html">1784</a></td>
10532 <td>C++17</td>
10533 <td>Concurrent execution during static local initialization</td>
10534 <td class="unknown" align="center">Unknown</td>
10535 </tr>
10536 <tr id="1785">
10537 <td><a href="https://cplusplus.github.io/CWG/issues/1785.html">1785</a></td>
10538 <td>NAD</td>
10539 <td>Conflicting diagnostic requirements for template definitions</td>
10540 <td class="unknown" align="center">Unknown</td>
10541 </tr>
10542 <tr id="1786">
10543 <td><a href="https://cplusplus.github.io/CWG/issues/1786.html">1786</a></td>
10544 <td>C++14</td>
10545 <td>Effect of merging allocations on memory leakage</td>
10546 <td class="unknown" align="center">Unknown</td>
10547 </tr>
10548 <tr id="1787">
10549 <td><a href="https://cplusplus.github.io/CWG/issues/1787.html">1787</a></td>
10550 <td>C++14</td>
10551 <td>Uninitialized <TT>unsigned char</TT> values</td>
10552 <td class="unknown" align="center">Unknown</td>
10553 </tr>
10554 <tr id="1788">
10555 <td><a href="https://cplusplus.github.io/CWG/issues/1788.html">1788</a></td>
10556 <td>CD4</td>
10557 <td>Sized deallocation of array of non-class type</td>
10558 <td class="unknown" align="center">Unknown</td>
10559 </tr>
10560 <tr class="open" id="1789">
10561 <td><a href="https://cplusplus.github.io/CWG/issues/1789.html">1789</a></td>
10562 <td>open</td>
10563 <td>Array reference vs array decay in overload resolution</td>
10564 <td align="center">Not resolved</td>
10565 </tr>
10566 <tr class="open" id="1790">
10567 <td><a href="https://cplusplus.github.io/CWG/issues/1790.html">1790</a></td>
10568 <td>open</td>
10569 <td>Ellipsis following function parameter pack</td>
10570 <td align="center">Not resolved</td>
10571 </tr>
10572 <tr id="1791">
10573 <td><a href="https://cplusplus.github.io/CWG/issues/1791.html">1791</a></td>
10574 <td>CD4</td>
10575 <td>Incorrect restrictions on <I>cv-qualifier-seq</I> and <I>ref-qualifier</I></td>
10576 <td class="unknown" align="center">Unknown</td>
10577 </tr>
10578 <tr id="1792">
10579 <td><a href="https://cplusplus.github.io/CWG/issues/1792.html">1792</a></td>
10580 <td>NAD</td>
10581 <td>Incorrect example of explicit specialization of member enumeration</td>
10582 <td class="unknown" align="center">Unknown</td>
10583 </tr>
10584 <tr id="1793">
10585 <td><a href="https://cplusplus.github.io/CWG/issues/1793.html">1793</a></td>
10586 <td>CD4</td>
10587 <td><TT>thread_local</TT> in explicit specializations</td>
10588 <td class="unknown" align="center">Unknown</td>
10589 </tr>
10590 <tr id="1794">
10591 <td><a href="https://cplusplus.github.io/CWG/issues/1794.html">1794</a></td>
10592 <td>C++17</td>
10593 <td><TT>template</TT> keyword and alias templates</td>
10594 <td class="full" align="center">Yes</td>
10595 </tr>
10596 <tr id="1795">
10597 <td><a href="https://cplusplus.github.io/CWG/issues/1795.html">1795</a></td>
10598 <td>CD4</td>
10599 <td>Disambiguating <I>original-namespace-definition</I> and <I>extension-namespace-definition</I></td>
10600 <td class="unknown" align="center">Unknown</td>
10601 </tr>
10602 <tr id="1796">
10603 <td><a href="https://cplusplus.github.io/CWG/issues/1796.html">1796</a></td>
10604 <td>CD4</td>
10605 <td>Is all-bits-zero for null characters a meaningful requirement?</td>
10606 <td class="unknown" align="center">Unknown</td>
10607 </tr>
10608 <tr id="1797">
10609 <td><a href="https://cplusplus.github.io/CWG/issues/1797.html">1797</a></td>
10610 <td>CD4</td>
10611 <td>Are all bit patterns of <TT>unsigned char</TT> distinct numbers?</td>
10612 <td class="unknown" align="center">Unknown</td>
10613 </tr>
10614 <tr id="1798">
10615 <td><a href="https://cplusplus.github.io/CWG/issues/1798.html">1798</a></td>
10616 <td>NAD</td>
10617 <td><I>exception-specification</I>s of template arguments</td>
10618 <td class="unknown" align="center">Unknown</td>
10619 </tr>
10620 <tr id="1799">
10621 <td><a href="https://cplusplus.github.io/CWG/issues/1799.html">1799</a></td>
10622 <td>CD4</td>
10623 <td><TT>mutable</TT> and non-explicit const qualification</td>
10624 <td class="unknown" align="center">Unknown</td>
10625 </tr>
10626 <tr id="1800">
10627 <td><a href="https://cplusplus.github.io/CWG/issues/1800.html">1800</a></td>
10628 <td>CD4</td>
10629 <td>Pointer to member of nested anonymous union</td>
10630 <td class="full" align="center">Clang 2.9</td>
10631 </tr>
10632 <tr id="1801">
10633 <td><a href="https://cplusplus.github.io/CWG/issues/1801.html">1801</a></td>
10634 <td>CD4</td>
10635 <td>Kind of expression referring to member of anonymous union</td>
10636 <td class="full" align="center">Clang 2.8</td>
10637 </tr>
10638 <tr id="1802">
10639 <td><a href="https://cplusplus.github.io/CWG/issues/1802.html">1802</a></td>
10640 <td>CD4</td>
10641 <td><TT>char16_t</TT> string literals and surrogate pairs</td>
10642 <td class="full" align="center">Clang 3.1</td>
10643 </tr>
10644 <tr id="1803">
10645 <td><a href="https://cplusplus.github.io/CWG/issues/1803.html">1803</a></td>
10646 <td>CD5</td>
10647 <td><I>opaque-enum-declaration</I> as <I>member-declaration</I></td>
10648 <td class="full" align="center">Clang 2.9</td>
10649 </tr>
10650 <tr id="1804">
10651 <td><a href="https://cplusplus.github.io/CWG/issues/1804.html">1804</a></td>
10652 <td>CD4</td>
10653 <td>Partial specialization and friendship</td>
10654 <td class="full" align="center">Clang 2.7</td>
10655 </tr>
10656 <tr id="1805">
10657 <td><a href="https://cplusplus.github.io/CWG/issues/1805.html">1805</a></td>
10658 <td>CD4</td>
10659 <td>Conversions of array operands in <I>conditional-expression</I>s</td>
10660 <td class="unknown" align="center">Unknown</td>
10661 </tr>
10662 <tr id="1806">
10663 <td><a href="https://cplusplus.github.io/CWG/issues/1806.html">1806</a></td>
10664 <td>CD4</td>
10665 <td>Virtual bases and move-assignment</td>
10666 <td class="unknown" align="center">Unknown</td>
10667 </tr>
10668 <tr id="1807">
10669 <td><a href="https://cplusplus.github.io/CWG/issues/1807.html">1807</a></td>
10670 <td>CD4</td>
10671 <td>Order of destruction of array elements after an exception</td>
10672 <td class="full" align="center">Clang 3.0</td>
10673 </tr>
10674 <tr class="open" id="1808">
10675 <td><a href="https://cplusplus.github.io/CWG/issues/1808.html">1808</a></td>
10676 <td>drafting</td>
10677 <td>Constructor templates vs default constructors</td>
10678 <td align="center">Not resolved</td>
10679 </tr>
10680 <tr id="1809">
10681 <td><a href="https://cplusplus.github.io/CWG/issues/1809.html">1809</a></td>
10682 <td>CD4</td>
10683 <td>Narrowing and template argument deduction</td>
10684 <td class="unknown" align="center">Unknown</td>
10685 </tr>
10686 <tr id="1810">
10687 <td><a href="https://cplusplus.github.io/CWG/issues/1810.html">1810</a></td>
10688 <td>CD4</td>
10689 <td>Invalid <I>ud-suffix</I>es</td>
10690 <td class="unknown" align="center">Unknown</td>
10691 </tr>
10692 <tr id="1811">
10693 <td><a href="https://cplusplus.github.io/CWG/issues/1811.html">1811</a></td>
10694 <td>CD4</td>
10695 <td>Lookup of deallocation function in a virtual destructor definition</td>
10696 <td class="unknown" align="center">Unknown</td>
10697 </tr>
10698 <tr id="1812">
10699 <td><a href="https://cplusplus.github.io/CWG/issues/1812.html">1812</a></td>
10700 <td>C++17</td>
10701 <td>Omission of <TT>template</TT> in a <I>typename-specifier</I></td>
10702 <td class="none" align="center">No</td>
10703 </tr>
10704 <tr id="1813">
10705 <td><a href="https://cplusplus.github.io/CWG/issues/1813.html">1813</a></td>
10706 <td>CD4</td>
10707 <td>Direct vs indirect bases in standard-layout classes</td>
10708 <td class="full" align="center">Clang 7</td>
10709 </tr>
10710 <tr id="1814">
10711 <td><a href="https://cplusplus.github.io/CWG/issues/1814.html">1814</a></td>
10712 <td>CD4</td>
10713 <td>Default arguments in <I>lambda-expression</I>s</td>
10714 <td class="full" align="center">Yes</td>
10715 </tr>
10716 <tr id="1815">
10717 <td><a href="https://cplusplus.github.io/CWG/issues/1815.html">1815</a></td>
10718 <td>CD4</td>
10719 <td>Lifetime extension in aggregate initialization</td>
10720 <td class="unreleased" align="center">Clang 20</td>
10721 </tr>
10722 <tr id="1816">
10723 <td><a href="https://cplusplus.github.io/CWG/issues/1816.html">1816</a></td>
10724 <td>CD4</td>
10725 <td>Unclear specification of bit-field values</td>
10726 <td class="unknown" align="center">Unknown</td>
10727 </tr>
10728 <tr class="open" id="1817">
10729 <td><a href="https://cplusplus.github.io/CWG/issues/1817.html">1817</a></td>
10730 <td>drafting</td>
10731 <td>Linkage specifications and nested scopes</td>
10732 <td align="center">Not resolved</td>
10733 </tr>
10734 <tr id="1818">
10735 <td><a href="https://cplusplus.github.io/CWG/issues/1818.html">1818</a></td>
10736 <td>CD6</td>
10737 <td>Visibility and inherited language linkage</td>
10738 <td class="full" align="center">Clang 3.4</td>
10739 </tr>
10740 <tr id="1819">
10741 <td><a href="https://cplusplus.github.io/CWG/issues/1819.html">1819</a></td>
10742 <td>CD4</td>
10743 <td>Acceptable scopes for definition of partial specialization</td>
10744 <td class="unknown" align="center">Unknown</td>
10745 </tr>
10746 <tr id="1820">
10747 <td><a href="https://cplusplus.github.io/CWG/issues/1820.html">1820</a></td>
10748 <td>CD6</td>
10749 <td>Qualified typedef names</td>
10750 <td class="full" align="center">Clang 3.5</td>
10751 </tr>
10752 <tr id="1821">
10753 <td><a href="https://cplusplus.github.io/CWG/issues/1821.html">1821</a></td>
10754 <td>CD6</td>
10755 <td>Qualified redeclarations in a class <I>member-specification</I></td>
10756 <td class="full" align="center">Clang 2.9</td>
10757 </tr>
10758 <tr id="1822">
10759 <td><a href="https://cplusplus.github.io/CWG/issues/1822.html">1822</a></td>
10760 <td>CD6</td>
10761 <td>Lookup of parameter names in <I>lambda-expression</I>s</td>
10762 <td class="full" align="center">Yes</td>
10763 </tr>
10764 <tr id="1823">
10765 <td><a href="https://cplusplus.github.io/CWG/issues/1823.html">1823</a></td>
10766 <td>CD4</td>
10767 <td>String literal uniqueness in inline functions</td>
10768 <td class="unknown" align="center">Unknown</td>
10769 </tr>
10770 <tr id="1824">
10771 <td><a href="https://cplusplus.github.io/CWG/issues/1824.html">1824</a></td>
10772 <td>CD4</td>
10773 <td>Completeness of return type vs point of instantiation</td>
10774 <td class="full" align="center">Clang 2.7</td>
10775 </tr>
10776 <tr id="1825">
10777 <td><a href="https://cplusplus.github.io/CWG/issues/1825.html">1825</a></td>
10778 <td>C++17</td>
10779 <td>Partial ordering between variadic and non-variadic function templates</td>
10780 <td class="unknown" align="center">Unknown</td>
10781 </tr>
10782 <tr id="1826">
10783 <td><a href="https://cplusplus.github.io/CWG/issues/1826.html">1826</a></td>
10784 <td>NAD</td>
10785 <td><TT>const</TT> floating-point in constant expressions</td>
10786 <td class="unknown" align="center">Unknown</td>
10787 </tr>
10788 <tr class="open" id="1827">
10789 <td><a href="https://cplusplus.github.io/CWG/issues/1827.html">1827</a></td>
10790 <td>drafting</td>
10791 <td>Reference binding with ambiguous conversions</td>
10792 <td align="center">Not resolved</td>
10793 </tr>
10794 <tr id="1828">
10795 <td><a href="https://cplusplus.github.io/CWG/issues/1828.html">1828</a></td>
10796 <td>CD6</td>
10797 <td><I>nested-name-specifier</I> ambiguity</td>
10798 <td class="unknown" align="center">Unknown</td>
10799 </tr>
10800 <tr id="1829">
10801 <td><a href="https://cplusplus.github.io/CWG/issues/1829.html">1829</a></td>
10802 <td>CD6</td>
10803 <td>Dependent unnamed types</td>
10804 <td class="unknown" align="center">Unknown</td>
10805 </tr>
10806 <tr id="1830">
10807 <td><a href="https://cplusplus.github.io/CWG/issues/1830.html">1830</a></td>
10808 <td>CD4</td>
10809 <td>Repeated specifiers</td>
10810 <td class="unknown" align="center">Unknown</td>
10811 </tr>
10812 <tr id="1831">
10813 <td><a href="https://cplusplus.github.io/CWG/issues/1831.html">1831</a></td>
10814 <td>NAD</td>
10815 <td>Explicitly vs implicitly deleted move constructors</td>
10816 <td class="unknown" align="center">Unknown</td>
10817 </tr>
10818 <tr id="1832">
10819 <td><a href="https://cplusplus.github.io/CWG/issues/1832.html">1832</a></td>
10820 <td>CD4</td>
10821 <td>Casting to incomplete enumeration</td>
10822 <td class="full" align="center">Clang 3.0</td>
10823 </tr>
10824 <tr id="1833">
10825 <td><a href="https://cplusplus.github.io/CWG/issues/1833.html">1833</a></td>
10826 <td>NAD</td>
10827 <td><TT>friend</TT> declarations naming implicitly-declared member functions</td>
10828 <td class="unknown" align="center">Unknown</td>
10829 </tr>
10830 <tr id="1834">
10831 <td><a href="https://cplusplus.github.io/CWG/issues/1834.html">1834</a></td>
10832 <td>CD4</td>
10833 <td>Constant initialization binding a reference to an xvalue</td>
10834 <td class="unknown" align="center">Unknown</td>
10835 </tr>
10836 <tr id="1835">
10837 <td><a href="https://cplusplus.github.io/CWG/issues/1835.html">1835</a></td>
10838 <td>CD6</td>
10839 <td>Dependent member lookup before <TT>&lt;</TT></td>
10840 <td class="unknown" align="center">Unknown</td>
10841 </tr>
10842 <tr id="1836">
10843 <td><a href="https://cplusplus.github.io/CWG/issues/1836.html">1836</a></td>
10844 <td>CD5</td>
10845 <td>Use of class type being defined in <I>trailing-return-type</I></td>
10846 <td class="unknown" align="center">Unknown</td>
10847 </tr>
10848 <tr id="1837">
10849 <td><a href="https://cplusplus.github.io/CWG/issues/1837.html">1837</a></td>
10850 <td>CD6</td>
10851 <td>Use of <TT>this</TT> in <TT>friend</TT> and local class declarations</td>
10852 <td class="full" align="center">Clang 3.3</td>
10853 </tr>
10854 <tr id="1838">
10855 <td><a href="https://cplusplus.github.io/CWG/issues/1838.html">1838</a></td>
10856 <td>CD4</td>
10857 <td>Definition via <I>unqualified-id</I> and <I>using-declaration</I></td>
10858 <td class="unknown" align="center">Unknown</td>
10859 </tr>
10860 <tr id="1839">
10861 <td><a href="https://cplusplus.github.io/CWG/issues/1839.html">1839</a></td>
10862 <td>CD6</td>
10863 <td>Lookup of block-scope <TT>extern</TT> declarations</td>
10864 <td class="unknown" align="center">Unknown</td>
10865 </tr>
10866 <tr class="open" id="1840">
10867 <td><a href="https://cplusplus.github.io/CWG/issues/1840.html">1840</a></td>
10868 <td>drafting</td>
10869 <td>Non-deleted explicit specialization of deleted function template</td>
10870 <td align="center">Not resolved</td>
10871 </tr>
10872 <tr id="1841">
10873 <td><a href="https://cplusplus.github.io/CWG/issues/1841.html">1841</a></td>
10874 <td>CD6</td>
10875 <td><TT>&lt;</TT> following template injected-class-name</td>
10876 <td class="unknown" align="center">Unknown</td>
10877 </tr>
10878 <tr class="open" id="1842">
10879 <td><a href="https://cplusplus.github.io/CWG/issues/1842.html">1842</a></td>
10880 <td>open</td>
10881 <td>Unevaluated operands and &#8220;carries a dependency&#8221;</td>
10882 <td align="center">Not resolved</td>
10883 </tr>
10884 <tr id="1843">
10885 <td><a href="https://cplusplus.github.io/CWG/issues/1843.html">1843</a></td>
10886 <td>CD4</td>
10887 <td>Bit-field in conditional operator with <TT>throw</TT> operand</td>
10888 <td class="unknown" align="center">Unknown</td>
10889 </tr>
10890 <tr class="open" id="1844">
10891 <td><a href="https://cplusplus.github.io/CWG/issues/1844.html">1844</a></td>
10892 <td>open</td>
10893 <td>Defining &#8220;immediate context&#8221;</td>
10894 <td align="center">Not resolved</td>
10895 </tr>
10896 <tr class="open" id="1845">
10897 <td><a href="https://cplusplus.github.io/CWG/issues/1845.html">1845</a></td>
10898 <td>drafting</td>
10899 <td>Point of instantiation of a variable template specialization</td>
10900 <td align="center">Not resolved</td>
10901 </tr>
10902 <tr id="1846">
10903 <td><a href="https://cplusplus.github.io/CWG/issues/1846.html">1846</a></td>
10904 <td>CD4</td>
10905 <td>Declaring explicitly-defaulted implicitly-deleted functions</td>
10906 <td class="unknown" align="center">Unknown</td>
10907 </tr>
10908 <tr id="1847">
10909 <td><a href="https://cplusplus.github.io/CWG/issues/1847.html">1847</a></td>
10910 <td>CD4</td>
10911 <td>Clarifying compatibility during partial ordering</td>
10912 <td class="unknown" align="center">Unknown</td>
10913 </tr>
10914 <tr id="1848">
10915 <td><a href="https://cplusplus.github.io/CWG/issues/1848.html">1848</a></td>
10916 <td>CD4</td>
10917 <td>Parenthesized constructor and destructor declarators</td>
10918 <td class="unknown" align="center">Unknown</td>
10919 </tr>
10920 <tr id="1849">
10921 <td><a href="https://cplusplus.github.io/CWG/issues/1849.html">1849</a></td>
10922 <td>CD6</td>
10923 <td>Variable templates and the ODR</td>
10924 <td class="unknown" align="center">Unknown</td>
10925 </tr>
10926 <tr id="1850">
10927 <td><a href="https://cplusplus.github.io/CWG/issues/1850.html">1850</a></td>
10928 <td>CD4</td>
10929 <td>Differences between definition context and point of instantiation</td>
10930 <td class="unknown" align="center">Unknown</td>
10931 </tr>
10932 <tr id="1851">
10933 <td><a href="https://cplusplus.github.io/CWG/issues/1851.html">1851</a></td>
10934 <td>CD4</td>
10935 <td><TT>decltype(auto)</TT> in <I>new-expression</I>s</td>
10936 <td class="unknown" align="center">Unknown</td>
10937 </tr>
10938 <tr id="1852">
10939 <td><a href="https://cplusplus.github.io/CWG/issues/1852.html">1852</a></td>
10940 <td>CD4</td>
10941 <td>Wording issues regarding <TT>decltype(auto)</TT></td>
10942 <td class="unknown" align="center">Unknown</td>
10943 </tr>
10944 <tr id="1853">
10945 <td><a href="https://cplusplus.github.io/CWG/issues/1853.html">1853</a></td>
10946 <td>dup</td>
10947 <td>Defining &#8220;allocated storage&#8221;</td>
10948 <td class="unknown" align="center">Unknown</td>
10949 </tr>
10950 <tr class="open" id="1854">
10951 <td><a href="https://cplusplus.github.io/CWG/issues/1854.html">1854</a></td>
10952 <td>drafting</td>
10953 <td>Disallowing use of implicitly-deleted functions</td>
10954 <td align="center">Not resolved</td>
10955 </tr>
10956 <tr id="1855">
10957 <td><a href="https://cplusplus.github.io/CWG/issues/1855.html">1855</a></td>
10958 <td>dup</td>
10959 <td>Out-of-lifetime access to nonstatic data members</td>
10960 <td class="unknown" align="center">Unknown</td>
10961 </tr>
10962 <tr class="open" id="1856">
10963 <td><a href="https://cplusplus.github.io/CWG/issues/1856.html">1856</a></td>
10964 <td>open</td>
10965 <td>Indirect nested classes of class templates</td>
10966 <td align="center">Not resolved</td>
10967 </tr>
10968 <tr id="1857">
10969 <td><a href="https://cplusplus.github.io/CWG/issues/1857.html">1857</a></td>
10970 <td>CD5</td>
10971 <td>Additional questions about bits</td>
10972 <td class="unknown" align="center">Unknown</td>
10973 </tr>
10974 <tr id="1858">
10975 <td><a href="https://cplusplus.github.io/CWG/issues/1858.html">1858</a></td>
10976 <td>CD4</td>
10977 <td>Comparing pointers to union members</td>
10978 <td class="unknown" align="center">Unknown</td>
10979 </tr>
10980 <tr id="1859">
10981 <td><a href="https://cplusplus.github.io/CWG/issues/1859.html">1859</a></td>
10982 <td>CD5</td>
10983 <td>UTF-16 in <TT>char16_t</TT> string literals</td>
10984 <td class="unknown" align="center">Unknown</td>
10985 </tr>
10986 <tr id="1860">
10987 <td><a href="https://cplusplus.github.io/CWG/issues/1860.html">1860</a></td>
10988 <td>C++17</td>
10989 <td>What is a &#8220;direct member?&#8221;</td>
10990 <td class="unknown" align="center">Unknown</td>
10991 </tr>
10992 <tr id="1861">
10993 <td><a href="https://cplusplus.github.io/CWG/issues/1861.html">1861</a></td>
10994 <td>CD4</td>
10995 <td>Values of a bit-field</td>
10996 <td class="unknown" align="center">Unknown</td>
10997 </tr>
10998 <tr id="1862">
10999 <td><a href="https://cplusplus.github.io/CWG/issues/1862.html">1862</a></td>
11000 <td>CD5</td>
11001 <td>Determining &#8220;corresponding members&#8221; for friendship</td>
11002 <td class="none" align="center">No</td>
11003 </tr>
11004 <tr id="1863">
11005 <td><a href="https://cplusplus.github.io/CWG/issues/1863.html">1863</a></td>
11006 <td>CD4</td>
11007 <td>Requirements on thrown object type to support <TT>std::current_exception()</TT></td>
11008 <td class="unknown" align="center">Unknown</td>
11009 </tr>
11010 <tr id="1864">
11011 <td><a href="https://cplusplus.github.io/CWG/issues/1864.html">1864</a></td>
11012 <td>NAD</td>
11013 <td>List-initialization of array objects</td>
11014 <td class="unknown" align="center">Unknown</td>
11015 </tr>
11016 <tr id="1865">
11017 <td><a href="https://cplusplus.github.io/CWG/issues/1865.html">1865</a></td>
11018 <td>CD4</td>
11019 <td>Pointer arithmetic and multi-level qualification conversions</td>
11020 <td class="unknown" align="center">Unknown</td>
11021 </tr>
11022 <tr id="1866">
11023 <td><a href="https://cplusplus.github.io/CWG/issues/1866.html">1866</a></td>
11024 <td>CD4</td>
11025 <td>Initializing variant members with non-trivial destructors</td>
11026 <td class="unknown" align="center">Unknown</td>
11027 </tr>
11028 <tr id="1867">
11029 <td><a href="https://cplusplus.github.io/CWG/issues/1867.html">1867</a></td>
11030 <td>NAD</td>
11031 <td>Function/expression ambiguity with qualified parameter name</td>
11032 <td class="unknown" align="center">Unknown</td>
11033 </tr>
11034 <tr class="open" id="1868">
11035 <td><a href="https://cplusplus.github.io/CWG/issues/1868.html">1868</a></td>
11036 <td>drafting</td>
11037 <td>Meaning of &#8220;placeholder type&#8221;</td>
11038 <td align="center">Not resolved</td>
11039 </tr>
11040 <tr id="1869">
11041 <td><a href="https://cplusplus.github.io/CWG/issues/1869.html">1869</a></td>
11042 <td>NAD</td>
11043 <td><TT>thread_local</TT> vs <I>linkage-specification</I>s</td>
11044 <td class="unknown" align="center">Unknown</td>
11045 </tr>
11046 <tr id="1870">
11047 <td><a href="https://cplusplus.github.io/CWG/issues/1870.html">1870</a></td>
11048 <td>CD4</td>
11049 <td>Contradictory wording about definitions vs explicit specialization/instantiation</td>
11050 <td class="unknown" align="center">Unknown</td>
11051 </tr>
11052 <tr id="1871">
11053 <td><a href="https://cplusplus.github.io/CWG/issues/1871.html">1871</a></td>
11054 <td>NAD</td>
11055 <td>Non-identifier characters in <I>ud-suffix</I></td>
11056 <td class="unknown" align="center">Unknown</td>
11057 </tr>
11058 <tr id="1872">
11059 <td><a href="https://cplusplus.github.io/CWG/issues/1872.html">1872</a></td>
11060 <td>CD4</td>
11061 <td>Instantiations of <TT>constexpr</TT> templates that cannot appear in constant expressions</td>
11062 <td class="full" align="center">Clang 9</td>
11063 </tr>
11064 <tr id="1873">
11065 <td><a href="https://cplusplus.github.io/CWG/issues/1873.html">1873</a></td>
11066 <td>CD4</td>
11067 <td>Protected member access from derived class friends</td>
11068 <td class="unknown" align="center">Unknown</td>
11069 </tr>
11070 <tr id="1874">
11071 <td><a href="https://cplusplus.github.io/CWG/issues/1874.html">1874</a></td>
11072 <td>CD4</td>
11073 <td>Type vs non-type template parameters with <TT>class</TT> keyword</td>
11074 <td class="unknown" align="center">Unknown</td>
11075 </tr>
11076 <tr id="1875">
11077 <td><a href="https://cplusplus.github.io/CWG/issues/1875.html">1875</a></td>
11078 <td>CD4</td>
11079 <td>Reordering declarations in class scope</td>
11080 <td class="unknown" align="center">Unknown</td>
11081 </tr>
11082 <tr id="1876">
11083 <td><a href="https://cplusplus.github.io/CWG/issues/1876.html">1876</a></td>
11084 <td>NAD</td>
11085 <td>Preventing explicit specialization</td>
11086 <td class="unknown" align="center">Unknown</td>
11087 </tr>
11088 <tr id="1877">
11089 <td><a href="https://cplusplus.github.io/CWG/issues/1877.html">1877</a></td>
11090 <td>CD4</td>
11091 <td>Return type deduction from <TT>return</TT> with no operand</td>
11092 <td class="unknown" align="center">Unknown</td>
11093 </tr>
11094 <tr id="1878">
11095 <td><a href="https://cplusplus.github.io/CWG/issues/1878.html">1878</a></td>
11096 <td>CD4</td>
11097 <td><TT>operator auto</TT> template</td>
11098 <td class="full" align="center">Clang 18</td>
11099 </tr>
11100 <tr id="1879">
11101 <td><a href="https://cplusplus.github.io/CWG/issues/1879.html">1879</a></td>
11102 <td>NAD</td>
11103 <td>Inadequate definition of alignment requirement</td>
11104 <td class="unknown" align="center">Unknown</td>
11105 </tr>
11106 <tr id="1880">
11107 <td><a href="https://cplusplus.github.io/CWG/issues/1880.html">1880</a></td>
11108 <td>CD4</td>
11109 <td>When are parameter objects destroyed?</td>
11110 <td class="unknown" align="center">Unknown</td>
11111 </tr>
11112 <tr id="1881">
11113 <td><a href="https://cplusplus.github.io/CWG/issues/1881.html">1881</a></td>
11114 <td>CD4</td>
11115 <td>Standard-layout classes and unnamed bit-fields</td>
11116 <td class="full" align="center">Clang 7</td>
11117 </tr>
11118 <tr id="1882">
11119 <td><a href="https://cplusplus.github.io/CWG/issues/1882.html">1882</a></td>
11120 <td>CD4</td>
11121 <td>Reserved names without library use</td>
11122 <td class="unknown" align="center">Unknown</td>
11123 </tr>
11124 <tr class="open" id="1883">
11125 <td><a href="https://cplusplus.github.io/CWG/issues/1883.html">1883</a></td>
11126 <td>drafting</td>
11127 <td>Protected access to constructors in <I>mem-initializer</I>s</td>
11128 <td align="center">Not resolved</td>
11129 </tr>
11130 <tr id="1884">
11131 <td><a href="https://cplusplus.github.io/CWG/issues/1884.html">1884</a></td>
11132 <td>CD6</td>
11133 <td>Unclear requirements for same-named external-linkage entities</td>
11134 <td class="partial" align="center">Partial</td>
11135 </tr>
11136 <tr id="1885">
11137 <td><a href="https://cplusplus.github.io/CWG/issues/1885.html">1885</a></td>
11138 <td>CD4</td>
11139 <td>Return value of a function is underspecified</td>
11140 <td class="unknown" align="center">Unknown</td>
11141 </tr>
11142 <tr id="1886">
11143 <td><a href="https://cplusplus.github.io/CWG/issues/1886.html">1886</a></td>
11144 <td>CD4</td>
11145 <td>Language linkage for <TT>main()</TT></td>
11146 <td class="unknown" align="center">Unknown</td>
11147 </tr>
11148 <tr id="1887">
11149 <td><a href="https://cplusplus.github.io/CWG/issues/1887.html">1887</a></td>
11150 <td>CD4</td>
11151 <td>Problems with <TT>::</TT> as <I>nested-name-specifier</I></td>
11152 <td class="unknown" align="center">Unknown</td>
11153 </tr>
11154 <tr id="1888">
11155 <td><a href="https://cplusplus.github.io/CWG/issues/1888.html">1888</a></td>
11156 <td>CD4</td>
11157 <td>Implicitly-declared default constructors and <TT>explicit</TT></td>
11158 <td class="unknown" align="center">Unknown</td>
11159 </tr>
11160 <tr class="open" id="1889">
11161 <td><a href="https://cplusplus.github.io/CWG/issues/1889.html">1889</a></td>
11162 <td>drafting</td>
11163 <td>Unclear effect of <TT>#pragma</TT> on conformance</td>
11164 <td align="center">Not resolved</td>
11165 </tr>
11166 <tr class="open" id="1890">
11167 <td><a href="https://cplusplus.github.io/CWG/issues/1890.html">1890</a></td>
11168 <td>drafting</td>
11169 <td>Member type depending on definition of member function</td>
11170 <td align="center">
11171 <details>
11172 <summary>Not resolved</summary>
11173 Clang does not implement 2018-06-04 resolution
11174 </details></td>
11175 </tr>
11176 <tr id="1891">
11177 <td><a href="https://cplusplus.github.io/CWG/issues/1891.html">1891</a></td>
11178 <td>CD4</td>
11179 <td>Move constructor/assignment for closure class</td>
11180 <td class="full" align="center">Clang 4</td>
11181 </tr>
11182 <tr id="1892">
11183 <td><a href="https://cplusplus.github.io/CWG/issues/1892.html">1892</a></td>
11184 <td>CD4</td>
11185 <td>Use of <TT>auto</TT> in function type</td>
11186 <td class="unknown" align="center">Unknown</td>
11187 </tr>
11188 <tr id="1893">
11189 <td><a href="https://cplusplus.github.io/CWG/issues/1893.html">1893</a></td>
11190 <td>CD5</td>
11191 <td>Function-style cast with <I>braced-init-list</I>s and empty pack expansions</td>
11192 <td class="unknown" align="center">Unknown</td>
11193 </tr>
11194 <tr id="1894">
11195 <td><a href="https://cplusplus.github.io/CWG/issues/1894.html">1894</a></td>
11196 <td>CD6</td>
11197 <td><I>typedef-name</I>s and <I>using-declaration</I>s</td>
11198 <td class="full" align="center">Clang 3.8</td>
11199 </tr>
11200 <tr id="1895">
11201 <td><a href="https://cplusplus.github.io/CWG/issues/1895.html">1895</a></td>
11202 <td>CD4</td>
11203 <td>Deleted conversions in conditional operator operands</td>
11204 <td class="unknown" align="center">Unknown</td>
11205 </tr>
11206 <tr id="1896">
11207 <td><a href="https://cplusplus.github.io/CWG/issues/1896.html">1896</a></td>
11208 <td>CD6</td>
11209 <td>Repeated alias templates</td>
11210 <td class="unknown" align="center">Unknown</td>
11211 </tr>
11212 <tr class="open" id="1897">
11213 <td><a href="https://cplusplus.github.io/CWG/issues/1897.html">1897</a></td>
11214 <td>review</td>
11215 <td>ODR vs alternative tokens</td>
11216 <td align="center">Not resolved</td>
11217 </tr>
11218 <tr id="1898">
11219 <td><a href="https://cplusplus.github.io/CWG/issues/1898.html">1898</a></td>
11220 <td>CD6</td>
11221 <td>Use of &#8220;equivalent&#8221; in overload resolution</td>
11222 <td class="full" align="center">Clang 2.7</td>
11223 </tr>
11224 <tr id="1899">
11225 <td><a href="https://cplusplus.github.io/CWG/issues/1899.html">1899</a></td>
11226 <td>CD4</td>
11227 <td>Value-dependent constant expressions</td>
11228 <td class="unknown" align="center">Unknown</td>
11229 </tr>
11230 <tr id="1900">
11231 <td><a href="https://cplusplus.github.io/CWG/issues/1900.html">1900</a></td>
11232 <td>CD6</td>
11233 <td>Do <TT>friend</TT> declarations count as &#8220;previous declarations&#8221;?</td>
11234 <td class="full" align="center">Clang 2.7</td>
11235 </tr>
11236 <tr class="open" id="1901">
11237 <td><a href="https://cplusplus.github.io/CWG/issues/1901.html">1901</a></td>
11238 <td>drafting</td>
11239 <td><I>punctuator</I> referenced but not defined</td>
11240 <td align="center">Not resolved</td>
11241 </tr>
11242 <tr id="1902">
11243 <td><a href="https://cplusplus.github.io/CWG/issues/1902.html">1902</a></td>
11244 <td>CD4</td>
11245 <td>What makes a conversion &#8220;otherwise ill-formed&#8221;?</td>
11246 <td class="full" align="center">Clang 3.7</td>
11247 </tr>
11248 <tr id="1903">
11249 <td><a href="https://cplusplus.github.io/CWG/issues/1903.html">1903</a></td>
11250 <td>CD4</td>
11251 <td>What declarations are introduced by a non-member <I>using-declaration</I>?</td>
11252 <td class="full" align="center">Clang 2.7</td>
11253 </tr>
11254 <tr id="1904">
11255 <td><a href="https://cplusplus.github.io/CWG/issues/1904.html">1904</a></td>
11256 <td>NAD</td>
11257 <td>Default template arguments for members of class templates</td>
11258 <td class="unknown" align="center">Unknown</td>
11259 </tr>
11260 <tr id="1905">
11261 <td><a href="https://cplusplus.github.io/CWG/issues/1905.html">1905</a></td>
11262 <td>NAD</td>
11263 <td>Dependent types and injected-class-names</td>
11264 <td class="unknown" align="center">Unknown</td>
11265 </tr>
11266 <tr id="1906">
11267 <td><a href="https://cplusplus.github.io/CWG/issues/1906.html">1906</a></td>
11268 <td>NAD</td>
11269 <td>Name lookup in member <TT>friend</TT> declaration</td>
11270 <td class="unknown" align="center">Unknown</td>
11271 </tr>
11272 <tr id="1907">
11273 <td><a href="https://cplusplus.github.io/CWG/issues/1907.html">1907</a></td>
11274 <td>CD6</td>
11275 <td><I>using-declaration</I>s and default arguments</td>
11276 <td class="unknown" align="center">Unknown</td>
11277 </tr>
11278 <tr id="1908">
11279 <td><a href="https://cplusplus.github.io/CWG/issues/1908.html">1908</a></td>
11280 <td>CD6</td>
11281 <td>Dual destructor lookup and <I>template-id</I>s</td>
11282 <td class="unknown" align="center">Unknown</td>
11283 </tr>
11284 <tr id="1909">
11285 <td><a href="https://cplusplus.github.io/CWG/issues/1909.html">1909</a></td>
11286 <td>CD4</td>
11287 <td>Member class template with the same name as the class</td>
11288 <td class="full" align="center">Clang 3.7</td>
11289 </tr>
11290 <tr id="1910">
11291 <td><a href="https://cplusplus.github.io/CWG/issues/1910.html">1910</a></td>
11292 <td>CD5</td>
11293 <td>&#8220;Shall&#8221; requirement applied to runtime behavior</td>
11294 <td class="unknown" align="center">Unknown</td>
11295 </tr>
11296 <tr id="1911">
11297 <td><a href="https://cplusplus.github.io/CWG/issues/1911.html">1911</a></td>
11298 <td>CD4</td>
11299 <td><TT>constexpr</TT> constructor with non-literal base class</td>
11300 <td class="unknown" align="center">Unknown</td>
11301 </tr>
11302 <tr id="1912">
11303 <td><a href="https://cplusplus.github.io/CWG/issues/1912.html">1912</a></td>
11304 <td>CD5</td>
11305 <td><I>exception-specification</I> of defaulted function</td>
11306 <td class="unknown" align="center">Unknown</td>
11307 </tr>
11308 <tr id="1913">
11309 <td><a href="https://cplusplus.github.io/CWG/issues/1913.html">1913</a></td>
11310 <td>CD5</td>
11311 <td><TT>decltype((x))</TT> in <I>lambda-expression</I>s</td>
11312 <td class="unknown" align="center">Unknown</td>
11313 </tr>
11314 <tr class="open" id="1914">
11315 <td><a href="https://cplusplus.github.io/CWG/issues/1914.html">1914</a></td>
11316 <td>extension</td>
11317 <td>Duplicate standard attributes</td>
11318 <td align="center">Extension</td>
11319 </tr>
11320 <tr class="open" id="1915">
11321 <td><a href="https://cplusplus.github.io/CWG/issues/1915.html">1915</a></td>
11322 <td>open</td>
11323 <td>Potentially-invoked destructors in non-throwing constructors</td>
11324 <td align="center">Not resolved</td>
11325 </tr>
11326 <tr id="1916">
11327 <td><a href="https://cplusplus.github.io/CWG/issues/1916.html">1916</a></td>
11328 <td>CD4</td>
11329 <td>&#8220;Same cv-unqualified type&#8221;</td>
11330 <td class="unknown" align="center">Unknown</td>
11331 </tr>
11332 <tr id="1917">
11333 <td><a href="https://cplusplus.github.io/CWG/issues/1917.html">1917</a></td>
11334 <td>NAD</td>
11335 <td>decltype-qualified enumeration names</td>
11336 <td class="unknown" align="center">Unknown</td>
11337 </tr>
11338 <tr id="1918">
11339 <td><a href="https://cplusplus.github.io/CWG/issues/1918.html">1918</a></td>
11340 <td>CD5</td>
11341 <td><TT>friend</TT> templates with dependent scopes</td>
11342 <td class="none" align="center">No</td>
11343 </tr>
11344 <tr class="open" id="1919">
11345 <td><a href="https://cplusplus.github.io/CWG/issues/1919.html">1919</a></td>
11346 <td>open</td>
11347 <td>Overload resolution for <TT>!</TT> with explicit conversion operator</td>
11348 <td align="center">Not resolved</td>
11349 </tr>
11350 <tr id="1920">
11351 <td><a href="https://cplusplus.github.io/CWG/issues/1920.html">1920</a></td>
11352 <td>CD4</td>
11353 <td>Qualification mismatch in <I>pseudo-destructor-name</I></td>
11354 <td class="unknown" align="center">Unknown</td>
11355 </tr>
11356 <tr id="1921">
11357 <td><a href="https://cplusplus.github.io/CWG/issues/1921.html">1921</a></td>
11358 <td>NAD</td>
11359 <td><TT>constexpr</TT> constructors and point of initialization of <TT>const</TT> variables</td>
11360 <td class="unknown" align="center">Unknown</td>
11361 </tr>
11362 <tr id="1922">
11363 <td><a href="https://cplusplus.github.io/CWG/issues/1922.html">1922</a></td>
11364 <td>CD4</td>
11365 <td>Injected class template names and default arguments</td>
11366 <td class="unknown" align="center">Unknown</td>
11367 </tr>
11368 <tr id="1923">
11369 <td><a href="https://cplusplus.github.io/CWG/issues/1923.html">1923</a></td>
11370 <td>NAD</td>
11371 <td>Lvalues of type <TT>void</TT></td>
11372 <td class="unknown" align="center">Unknown</td>
11373 </tr>
11374 <tr class="open" id="1924">
11375 <td><a href="https://cplusplus.github.io/CWG/issues/1924.html">1924</a></td>
11376 <td>review</td>
11377 <td>Definition of &#8220;literal&#8221; and kinds of literals</td>
11378 <td align="center">Not resolved</td>
11379 </tr>
11380 <tr id="1925">
11381 <td><a href="https://cplusplus.github.io/CWG/issues/1925.html">1925</a></td>
11382 <td>CD4</td>
11383 <td>Bit-field prvalues</td>
11384 <td class="unknown" align="center">Unknown</td>
11385 </tr>
11386 <tr id="1926">
11387 <td><a href="https://cplusplus.github.io/CWG/issues/1926.html">1926</a></td>
11388 <td>CD4</td>
11389 <td>Potential results of subscript operator</td>
11390 <td class="unknown" align="center">Unknown</td>
11391 </tr>
11392 <tr id="1927">
11393 <td><a href="https://cplusplus.github.io/CWG/issues/1927.html">1927</a></td>
11394 <td>dup</td>
11395 <td>Lifetime of temporaries in <I>init-capture</I>s</td>
11396 <td class="unknown" align="center">Unknown</td>
11397 </tr>
11398 <tr id="1928">
11399 <td><a href="https://cplusplus.github.io/CWG/issues/1928.html">1928</a></td>
11400 <td>NAD</td>
11401 <td>Triviality of deleted special member functions</td>
11402 <td class="unknown" align="center">Unknown</td>
11403 </tr>
11404 <tr id="1929">
11405 <td><a href="https://cplusplus.github.io/CWG/issues/1929.html">1929</a></td>
11406 <td>CD4</td>
11407 <td><TT>template</TT> keyword following namespace <I>nested-name-specifier</I></td>
11408 <td class="unknown" align="center">Unknown</td>
11409 </tr>
11410 <tr id="1930">
11411 <td><a href="https://cplusplus.github.io/CWG/issues/1930.html">1930</a></td>
11412 <td>CD4</td>
11413 <td><I>init-declarator-list</I> vs <I>member-declarator-list</I></td>
11414 <td class="unknown" align="center">Unknown</td>
11415 </tr>
11416 <tr id="1931">
11417 <td><a href="https://cplusplus.github.io/CWG/issues/1931.html">1931</a></td>
11418 <td>CD5</td>
11419 <td>Default-constructible and copy-assignable closure types</td>
11420 <td class="unknown" align="center">Unknown</td>
11421 </tr>
11422 <tr id="1932">
11423 <td><a href="https://cplusplus.github.io/CWG/issues/1932.html">1932</a></td>
11424 <td>CD4</td>
11425 <td>Bit-field results of conditional operators</td>
11426 <td class="unknown" align="center">Unknown</td>
11427 </tr>
11428 <tr id="1933">
11429 <td><a href="https://cplusplus.github.io/CWG/issues/1933.html">1933</a></td>
11430 <td>NAD</td>
11431 <td>Implementation limit for <I>initializer-list</I> elements</td>
11432 <td class="unknown" align="center">Unknown</td>
11433 </tr>
11434 <tr id="1934">
11435 <td><a href="https://cplusplus.github.io/CWG/issues/1934.html">1934</a></td>
11436 <td>NAD</td>
11437 <td>Relaxing <I>exception-specification</I> compatibility requirements</td>
11438 <td class="unknown" align="center">Unknown</td>
11439 </tr>
11440 <tr id="1935">
11441 <td><a href="https://cplusplus.github.io/CWG/issues/1935.html">1935</a></td>
11442 <td>CD5</td>
11443 <td>Reuse of placement arguments in deallocation</td>
11444 <td class="unknown" align="center">Unknown</td>
11445 </tr>
11446 <tr id="1936">
11447 <td><a href="https://cplusplus.github.io/CWG/issues/1936.html">1936</a></td>
11448 <td>CD6</td>
11449 <td>Dependent <I>qualified-id</I>s</td>
11450 <td class="unknown" align="center">Unknown</td>
11451 </tr>
11452 <tr id="1937">
11453 <td><a href="https://cplusplus.github.io/CWG/issues/1937.html">1937</a></td>
11454 <td>CD5</td>
11455 <td>Incomplete specification of function pointer from lambda</td>
11456 <td class="unknown" align="center">Unknown</td>
11457 </tr>
11458 <tr id="1938">
11459 <td><a href="https://cplusplus.github.io/CWG/issues/1938.html">1938</a></td>
11460 <td>CD5</td>
11461 <td>Should hosted/freestanding be implementation-defined?</td>
11462 <td class="unknown" align="center">Unknown</td>
11463 </tr>
11464 <tr class="open" id="1939">
11465 <td><a href="https://cplusplus.github.io/CWG/issues/1939.html">1939</a></td>
11466 <td>open</td>
11467 <td>Argument conversions to nondeduced parameter types revisited</td>
11468 <td align="center">Not resolved</td>
11469 </tr>
11470 <tr id="1940">
11471 <td><a href="https://cplusplus.github.io/CWG/issues/1940.html">1940</a></td>
11472 <td>CD4</td>
11473 <td><TT>static_assert</TT> in anonymous unions</td>
11474 <td class="full" align="center">Clang 3.5</td>
11475 </tr>
11476 <tr id="1941">
11477 <td><a href="https://cplusplus.github.io/CWG/issues/1941.html">1941</a></td>
11478 <td>CD4</td>
11479 <td>SFINAE and inherited constructor default arguments</td>
11480 <td class="full" align="center">Clang 3.9</td>
11481 </tr>
11482 <tr id="1942">
11483 <td><a href="https://cplusplus.github.io/CWG/issues/1942.html">1942</a></td>
11484 <td>CD4</td>
11485 <td>Incorrect reference to <I>trailing-return-type</I></td>
11486 <td class="unknown" align="center">Unknown</td>
11487 </tr>
11488 <tr id="1943">
11489 <td><a href="https://cplusplus.github.io/CWG/issues/1943.html">1943</a></td>
11490 <td>CD5</td>
11491 <td>Unspecified meaning of &#8220;bit&#8221;</td>
11492 <td class="unknown" align="center">Unknown</td>
11493 </tr>
11494 <tr class="open" id="1944">
11495 <td><a href="https://cplusplus.github.io/CWG/issues/1944.html">1944</a></td>
11496 <td>open</td>
11497 <td>New C incompatibilities</td>
11498 <td align="center">Not resolved</td>
11499 </tr>
11500 <tr id="1945">
11501 <td><a href="https://cplusplus.github.io/CWG/issues/1945.html">1945</a></td>
11502 <td>CD5</td>
11503 <td>Friend declarations naming members of class templates in non-templates</td>
11504 <td class="none" align="center">No</td>
11505 </tr>
11506 <tr id="1946">
11507 <td><a href="https://cplusplus.github.io/CWG/issues/1946.html">1946</a></td>
11508 <td>CD4</td>
11509 <td><I>exception-specification</I>s vs pointer dereference</td>
11510 <td class="unknown" align="center">Unknown</td>
11511 </tr>
11512 <tr id="1947">
11513 <td><a href="https://cplusplus.github.io/CWG/issues/1947.html">1947</a></td>
11514 <td>NAD</td>
11515 <td>Digit separators following non-octal prefix</td>
11516 <td class="full" align="center">Clang 3.5</td>
11517 </tr>
11518 <tr id="1948">
11519 <td><a href="https://cplusplus.github.io/CWG/issues/1948.html">1948</a></td>
11520 <td>NAD</td>
11521 <td><I>exception-specification</I> of replacement global <TT>new</TT></td>
11522 <td class="full" align="center">Clang 3.5</td>
11523 </tr>
11524 <tr id="1949">
11525 <td><a href="https://cplusplus.github.io/CWG/issues/1949.html">1949</a></td>
11526 <td>CD4</td>
11527 <td>&#8220;sequenced after&#8221; instead of &#8220;sequenced before&#8221;</td>
11528 <td class="unknown" align="center">Unknown</td>
11529 </tr>
11530 <tr id="1950">
11531 <td><a href="https://cplusplus.github.io/CWG/issues/1950.html">1950</a></td>
11532 <td>NAD</td>
11533 <td>Restructuring description of ranks of conversion sequences</td>
11534 <td class="unknown" align="center">Unknown</td>
11535 </tr>
11536 <tr id="1951">
11537 <td><a href="https://cplusplus.github.io/CWG/issues/1951.html">1951</a></td>
11538 <td>CD4</td>
11539 <td>Cv-qualification and literal types</td>
11540 <td class="unknown" align="center">Unknown</td>
11541 </tr>
11542 <tr id="1952">
11543 <td><a href="https://cplusplus.github.io/CWG/issues/1952.html">1952</a></td>
11544 <td>CD4</td>
11545 <td>Constant expressions and library undefined behavior</td>
11546 <td class="unknown" align="center">Unknown</td>
11547 </tr>
11548 <tr class="open" id="1953">
11549 <td><a href="https://cplusplus.github.io/CWG/issues/1953.html">1953</a></td>
11550 <td>open</td>
11551 <td>Data races and common initial sequence</td>
11552 <td align="center">Not resolved</td>
11553 </tr>
11554 <tr id="1954">
11555 <td><a href="https://cplusplus.github.io/CWG/issues/1954.html">1954</a></td>
11556 <td>DRWP</td>
11557 <td><TT>typeid</TT> null dereference check in subexpressions</td>
11558 <td class="unknown" align="center">Unknown</td>
11559 </tr>
11560 <tr id="1955">
11561 <td><a href="https://cplusplus.github.io/CWG/issues/1955.html">1955</a></td>
11562 <td>CD4</td>
11563 <td><TT>#elif</TT> with invalid controlling expression</td>
11564 <td class="unknown" align="center">Unknown</td>
11565 </tr>
11566 <tr id="1956">
11567 <td><a href="https://cplusplus.github.io/CWG/issues/1956.html">1956</a></td>
11568 <td>CD4</td>
11569 <td>Reuse of storage of automatic variables</td>
11570 <td class="unknown" align="center">Unknown</td>
11571 </tr>
11572 <tr id="1957">
11573 <td><a href="https://cplusplus.github.io/CWG/issues/1957.html">1957</a></td>
11574 <td>NAD</td>
11575 <td><TT>decltype(auto)</TT> with direct-list-initialization</td>
11576 <td class="unknown" align="center">Unknown</td>
11577 </tr>
11578 <tr id="1958">
11579 <td><a href="https://cplusplus.github.io/CWG/issues/1958.html">1958</a></td>
11580 <td>CD4</td>
11581 <td><TT>decltype(auto)</TT> with parenthesized initializer</td>
11582 <td class="unknown" align="center">Unknown</td>
11583 </tr>
11584 <tr id="1959">
11585 <td><a href="https://cplusplus.github.io/CWG/issues/1959.html">1959</a></td>
11586 <td>CD4</td>
11587 <td>Inadvertently inherited copy constructor</td>
11588 <td class="full" align="center">Clang 3.9</td>
11589 </tr>
11590 <tr id="1960">
11591 <td><a href="https://cplusplus.github.io/CWG/issues/1960.html">1960</a></td>
11592 <td>NAD</td>
11593 <td>Visibility of entity named in class-scope <I>using-declaration</I></td>
11594 <td class="none" align="center">No</td>
11595 </tr>
11596 <tr id="1961">
11597 <td><a href="https://cplusplus.github.io/CWG/issues/1961.html">1961</a></td>
11598 <td>C++17</td>
11599 <td>Potentially-concurrent actions within a signal handler</td>
11600 <td class="unknown" align="center">Unknown</td>
11601 </tr>
11602 <tr class="open" id="1962">
11603 <td><a href="https://cplusplus.github.io/CWG/issues/1962.html">1962</a></td>
11604 <td>open</td>
11605 <td>Type of <TT>__func__</TT></td>
11606 <td align="center">Not resolved</td>
11607 </tr>
11608 <tr id="1963">
11609 <td><a href="https://cplusplus.github.io/CWG/issues/1963.html">1963</a></td>
11610 <td>CD4</td>
11611 <td>Implementation-defined identifier characters</td>
11612 <td class="unknown" align="center">Unknown</td>
11613 </tr>
11614 <tr id="1964">
11615 <td><a href="https://cplusplus.github.io/CWG/issues/1964.html">1964</a></td>
11616 <td>NAD</td>
11617 <td><I>opaque-enum-declaration</I> in <I>alias-declaration</I>?</td>
11618 <td class="unknown" align="center">Unknown</td>
11619 </tr>
11620 <tr class="open" id="1965">
11621 <td><a href="https://cplusplus.github.io/CWG/issues/1965.html">1965</a></td>
11622 <td>drafting</td>
11623 <td>Explicit casts to reference types</td>
11624 <td align="center">Not resolved</td>
11625 </tr>
11626 <tr id="1966">
11627 <td><a href="https://cplusplus.github.io/CWG/issues/1966.html">1966</a></td>
11628 <td>CD4</td>
11629 <td>Colon following enumeration <I>elaborated-type-specifier</I></td>
11630 <td class="full" align="center">Clang 11</td>
11631 </tr>
11632 <tr id="1967">
11633 <td><a href="https://cplusplus.github.io/CWG/issues/1967.html">1967</a></td>
11634 <td>CD4</td>
11635 <td>Temporary lifetime and move-elision</td>
11636 <td class="unknown" align="center">Unknown</td>
11637 </tr>
11638 <tr id="1968">
11639 <td><a href="https://cplusplus.github.io/CWG/issues/1968.html">1968</a></td>
11640 <td>NAD</td>
11641 <td>Address of <TT>typeid</TT> in constant expressions</td>
11642 <td class="none" align="center">No</td>
11643 </tr>
11644 <tr id="1969">
11645 <td><a href="https://cplusplus.github.io/CWG/issues/1969.html">1969</a></td>
11646 <td>CD6</td>
11647 <td>Missing exclusion of <TT>~S</TT> as an ordinary function name</td>
11648 <td class="unknown" align="center">Unknown</td>
11649 </tr>
11650 <tr id="1970">
11651 <td><a href="https://cplusplus.github.io/CWG/issues/1970.html">1970</a></td>
11652 <td>NAD</td>
11653 <td>Ambiguity resolution for <TT>(T())*x</TT></td>
11654 <td class="unknown" align="center">Unknown</td>
11655 </tr>
11656 <tr id="1971">
11657 <td><a href="https://cplusplus.github.io/CWG/issues/1971.html">1971</a></td>
11658 <td>CD4</td>
11659 <td>Unclear disambiguation of destructor and <TT>operator~</TT></td>
11660 <td class="unknown" align="center">Unknown</td>
11661 </tr>
11662 <tr id="1972">
11663 <td><a href="https://cplusplus.github.io/CWG/issues/1972.html">1972</a></td>
11664 <td>CD6</td>
11665 <td>Identifier character restrictions in non-<I>identifier</I>s</td>
11666 <td class="unknown" align="center">Unknown</td>
11667 </tr>
11668 <tr id="1973">
11669 <td><a href="https://cplusplus.github.io/CWG/issues/1973.html">1973</a></td>
11670 <td>DRWP</td>
11671 <td>Which <I>parameter-declaration-clause</I> in a <I>lambda-expression</I>?</td>
11672 <td class="unknown" align="center">Unknown</td>
11673 </tr>
11674 <tr id="1974">
11675 <td><a href="https://cplusplus.github.io/CWG/issues/1974.html">1974</a></td>
11676 <td>NAD</td>
11677 <td>Redundant specification of non-type <I>typename-specifier</I></td>
11678 <td class="unknown" align="center">Unknown</td>
11679 </tr>
11680 <tr id="1975">
11681 <td><a href="https://cplusplus.github.io/CWG/issues/1975.html">1975</a></td>
11682 <td>CD4</td>
11683 <td>Permissible declarations for <I>exception-specification</I>s</td>
11684 <td class="unknown" align="center">Unknown</td>
11685 </tr>
11686 <tr id="1976">
11687 <td><a href="https://cplusplus.github.io/CWG/issues/1976.html">1976</a></td>
11688 <td>NAD</td>
11689 <td>Ambiguity of <I>namespace-alias</I>es</td>
11690 <td class="unknown" align="center">Unknown</td>
11691 </tr>
11692 <tr class="open" id="1977">
11693 <td><a href="https://cplusplus.github.io/CWG/issues/1977.html">1977</a></td>
11694 <td>drafting</td>
11695 <td>Contradictory results of failed destructor lookup</td>
11696 <td align="center">Not resolved</td>
11697 </tr>
11698 <tr id="1978">
11699 <td><a href="https://cplusplus.github.io/CWG/issues/1978.html">1978</a></td>
11700 <td>CD4</td>
11701 <td>Redundant description of explicit constructor use</td>
11702 <td class="unknown" align="center">Unknown</td>
11703 </tr>
11704 <tr class="open" id="1979">
11705 <td><a href="https://cplusplus.github.io/CWG/issues/1979.html">1979</a></td>
11706 <td>drafting</td>
11707 <td>Alias template specialization in template member definition</td>
11708 <td align="center">Not resolved</td>
11709 </tr>
11710 <tr class="open" id="1980">
11711 <td><a href="https://cplusplus.github.io/CWG/issues/1980.html">1980</a></td>
11712 <td>drafting</td>
11713 <td>Equivalent but not functionally-equivalent redeclarations</td>
11714 <td align="center">Not resolved</td>
11715 </tr>
11716 <tr id="1981">
11717 <td><a href="https://cplusplus.github.io/CWG/issues/1981.html">1981</a></td>
11718 <td>CD4</td>
11719 <td>Implicit contextual conversions and <TT>explicit</TT></td>
11720 <td class="unknown" align="center">Unknown</td>
11721 </tr>
11722 <tr id="1982">
11723 <td><a href="https://cplusplus.github.io/CWG/issues/1982.html">1982</a></td>
11724 <td>NAD</td>
11725 <td>Deduction extending parameter pack</td>
11726 <td class="unknown" align="center">Unknown</td>
11727 </tr>
11728 <tr id="1983">
11729 <td><a href="https://cplusplus.github.io/CWG/issues/1983.html">1983</a></td>
11730 <td>CD5</td>
11731 <td>Inappropriate use of <I>virt-specifier</I></td>
11732 <td class="unknown" align="center">Unknown</td>
11733 </tr>
11734 <tr id="1984">
11735 <td><a href="https://cplusplus.github.io/CWG/issues/1984.html">1984</a></td>
11736 <td>NAD</td>
11737 <td>Lossless narrowing conversions</td>
11738 <td class="unknown" align="center">Unknown</td>
11739 </tr>
11740 <tr id="1985">
11741 <td><a href="https://cplusplus.github.io/CWG/issues/1985.html">1985</a></td>
11742 <td>NAD</td>
11743 <td>Unknown bound array member with <I>brace-or-equal-initializer</I></td>
11744 <td class="unknown" align="center">Unknown</td>
11745 </tr>
11746 <tr class="open" id="1986">
11747 <td><a href="https://cplusplus.github.io/CWG/issues/1986.html">1986</a></td>
11748 <td>drafting</td>
11749 <td>odr-use and delayed initialization</td>
11750 <td align="center">Not resolved</td>
11751 </tr>
11752 <tr id="1987">
11753 <td><a href="https://cplusplus.github.io/CWG/issues/1987.html">1987</a></td>
11754 <td>NAD</td>
11755 <td><TT>constexpr</TT> static data members across translation units</td>
11756 <td class="unknown" align="center">Unknown</td>
11757 </tr>
11758 <tr id="1988">
11759 <td><a href="https://cplusplus.github.io/CWG/issues/1988.html">1988</a></td>
11760 <td>CD4</td>
11761 <td>Ambiguity between dependent and non-dependent bases in implicit member access</td>
11762 <td class="unknown" align="center">Unknown</td>
11763 </tr>
11764 <tr class="open" id="1989">
11765 <td><a href="https://cplusplus.github.io/CWG/issues/1989.html">1989</a></td>
11766 <td>drafting</td>
11767 <td>Insufficient restrictions on parameters of postfix operators</td>
11768 <td align="center">Not resolved</td>
11769 </tr>
11770 <tr id="1990">
11771 <td><a href="https://cplusplus.github.io/CWG/issues/1990.html">1990</a></td>
11772 <td>CD4</td>
11773 <td>Ambiguity due to optional <I>decl-specifier-seq</I></td>
11774 <td class="unknown" align="center">Unknown</td>
11775 </tr>
11776 <tr id="1991">
11777 <td><a href="https://cplusplus.github.io/CWG/issues/1991.html">1991</a></td>
11778 <td>CD4</td>
11779 <td>Inheriting constructors vs default arguments</td>
11780 <td class="full" align="center">Clang 3.9</td>
11781 </tr>
11782 <tr id="1992">
11783 <td><a href="https://cplusplus.github.io/CWG/issues/1992.html">1992</a></td>
11784 <td>CD4</td>
11785 <td><TT>new (std::nothrow) int[N]</TT> can throw</td>
11786 <td class="unknown" align="center">Unknown</td>
11787 </tr>
11788 <tr class="open" id="1993">
11789 <td><a href="https://cplusplus.github.io/CWG/issues/1993.html">1993</a></td>
11790 <td>drafting</td>
11791 <td>Use of <TT>template&lt;&gt;</TT> defining member of explicit specialization</td>
11792 <td align="center">Not resolved</td>
11793 </tr>
11794 <tr id="1994">
11795 <td><a href="https://cplusplus.github.io/CWG/issues/1994.html">1994</a></td>
11796 <td>dup</td>
11797 <td>Confusing wording regarding multiple <TT>template&lt;&gt;</TT> prefixes</td>
11798 <td class="unknown" align="center">Duplicate of <a href="#529">529</a></td>
11799 </tr>
11800 <tr id="1995">
11801 <td><a href="https://cplusplus.github.io/CWG/issues/1995.html">1995</a></td>
11802 <td>CD4</td>
11803 <td><I>exception-specification</I>s and non-type template parameters</td>
11804 <td class="unknown" align="center">Unknown</td>
11805 </tr>
11806 <tr class="open" id="1996">
11807 <td><a href="https://cplusplus.github.io/CWG/issues/1996.html">1996</a></td>
11808 <td>drafting</td>
11809 <td>Reference list-initialization ignores conversion functions</td>
11810 <td align="center">Not resolved</td>
11811 </tr>
11812 <tr id="1997">
11813 <td><a href="https://cplusplus.github.io/CWG/issues/1997.html">1997</a></td>
11814 <td>DRWP</td>
11815 <td>Placement new and previous initialization</td>
11816 <td class="unknown" align="center">Unknown</td>
11817 </tr>
11818 <tr id="1998">
11819 <td><a href="https://cplusplus.github.io/CWG/issues/1998.html">1998</a></td>
11820 <td>NAD</td>
11821 <td>Additional sources of xvalue expressions</td>
11822 <td class="unknown" align="center">Unknown</td>
11823 </tr>
11824 <tr id="1999">
11825 <td><a href="https://cplusplus.github.io/CWG/issues/1999.html">1999</a></td>
11826 <td>CD4</td>
11827 <td>Representation of source characters as universal-character-names</td>
11828 <td class="unknown" align="center">Unknown</td>
11829 </tr>
11830 <tr id="2000">
11831 <td><a href="https://cplusplus.github.io/CWG/issues/2000.html">2000</a></td>
11832 <td>CD4</td>
11833 <td><I>header-name</I> outside <TT>#include</TT> directive</td>
11834 <td class="unknown" align="center">Unknown</td>
11835 </tr>
11836 <tr id="2001">
11837 <td><a href="https://cplusplus.github.io/CWG/issues/2001.html">2001</a></td>
11838 <td>CD4</td>
11839 <td><I>non-directive</I> is underspecified</td>
11840 <td class="unknown" align="center">Unknown</td>
11841 </tr>
11842 <tr class="open" id="2002">
11843 <td><a href="https://cplusplus.github.io/CWG/issues/2002.html">2002</a></td>
11844 <td>open</td>
11845 <td>White space within preprocessing directives</td>
11846 <td align="center">Not resolved</td>
11847 </tr>
11848 <tr class="open" id="2003">
11849 <td><a href="https://cplusplus.github.io/CWG/issues/2003.html">2003</a></td>
11850 <td>drafting</td>
11851 <td>Zero-argument macros incorrectly specified</td>
11852 <td align="center">Not resolved</td>
11853 </tr>
11854 <tr id="2004">
11855 <td><a href="https://cplusplus.github.io/CWG/issues/2004.html">2004</a></td>
11856 <td>CD4</td>
11857 <td>Unions with mutable members in constant expressions</td>
11858 <td class="unknown" align="center">Unknown</td>
11859 </tr>
11860 <tr id="2005">
11861 <td><a href="https://cplusplus.github.io/CWG/issues/2005.html">2005</a></td>
11862 <td>NAD</td>
11863 <td>Incorrect <TT>constexpr</TT> reference initialization requirements</td>
11864 <td class="unknown" align="center">Unknown</td>
11865 </tr>
11866 <tr id="2006">
11867 <td><a href="https://cplusplus.github.io/CWG/issues/2006.html">2006</a></td>
11868 <td>CD4</td>
11869 <td>Cv-qualified <TT>void</TT> types</td>
11870 <td class="unknown" align="center">Unknown</td>
11871 </tr>
11872 <tr id="2007">
11873 <td><a href="https://cplusplus.github.io/CWG/issues/2007.html">2007</a></td>
11874 <td>CD6</td>
11875 <td>Argument-dependent lookup for <TT>operator=</TT></td>
11876 <td class="full" align="center">Clang 3.4</td>
11877 </tr>
11878 <tr id="2008">
11879 <td><a href="https://cplusplus.github.io/CWG/issues/2008.html">2008</a></td>
11880 <td>CD4</td>
11881 <td>Default <I>template-argument</I>s underspecified</td>
11882 <td class="unknown" align="center">Unknown</td>
11883 </tr>
11884 <tr id="2009">
11885 <td><a href="https://cplusplus.github.io/CWG/issues/2009.html">2009</a></td>
11886 <td>CD6</td>
11887 <td>Unclear specification of class scope</td>
11888 <td class="na" align="center">N/A</td>
11889 </tr>
11890 <tr id="2010">
11891 <td><a href="https://cplusplus.github.io/CWG/issues/2010.html">2010</a></td>
11892 <td>CD4</td>
11893 <td><I>exception-specification</I>s and conversion operators</td>
11894 <td class="unknown" align="center">Unknown</td>
11895 </tr>
11896 <tr id="2011">
11897 <td><a href="https://cplusplus.github.io/CWG/issues/2011.html">2011</a></td>
11898 <td>C++17</td>
11899 <td>Unclear effect of reference capture of reference</td>
11900 <td class="unknown" align="center">Unknown</td>
11901 </tr>
11902 <tr id="2012">
11903 <td><a href="https://cplusplus.github.io/CWG/issues/2012.html">2012</a></td>
11904 <td>CD4</td>
11905 <td>Lifetime of references</td>
11906 <td class="unknown" align="center">Unknown</td>
11907 </tr>
11908 <tr class="open" id="2013">
11909 <td><a href="https://cplusplus.github.io/CWG/issues/2013.html">2013</a></td>
11910 <td>drafting</td>
11911 <td>Pointer subtraction in large array</td>
11912 <td align="center">Not resolved</td>
11913 </tr>
11914 <tr id="2014">
11915 <td><a href="https://cplusplus.github.io/CWG/issues/2014.html">2014</a></td>
11916 <td>NAD</td>
11917 <td>Unneeded deallocation signatures</td>
11918 <td class="unknown" align="center">Unknown</td>
11919 </tr>
11920 <tr id="2015">
11921 <td><a href="https://cplusplus.github.io/CWG/issues/2015.html">2015</a></td>
11922 <td>CD4</td>
11923 <td>odr-use of deleted virtual functions</td>
11924 <td class="unknown" align="center">Unknown</td>
11925 </tr>
11926 <tr id="2016">
11927 <td><a href="https://cplusplus.github.io/CWG/issues/2016.html">2016</a></td>
11928 <td>CD4</td>
11929 <td>Confusing wording in description of conversion function</td>
11930 <td class="unknown" align="center">Unknown</td>
11931 </tr>
11932 <tr id="2017">
11933 <td><a href="https://cplusplus.github.io/CWG/issues/2017.html">2017</a></td>
11934 <td>CD4</td>
11935 <td>Flowing off end is not equivalent to no-expression return</td>
11936 <td class="unknown" align="center">Unknown</td>
11937 </tr>
11938 <tr id="2018">
11939 <td><a href="https://cplusplus.github.io/CWG/issues/2018.html">2018</a></td>
11940 <td>dup</td>
11941 <td>Qualification conversion vs reference binding</td>
11942 <td class="unknown" align="center">Unknown</td>
11943 </tr>
11944 <tr id="2019">
11945 <td><a href="https://cplusplus.github.io/CWG/issues/2019.html">2019</a></td>
11946 <td>CD4</td>
11947 <td>Member references omitted from description of storage duration</td>
11948 <td class="unknown" align="center">Unknown</td>
11949 </tr>
11950 <tr id="2020">
11951 <td><a href="https://cplusplus.github.io/CWG/issues/2020.html">2020</a></td>
11952 <td>CD5</td>
11953 <td>Inadequate description of odr-use of implicitly-invoked functions</td>
11954 <td class="unknown" align="center">Unknown</td>
11955 </tr>
11956 <tr id="2021">
11957 <td><a href="https://cplusplus.github.io/CWG/issues/2021.html">2021</a></td>
11958 <td>dup</td>
11959 <td>Function template redeclaration via alias template</td>
11960 <td class="unknown" align="center">Unknown</td>
11961 </tr>
11962 <tr id="2022">
11963 <td><a href="https://cplusplus.github.io/CWG/issues/2022.html">2022</a></td>
11964 <td>CD4</td>
11965 <td>Copy elision in constant expressions</td>
11966 <td class="unknown" align="center">Unknown</td>
11967 </tr>
11968 <tr class="open" id="2023">
11969 <td><a href="https://cplusplus.github.io/CWG/issues/2023.html">2023</a></td>
11970 <td>drafting</td>
11971 <td>Composite reference result type of conditional operator</td>
11972 <td align="center">Not resolved</td>
11973 </tr>
11974 <tr id="2024">
11975 <td><a href="https://cplusplus.github.io/CWG/issues/2024.html">2024</a></td>
11976 <td>CD4</td>
11977 <td>Dependent types and unexpanded parameter packs</td>
11978 <td class="unknown" align="center">Unknown</td>
11979 </tr>
11980 <tr id="2025">
11981 <td><a href="https://cplusplus.github.io/CWG/issues/2025.html">2025</a></td>
11982 <td>dup</td>
11983 <td>Declaration matching via alias templates</td>
11984 <td class="unknown" align="center">Unknown</td>
11985 </tr>
11986 <tr id="2026">
11987 <td><a href="https://cplusplus.github.io/CWG/issues/2026.html">2026</a></td>
11988 <td>CD4</td>
11989 <td>Zero-initialization and <TT>constexpr</TT></td>
11990 <td class="full" align="center">Clang 11</td>
11991 </tr>
11992 <tr id="2027">
11993 <td><a href="https://cplusplus.github.io/CWG/issues/2027.html">2027</a></td>
11994 <td>CD4</td>
11995 <td>Unclear requirements for multiple <TT>alignas</TT> specifiers</td>
11996 <td class="unknown" align="center">Unknown</td>
11997 </tr>
11998 <tr class="open" id="2028">
11999 <td><a href="https://cplusplus.github.io/CWG/issues/2028.html">2028</a></td>
12000 <td>drafting</td>
12001 <td>Converting constructors in rvalue reference initialization</td>
12002 <td align="center">Not resolved</td>
12003 </tr>
12004 <tr id="2029">
12005 <td><a href="https://cplusplus.github.io/CWG/issues/2029.html">2029</a></td>
12006 <td>dup</td>
12007 <td>Abstract class return type in <TT>decltype</TT> operand</td>
12008 <td class="unknown" align="center">Unknown</td>
12009 </tr>
12010 <tr id="2030">
12011 <td><a href="https://cplusplus.github.io/CWG/issues/2030.html">2030</a></td>
12012 <td>NAD</td>
12013 <td>Access of injected-class-name with template arguments</td>
12014 <td class="unknown" align="center">Unknown</td>
12015 </tr>
12016 <tr id="2031">
12017 <td><a href="https://cplusplus.github.io/CWG/issues/2031.html">2031</a></td>
12018 <td>CD4</td>
12019 <td>Missing incompatibility for <TT>&amp;&amp;</TT></td>
12020 <td class="unknown" align="center">Unknown</td>
12021 </tr>
12022 <tr id="2032">
12023 <td><a href="https://cplusplus.github.io/CWG/issues/2032.html">2032</a></td>
12024 <td>CD4</td>
12025 <td>Default <I>template-argument</I>s of variable templates</td>
12026 <td class="unknown" align="center">Unknown</td>
12027 </tr>
12028 <tr id="2033">
12029 <td><a href="https://cplusplus.github.io/CWG/issues/2033.html">2033</a></td>
12030 <td>CD4</td>
12031 <td>Redundant restriction on partial specialization argument</td>
12032 <td class="unknown" align="center">Unknown</td>
12033 </tr>
12034 <tr id="2034">
12035 <td><a href="https://cplusplus.github.io/CWG/issues/2034.html">2034</a></td>
12036 <td>NAD</td>
12037 <td>Deprecating <TT>uncaught_exception()</TT></td>
12038 <td class="unknown" align="center">Unknown</td>
12039 </tr>
12040 <tr id="2035">
12041 <td><a href="https://cplusplus.github.io/CWG/issues/2035.html">2035</a></td>
12042 <td>CD3</td>
12043 <td>Multi-section example is confusing</td>
12044 <td class="unknown" align="center">Unknown</td>
12045 </tr>
12046 <tr id="2036">
12047 <td><a href="https://cplusplus.github.io/CWG/issues/2036.html">2036</a></td>
12048 <td>NAD</td>
12049 <td>Refactoring <I>parameters-and-qualifiers</I></td>
12050 <td class="unknown" align="center">Unknown</td>
12051 </tr>
12052 <tr class="open" id="2037">
12053 <td><a href="https://cplusplus.github.io/CWG/issues/2037.html">2037</a></td>
12054 <td>drafting</td>
12055 <td>Alias templates and template declaration matching</td>
12056 <td align="center">Not resolved</td>
12057 </tr>
12058 <tr id="2038">
12059 <td><a href="https://cplusplus.github.io/CWG/issues/2038.html">2038</a></td>
12060 <td>CD4</td>
12061 <td>Document C++14 incompatibility of new braced deduction rule</td>
12062 <td class="unknown" align="center">Unknown</td>
12063 </tr>
12064 <tr id="2039">
12065 <td><a href="https://cplusplus.github.io/CWG/issues/2039.html">2039</a></td>
12066 <td>CD4</td>
12067 <td>Constant conversions to <TT>bool</TT></td>
12068 <td class="unknown" align="center">Unknown</td>
12069 </tr>
12070 <tr id="2040">
12071 <td><a href="https://cplusplus.github.io/CWG/issues/2040.html">2040</a></td>
12072 <td>CD4</td>
12073 <td><I>trailing-return-type</I> no longer ambiguous</td>
12074 <td class="unknown" align="center">Unknown</td>
12075 </tr>
12076 <tr id="2041">
12077 <td><a href="https://cplusplus.github.io/CWG/issues/2041.html">2041</a></td>
12078 <td>CD4</td>
12079 <td>Namespace for explicit class template specialization</td>
12080 <td class="unknown" align="center">Unknown</td>
12081 </tr>
12082 <tr class="open" id="2042">
12083 <td><a href="https://cplusplus.github.io/CWG/issues/2042.html">2042</a></td>
12084 <td>drafting</td>
12085 <td>Exceptions and deallocation functions</td>
12086 <td align="center">Not resolved</td>
12087 </tr>
12088 <tr class="open" id="2043">
12089 <td><a href="https://cplusplus.github.io/CWG/issues/2043.html">2043</a></td>
12090 <td>drafting</td>
12091 <td>Generalized template arguments and array-to-pointer decay</td>
12092 <td align="center">Not resolved</td>
12093 </tr>
12094 <tr id="2044">
12095 <td><a href="https://cplusplus.github.io/CWG/issues/2044.html">2044</a></td>
12096 <td>CD4</td>
12097 <td><TT>decltype(auto)</TT> and <TT>void</TT></td>
12098 <td class="unknown" align="center">Unknown</td>
12099 </tr>
12100 <tr id="2045">
12101 <td><a href="https://cplusplus.github.io/CWG/issues/2045.html">2045</a></td>
12102 <td>CD5</td>
12103 <td>&#8220;Identical&#8221; template parameter lists</td>
12104 <td class="unknown" align="center">Unknown</td>
12105 </tr>
12106 <tr id="2046">
12107 <td><a href="https://cplusplus.github.io/CWG/issues/2046.html">2046</a></td>
12108 <td>C++17</td>
12109 <td>Incomplete thread specifications</td>
12110 <td class="unknown" align="center">Unknown</td>
12111 </tr>
12112 <tr id="2047">
12113 <td><a href="https://cplusplus.github.io/CWG/issues/2047.html">2047</a></td>
12114 <td>CD4</td>
12115 <td>Coordinating &#8220;throws anything&#8221; specifications</td>
12116 <td class="unknown" align="center">Unknown</td>
12117 </tr>
12118 <tr class="open" id="2048">
12119 <td><a href="https://cplusplus.github.io/CWG/issues/2048.html">2048</a></td>
12120 <td>open</td>
12121 <td>C-style casts that cast away constness vs <TT>static_cast</TT></td>
12122 <td align="center">Not resolved</td>
12123 </tr>
12124 <tr id="2049">
12125 <td><a href="https://cplusplus.github.io/CWG/issues/2049.html">2049</a></td>
12126 <td>DRWP</td>
12127 <td>List initializer in non-type template default argument</td>
12128 <td class="full" align="center">Clang 18</td>
12129 </tr>
12130 <tr id="2050">
12131 <td><a href="https://cplusplus.github.io/CWG/issues/2050.html">2050</a></td>
12132 <td>NAD</td>
12133 <td>Consolidate specification of linkage</td>
12134 <td class="unknown" align="center">Unknown</td>
12135 </tr>
12136 <tr id="2051">
12137 <td><a href="https://cplusplus.github.io/CWG/issues/2051.html">2051</a></td>
12138 <td>CD5</td>
12139 <td>Simplifying alias rules</td>
12140 <td class="unknown" align="center">Unknown</td>
12141 </tr>
12142 <tr id="2052">
12143 <td><a href="https://cplusplus.github.io/CWG/issues/2052.html">2052</a></td>
12144 <td>CD4</td>
12145 <td>Template argument deduction vs overloaded operators</td>
12146 <td class="unknown" align="center">Unknown</td>
12147 </tr>
12148 <tr id="2053">
12149 <td><a href="https://cplusplus.github.io/CWG/issues/2053.html">2053</a></td>
12150 <td>C++20</td>
12151 <td><TT>auto</TT> in non-generic lambdas</td>
12152 <td class="unknown" align="center">Unknown</td>
12153 </tr>
12154 <tr id="2054">
12155 <td><a href="https://cplusplus.github.io/CWG/issues/2054.html">2054</a></td>
12156 <td>DRWP</td>
12157 <td>Missing description of class SFINAE</td>
12158 <td class="unknown" align="center">Unknown</td>
12159 </tr>
12160 <tr class="open" id="2055">
12161 <td><a href="https://cplusplus.github.io/CWG/issues/2055.html">2055</a></td>
12162 <td>drafting</td>
12163 <td>Explicitly-specified non-deduced parameter packs</td>
12164 <td align="center">Not resolved</td>
12165 </tr>
12166 <tr class="open" id="2056">
12167 <td><a href="https://cplusplus.github.io/CWG/issues/2056.html">2056</a></td>
12168 <td>drafting</td>
12169 <td>Member function calls in partially-initialized class objects</td>
12170 <td align="center">Not resolved</td>
12171 </tr>
12172 <tr class="open" id="2057">
12173 <td><a href="https://cplusplus.github.io/CWG/issues/2057.html">2057</a></td>
12174 <td>drafting</td>
12175 <td>Template template arguments with default arguments</td>
12176 <td align="center">Not resolved</td>
12177 </tr>
12178 <tr id="2058">
12179 <td><a href="https://cplusplus.github.io/CWG/issues/2058.html">2058</a></td>
12180 <td>CD6</td>
12181 <td>More errors from internal-linkage namespaces</td>
12182 <td class="unknown" align="center">Unknown</td>
12183 </tr>
12184 <tr id="2059">
12185 <td><a href="https://cplusplus.github.io/CWG/issues/2059.html">2059</a></td>
12186 <td>CD5</td>
12187 <td>Linkage and deduced return types</td>
12188 <td class="unknown" align="center">Unknown</td>
12189 </tr>
12190 <tr id="2060">
12191 <td><a href="https://cplusplus.github.io/CWG/issues/2060.html">2060</a></td>
12192 <td>NAD</td>
12193 <td>Deduced return type for explicit specialization</td>
12194 <td class="unknown" align="center">Unknown</td>
12195 </tr>
12196 <tr id="2061">
12197 <td><a href="https://cplusplus.github.io/CWG/issues/2061.html">2061</a></td>
12198 <td>CD4</td>
12199 <td>Inline namespace after simplifications</td>
12200 <td class="full" align="center">Yes</td>
12201 </tr>
12202 <tr id="2062">
12203 <td><a href="https://cplusplus.github.io/CWG/issues/2062.html">2062</a></td>
12204 <td>CD6</td>
12205 <td>Class template redeclaration requirements</td>
12206 <td class="unknown" align="center">Unknown</td>
12207 </tr>
12208 <tr id="2063">
12209 <td><a href="https://cplusplus.github.io/CWG/issues/2063.html">2063</a></td>
12210 <td>CD4</td>
12211 <td>Type/nontype hiding in class scope</td>
12212 <td class="unknown" align="center">Unknown</td>
12213 </tr>
12214 <tr id="2064">
12215 <td><a href="https://cplusplus.github.io/CWG/issues/2064.html">2064</a></td>
12216 <td>CD4</td>
12217 <td>Conflicting specifications for dependent <I>decltype-specifier</I>s</td>
12218 <td class="unknown" align="center">Unknown</td>
12219 </tr>
12220 <tr id="2065">
12221 <td><a href="https://cplusplus.github.io/CWG/issues/2065.html">2065</a></td>
12222 <td>CD6</td>
12223 <td>Current instantiation of a partial specialization</td>
12224 <td class="unknown" align="center">Unknown</td>
12225 </tr>
12226 <tr id="2066">
12227 <td><a href="https://cplusplus.github.io/CWG/issues/2066.html">2066</a></td>
12228 <td>CD4</td>
12229 <td>Does type-dependent imply value-dependent?</td>
12230 <td class="unknown" align="center">Unknown</td>
12231 </tr>
12232 <tr class="open" id="2067">
12233 <td><a href="https://cplusplus.github.io/CWG/issues/2067.html">2067</a></td>
12234 <td>open</td>
12235 <td>Generated variadic templates requiring empty pack</td>
12236 <td align="center">Not resolved</td>
12237 </tr>
12238 <tr id="2068">
12239 <td><a href="https://cplusplus.github.io/CWG/issues/2068.html">2068</a></td>
12240 <td>CD4</td>
12241 <td>When can/must a defaulted virtual destructor be defined?</td>
12242 <td class="unknown" align="center">Unknown</td>
12243 </tr>
12244 <tr id="2069">
12245 <td><a href="https://cplusplus.github.io/CWG/issues/2069.html">2069</a></td>
12246 <td>CD4</td>
12247 <td>Do destructors have names?</td>
12248 <td class="unknown" align="center">Unknown</td>
12249 </tr>
12250 <tr id="2070">
12251 <td><a href="https://cplusplus.github.io/CWG/issues/2070.html">2070</a></td>
12252 <td>CD6</td>
12253 <td><I>using-declaration</I> with dependent <I>nested-name-specifier</I></td>
12254 <td class="unknown" align="center">Unknown</td>
12255 </tr>
12256 <tr id="2071">
12257 <td><a href="https://cplusplus.github.io/CWG/issues/2071.html">2071</a></td>
12258 <td>CD4</td>
12259 <td><TT>typedef</TT> with no declarator</td>
12260 <td class="unknown" align="center">Unknown</td>
12261 </tr>
12262 <tr id="2072">
12263 <td><a href="https://cplusplus.github.io/CWG/issues/2072.html">2072</a></td>
12264 <td>C++23</td>
12265 <td>Default argument instantiation for member functions of templates</td>
12266 <td class="unknown" align="center">Unknown</td>
12267 </tr>
12268 <tr class="open" id="2073">
12269 <td><a href="https://cplusplus.github.io/CWG/issues/2073.html">2073</a></td>
12270 <td>drafting</td>
12271 <td>Allocating memory for exception objects</td>
12272 <td align="center">Not resolved</td>
12273 </tr>
12274 <tr class="open" id="2074">
12275 <td><a href="https://cplusplus.github.io/CWG/issues/2074.html">2074</a></td>
12276 <td>drafting</td>
12277 <td>Type-dependence of local class of function template</td>
12278 <td align="center">Not resolved</td>
12279 </tr>
12280 <tr id="2075">
12281 <td><a href="https://cplusplus.github.io/CWG/issues/2075.html">2075</a></td>
12282 <td>CD4</td>
12283 <td>Passing short initializer lists to array reference parameters</td>
12284 <td class="unknown" align="center">Unknown</td>
12285 </tr>
12286 <tr id="2076">
12287 <td><a href="https://cplusplus.github.io/CWG/issues/2076.html">2076</a></td>
12288 <td>CD4</td>
12289 <td>List-initialization of arguments for constructor parameters</td>
12290 <td class="full" align="center">Clang 13</td>
12291 </tr>
12292 <tr class="open" id="2077">
12293 <td><a href="https://cplusplus.github.io/CWG/issues/2077.html">2077</a></td>
12294 <td>drafting</td>
12295 <td>Overload resolution and invalid rvalue-reference initialization</td>
12296 <td align="center">Not resolved</td>
12297 </tr>
12298 <tr id="2078">
12299 <td><a href="https://cplusplus.github.io/CWG/issues/2078.html">2078</a></td>
12300 <td>NAD</td>
12301 <td>Name lookup of <I>mem-initilizer-id</I></td>
12302 <td class="unknown" align="center">Unknown</td>
12303 </tr>
12304 <tr id="2079">
12305 <td><a href="https://cplusplus.github.io/CWG/issues/2079.html">2079</a></td>
12306 <td>CD4</td>
12307 <td><TT>[[</TT> appearing in a <I>balanced-token-seq</I></td>
12308 <td class="unknown" align="center">Unknown</td>
12309 </tr>
12310 <tr id="2080">
12311 <td><a href="https://cplusplus.github.io/CWG/issues/2080.html">2080</a></td>
12312 <td>CD5</td>
12313 <td>Example with empty anonymous union member</td>
12314 <td class="unknown" align="center">Unknown</td>
12315 </tr>
12316 <tr id="2081">
12317 <td><a href="https://cplusplus.github.io/CWG/issues/2081.html">2081</a></td>
12318 <td>CD5</td>
12319 <td>Deduced return type in redeclaration or specialization of function template</td>
12320 <td class="unknown" align="center">Unknown</td>
12321 </tr>
12322 <tr id="2082">
12323 <td><a href="https://cplusplus.github.io/CWG/issues/2082.html">2082</a></td>
12324 <td>CD4</td>
12325 <td>Referring to parameters in unevaluated operands of default arguments</td>
12326 <td class="full" align="center">Clang 11</td>
12327 </tr>
12328 <tr id="2083">
12329 <td><a href="https://cplusplus.github.io/CWG/issues/2083.html">2083</a></td>
12330 <td>CD5</td>
12331 <td>Incorrect cases of odr-use</td>
12332 <td class="partial" align="center">Partial</td>
12333 </tr>
12334 <tr id="2084">
12335 <td><a href="https://cplusplus.github.io/CWG/issues/2084.html">2084</a></td>
12336 <td>CD4</td>
12337 <td>NSDMIs and deleted union default constructors</td>
12338 <td class="unknown" align="center">Unknown</td>
12339 </tr>
12340 <tr id="2085">
12341 <td><a href="https://cplusplus.github.io/CWG/issues/2085.html">2085</a></td>
12342 <td>CD4</td>
12343 <td>Invalid example of adding special member function via default argument</td>
12344 <td class="unknown" align="center">Unknown</td>
12345 </tr>
12346 <tr class="open" id="2086">
12347 <td><a href="https://cplusplus.github.io/CWG/issues/2086.html">2086</a></td>
12348 <td>drafting</td>
12349 <td>Reference odr-use vs implicit capture</td>
12350 <td align="center">Not resolved</td>
12351 </tr>
12352 <tr id="2087">
12353 <td><a href="https://cplusplus.github.io/CWG/issues/2087.html">2087</a></td>
12354 <td>NAD</td>
12355 <td>Left shift of negative value by zero bits</td>
12356 <td class="unknown" align="center">Unknown</td>
12357 </tr>
12358 <tr id="2088">
12359 <td><a href="https://cplusplus.github.io/CWG/issues/2088.html">2088</a></td>
12360 <td>CD5</td>
12361 <td>Late tiebreakers in partial ordering</td>
12362 <td class="unknown" align="center">Unknown</td>
12363 </tr>
12364 <tr class="open" id="2089">
12365 <td><a href="https://cplusplus.github.io/CWG/issues/2089.html">2089</a></td>
12366 <td>drafting</td>
12367 <td>Restricting selection of builtin overloaded operators</td>
12368 <td align="center">Not resolved</td>
12369 </tr>
12370 <tr class="open" id="2090">
12371 <td><a href="https://cplusplus.github.io/CWG/issues/2090.html">2090</a></td>
12372 <td>drafting</td>
12373 <td>Dependency via non-dependent base class</td>
12374 <td align="center">Not resolved</td>
12375 </tr>
12376 <tr id="2091">
12377 <td><a href="https://cplusplus.github.io/CWG/issues/2091.html">2091</a></td>
12378 <td>CD4</td>
12379 <td>Deducing reference non-type template arguments</td>
12380 <td class="full" align="center">Clang 10</td>
12381 </tr>
12382 <tr id="2092">
12383 <td><a href="https://cplusplus.github.io/CWG/issues/2092.html">2092</a></td>
12384 <td>CD5</td>
12385 <td>Deduction failure and overload resolution</td>
12386 <td class="unknown" align="center">Unknown</td>
12387 </tr>
12388 <tr id="2093">
12389 <td><a href="https://cplusplus.github.io/CWG/issues/2093.html">2093</a></td>
12390 <td>CD4</td>
12391 <td>Qualification conversion for pointer-to-member handler matching</td>
12392 <td class="unknown" align="center">Unknown</td>
12393 </tr>
12394 <tr id="2094">
12395 <td><a href="https://cplusplus.github.io/CWG/issues/2094.html">2094</a></td>
12396 <td>C++17</td>
12397 <td>Trivial copy/move constructor for class with volatile member</td>
12398 <td class="full" align="center">Clang 5</td>
12399 </tr>
12400 <tr id="2095">
12401 <td><a href="https://cplusplus.github.io/CWG/issues/2095.html">2095</a></td>
12402 <td>CD4</td>
12403 <td>Capturing rvalue references to functions by copy</td>
12404 <td class="unknown" align="center">Unknown</td>
12405 </tr>
12406 <tr id="2096">
12407 <td><a href="https://cplusplus.github.io/CWG/issues/2096.html">2096</a></td>
12408 <td>CD4</td>
12409 <td>Constraints on literal unions</td>
12410 <td class="full" align="center">Duplicate of <a href="#2598">2598</a></td>
12411 </tr>
12412 <tr class="open" id="2097">
12413 <td><a href="https://cplusplus.github.io/CWG/issues/2097.html">2097</a></td>
12414 <td>extension</td>
12415 <td>Lambdas and <TT>noreturn</TT> attribute</td>
12416 <td align="center">Extension</td>
12417 </tr>
12418 <tr id="2098">
12419 <td><a href="https://cplusplus.github.io/CWG/issues/2098.html">2098</a></td>
12420 <td>CD4</td>
12421 <td>Is <TT>uncaught_exceptions()</TT> per-thread?</td>
12422 <td class="unknown" align="center">Unknown</td>
12423 </tr>
12424 <tr id="2099">
12425 <td><a href="https://cplusplus.github.io/CWG/issues/2099.html">2099</a></td>
12426 <td>CD4</td>
12427 <td>Inferring the bound of an array static data member</td>
12428 <td class="unknown" align="center">Unknown</td>
12429 </tr>
12430 <tr id="2100">
12431 <td><a href="https://cplusplus.github.io/CWG/issues/2100.html">2100</a></td>
12432 <td>C++17</td>
12433 <td>Value-dependent address of static data member of class template</td>
12434 <td class="full" align="center">Clang 12</td>
12435 </tr>
12436 <tr id="2101">
12437 <td><a href="https://cplusplus.github.io/CWG/issues/2101.html">2101</a></td>
12438 <td>CD4</td>
12439 <td>Incorrect description of type- and value-dependence</td>
12440 <td class="unknown" align="center">Unknown</td>
12441 </tr>
12442 <tr id="2102">
12443 <td><a href="https://cplusplus.github.io/CWG/issues/2102.html">2102</a></td>
12444 <td>DRWP</td>
12445 <td>Constructor checking in <I>new-expression</I></td>
12446 <td class="unknown" align="center">Unknown</td>
12447 </tr>
12448 <tr id="2103">
12449 <td><a href="https://cplusplus.github.io/CWG/issues/2103.html">2103</a></td>
12450 <td>CD5</td>
12451 <td>Lvalue-to-rvalue conversion is irrelevant in odr-use of a reference</td>
12452 <td class="full" align="center">Yes</td>
12453 </tr>
12454 <tr id="2104">
12455 <td><a href="https://cplusplus.github.io/CWG/issues/2104.html">2104</a></td>
12456 <td>CD4</td>
12457 <td>Internal-linkage <TT>constexpr</TT> references and ODR requirements</td>
12458 <td class="unknown" align="center">Unknown</td>
12459 </tr>
12460 <tr class="open" id="2105">
12461 <td><a href="https://cplusplus.github.io/CWG/issues/2105.html">2105</a></td>
12462 <td>open</td>
12463 <td>When do the arguments for a parameter pack end?</td>
12464 <td align="center">Not resolved</td>
12465 </tr>
12466 <tr id="2106">
12467 <td><a href="https://cplusplus.github.io/CWG/issues/2106.html">2106</a></td>
12468 <td>CD4</td>
12469 <td>Unclear restrictions on use of function-type template arguments</td>
12470 <td class="unknown" align="center">Unknown</td>
12471 </tr>
12472 <tr id="2107">
12473 <td><a href="https://cplusplus.github.io/CWG/issues/2107.html">2107</a></td>
12474 <td>CD4</td>
12475 <td>Lifetime of temporaries for default arguments in array copying</td>
12476 <td class="unknown" align="center">Unknown</td>
12477 </tr>
12478 <tr class="open" id="2108">
12479 <td><a href="https://cplusplus.github.io/CWG/issues/2108.html">2108</a></td>
12480 <td>drafting</td>
12481 <td>Conversions to non-class prvalues in reference initialization</td>
12482 <td align="center">Not resolved</td>
12483 </tr>
12484 <tr id="2109">
12485 <td><a href="https://cplusplus.github.io/CWG/issues/2109.html">2109</a></td>
12486 <td>CD4</td>
12487 <td>Value dependence underspecified</td>
12488 <td class="unknown" align="center">Unknown</td>
12489 </tr>
12490 <tr class="open" id="2110">
12491 <td><a href="https://cplusplus.github.io/CWG/issues/2110.html">2110</a></td>
12492 <td>drafting</td>
12493 <td>Overload resolution for base class conversion and reference/non-reference</td>
12494 <td align="center">Not resolved</td>
12495 </tr>
12496 <tr id="2111">
12497 <td><a href="https://cplusplus.github.io/CWG/issues/2111.html">2111</a></td>
12498 <td>NAD</td>
12499 <td>Array temporaries in reference binding</td>
12500 <td class="unknown" align="center">Unknown</td>
12501 </tr>
12502 <tr id="2112">
12503 <td><a href="https://cplusplus.github.io/CWG/issues/2112.html">2112</a></td>
12504 <td>CD5</td>
12505 <td><TT>new auto{x}</TT></td>
12506 <td class="unknown" align="center">Unknown</td>
12507 </tr>
12508 <tr id="2113">
12509 <td><a href="https://cplusplus.github.io/CWG/issues/2113.html">2113</a></td>
12510 <td>CD4</td>
12511 <td>Incompete specification of types for declarators</td>
12512 <td class="unknown" align="center">Unknown</td>
12513 </tr>
12514 <tr id="2114">
12515 <td><a href="https://cplusplus.github.io/CWG/issues/2114.html">2114</a></td>
12516 <td>CD3</td>
12517 <td>Missing description of incompatibility from aggregate NSDMIs</td>
12518 <td class="unknown" align="center">Unknown</td>
12519 </tr>
12520 <tr class="open" id="2115">
12521 <td><a href="https://cplusplus.github.io/CWG/issues/2115.html">2115</a></td>
12522 <td>drafting</td>
12523 <td>Order of implicit destruction vs release of automatic storage</td>
12524 <td align="center">Not resolved</td>
12525 </tr>
12526 <tr id="2116">
12527 <td><a href="https://cplusplus.github.io/CWG/issues/2116.html">2116</a></td>
12528 <td>C++17</td>
12529 <td>Direct or copy initialization for omitted aggregate initializers</td>
12530 <td class="unknown" align="center">Unknown</td>
12531 </tr>
12532 <tr class="open" id="2117">
12533 <td><a href="https://cplusplus.github.io/CWG/issues/2117.html">2117</a></td>
12534 <td>drafting</td>
12535 <td>Explicit specializations and <TT>constexpr</TT> function templates</td>
12536 <td align="center">Not resolved</td>
12537 </tr>
12538 <tr class="open" id="2118">
12539 <td><a href="https://cplusplus.github.io/CWG/issues/2118.html">2118</a></td>
12540 <td>open</td>
12541 <td>Stateful metaprogramming via friend injection</td>
12542 <td align="center">Not resolved</td>
12543 </tr>
12544 <tr id="2119">
12545 <td><a href="https://cplusplus.github.io/CWG/issues/2119.html">2119</a></td>
12546 <td>NAD</td>
12547 <td>Disambiguation of multi-level covariant return type</td>
12548 <td class="unknown" align="center">Unknown</td>
12549 </tr>
12550 <tr id="2120">
12551 <td><a href="https://cplusplus.github.io/CWG/issues/2120.html">2120</a></td>
12552 <td>CD4</td>
12553 <td>Array as first non-static data member in standard-layout class</td>
12554 <td class="full" align="center">Clang 7</td>
12555 </tr>
12556 <tr id="2121">
12557 <td><a href="https://cplusplus.github.io/CWG/issues/2121.html">2121</a></td>
12558 <td>CD6</td>
12559 <td>More flexible lambda syntax</td>
12560 <td class="unknown" align="center">Unknown</td>
12561 </tr>
12562 <tr id="2122">
12563 <td><a href="https://cplusplus.github.io/CWG/issues/2122.html">2122</a></td>
12564 <td>CD4</td>
12565 <td>Glvalues of <TT>void</TT> type</td>
12566 <td class="unknown" align="center">Unknown</td>
12567 </tr>
12568 <tr class="open" id="2123">
12569 <td><a href="https://cplusplus.github.io/CWG/issues/2123.html">2123</a></td>
12570 <td>open</td>
12571 <td>Omitted constant initialization of local static variables</td>
12572 <td align="center">Not resolved</td>
12573 </tr>
12574 <tr id="2124">
12575 <td><a href="https://cplusplus.github.io/CWG/issues/2124.html">2124</a></td>
12576 <td>CD4</td>
12577 <td>Signature of constructor template</td>
12578 <td class="unknown" align="center">Unknown</td>
12579 </tr>
12580 <tr id="2125">
12581 <td><a href="https://cplusplus.github.io/CWG/issues/2125.html">2125</a></td>
12582 <td>NAD</td>
12583 <td>Copy elision and comma operator</td>
12584 <td class="unknown" align="center">Unknown</td>
12585 </tr>
12586 <tr id="2126">
12587 <td><a href="https://cplusplus.github.io/CWG/issues/2126.html">2126</a></td>
12588 <td>C++20</td>
12589 <td>Lifetime-extended temporaries in constant expressions</td>
12590 <td class="full" align="center">Clang 12</td>
12591 </tr>
12592 <tr class="open" id="2127">
12593 <td><a href="https://cplusplus.github.io/CWG/issues/2127.html">2127</a></td>
12594 <td>drafting</td>
12595 <td>Partial specialization and nullptr</td>
12596 <td align="center">Not resolved</td>
12597 </tr>
12598 <tr class="open" id="2128">
12599 <td><a href="https://cplusplus.github.io/CWG/issues/2128.html">2128</a></td>
12600 <td>drafting</td>
12601 <td>Imprecise rule for reference member initializer</td>
12602 <td align="center">Not resolved</td>
12603 </tr>
12604 <tr id="2129">
12605 <td><a href="https://cplusplus.github.io/CWG/issues/2129.html">2129</a></td>
12606 <td>CD4</td>
12607 <td>Non-object prvalues and constant expressions</td>
12608 <td class="unknown" align="center">Unknown</td>
12609 </tr>
12610 <tr id="2130">
12611 <td><a href="https://cplusplus.github.io/CWG/issues/2130.html">2130</a></td>
12612 <td>CD4</td>
12613 <td>Over-aligned types in <I>new-expression</I>s</td>
12614 <td class="unknown" align="center">Unknown</td>
12615 </tr>
12616 <tr class="open" id="2131">
12617 <td><a href="https://cplusplus.github.io/CWG/issues/2131.html">2131</a></td>
12618 <td>drafting</td>
12619 <td>Ambiguity with <I>opaque-enum-declaration</I></td>
12620 <td align="center">Not resolved</td>
12621 </tr>
12622 <tr id="2132">
12623 <td><a href="https://cplusplus.github.io/CWG/issues/2132.html">2132</a></td>
12624 <td>NAD</td>
12625 <td>Deprecated default generated copy constructors</td>
12626 <td class="unknown" align="center">Unknown</td>
12627 </tr>
12628 <tr id="2133">
12629 <td><a href="https://cplusplus.github.io/CWG/issues/2133.html">2133</a></td>
12630 <td>CD5</td>
12631 <td>Converting <TT>std::nullptr_t</TT> to <TT>bool</TT></td>
12632 <td class="unknown" align="center">Unknown</td>
12633 </tr>
12634 <tr id="2134">
12635 <td><a href="https://cplusplus.github.io/CWG/issues/2134.html">2134</a></td>
12636 <td>NAD</td>
12637 <td>Objectless references to non-static member functions</td>
12638 <td class="unknown" align="center">Unknown</td>
12639 </tr>
12640 <tr id="2135">
12641 <td><a href="https://cplusplus.github.io/CWG/issues/2135.html">2135</a></td>
12642 <td>NAD</td>
12643 <td><I>mem-initializer</I>s for virtual bases of abstract classes</td>
12644 <td class="unknown" align="center">Unknown</td>
12645 </tr>
12646 <tr id="2136">
12647 <td><a href="https://cplusplus.github.io/CWG/issues/2136.html">2136</a></td>
12648 <td>NAD</td>
12649 <td>Argument-dependent lookup and initializer lists</td>
12650 <td class="unknown" align="center">Unknown</td>
12651 </tr>
12652 <tr id="2137">
12653 <td><a href="https://cplusplus.github.io/CWG/issues/2137.html">2137</a></td>
12654 <td>CD4</td>
12655 <td>List-initialization from object of same type</td>
12656 <td class="unreleased" align="center">Clang 20</td>
12657 </tr>
12658 <tr id="2138">
12659 <td><a href="https://cplusplus.github.io/CWG/issues/2138.html">2138</a></td>
12660 <td>NAD</td>
12661 <td>Explicit member specialization vs implicit instantiation</td>
12662 <td class="unknown" align="center">Unknown</td>
12663 </tr>
12664 <tr id="2139">
12665 <td><a href="https://cplusplus.github.io/CWG/issues/2139.html">2139</a></td>
12666 <td>NAD</td>
12667 <td>Floating-point requirements for integer representation</td>
12668 <td class="unknown" align="center">Unknown</td>
12669 </tr>
12670 <tr id="2140">
12671 <td><a href="https://cplusplus.github.io/CWG/issues/2140.html">2140</a></td>
12672 <td>CD4</td>
12673 <td>Lvalue-to-rvalue conversion of <TT>std::nullptr_t</TT></td>
12674 <td class="full" align="center">Clang 9</td>
12675 </tr>
12676 <tr id="2141">
12677 <td><a href="https://cplusplus.github.io/CWG/issues/2141.html">2141</a></td>
12678 <td>CD4</td>
12679 <td>Ambiguity in <I>new-expression</I> with <I>elaborated-type-specifier</I></td>
12680 <td class="full" align="center">Clang 17</td>
12681 </tr>
12682 <tr id="2142">
12683 <td><a href="https://cplusplus.github.io/CWG/issues/2142.html">2142</a></td>
12684 <td>NAD</td>
12685 <td>Missing definition of associated classes and namespaces</td>
12686 <td class="unknown" align="center">Unknown</td>
12687 </tr>
12688 <tr id="2143">
12689 <td><a href="https://cplusplus.github.io/CWG/issues/2143.html">2143</a></td>
12690 <td>C++17</td>
12691 <td>Value-dependency via injected-class-name</td>
12692 <td class="unknown" align="center">Unknown</td>
12693 </tr>
12694 <tr id="2144">
12695 <td><a href="https://cplusplus.github.io/CWG/issues/2144.html">2144</a></td>
12696 <td>DR</td>
12697 <td>Function/variable declaration ambiguity</td>
12698 <td class="unknown" align="center">Unknown</td>
12699 </tr>
12700 <tr id="2145">
12701 <td><a href="https://cplusplus.github.io/CWG/issues/2145.html">2145</a></td>
12702 <td>CD4</td>
12703 <td>Parenthesized declarator in function definition</td>
12704 <td class="unknown" align="center">Unknown</td>
12705 </tr>
12706 <tr id="2146">
12707 <td><a href="https://cplusplus.github.io/CWG/issues/2146.html">2146</a></td>
12708 <td>CD4</td>
12709 <td>Scalar object vs memory location in definition of &#8220;unsequenced&#8221;</td>
12710 <td class="unknown" align="center">Unknown</td>
12711 </tr>
12712 <tr id="2147">
12713 <td><a href="https://cplusplus.github.io/CWG/issues/2147.html">2147</a></td>
12714 <td>CD4</td>
12715 <td>Initializer-list arguments and pack deduction</td>
12716 <td class="unknown" align="center">Unknown</td>
12717 </tr>
12718 <tr class="open" id="2148">
12719 <td><a href="https://cplusplus.github.io/CWG/issues/2148.html">2148</a></td>
12720 <td>drafting</td>
12721 <td>Thread storage duration and order of initialization</td>
12722 <td align="center">Not resolved</td>
12723 </tr>
12724 <tr id="2149">
12725 <td><a href="https://cplusplus.github.io/CWG/issues/2149.html">2149</a></td>
12726 <td>DRWP</td>
12727 <td>Brace elision and array length deduction</td>
12728 <td class="full" align="center">Clang 3.1</td>
12729 </tr>
12730 <tr id="2150">
12731 <td><a href="https://cplusplus.github.io/CWG/issues/2150.html">2150</a></td>
12732 <td>CD3</td>
12733 <td>Initializer list array lifetime</td>
12734 <td class="unknown" align="center">Unknown</td>
12735 </tr>
12736 <tr id="2151">
12737 <td><a href="https://cplusplus.github.io/CWG/issues/2151.html">2151</a></td>
12738 <td>CD4</td>
12739 <td>Exception object is not created</td>
12740 <td class="unknown" align="center">Unknown</td>
12741 </tr>
12742 <tr id="2152">
12743 <td><a href="https://cplusplus.github.io/CWG/issues/2152.html">2152</a></td>
12744 <td>NAD</td>
12745 <td>Can an alternative token be used as a <I>ud-suffix</I>?</td>
12746 <td class="unknown" align="center">Unknown</td>
12747 </tr>
12748 <tr id="2153">
12749 <td><a href="https://cplusplus.github.io/CWG/issues/2153.html">2153</a></td>
12750 <td>CD4</td>
12751 <td><I>pure-specifier</I> in friend declaration</td>
12752 <td class="unknown" align="center">Unknown</td>
12753 </tr>
12754 <tr id="2154">
12755 <td><a href="https://cplusplus.github.io/CWG/issues/2154.html">2154</a></td>
12756 <td>CD4</td>
12757 <td>Ambiguity of <I>pure-specifier</I></td>
12758 <td class="unknown" align="center">Unknown</td>
12759 </tr>
12760 <tr id="2155">
12761 <td><a href="https://cplusplus.github.io/CWG/issues/2155.html">2155</a></td>
12762 <td>C++17</td>
12763 <td>Defining classes and enumerations via <I>using-declaration</I>s</td>
12764 <td class="unknown" align="center">Unknown</td>
12765 </tr>
12766 <tr id="2156">
12767 <td><a href="https://cplusplus.github.io/CWG/issues/2156.html">2156</a></td>
12768 <td>CD4</td>
12769 <td>Definition of enumeration declared by <I>using-declaration</I></td>
12770 <td class="unknown" align="center">Unknown</td>
12771 </tr>
12772 <tr id="2157">
12773 <td><a href="https://cplusplus.github.io/CWG/issues/2157.html">2157</a></td>
12774 <td>CD4</td>
12775 <td>Further disambiguation of enumeration <I>elaborated-type-specifier</I></td>
12776 <td class="full" align="center">Clang 11</td>
12777 </tr>
12778 <tr class="open" id="2158">
12779 <td><a href="https://cplusplus.github.io/CWG/issues/2158.html">2158</a></td>
12780 <td>drafting</td>
12781 <td>Polymorphic behavior during destruction</td>
12782 <td align="center">Not resolved</td>
12783 </tr>
12784 <tr id="2159">
12785 <td><a href="https://cplusplus.github.io/CWG/issues/2159.html">2159</a></td>
12786 <td>NAD</td>
12787 <td>Lambda capture and local <TT>thread_local</TT> variables</td>
12788 <td class="unknown" align="center">Unknown</td>
12789 </tr>
12790 <tr class="open" id="2160">
12791 <td><a href="https://cplusplus.github.io/CWG/issues/2160.html">2160</a></td>
12792 <td>open</td>
12793 <td>Issues with partial ordering</td>
12794 <td align="center">Not resolved</td>
12795 </tr>
12796 <tr id="2161">
12797 <td><a href="https://cplusplus.github.io/CWG/issues/2161.html">2161</a></td>
12798 <td>NAD</td>
12799 <td>Explicit instantiation declaration and &#8220;preceding initialization&#8221;</td>
12800 <td class="unknown" align="center">Unknown</td>
12801 </tr>
12802 <tr id="2162">
12803 <td><a href="https://cplusplus.github.io/CWG/issues/2162.html">2162</a></td>
12804 <td>CD3</td>
12805 <td>Capturing <TT>this</TT> by reference</td>
12806 <td class="unknown" align="center">Unknown</td>
12807 </tr>
12808 <tr id="2163">
12809 <td><a href="https://cplusplus.github.io/CWG/issues/2163.html">2163</a></td>
12810 <td>CD4</td>
12811 <td>Labels in <TT>constexpr</TT> functions</td>
12812 <td class="unknown" align="center">Unknown</td>
12813 </tr>
12814 <tr id="2164">
12815 <td><a href="https://cplusplus.github.io/CWG/issues/2164.html">2164</a></td>
12816 <td>CD5</td>
12817 <td>Name hiding and <I>using-directive</I>s</td>
12818 <td class="unknown" align="center">Unknown</td>
12819 </tr>
12820 <tr id="2165">
12821 <td><a href="https://cplusplus.github.io/CWG/issues/2165.html">2165</a></td>
12822 <td>CD6</td>
12823 <td>Namespaces, declarative regions, and translation units</td>
12824 <td class="na" align="center">N/A</td>
12825 </tr>
12826 <tr class="open" id="2166">
12827 <td><a href="https://cplusplus.github.io/CWG/issues/2166.html">2166</a></td>
12828 <td>drafting</td>
12829 <td>Unclear meaning of &#8220;undefined <TT>constexpr</TT> function&#8221;</td>
12830 <td align="center">Not resolved</td>
12831 </tr>
12832 <tr id="2167">
12833 <td><a href="https://cplusplus.github.io/CWG/issues/2167.html">2167</a></td>
12834 <td>CD4</td>
12835 <td>Non-member references with lifetimes within the current evaluation</td>
12836 <td class="unknown" align="center">Unknown</td>
12837 </tr>
12838 <tr class="open" id="2168">
12839 <td><a href="https://cplusplus.github.io/CWG/issues/2168.html">2168</a></td>
12840 <td>open</td>
12841 <td>Narrowing conversions and +/- infinity</td>
12842 <td align="center">Not resolved</td>
12843 </tr>
12844 <tr class="open" id="2169">
12845 <td><a href="https://cplusplus.github.io/CWG/issues/2169.html">2169</a></td>
12846 <td>open</td>
12847 <td>Narrowing conversions and overload resolution</td>
12848 <td align="center">Not resolved</td>
12849 </tr>
12850 <tr id="2170">
12851 <td><a href="https://cplusplus.github.io/CWG/issues/2170.html">2170</a></td>
12852 <td>CD5</td>
12853 <td>Unclear definition of odr-use for arrays</td>
12854 <td class="full" align="center">Clang 9</td>
12855 </tr>
12856 <tr id="2171">
12857 <td><a href="https://cplusplus.github.io/CWG/issues/2171.html">2171</a></td>
12858 <td>CD4</td>
12859 <td>Triviality of copy constructor with less-qualified parameter</td>
12860 <td class="full" align="center">Clang 15</td>
12861 </tr>
12862 <tr class="open" id="2172">
12863 <td><a href="https://cplusplus.github.io/CWG/issues/2172.html">2172</a></td>
12864 <td>drafting</td>
12865 <td>Multiple exceptions with one exception object</td>
12866 <td align="center">Not resolved</td>
12867 </tr>
12868 <tr class="open" id="2173">
12869 <td><a href="https://cplusplus.github.io/CWG/issues/2173.html">2173</a></td>
12870 <td>open</td>
12871 <td>Partial specialization with non-deduced contexts</td>
12872 <td align="center">Not resolved</td>
12873 </tr>
12874 <tr id="2174">
12875 <td><a href="https://cplusplus.github.io/CWG/issues/2174.html">2174</a></td>
12876 <td>C++17</td>
12877 <td>Unclear rules for friend definitions in templates</td>
12878 <td class="unknown" align="center">Unknown</td>
12879 </tr>
12880 <tr id="2175">
12881 <td><a href="https://cplusplus.github.io/CWG/issues/2175.html">2175</a></td>
12882 <td>CD4</td>
12883 <td>Ambiguity with attribute in conversion operator declaration</td>
12884 <td class="unknown" align="center">Unknown</td>
12885 </tr>
12886 <tr id="2176">
12887 <td><a href="https://cplusplus.github.io/CWG/issues/2176.html">2176</a></td>
12888 <td>CD4</td>
12889 <td>Destroying the returned object when a destructor throws</td>
12890 <td class="unknown" align="center">Unknown</td>
12891 </tr>
12892 <tr id="2177">
12893 <td><a href="https://cplusplus.github.io/CWG/issues/2177.html">2177</a></td>
12894 <td>CD5</td>
12895 <td>Placement <TT>operator delete</TT> and parameter copies</td>
12896 <td class="unknown" align="center">Unknown</td>
12897 </tr>
12898 <tr id="2178">
12899 <td><a href="https://cplusplus.github.io/CWG/issues/2178.html">2178</a></td>
12900 <td>NAD</td>
12901 <td>Substitution of dependent template arguments in default template arguments</td>
12902 <td class="unknown" align="center">Unknown</td>
12903 </tr>
12904 <tr class="open" id="2179">
12905 <td><a href="https://cplusplus.github.io/CWG/issues/2179.html">2179</a></td>
12906 <td>drafting</td>
12907 <td>Required diagnostic for partial specialization after first use</td>
12908 <td align="center">Not resolved</td>
12909 </tr>
12910 <tr id="2180">
12911 <td><a href="https://cplusplus.github.io/CWG/issues/2180.html">2180</a></td>
12912 <td>CD4</td>
12913 <td>Virtual bases in destructors and defaulted assignment operators</td>
12914 <td class="full" align="center">Yes</td>
12915 </tr>
12916 <tr id="2181">
12917 <td><a href="https://cplusplus.github.io/CWG/issues/2181.html">2181</a></td>
12918 <td>C++20</td>
12919 <td>Normative requirements in an informative Annex</td>
12920 <td class="unknown" align="center">Unknown</td>
12921 </tr>
12922 <tr class="open" id="2182">
12923 <td><a href="https://cplusplus.github.io/CWG/issues/2182.html">2182</a></td>
12924 <td>drafting</td>
12925 <td>Pointer arithmetic in array-like containers</td>
12926 <td align="center">Not resolved</td>
12927 </tr>
12928 <tr id="2183">
12929 <td><a href="https://cplusplus.github.io/CWG/issues/2183.html">2183</a></td>
12930 <td>NAD</td>
12931 <td>Problems in description of potential exceptions</td>
12932 <td class="unknown" align="center">Unknown</td>
12933 </tr>
12934 <tr id="2184">
12935 <td><a href="https://cplusplus.github.io/CWG/issues/2184.html">2184</a></td>
12936 <td>CD4</td>
12937 <td>Missing C compatibility entry for decrement of <TT>bool</TT></td>
12938 <td class="unknown" align="center">Unknown</td>
12939 </tr>
12940 <tr id="2185">
12941 <td><a href="https://cplusplus.github.io/CWG/issues/2185.html">2185</a></td>
12942 <td>CD6</td>
12943 <td>Cv-qualified numeric types</td>
12944 <td class="unknown" align="center">Unknown</td>
12945 </tr>
12946 <tr id="2186">
12947 <td><a href="https://cplusplus.github.io/CWG/issues/2186.html">2186</a></td>
12948 <td>C++20</td>
12949 <td>Unclear point that &#8220;preceding initialization&#8221; must precede</td>
12950 <td class="unknown" align="center">Unknown</td>
12951 </tr>
12952 <tr class="open" id="2187">
12953 <td><a href="https://cplusplus.github.io/CWG/issues/2187.html">2187</a></td>
12954 <td>drafting</td>
12955 <td>Protected members and access via <I>qualified-id</I></td>
12956 <td align="center">Not resolved</td>
12957 </tr>
12958 <tr class="open" id="2188">
12959 <td><a href="https://cplusplus.github.io/CWG/issues/2188.html">2188</a></td>
12960 <td>open</td>
12961 <td><I>empty-declaration</I> grammar ambiguity</td>
12962 <td align="center">Not resolved</td>
12963 </tr>
12964 <tr class="open" id="2189">
12965 <td><a href="https://cplusplus.github.io/CWG/issues/2189.html">2189</a></td>
12966 <td>open</td>
12967 <td>Surrogate call template</td>
12968 <td align="center">Not resolved</td>
12969 </tr>
12970 <tr class="open" id="2190">
12971 <td><a href="https://cplusplus.github.io/CWG/issues/2190.html">2190</a></td>
12972 <td>open</td>
12973 <td>Insufficient specification of <TT>__has_include</TT></td>
12974 <td align="center">Not resolved</td>
12975 </tr>
12976 <tr id="2191">
12977 <td><a href="https://cplusplus.github.io/CWG/issues/2191.html">2191</a></td>
12978 <td>C++17</td>
12979 <td>Incorrect result for <TT>noexcept(typeid(v))</TT></td>
12980 <td class="full" align="center">Clang 19</td>
12981 </tr>
12982 <tr class="open" id="2192">
12983 <td><a href="https://cplusplus.github.io/CWG/issues/2192.html">2192</a></td>
12984 <td>open</td>
12985 <td>Constant expressions and order-of-eval undefined behavior</td>
12986 <td align="center">Not resolved</td>
12987 </tr>
12988 <tr id="2193">
12989 <td><a href="https://cplusplus.github.io/CWG/issues/2193.html">2193</a></td>
12990 <td>NAD</td>
12991 <td><TT>numeric_limits&lt;int&gt;::radix</TT> and <TT>digits</TT></td>
12992 <td class="unknown" align="center">Unknown</td>
12993 </tr>
12994 <tr class="open" id="2194">
12995 <td><a href="https://cplusplus.github.io/CWG/issues/2194.html">2194</a></td>
12996 <td>drafting</td>
12997 <td>Impossible case in list initialization</td>
12998 <td align="center">Not resolved</td>
12999 </tr>
13000 <tr class="open" id="2195">
13001 <td><a href="https://cplusplus.github.io/CWG/issues/2195.html">2195</a></td>
13002 <td>open</td>
13003 <td>Unsolicited reading of trailing volatile members</td>
13004 <td align="center">Not resolved</td>
13005 </tr>
13006 <tr id="2196">
13007 <td><a href="https://cplusplus.github.io/CWG/issues/2196.html">2196</a></td>
13008 <td>C++17</td>
13009 <td>Zero-initialization with virtual base classes</td>
13010 <td class="unknown" align="center">Unknown</td>
13011 </tr>
13012 <tr id="2197">
13013 <td><a href="https://cplusplus.github.io/CWG/issues/2197.html">2197</a></td>
13014 <td>C++17</td>
13015 <td>Overload resolution and deleted special member functions</td>
13016 <td class="unknown" align="center">Unknown</td>
13017 </tr>
13018 <tr id="2198">
13019 <td><a href="https://cplusplus.github.io/CWG/issues/2198.html">2198</a></td>
13020 <td>C++17</td>
13021 <td>Linkage of enumerators</td>
13022 <td class="unknown" align="center">Unknown</td>
13023 </tr>
13024 <tr id="2199">
13025 <td><a href="https://cplusplus.github.io/CWG/issues/2199.html">2199</a></td>
13026 <td>CD6</td>
13027 <td>Typedefs and tags</td>
13028 <td class="full" align="center">Clang 3.8</td>
13029 </tr>
13030 <tr id="2200">
13031 <td><a href="https://cplusplus.github.io/CWG/issues/2200.html">2200</a></td>
13032 <td>NAD</td>
13033 <td>Conversions in template argument deduction</td>
13034 <td class="unknown" align="center">Unknown</td>
13035 </tr>
13036 <tr id="2201">
13037 <td><a href="https://cplusplus.github.io/CWG/issues/2201.html">2201</a></td>
13038 <td>C++17</td>
13039 <td>Cv-qualification of array types</td>
13040 <td class="unknown" align="center">Unknown</td>
13041 </tr>
13042 <tr class="open" id="2202">
13043 <td><a href="https://cplusplus.github.io/CWG/issues/2202.html">2202</a></td>
13044 <td>drafting</td>
13045 <td>When does default argument instantiation occur?</td>
13046 <td align="center">Not resolved</td>
13047 </tr>
13048 <tr class="open" id="2203">
13049 <td><a href="https://cplusplus.github.io/CWG/issues/2203.html">2203</a></td>
13050 <td>drafting</td>
13051 <td>Defaulted copy/move constructors and UDCs</td>
13052 <td align="center">Not resolved</td>
13053 </tr>
13054 <tr id="2204">
13055 <td><a href="https://cplusplus.github.io/CWG/issues/2204.html">2204</a></td>
13056 <td>NAD</td>
13057 <td>Naming delegated constructors</td>
13058 <td class="unknown" align="center">Unknown</td>
13059 </tr>
13060 <tr id="2205">
13061 <td><a href="https://cplusplus.github.io/CWG/issues/2205.html">2205</a></td>
13062 <td>C++17</td>
13063 <td>Restrictions on use of <TT>alignas</TT></td>
13064 <td class="unknown" align="center">Unknown</td>
13065 </tr>
13066 <tr id="2206">
13067 <td><a href="https://cplusplus.github.io/CWG/issues/2206.html">2206</a></td>
13068 <td>C++17</td>
13069 <td>Composite type of object and function pointers</td>
13070 <td class="unknown" align="center">Unknown</td>
13071 </tr>
13072 <tr id="2207">
13073 <td><a href="https://cplusplus.github.io/CWG/issues/2207.html">2207</a></td>
13074 <td>CD5</td>
13075 <td>Alignment of allocation function return value</td>
13076 <td class="unknown" align="center">Unknown</td>
13077 </tr>
13078 <tr id="2208">
13079 <td><a href="https://cplusplus.github.io/CWG/issues/2208.html">2208</a></td>
13080 <td>NAD</td>
13081 <td><I>static_assert-declaration</I> does not declare a member</td>
13082 <td class="unknown" align="center">Unknown</td>
13083 </tr>
13084 <tr id="2209">
13085 <td><a href="https://cplusplus.github.io/CWG/issues/2209.html">2209</a></td>
13086 <td>NAD</td>
13087 <td>Destruction of constructed array elements</td>
13088 <td class="unknown" align="center">Unknown</td>
13089 </tr>
13090 <tr id="2210">
13091 <td><a href="https://cplusplus.github.io/CWG/issues/2210.html">2210</a></td>
13092 <td>NAD</td>
13093 <td>Principal/target constructor confusion</td>
13094 <td class="unknown" align="center">Unknown</td>
13095 </tr>
13096 <tr id="2211">
13097 <td><a href="https://cplusplus.github.io/CWG/issues/2211.html">2211</a></td>
13098 <td>C++17</td>
13099 <td>Hiding by lambda captures and parameters</td>
13100 <td class="full" align="center">Clang 8</td>
13101 </tr>
13102 <tr id="2212">
13103 <td><a href="https://cplusplus.github.io/CWG/issues/2212.html">2212</a></td>
13104 <td>CD5</td>
13105 <td>Typedef changing linkage after use</td>
13106 <td class="unknown" align="center">Unknown</td>
13107 </tr>
13108 <tr id="2213">
13109 <td><a href="https://cplusplus.github.io/CWG/issues/2213.html">2213</a></td>
13110 <td>CD6</td>
13111 <td>Forward declaration of partial specializations</td>
13112 <td class="full" align="center">Yes</td>
13113 </tr>
13114 <tr id="2214">
13115 <td><a href="https://cplusplus.github.io/CWG/issues/2214.html">2214</a></td>
13116 <td>C++17</td>
13117 <td>Missing requirement on representation of integer values</td>
13118 <td class="unknown" align="center">Unknown</td>
13119 </tr>
13120 <tr id="2215">
13121 <td><a href="https://cplusplus.github.io/CWG/issues/2215.html">2215</a></td>
13122 <td>C++17</td>
13123 <td>Redundant description of language linkage in function call</td>
13124 <td class="unknown" align="center">Unknown</td>
13125 </tr>
13126 <tr id="2216">
13127 <td><a href="https://cplusplus.github.io/CWG/issues/2216.html">2216</a></td>
13128 <td>NAD</td>
13129 <td>Exception specifications in unevaluated contexts</td>
13130 <td class="unknown" align="center">Unknown</td>
13131 </tr>
13132 <tr id="2217">
13133 <td><a href="https://cplusplus.github.io/CWG/issues/2217.html">2217</a></td>
13134 <td>NAD</td>
13135 <td><TT>constexpr</TT> constructors for non-literal types</td>
13136 <td class="unknown" align="center">Unknown</td>
13137 </tr>
13138 <tr id="2218">
13139 <td><a href="https://cplusplus.github.io/CWG/issues/2218.html">2218</a></td>
13140 <td>C++17</td>
13141 <td>Ambiguity and namespace aliases</td>
13142 <td class="unknown" align="center">Unknown</td>
13143 </tr>
13144 <tr class="open" id="2219">
13145 <td><a href="https://cplusplus.github.io/CWG/issues/2219.html">2219</a></td>
13146 <td>drafting</td>
13147 <td>Dynamically-unreachable handlers</td>
13148 <td align="center">Not resolved</td>
13149 </tr>
13150 <tr id="2220">
13151 <td><a href="https://cplusplus.github.io/CWG/issues/2220.html">2220</a></td>
13152 <td>C++17</td>
13153 <td>Hiding index variable in range-based <TT>for</TT></td>
13154 <td class="unknown" align="center">Unknown</td>
13155 </tr>
13156 <tr id="2221">
13157 <td><a href="https://cplusplus.github.io/CWG/issues/2221.html">2221</a></td>
13158 <td>CD6</td>
13159 <td>Copying volatile objects</td>
13160 <td class="unknown" align="center">Unknown</td>
13161 </tr>
13162 <tr class="open" id="2222">
13163 <td><a href="https://cplusplus.github.io/CWG/issues/2222.html">2222</a></td>
13164 <td>drafting</td>
13165 <td>Additional contexts where instantiation is not required</td>
13166 <td align="center">Not resolved</td>
13167 </tr>
13168 <tr class="open" id="2223">
13169 <td><a href="https://cplusplus.github.io/CWG/issues/2223.html">2223</a></td>
13170 <td>drafting</td>
13171 <td>Multiple <TT>alignas</TT> specifiers</td>
13172 <td align="center">Not resolved</td>
13173 </tr>
13174 <tr id="2224">
13175 <td><a href="https://cplusplus.github.io/CWG/issues/2224.html">2224</a></td>
13176 <td>C++17</td>
13177 <td>Member subobjects and base-class casts</td>
13178 <td class="unknown" align="center">Unknown</td>
13179 </tr>
13180 <tr id="2225">
13181 <td><a href="https://cplusplus.github.io/CWG/issues/2225.html">2225</a></td>
13182 <td>NAD</td>
13183 <td><TT>reinterpret_cast</TT> to same floating-point type</td>
13184 <td class="unknown" align="center">Unknown</td>
13185 </tr>
13186 <tr id="2226">
13187 <td><a href="https://cplusplus.github.io/CWG/issues/2226.html">2226</a></td>
13188 <td>CD5</td>
13189 <td>Xvalues vs lvalues in conditional expressions</td>
13190 <td class="unknown" align="center">Unknown</td>
13191 </tr>
13192 <tr id="2227">
13193 <td><a href="https://cplusplus.github.io/CWG/issues/2227.html">2227</a></td>
13194 <td>CD5</td>
13195 <td>Destructor access and default member initializers</td>
13196 <td class="unknown" align="center">Unknown</td>
13197 </tr>
13198 <tr class="open" id="2228">
13199 <td><a href="https://cplusplus.github.io/CWG/issues/2228.html">2228</a></td>
13200 <td>open</td>
13201 <td>Ambiguity resolution for cast to function type</td>
13202 <td align="center">Not resolved</td>
13203 </tr>
13204 <tr id="2229">
13205 <td><a href="https://cplusplus.github.io/CWG/issues/2229.html">2229</a></td>
13206 <td>CD5</td>
13207 <td>Volatile unnamed bit-fields</td>
13208 <td class="full" align="center">Clang 7</td>
13209 </tr>
13210 <tr id="2230">
13211 <td><a href="https://cplusplus.github.io/CWG/issues/2230.html">2230</a></td>
13212 <td>NAD</td>
13213 <td>Linkage of <TT>extern "C"</TT> function in unnamed namespace</td>
13214 <td class="unknown" align="center">Unknown</td>
13215 </tr>
13216 <tr id="2231">
13217 <td><a href="https://cplusplus.github.io/CWG/issues/2231.html">2231</a></td>
13218 <td>NAD</td>
13219 <td>Class member access to static data member template</td>
13220 <td class="unknown" align="center">Unknown</td>
13221 </tr>
13222 <tr class="open" id="2232">
13223 <td><a href="https://cplusplus.github.io/CWG/issues/2232.html">2232</a></td>
13224 <td>open</td>
13225 <td><TT>thread_local</TT> anonymous unions</td>
13226 <td align="center">Not resolved</td>
13227 </tr>
13228 <tr id="2233">
13229 <td><a href="https://cplusplus.github.io/CWG/issues/2233.html">2233</a></td>
13230 <td>CD5</td>
13231 <td>Function parameter packs following default arguments</td>
13232 <td class="full" align="center">Clang 11</td>
13233 </tr>
13234 <tr id="2234">
13235 <td><a href="https://cplusplus.github.io/CWG/issues/2234.html">2234</a></td>
13236 <td>CD5</td>
13237 <td>Missing rules for <I>simple-template-id</I> as <I>class-name</I></td>
13238 <td class="unknown" align="center">Unknown</td>
13239 </tr>
13240 <tr id="2235">
13241 <td><a href="https://cplusplus.github.io/CWG/issues/2235.html">2235</a></td>
13242 <td>CD5</td>
13243 <td>Partial ordering and non-dependent types</td>
13244 <td class="unknown" align="center">Unknown</td>
13245 </tr>
13246 <tr class="open" id="2236">
13247 <td><a href="https://cplusplus.github.io/CWG/issues/2236.html">2236</a></td>
13248 <td>drafting</td>
13249 <td>When is an alias template specialization dependent?</td>
13250 <td align="center">Not resolved</td>
13251 </tr>
13252 <tr id="2237">
13253 <td><a href="https://cplusplus.github.io/CWG/issues/2237.html">2237</a></td>
13254 <td>CD5</td>
13255 <td>Can a <I>template-id</I> name a constructor?</td>
13256 <td class="unknown" align="center">Unknown</td>
13257 </tr>
13258 <tr id="2238">
13259 <td><a href="https://cplusplus.github.io/CWG/issues/2238.html">2238</a></td>
13260 <td>NAD</td>
13261 <td>Contradictory alignment requirements for allocation</td>
13262 <td class="unknown" align="center">Unknown</td>
13263 </tr>
13264 <tr id="2239">
13265 <td><a href="https://cplusplus.github.io/CWG/issues/2239.html">2239</a></td>
13266 <td>NAD</td>
13267 <td>Sized deallocation with a trivial destructor</td>
13268 <td class="unknown" align="center">Unknown</td>
13269 </tr>
13270 <tr id="2240">
13271 <td><a href="https://cplusplus.github.io/CWG/issues/2240.html">2240</a></td>
13272 <td>NAD</td>
13273 <td><TT>this</TT> is not odr-used in a constant expression</td>
13274 <td class="unknown" align="center">Unknown</td>
13275 </tr>
13276 <tr id="2241">
13277 <td><a href="https://cplusplus.github.io/CWG/issues/2241.html">2241</a></td>
13278 <td>CD5</td>
13279 <td>Overload resolution is not invoked with a single function</td>
13280 <td class="unknown" align="center">Unknown</td>
13281 </tr>
13282 <tr id="2242">
13283 <td><a href="https://cplusplus.github.io/CWG/issues/2242.html">2242</a></td>
13284 <td>C++23</td>
13285 <td>ODR violation with constant initialization possibly omitted</td>
13286 <td class="unknown" align="center">Unknown</td>
13287 </tr>
13288 <tr class="open" id="2243">
13289 <td><a href="https://cplusplus.github.io/CWG/issues/2243.html">2243</a></td>
13290 <td>drafting</td>
13291 <td>Incorrect use of implicit conversion sequence</td>
13292 <td align="center">Not resolved</td>
13293 </tr>
13294 <tr class="open" id="2244">
13295 <td><a href="https://cplusplus.github.io/CWG/issues/2244.html">2244</a></td>
13296 <td>open</td>
13297 <td>Base class access in aggregate initialization</td>
13298 <td align="center">Not resolved</td>
13299 </tr>
13300 <tr class="open" id="2245">
13301 <td><a href="https://cplusplus.github.io/CWG/issues/2245.html">2245</a></td>
13302 <td>drafting</td>
13303 <td>Point of instantiation of incomplete class template</td>
13304 <td align="center">Not resolved</td>
13305 </tr>
13306 <tr class="open" id="2246">
13307 <td><a href="https://cplusplus.github.io/CWG/issues/2246.html">2246</a></td>
13308 <td>drafting</td>
13309 <td>Access of indirect virtual base class constructors</td>
13310 <td align="center">Not resolved</td>
13311 </tr>
13312 <tr id="2247">
13313 <td><a href="https://cplusplus.github.io/CWG/issues/2247.html">2247</a></td>
13314 <td>C++17</td>
13315 <td>Lambda capture and variable argument list</td>
13316 <td class="unknown" align="center">Unknown</td>
13317 </tr>
13318 <tr id="2248">
13319 <td><a href="https://cplusplus.github.io/CWG/issues/2248.html">2248</a></td>
13320 <td>C++17</td>
13321 <td>Problems with sized delete</td>
13322 <td class="unknown" align="center">Unknown</td>
13323 </tr>
13324 <tr id="2249">
13325 <td><a href="https://cplusplus.github.io/CWG/issues/2249.html">2249</a></td>
13326 <td>CD5</td>
13327 <td><I>identifier</I>s and <I>id-expression</I>s</td>
13328 <td class="unknown" align="center">Unknown</td>
13329 </tr>
13330 <tr class="open" id="2250">
13331 <td><a href="https://cplusplus.github.io/CWG/issues/2250.html">2250</a></td>
13332 <td>open</td>
13333 <td>Implicit instantiation, destruction, and TUs</td>
13334 <td align="center">Not resolved</td>
13335 </tr>
13336 <tr id="2251">
13337 <td><a href="https://cplusplus.github.io/CWG/issues/2251.html">2251</a></td>
13338 <td>C++17</td>
13339 <td>Unreachable enumeration list-initialization</td>
13340 <td class="unknown" align="center">Unknown</td>
13341 </tr>
13342 <tr id="2252">
13343 <td><a href="https://cplusplus.github.io/CWG/issues/2252.html">2252</a></td>
13344 <td>DRWP</td>
13345 <td>Enumeration list-initialization from the same type</td>
13346 <td class="unknown" align="center">Unknown</td>
13347 </tr>
13348 <tr id="2253">
13349 <td><a href="https://cplusplus.github.io/CWG/issues/2253.html">2253</a></td>
13350 <td>CD5</td>
13351 <td>Unnamed bit-fields and zero-initialization</td>
13352 <td class="unknown" align="center">Unknown</td>
13353 </tr>
13354 <tr id="2254">
13355 <td><a href="https://cplusplus.github.io/CWG/issues/2254.html">2254</a></td>
13356 <td>CD5</td>
13357 <td>Standard-layout classes and bit-fields</td>
13358 <td class="unknown" align="center">Unknown</td>
13359 </tr>
13360 <tr id="2255">
13361 <td><a href="https://cplusplus.github.io/CWG/issues/2255.html">2255</a></td>
13362 <td>CD5</td>
13363 <td>Instantiated static data member templates</td>
13364 <td class="unknown" align="center">Unknown</td>
13365 </tr>
13366 <tr id="2256">
13367 <td><a href="https://cplusplus.github.io/CWG/issues/2256.html">2256</a></td>
13368 <td>CD5</td>
13369 <td>Lifetime of trivially-destructible objects</td>
13370 <td class="unknown" align="center">Unknown</td>
13371 </tr>
13372 <tr id="2257">
13373 <td><a href="https://cplusplus.github.io/CWG/issues/2257.html">2257</a></td>
13374 <td>CD5</td>
13375 <td>Lifetime extension of references vs exceptions</td>
13376 <td class="unknown" align="center">Unknown</td>
13377 </tr>
13378 <tr class="open" id="2258">
13379 <td><a href="https://cplusplus.github.io/CWG/issues/2258.html">2258</a></td>
13380 <td>open</td>
13381 <td>Storage deallocation during period of destruction</td>
13382 <td align="center">Not resolved</td>
13383 </tr>
13384 <tr id="2259">
13385 <td><a href="https://cplusplus.github.io/CWG/issues/2259.html">2259</a></td>
13386 <td>C++17</td>
13387 <td>Unclear context describing ambiguity</td>
13388 <td class="unknown" align="center">Unknown</td>
13389 </tr>
13390 <tr id="2260">
13391 <td><a href="https://cplusplus.github.io/CWG/issues/2260.html">2260</a></td>
13392 <td>CD5</td>
13393 <td>Explicit specializations of deleted member functions</td>
13394 <td class="unknown" align="center">Unknown</td>
13395 </tr>
13396 <tr class="open" id="2261">
13397 <td><a href="https://cplusplus.github.io/CWG/issues/2261.html">2261</a></td>
13398 <td>extension</td>
13399 <td>Explicit instantiation of in-class <TT>friend</TT> definition</td>
13400 <td align="center">Extension</td>
13401 </tr>
13402 <tr id="2262">
13403 <td><a href="https://cplusplus.github.io/CWG/issues/2262.html">2262</a></td>
13404 <td>C++17</td>
13405 <td>Attributes for <I>asm-definition</I></td>
13406 <td class="unknown" align="center">Unknown</td>
13407 </tr>
13408 <tr class="open" id="2263">
13409 <td><a href="https://cplusplus.github.io/CWG/issues/2263.html">2263</a></td>
13410 <td>drafting</td>
13411 <td>Default argument instantiation for <TT>friend</TT>s</td>
13412 <td align="center">Not resolved</td>
13413 </tr>
13414 <tr class="open" id="2264">
13415 <td><a href="https://cplusplus.github.io/CWG/issues/2264.html">2264</a></td>
13416 <td>drafting</td>
13417 <td>Memberwise copying with indeterminate value</td>
13418 <td align="center">Not resolved</td>
13419 </tr>
13420 <tr class="open" id="2265">
13421 <td><a href="https://cplusplus.github.io/CWG/issues/2265.html">2265</a></td>
13422 <td>drafting</td>
13423 <td>Delayed pack expansion and member redeclarations</td>
13424 <td align="center">Not resolved</td>
13425 </tr>
13426 <tr id="2266">
13427 <td><a href="https://cplusplus.github.io/CWG/issues/2266.html">2266</a></td>
13428 <td>CD5</td>
13429 <td>Has dependent type vs is type-dependent</td>
13430 <td class="unknown" align="center">Unknown</td>
13431 </tr>
13432 <tr id="2267">
13433 <td><a href="https://cplusplus.github.io/CWG/issues/2267.html">2267</a></td>
13434 <td>CD5</td>
13435 <td>Copy-initialization of temporary in reference direct-initialization</td>
13436 <td class="none" align="center">No</td>
13437 </tr>
13438 <tr id="2268">
13439 <td><a href="https://cplusplus.github.io/CWG/issues/2268.html">2268</a></td>
13440 <td>C++17</td>
13441 <td>Unions with mutable members in constant expressions revisited</td>
13442 <td class="unknown" align="center">Unknown</td>
13443 </tr>
13444 <tr id="2269">
13445 <td><a href="https://cplusplus.github.io/CWG/issues/2269.html">2269</a></td>
13446 <td>dup</td>
13447 <td>Additional recursive references in aggregate DMIs</td>
13448 <td class="unknown" align="center">Unknown</td>
13449 </tr>
13450 <tr id="2270">
13451 <td><a href="https://cplusplus.github.io/CWG/issues/2270.html">2270</a></td>
13452 <td>NAD</td>
13453 <td>Non-inline functions and explicit instantiation declarations</td>
13454 <td class="unknown" align="center">Unknown</td>
13455 </tr>
13456 <tr id="2271">
13457 <td><a href="https://cplusplus.github.io/CWG/issues/2271.html">2271</a></td>
13458 <td>C++17</td>
13459 <td>Aliasing <TT>this</TT></td>
13460 <td class="unknown" align="center">Unknown</td>
13461 </tr>
13462 <tr id="2272">
13463 <td><a href="https://cplusplus.github.io/CWG/issues/2272.html">2272</a></td>
13464 <td>C++17</td>
13465 <td>Implicit initialization of aggregate members of reference type</td>
13466 <td class="unknown" align="center">Unknown</td>
13467 </tr>
13468 <tr id="2273">
13469 <td><a href="https://cplusplus.github.io/CWG/issues/2273.html">2273</a></td>
13470 <td>CD5</td>
13471 <td>Inheriting constructors vs implicit default constructor</td>
13472 <td class="full" align="center">Clang 3.3</td>
13473 </tr>
13474 <tr id="2274">
13475 <td><a href="https://cplusplus.github.io/CWG/issues/2274.html">2274</a></td>
13476 <td>NAD</td>
13477 <td>Generic lambda capture vs constexpr if</td>
13478 <td class="unknown" align="center">Unknown</td>
13479 </tr>
13480 <tr class="open" id="2275">
13481 <td><a href="https://cplusplus.github.io/CWG/issues/2275.html">2275</a></td>
13482 <td>drafting</td>
13483 <td>Type-dependence of function template</td>
13484 <td align="center">Not resolved</td>
13485 </tr>
13486 <tr id="2276">
13487 <td><a href="https://cplusplus.github.io/CWG/issues/2276.html">2276</a></td>
13488 <td>C++17</td>
13489 <td>Dependent <TT>noexcept</TT> and function type-dependence</td>
13490 <td class="unknown" align="center">Unknown</td>
13491 </tr>
13492 <tr id="2277">
13493 <td><a href="https://cplusplus.github.io/CWG/issues/2277.html">2277</a></td>
13494 <td>CD5</td>
13495 <td>Ambiguity inheriting constructors with default arguments</td>
13496 <td class="partial" align="center">Partial</td>
13497 </tr>
13498 <tr id="2278">
13499 <td><a href="https://cplusplus.github.io/CWG/issues/2278.html">2278</a></td>
13500 <td>CD5</td>
13501 <td>Copy elision in constant expressions reconsidered</td>
13502 <td class="unknown" align="center">Unknown</td>
13503 </tr>
13504 <tr id="2279">
13505 <td><a href="https://cplusplus.github.io/CWG/issues/2279.html">2279</a></td>
13506 <td>NAD</td>
13507 <td>Multiple <I>attribute-specifier</I>s in one <I>attribute-list</I></td>
13508 <td class="unknown" align="center">Unknown</td>
13509 </tr>
13510 <tr id="2280">
13511 <td><a href="https://cplusplus.github.io/CWG/issues/2280.html">2280</a></td>
13512 <td>C++20</td>
13513 <td>Matching a usual deallocation function with placement new</td>
13514 <td class="unknown" align="center">Unknown</td>
13515 </tr>
13516 <tr class="open" id="2281">
13517 <td><a href="https://cplusplus.github.io/CWG/issues/2281.html">2281</a></td>
13518 <td>drafting</td>
13519 <td>Consistency of aligned <TT>operator delete</TT> replacement</td>
13520 <td align="center">Not resolved</td>
13521 </tr>
13522 <tr id="2282">
13523 <td><a href="https://cplusplus.github.io/CWG/issues/2282.html">2282</a></td>
13524 <td>C++20</td>
13525 <td>Consistency with mismatched aligned/non-over-aligned allocation/deallocation functions</td>
13526 <td class="unknown" align="center">Unknown</td>
13527 </tr>
13528 <tr class="open" id="2283">
13529 <td><a href="https://cplusplus.github.io/CWG/issues/2283.html">2283</a></td>
13530 <td>drafting</td>
13531 <td>Missing complete type requirements</td>
13532 <td align="center">Not resolved</td>
13533 </tr>
13534 <tr class="open" id="2284">
13535 <td><a href="https://cplusplus.github.io/CWG/issues/2284.html">2284</a></td>
13536 <td>open</td>
13537 <td>Sequencing of <I>braced-init-list</I> arguments</td>
13538 <td align="center">Not resolved</td>
13539 </tr>
13540 <tr id="2285">
13541 <td><a href="https://cplusplus.github.io/CWG/issues/2285.html">2285</a></td>
13542 <td>CD5</td>
13543 <td>Issues with structured bindings</td>
13544 <td class="unknown" align="center">Unknown</td>
13545 </tr>
13546 <tr id="2286">
13547 <td><a href="https://cplusplus.github.io/CWG/issues/2286.html">2286</a></td>
13548 <td>NAD</td>
13549 <td>Assignment evaluation order</td>
13550 <td class="unknown" align="center">Unknown</td>
13551 </tr>
13552 <tr id="2287">
13553 <td><a href="https://cplusplus.github.io/CWG/issues/2287.html">2287</a></td>
13554 <td>CD5</td>
13555 <td>Pointer-interconvertibility in non-standard-layout unions</td>
13556 <td class="unknown" align="center">Unknown</td>
13557 </tr>
13558 <tr id="2288">
13559 <td><a href="https://cplusplus.github.io/CWG/issues/2288.html">2288</a></td>
13560 <td>NAD</td>
13561 <td>Contradictory optionality in <I>simple-declaration</I></td>
13562 <td class="unknown" align="center">Unknown</td>
13563 </tr>
13564 <tr id="2289">
13565 <td><a href="https://cplusplus.github.io/CWG/issues/2289.html">2289</a></td>
13566 <td>CD5</td>
13567 <td>Uniqueness of structured binding names</td>
13568 <td class="unknown" align="center">Unknown</td>
13569 </tr>
13570 <tr id="2290">
13571 <td><a href="https://cplusplus.github.io/CWG/issues/2290.html">2290</a></td>
13572 <td>CD5</td>
13573 <td>Unclear specification for overload resolution and deleted special member functions</td>
13574 <td class="unknown" align="center">Unknown</td>
13575 </tr>
13576 <tr id="2291">
13577 <td><a href="https://cplusplus.github.io/CWG/issues/2291.html">2291</a></td>
13578 <td>dup</td>
13579 <td>Implicit conversion sequences in non-call contexts</td>
13580 <td class="unknown" align="center">Unknown</td>
13581 </tr>
13582 <tr id="2292">
13583 <td><a href="https://cplusplus.github.io/CWG/issues/2292.html">2292</a></td>
13584 <td>CD5</td>
13585 <td><I>simple-template-id</I> is ambiguous between <I>class-name</I> and <I>type-name</I></td>
13586 <td class="full" align="center">Clang 9</td>
13587 </tr>
13588 <tr id="2293">
13589 <td><a href="https://cplusplus.github.io/CWG/issues/2293.html">2293</a></td>
13590 <td>CD5</td>
13591 <td>Requirements for <I>simple-template-id</I> used as a <I>class-name</I></td>
13592 <td class="unknown" align="center">Unknown</td>
13593 </tr>
13594 <tr id="2294">
13595 <td><a href="https://cplusplus.github.io/CWG/issues/2294.html">2294</a></td>
13596 <td>CD5</td>
13597 <td>Dependent <TT>auto</TT> static data members</td>
13598 <td class="unknown" align="center">Unknown</td>
13599 </tr>
13600 <tr id="2295">
13601 <td><a href="https://cplusplus.github.io/CWG/issues/2295.html">2295</a></td>
13602 <td>CD5</td>
13603 <td>Aggregates with deleted defaulted constructors</td>
13604 <td class="unknown" align="center">Unknown</td>
13605 </tr>
13606 <tr class="open" id="2296">
13607 <td><a href="https://cplusplus.github.io/CWG/issues/2296.html">2296</a></td>
13608 <td>open</td>
13609 <td>Are default argument instantiation failures in the &#8220;immediate context&#8221;?</td>
13610 <td align="center">Not resolved</td>
13611 </tr>
13612 <tr class="open" id="2297">
13613 <td><a href="https://cplusplus.github.io/CWG/issues/2297.html">2297</a></td>
13614 <td>open</td>
13615 <td>Unclear specification of atomic operations</td>
13616 <td align="center">Not resolved</td>
13617 </tr>
13618 <tr class="open" id="2298">
13619 <td><a href="https://cplusplus.github.io/CWG/issues/2298.html">2298</a></td>
13620 <td>open</td>
13621 <td>Actions and expression evaluation</td>
13622 <td align="center">Not resolved</td>
13623 </tr>
13624 <tr id="2299">
13625 <td><a href="https://cplusplus.github.io/CWG/issues/2299.html">2299</a></td>
13626 <td>CD5</td>
13627 <td><TT>constexpr</TT> vararg functions</td>
13628 <td class="unknown" align="center">Unknown</td>
13629 </tr>
13630 <tr id="2300">
13631 <td><a href="https://cplusplus.github.io/CWG/issues/2300.html">2300</a></td>
13632 <td>CD5</td>
13633 <td>Lambdas in multiple definitions</td>
13634 <td class="unknown" align="center">Unknown</td>
13635 </tr>
13636 <tr class="open" id="2301">
13637 <td><a href="https://cplusplus.github.io/CWG/issues/2301.html">2301</a></td>
13638 <td>open</td>
13639 <td>Value-initialization and constexpr constructor evaluation</td>
13640 <td align="center">Not resolved</td>
13641 </tr>
13642 <tr id="2302">
13643 <td><a href="https://cplusplus.github.io/CWG/issues/2302.html">2302</a></td>
13644 <td>NAD</td>
13645 <td>Address comparison between different member subobjects</td>
13646 <td class="unknown" align="center">Unknown</td>
13647 </tr>
13648 <tr id="2303">
13649 <td><a href="https://cplusplus.github.io/CWG/issues/2303.html">2303</a></td>
13650 <td>CD5</td>
13651 <td>Partial ordering and recursive variadic inheritance</td>
13652 <td class="full" align="center">Clang 12</td>
13653 </tr>
13654 <tr id="2304">
13655 <td><a href="https://cplusplus.github.io/CWG/issues/2304.html">2304</a></td>
13656 <td>NAD</td>
13657 <td>Incomplete type vs overload resolution</td>
13658 <td class="full" align="center">Clang 2.8</td>
13659 </tr>
13660 <tr id="2305">
13661 <td><a href="https://cplusplus.github.io/CWG/issues/2305.html">2305</a></td>
13662 <td>CD5</td>
13663 <td>Explicit instantiation of constexpr or inline variable template</td>
13664 <td class="unknown" align="center">Unknown</td>
13665 </tr>
13666 <tr id="2306">
13667 <td><a href="https://cplusplus.github.io/CWG/issues/2306.html">2306</a></td>
13668 <td>NAD</td>
13669 <td>Nested friend templates of class templates</td>
13670 <td class="unknown" align="center">Unknown</td>
13671 </tr>
13672 <tr id="2307">
13673 <td><a href="https://cplusplus.github.io/CWG/issues/2307.html">2307</a></td>
13674 <td>CD5</td>
13675 <td>Unclear definition of &#8220;equivalent to a nontype template parameter&#8221;</td>
13676 <td class="unknown" align="center">Unknown</td>
13677 </tr>
13678 <tr id="2308">
13679 <td><a href="https://cplusplus.github.io/CWG/issues/2308.html">2308</a></td>
13680 <td>NAD</td>
13681 <td>Structured bindings and lambda capture</td>
13682 <td class="unknown" align="center">Unknown</td>
13683 </tr>
13684 <tr id="2309">
13685 <td><a href="https://cplusplus.github.io/CWG/issues/2309.html">2309</a></td>
13686 <td>CD5</td>
13687 <td>Restrictions on nested statements within <TT>constexpr</TT> functions</td>
13688 <td class="unknown" align="center">Unknown</td>
13689 </tr>
13690 <tr id="2310">
13691 <td><a href="https://cplusplus.github.io/CWG/issues/2310.html">2310</a></td>
13692 <td>CD5</td>
13693 <td>Type completeness and derived-to-base pointer conversions</td>
13694 <td class="partial" align="center">Partial</td>
13695 </tr>
13696 <tr class="open" id="2311">
13697 <td><a href="https://cplusplus.github.io/CWG/issues/2311.html">2311</a></td>
13698 <td>open</td>
13699 <td>Missed case for guaranteed copy elision</td>
13700 <td align="center">Not resolved</td>
13701 </tr>
13702 <tr id="2312">
13703 <td><a href="https://cplusplus.github.io/CWG/issues/2312.html">2312</a></td>
13704 <td>CD6</td>
13705 <td>Structured bindings and <TT>mutable</TT></td>
13706 <td class="unknown" align="center">Unknown</td>
13707 </tr>
13708 <tr id="2313">
13709 <td><a href="https://cplusplus.github.io/CWG/issues/2313.html">2313</a></td>
13710 <td>CD5</td>
13711 <td>Redeclaration of structured binding reference variables</td>
13712 <td class="unknown" align="center">Unknown</td>
13713 </tr>
13714 <tr id="2314">
13715 <td><a href="https://cplusplus.github.io/CWG/issues/2314.html">2314</a></td>
13716 <td>dup</td>
13717 <td>Structured bindings and lambda capture</td>
13718 <td class="unknown" align="center">Unknown</td>
13719 </tr>
13720 <tr id="2315">
13721 <td><a href="https://cplusplus.github.io/CWG/issues/2315.html">2315</a></td>
13722 <td>CD5</td>
13723 <td>What is the &#8220;corresponding special member&#8221; of a variant member?</td>
13724 <td class="unknown" align="center">Unknown</td>
13725 </tr>
13726 <tr class="open" id="2316">
13727 <td><a href="https://cplusplus.github.io/CWG/issues/2316.html">2316</a></td>
13728 <td>drafting</td>
13729 <td>Simplifying class conversions in conditional expressions</td>
13730 <td align="center">Not resolved</td>
13731 </tr>
13732 <tr id="2317">
13733 <td><a href="https://cplusplus.github.io/CWG/issues/2317.html">2317</a></td>
13734 <td>CD5</td>
13735 <td>Self-referential default member initializers</td>
13736 <td class="unknown" align="center">Unknown</td>
13737 </tr>
13738 <tr id="2318">
13739 <td><a href="https://cplusplus.github.io/CWG/issues/2318.html">2318</a></td>
13740 <td>CD5</td>
13741 <td>Nondeduced contexts in deduction from a <I>braced-init-list</I></td>
13742 <td class="unknown" align="center">Unknown</td>
13743 </tr>
13744 <tr class="open" id="2319">
13745 <td><a href="https://cplusplus.github.io/CWG/issues/2319.html">2319</a></td>
13746 <td>drafting</td>
13747 <td>Nested brace initialization from same type</td>
13748 <td align="center">Not resolved</td>
13749 </tr>
13750 <tr class="open" id="2320">
13751 <td><a href="https://cplusplus.github.io/CWG/issues/2320.html">2320</a></td>
13752 <td>extension</td>
13753 <td><TT>constexpr if</TT> and boolean conversions</td>
13754 <td align="center">Extension</td>
13755 </tr>
13756 <tr id="2321">
13757 <td><a href="https://cplusplus.github.io/CWG/issues/2321.html">2321</a></td>
13758 <td>CD5</td>
13759 <td>Conditional operator and cv-qualified class prvalues</td>
13760 <td class="unknown" align="center">Unknown</td>
13761 </tr>
13762 <tr id="2322">
13763 <td><a href="https://cplusplus.github.io/CWG/issues/2322.html">2322</a></td>
13764 <td>CD5</td>
13765 <td>Substitution failure and lexical order</td>
13766 <td class="unknown" align="center">Unknown</td>
13767 </tr>
13768 <tr id="2323">
13769 <td><a href="https://cplusplus.github.io/CWG/issues/2323.html">2323</a></td>
13770 <td>C++20</td>
13771 <td>Expunge POD</td>
13772 <td class="unknown" align="center">Unknown</td>
13773 </tr>
13774 <tr class="open" id="2324">
13775 <td><a href="https://cplusplus.github.io/CWG/issues/2324.html">2324</a></td>
13776 <td>drafting</td>
13777 <td>Size of base class subobject</td>
13778 <td align="center">Not resolved</td>
13779 </tr>
13780 <tr class="open" id="2325">
13781 <td><a href="https://cplusplus.github.io/CWG/issues/2325.html">2325</a></td>
13782 <td>drafting</td>
13783 <td><TT>std::launder</TT> and reuse of character buffers</td>
13784 <td align="center">Not resolved</td>
13785 </tr>
13786 <tr id="2326">
13787 <td><a href="https://cplusplus.github.io/CWG/issues/2326.html">2326</a></td>
13788 <td>dup</td>
13789 <td>Type deduction with initializer list containing ambiguous functions</td>
13790 <td class="unknown" align="center">Unknown</td>
13791 </tr>
13792 <tr class="open" id="2327">
13793 <td><a href="https://cplusplus.github.io/CWG/issues/2327.html">2327</a></td>
13794 <td>drafting</td>
13795 <td>Copy elision for direct-initialization with a conversion function</td>
13796 <td align="center">Not resolved</td>
13797 </tr>
13798 <tr class="open" id="2328">
13799 <td><a href="https://cplusplus.github.io/CWG/issues/2328.html">2328</a></td>
13800 <td>drafting</td>
13801 <td>Unclear presentation style of template argument deduction rules</td>
13802 <td align="center">Not resolved</td>
13803 </tr>
13804 <tr class="open" id="2329">
13805 <td><a href="https://cplusplus.github.io/CWG/issues/2329.html">2329</a></td>
13806 <td>drafting</td>
13807 <td>Virtual base classes and generated assignment operators</td>
13808 <td align="center">Not resolved</td>
13809 </tr>
13810 <tr id="2330">
13811 <td><a href="https://cplusplus.github.io/CWG/issues/2330.html">2330</a></td>
13812 <td>CD5</td>
13813 <td>Missing references to variable templates</td>
13814 <td class="unknown" align="center">Unknown</td>
13815 </tr>
13816 <tr id="2331">
13817 <td><a href="https://cplusplus.github.io/CWG/issues/2331.html">2331</a></td>
13818 <td>CD6</td>
13819 <td>Redundancy in description of class scope</td>
13820 <td class="na" align="center">N/A</td>
13821 </tr>
13822 <tr id="2332">
13823 <td><a href="https://cplusplus.github.io/CWG/issues/2332.html">2332</a></td>
13824 <td>CD5</td>
13825 <td><I>template-name</I> as <I>simple-type-name</I> vs injected-class-name</td>
13826 <td class="unknown" align="center">Unknown</td>
13827 </tr>
13828 <tr id="2333">
13829 <td><a href="https://cplusplus.github.io/CWG/issues/2333.html">2333</a></td>
13830 <td>CD6</td>
13831 <td>Escape sequences in UTF-8 character literals</td>
13832 <td class="unknown" align="center">Unknown</td>
13833 </tr>
13834 <tr class="open" id="2334">
13835 <td><a href="https://cplusplus.github.io/CWG/issues/2334.html">2334</a></td>
13836 <td>open</td>
13837 <td>Creation of objects by <TT>typeid</TT></td>
13838 <td align="center">Not resolved</td>
13839 </tr>
13840 <tr class="open" id="2335">
13841 <td><a href="https://cplusplus.github.io/CWG/issues/2335.html">2335</a></td>
13842 <td>drafting</td>
13843 <td>Deduced return types vs member types</td>
13844 <td align="center">
13845 <details>
13846 <summary>Not resolved</summary>
13847 Clang does not implement 2018-06 resolution
13848 </details></td>
13849 </tr>
13850 <tr id="2336">
13851 <td><a href="https://cplusplus.github.io/CWG/issues/2336.html">2336</a></td>
13852 <td>CD5</td>
13853 <td>Destructor characteristics vs potentially-constructed subobjects</td>
13854 <td class="unknown" align="center">Unknown</td>
13855 </tr>
13856 <tr class="open" id="2337">
13857 <td><a href="https://cplusplus.github.io/CWG/issues/2337.html">2337</a></td>
13858 <td>open</td>
13859 <td>Incorrect implication of logic ladder for conversion sequence tiebreakers</td>
13860 <td align="center">Not resolved</td>
13861 </tr>
13862 <tr id="2338">
13863 <td><a href="https://cplusplus.github.io/CWG/issues/2338.html">2338</a></td>
13864 <td>CD5</td>
13865 <td>Undefined behavior converting to short enums with fixed underlying types</td>
13866 <td class="full" align="center">Clang 12</td>
13867 </tr>
13868 <tr id="2339">
13869 <td><a href="https://cplusplus.github.io/CWG/issues/2339.html">2339</a></td>
13870 <td>CD5</td>
13871 <td>Underspecified template arguments in structured bindings</td>
13872 <td class="unknown" align="center">Unknown</td>
13873 </tr>
13874 <tr class="open" id="2340">
13875 <td><a href="https://cplusplus.github.io/CWG/issues/2340.html">2340</a></td>
13876 <td>open</td>
13877 <td>Reference collapsing and structured bindings</td>
13878 <td align="center">Not resolved</td>
13879 </tr>
13880 <tr id="2341">
13881 <td><a href="https://cplusplus.github.io/CWG/issues/2341.html">2341</a></td>
13882 <td>CD5</td>
13883 <td>Structured bindings with static storage duration</td>
13884 <td class="unknown" align="center">Unknown</td>
13885 </tr>
13886 <tr id="2342">
13887 <td><a href="https://cplusplus.github.io/CWG/issues/2342.html">2342</a></td>
13888 <td>CD5</td>
13889 <td>Reference <TT>reinterpret_cast</TT> and pointer-interconvertibility</td>
13890 <td class="unknown" align="center">Unknown</td>
13891 </tr>
13892 <tr id="2343">
13893 <td><a href="https://cplusplus.github.io/CWG/issues/2343.html">2343</a></td>
13894 <td>C++20</td>
13895 <td><TT>void*</TT> non-type template parameters</td>
13896 <td class="unknown" align="center">Unknown</td>
13897 </tr>
13898 <tr id="2344">
13899 <td><a href="https://cplusplus.github.io/CWG/issues/2344.html">2344</a></td>
13900 <td>NAD</td>
13901 <td>Redeclaration of names in <I>init-statement</I>s</td>
13902 <td class="unknown" align="center">Unknown</td>
13903 </tr>
13904 <tr id="2345">
13905 <td><a href="https://cplusplus.github.io/CWG/issues/2345.html">2345</a></td>
13906 <td>CD5</td>
13907 <td>Jumping across initializers in <I>init-statement</I>s and <I>condition</I>s</td>
13908 <td class="unknown" align="center">Unknown</td>
13909 </tr>
13910 <tr id="2346">
13911 <td><a href="https://cplusplus.github.io/CWG/issues/2346.html">2346</a></td>
13912 <td>CD5</td>
13913 <td>Local variables in default arguments</td>
13914 <td class="full" align="center">Clang 11</td>
13915 </tr>
13916 <tr id="2347">
13917 <td><a href="https://cplusplus.github.io/CWG/issues/2347.html">2347</a></td>
13918 <td>C++20</td>
13919 <td>Passing short scoped enumerations to ellipsis</td>
13920 <td class="unknown" align="center">Unknown</td>
13921 </tr>
13922 <tr id="2348">
13923 <td><a href="https://cplusplus.github.io/CWG/issues/2348.html">2348</a></td>
13924 <td>NAD</td>
13925 <td>Non-templated <TT>constexpr if</TT></td>
13926 <td class="unknown" align="center">Unknown</td>
13927 </tr>
13928 <tr id="2349">
13929 <td><a href="https://cplusplus.github.io/CWG/issues/2349.html">2349</a></td>
13930 <td>NAD</td>
13931 <td>Class/enumeration names vs conditions</td>
13932 <td class="unknown" align="center">Unknown</td>
13933 </tr>
13934 <tr id="2350">
13935 <td><a href="https://cplusplus.github.io/CWG/issues/2350.html">2350</a></td>
13936 <td>NAD</td>
13937 <td>Forwarding references and deduction guides</td>
13938 <td class="unknown" align="center">Unknown</td>
13939 </tr>
13940 <tr id="2351">
13941 <td><a href="https://cplusplus.github.io/CWG/issues/2351.html">2351</a></td>
13942 <td>CD5</td>
13943 <td><TT>void{}</TT></td>
13944 <td class="unreleased" align="center">Clang 20</td>
13945 </tr>
13946 <tr id="2352">
13947 <td><a href="https://cplusplus.github.io/CWG/issues/2352.html">2352</a></td>
13948 <td>CD5</td>
13949 <td>Similar types and reference binding</td>
13950 <td class="full" align="center">Clang 10</td>
13951 </tr>
13952 <tr id="2353">
13953 <td><a href="https://cplusplus.github.io/CWG/issues/2353.html">2353</a></td>
13954 <td>CD5</td>
13955 <td>Potential results of a member access expression for a static data member</td>
13956 <td class="full" align="center">Clang 9</td>
13957 </tr>
13958 <tr id="2354">
13959 <td><a href="https://cplusplus.github.io/CWG/issues/2354.html">2354</a></td>
13960 <td>CD5</td>
13961 <td>Extended alignment and object representation</td>
13962 <td class="full" align="center">Clang 15</td>
13963 </tr>
13964 <tr id="2355">
13965 <td><a href="https://cplusplus.github.io/CWG/issues/2355.html">2355</a></td>
13966 <td>CD6</td>
13967 <td>Deducing <I>noexcept-specifier</I>s</td>
13968 <td class="unknown" align="center">Unknown</td>
13969 </tr>
13970 <tr id="2356">
13971 <td><a href="https://cplusplus.github.io/CWG/issues/2356.html">2356</a></td>
13972 <td>CD5</td>
13973 <td>Base class copy and move constructors should not be inherited</td>
13974 <td class="full" align="center">Clang 4</td>
13975 </tr>
13976 <tr id="2357">
13977 <td><a href="https://cplusplus.github.io/CWG/issues/2357.html">2357</a></td>
13978 <td>NAD</td>
13979 <td>Lookup in member function declarations</td>
13980 <td class="unknown" align="center">Unknown</td>
13981 </tr>
13982 <tr id="2358">
13983 <td><a href="https://cplusplus.github.io/CWG/issues/2358.html">2358</a></td>
13984 <td>CD5</td>
13985 <td>Explicit capture of value</td>
13986 <td class="full" align="center">Clang 16</td>
13987 </tr>
13988 <tr id="2359">
13989 <td><a href="https://cplusplus.github.io/CWG/issues/2359.html">2359</a></td>
13990 <td>CD5</td>
13991 <td>Unintended copy initialization with designated initializers</td>
13992 <td class="unknown" align="center">Unknown</td>
13993 </tr>
13994 <tr id="2360">
13995 <td><a href="https://cplusplus.github.io/CWG/issues/2360.html">2360</a></td>
13996 <td>CD5</td>
13997 <td><TT>[[maybe_unused]]</TT> and structured bindings</td>
13998 <td class="unknown" align="center">Unknown</td>
13999 </tr>
14000 <tr class="open" id="2361">
14001 <td><a href="https://cplusplus.github.io/CWG/issues/2361.html">2361</a></td>
14002 <td>open</td>
14003 <td>Unclear description of <TT>longjmp</TT> undefined behavior</td>
14004 <td align="center">Not resolved</td>
14005 </tr>
14006 <tr class="open" id="2362">
14007 <td><a href="https://cplusplus.github.io/CWG/issues/2362.html">2362</a></td>
14008 <td>open</td>
14009 <td><TT>__func__</TT> should be <TT>constexpr</TT></td>
14010 <td align="center">Not resolved</td>
14011 </tr>
14012 <tr id="2363">
14013 <td><a href="https://cplusplus.github.io/CWG/issues/2363.html">2363</a></td>
14014 <td>NAD</td>
14015 <td>Opaque enumeration friend declarations</td>
14016 <td class="full" align="center">Yes</td>
14017 </tr>
14018 <tr id="2364">
14019 <td><a href="https://cplusplus.github.io/CWG/issues/2364.html">2364</a></td>
14020 <td>NAD</td>
14021 <td>Constant expressions, aggregate initialization, and modifications</td>
14022 <td class="unknown" align="center">Unknown</td>
14023 </tr>
14024 <tr id="2365">
14025 <td><a href="https://cplusplus.github.io/CWG/issues/2365.html">2365</a></td>
14026 <td>CD5</td>
14027 <td>Confusing specification for <TT>dynamic_cast</TT></td>
14028 <td class="unknown" align="center">Unknown</td>
14029 </tr>
14030 <tr id="2366">
14031 <td><a href="https://cplusplus.github.io/CWG/issues/2366.html">2366</a></td>
14032 <td>CD5</td>
14033 <td>Can default initialization be constant initialization?</td>
14034 <td class="unknown" align="center">Unknown</td>
14035 </tr>
14036 <tr id="2367">
14037 <td><a href="https://cplusplus.github.io/CWG/issues/2367.html">2367</a></td>
14038 <td>NAD</td>
14039 <td>Lambdas in default arguments vs the ODR</td>
14040 <td class="unknown" align="center">Unknown</td>
14041 </tr>
14042 <tr id="2368">
14043 <td><a href="https://cplusplus.github.io/CWG/issues/2368.html">2368</a></td>
14044 <td>CD5</td>
14045 <td>Differences in relational and three-way constant comparisons</td>
14046 <td class="unknown" align="center">Unknown</td>
14047 </tr>
14048 <tr id="2369">
14049 <td><a href="https://cplusplus.github.io/CWG/issues/2369.html">2369</a></td>
14050 <td>CD6</td>
14051 <td>Ordering between constraints and substitution</td>
14052 <td class="unknown" align="center">Unknown</td>
14053 </tr>
14054 <tr id="2370">
14055 <td><a href="https://cplusplus.github.io/CWG/issues/2370.html">2370</a></td>
14056 <td>CD6</td>
14057 <td><TT>friend</TT> declarations of namespace-scope functions</td>
14058 <td class="none" align="center">No</td>
14059 </tr>
14060 <tr id="2371">
14061 <td><a href="https://cplusplus.github.io/CWG/issues/2371.html">2371</a></td>
14062 <td>CD5</td>
14063 <td>Use of the English term &#8220;attributes&#8221; is confusing</td>
14064 <td class="unknown" align="center">Unknown</td>
14065 </tr>
14066 <tr id="2372">
14067 <td><a href="https://cplusplus.github.io/CWG/issues/2372.html">2372</a></td>
14068 <td>CD5</td>
14069 <td>Incorrect matching rules for block-scope <TT>extern</TT> declarations</td>
14070 <td class="unknown" align="center">Unknown</td>
14071 </tr>
14072 <tr id="2373">
14073 <td><a href="https://cplusplus.github.io/CWG/issues/2373.html">2373</a></td>
14074 <td>CD5</td>
14075 <td>Incorrect handling of static member function templates in partial ordering</td>
14076 <td class="unknown" align="center">Unknown</td>
14077 </tr>
14078 <tr id="2374">
14079 <td><a href="https://cplusplus.github.io/CWG/issues/2374.html">2374</a></td>
14080 <td>C++20</td>
14081 <td>Overly permissive specification of <TT>enum</TT> direct-list-initialization</td>
14082 <td class="unknown" align="center">Unknown</td>
14083 </tr>
14084 <tr id="2375">
14085 <td><a href="https://cplusplus.github.io/CWG/issues/2375.html">2375</a></td>
14086 <td>NAD</td>
14087 <td>Multiple redeclarations of <TT>constexpr</TT> static data members</td>
14088 <td class="unknown" align="center">Unknown</td>
14089 </tr>
14090 <tr id="2376">
14091 <td><a href="https://cplusplus.github.io/CWG/issues/2376.html">2376</a></td>
14092 <td>CD5</td>
14093 <td>Class template argument deduction with array declarator</td>
14094 <td class="unknown" align="center">Unknown</td>
14095 </tr>
14096 <tr id="2377">
14097 <td><a href="https://cplusplus.github.io/CWG/issues/2377.html">2377</a></td>
14098 <td>NAD</td>
14099 <td>Explicit copy constructor vs function viability</td>
14100 <td class="unknown" align="center">Unknown</td>
14101 </tr>
14102 <tr id="2378">
14103 <td><a href="https://cplusplus.github.io/CWG/issues/2378.html">2378</a></td>
14104 <td>C++20</td>
14105 <td>Inconsistent grammar for reference <I>init-capture</I> of pack</td>
14106 <td class="unknown" align="center">Unknown</td>
14107 </tr>
14108 <tr id="2379">
14109 <td><a href="https://cplusplus.github.io/CWG/issues/2379.html">2379</a></td>
14110 <td>CD5</td>
14111 <td>Missing prohibition against <TT>constexpr</TT> in <TT>friend</TT> declaration</td>
14112 <td class="unknown" align="center">Unknown</td>
14113 </tr>
14114 <tr id="2380">
14115 <td><a href="https://cplusplus.github.io/CWG/issues/2380.html">2380</a></td>
14116 <td>CD5</td>
14117 <td><I>capture-default</I> makes too many references odr-usable</td>
14118 <td class="unknown" align="center">Unknown</td>
14119 </tr>
14120 <tr id="2381">
14121 <td><a href="https://cplusplus.github.io/CWG/issues/2381.html">2381</a></td>
14122 <td>CD5</td>
14123 <td>Composite pointer type of pointers to plain and noexcept member functions</td>
14124 <td class="unknown" align="center">Unknown</td>
14125 </tr>
14126 <tr id="2382">
14127 <td><a href="https://cplusplus.github.io/CWG/issues/2382.html">2382</a></td>
14128 <td>CD5</td>
14129 <td>Array allocation overhead for non-allocating placement <TT>new</TT></td>
14130 <td class="unknown" align="center">Unknown</td>
14131 </tr>
14132 <tr id="2383">
14133 <td><a href="https://cplusplus.github.io/CWG/issues/2383.html">2383</a></td>
14134 <td>NAD</td>
14135 <td>Variadic member functions of variadic class templates</td>
14136 <td class="unknown" align="center">Unknown</td>
14137 </tr>
14138 <tr id="2384">
14139 <td><a href="https://cplusplus.github.io/CWG/issues/2384.html">2384</a></td>
14140 <td>CD5</td>
14141 <td>Conversion function templates and qualification conversions</td>
14142 <td class="unknown" align="center">Unknown</td>
14143 </tr>
14144 <tr id="2385">
14145 <td><a href="https://cplusplus.github.io/CWG/issues/2385.html">2385</a></td>
14146 <td>CD5</td>
14147 <td>Lookup for <I>conversion-function-id</I>s</td>
14148 <td class="na" align="center">N/A</td>
14149 </tr>
14150 <tr id="2386">
14151 <td><a href="https://cplusplus.github.io/CWG/issues/2386.html">2386</a></td>
14152 <td>CD5</td>
14153 <td><T>tuple_size</T> requirements for structured binding</td>
14154 <td class="full" align="center">Clang 9</td>
14155 </tr>
14156 <tr id="2387">
14157 <td><a href="https://cplusplus.github.io/CWG/issues/2387.html">2387</a></td>
14158 <td>CD5</td>
14159 <td>Linkage of const-qualified variable template</td>
14160 <td class="full" align="center">Clang 9</td>
14161 </tr>
14162 <tr id="2388">
14163 <td><a href="https://cplusplus.github.io/CWG/issues/2388.html">2388</a></td>
14164 <td>NAD</td>
14165 <td>Applicability of <I>contract-attribute-specifier</I>s</td>
14166 <td class="unknown" align="center">Unknown</td>
14167 </tr>
14168 <tr id="2389">
14169 <td><a href="https://cplusplus.github.io/CWG/issues/2389.html">2389</a></td>
14170 <td>CD6</td>
14171 <td>Agreement of deduced and explicitly-specified variable types</td>
14172 <td class="unknown" align="center">Unknown</td>
14173 </tr>
14174 <tr id="2390">
14175 <td><a href="https://cplusplus.github.io/CWG/issues/2390.html">2390</a></td>
14176 <td>CD5</td>
14177 <td>Is the argument of <TT>__has_cpp_attribute</TT> macro-expanded?</td>
14178 <td class="full" align="center">Clang 14</td>
14179 </tr>
14180 <tr id="2391">
14181 <td><a href="https://cplusplus.github.io/CWG/issues/2391.html">2391</a></td>
14182 <td>dup</td>
14183 <td>Additional template parameters following pack expansion</td>
14184 <td class="unknown" align="center">Unknown</td>
14185 </tr>
14186 <tr id="2392">
14187 <td><a href="https://cplusplus.github.io/CWG/issues/2392.html">2392</a></td>
14188 <td>C++23</td>
14189 <td><I>new-expression</I> size check and constant evaluation</td>
14190 <td class="unknown" align="center">Unknown</td>
14191 </tr>
14192 <tr id="2393">
14193 <td><a href="https://cplusplus.github.io/CWG/issues/2393.html">2393</a></td>
14194 <td>NAD</td>
14195 <td>Pseudo-destructors and object lifetime</td>
14196 <td class="unknown" align="center">Unknown</td>
14197 </tr>
14198 <tr id="2394">
14199 <td><a href="https://cplusplus.github.io/CWG/issues/2394.html">2394</a></td>
14200 <td>CD5</td>
14201 <td>Const-default-constructible for members</td>
14202 <td class="full" align="center">Clang 15</td>
14203 </tr>
14204 <tr class="open" id="2395">
14205 <td><a href="https://cplusplus.github.io/CWG/issues/2395.html">2395</a></td>
14206 <td>drafting</td>
14207 <td>Parameters following a pack expansion</td>
14208 <td align="center">Not resolved</td>
14209 </tr>
14210 <tr id="2396">
14211 <td><a href="https://cplusplus.github.io/CWG/issues/2396.html">2396</a></td>
14212 <td>CD6</td>
14213 <td>Lookup of names in complex <I>conversion-type-id</I>s</td>
14214 <td class="none" align="center">No</td>
14215 </tr>
14216 <tr id="2397">
14217 <td><a href="https://cplusplus.github.io/CWG/issues/2397.html">2397</a></td>
14218 <td>CD6</td>
14219 <td><TT>auto</TT> specifier for pointers and references to arrays</td>
14220 <td class="full" align="center">Clang 17</td>
14221 </tr>
14222 <tr class="open" id="2398">
14223 <td><a href="https://cplusplus.github.io/CWG/issues/2398.html">2398</a></td>
14224 <td>drafting</td>
14225 <td>Template template parameter matching and deduction</td>
14226 <td align="center">Not resolved</td>
14227 </tr>
14228 <tr id="2399">
14229 <td><a href="https://cplusplus.github.io/CWG/issues/2399.html">2399</a></td>
14230 <td>CD5</td>
14231 <td>Unclear referent of &#8220;expression&#8221; in <I>assignment-expression</I></td>
14232 <td class="unknown" align="center">Unknown</td>
14233 </tr>
14234 <tr id="2400">
14235 <td><a href="https://cplusplus.github.io/CWG/issues/2400.html">2400</a></td>
14236 <td>CD5</td>
14237 <td>Constexpr virtual functions and temporary objects</td>
14238 <td class="unknown" align="center">Unknown</td>
14239 </tr>
14240 <tr class="open" id="2401">
14241 <td><a href="https://cplusplus.github.io/CWG/issues/2401.html">2401</a></td>
14242 <td>drafting</td>
14243 <td>Array decay vs prohibition of subobject non-type arguments</td>
14244 <td align="center">Not resolved</td>
14245 </tr>
14246 <tr id="2402">
14247 <td><a href="https://cplusplus.github.io/CWG/issues/2402.html">2402</a></td>
14248 <td>CD6</td>
14249 <td>When is the restriction to a single <I>c-char</I> in a Unicode literal enforced?</td>
14250 <td class="unknown" align="center">Unknown</td>
14251 </tr>
14252 <tr class="open" id="2403">
14253 <td><a href="https://cplusplus.github.io/CWG/issues/2403.html">2403</a></td>
14254 <td>drafting</td>
14255 <td>Temporary materialization and base/member initialization</td>
14256 <td align="center">Not resolved</td>
14257 </tr>
14258 <tr id="2404">
14259 <td><a href="https://cplusplus.github.io/CWG/issues/2404.html">2404</a></td>
14260 <td>CD5</td>
14261 <td><TT>[[no_unique_address]]</TT> and allocation order</td>
14262 <td class="unknown" align="center">Unknown</td>
14263 </tr>
14264 <tr id="2405">
14265 <td><a href="https://cplusplus.github.io/CWG/issues/2405.html">2405</a></td>
14266 <td>CD6</td>
14267 <td>Additional type-dependent expressions</td>
14268 <td class="unknown" align="center">Unknown</td>
14269 </tr>
14270 <tr id="2406">
14271 <td><a href="https://cplusplus.github.io/CWG/issues/2406.html">2406</a></td>
14272 <td>CD5</td>
14273 <td><TT>[[fallthrough]]</TT> attribute and iteration statements</td>
14274 <td class="full" align="center">Clang 5</td>
14275 </tr>
14276 <tr id="2407">
14277 <td><a href="https://cplusplus.github.io/CWG/issues/2407.html">2407</a></td>
14278 <td>C++23</td>
14279 <td>Missing entry in Annex C for defaulted comparison operators</td>
14280 <td class="unknown" align="center">Unknown</td>
14281 </tr>
14282 <tr id="2408">
14283 <td><a href="https://cplusplus.github.io/CWG/issues/2408.html">2408</a></td>
14284 <td>NAD</td>
14285 <td>Temporaries and previously-initialized elements in aggregate initialization</td>
14286 <td class="unknown" align="center">Unknown</td>
14287 </tr>
14288 <tr class="open" id="2409">
14289 <td><a href="https://cplusplus.github.io/CWG/issues/2409.html">2409</a></td>
14290 <td>drafting</td>
14291 <td>Explicit specializations of constexpr static data members</td>
14292 <td align="center">Not resolved</td>
14293 </tr>
14294 <tr id="2410">
14295 <td><a href="https://cplusplus.github.io/CWG/issues/2410.html">2410</a></td>
14296 <td>C++23</td>
14297 <td>Implicit calls of immediate functions</td>
14298 <td class="unknown" align="center">Unknown</td>
14299 </tr>
14300 <tr id="2411">
14301 <td><a href="https://cplusplus.github.io/CWG/issues/2411.html">2411</a></td>
14302 <td>C++20</td>
14303 <td>Comparison of pointers to members in template non-type arguments</td>
14304 <td class="unknown" align="center">Unknown</td>
14305 </tr>
14306 <tr class="open" id="2412">
14307 <td><a href="https://cplusplus.github.io/CWG/issues/2412.html">2412</a></td>
14308 <td>review</td>
14309 <td>SFINAE vs undeduced placeholder type</td>
14310 <td align="center">Not resolved</td>
14311 </tr>
14312 <tr id="2413">
14313 <td><a href="https://cplusplus.github.io/CWG/issues/2413.html">2413</a></td>
14314 <td>CD6</td>
14315 <td><TT>typename</TT> in <I>conversion-function-id</I>s</td>
14316 <td class="unknown" align="center">Unknown</td>
14317 </tr>
14318 <tr id="2414">
14319 <td><a href="https://cplusplus.github.io/CWG/issues/2414.html">2414</a></td>
14320 <td>C++20</td>
14321 <td>Unclear results if both member and friend <TT>operator&lt;=&gt;</TT> are declared</td>
14322 <td class="unknown" align="center">Unknown</td>
14323 </tr>
14324 <tr id="2415">
14325 <td><a href="https://cplusplus.github.io/CWG/issues/2415.html">2415</a></td>
14326 <td>NAD</td>
14327 <td><I>using-declaration</I>s vs copy assignment operators</td>
14328 <td class="unknown" align="center">Unknown</td>
14329 </tr>
14330 <tr id="2416">
14331 <td><a href="https://cplusplus.github.io/CWG/issues/2416.html">2416</a></td>
14332 <td>C++20</td>
14333 <td>Explicit specializations vs <TT>constexpr</TT> and <TT>consteval</TT></td>
14334 <td class="unknown" align="center">Unknown</td>
14335 </tr>
14336 <tr class="open" id="2417">
14337 <td><a href="https://cplusplus.github.io/CWG/issues/2417.html">2417</a></td>
14338 <td>open</td>
14339 <td>Explicit instantiation and exception specifications</td>
14340 <td align="center">Not resolved</td>
14341 </tr>
14342 <tr id="2418">
14343 <td><a href="https://cplusplus.github.io/CWG/issues/2418.html">2418</a></td>
14344 <td>CD5</td>
14345 <td>Missing cases in definition of &#8220;usable in constant expressions&#8221;</td>
14346 <td class="unknown" align="center">Unknown</td>
14347 </tr>
14348 <tr id="2419">
14349 <td><a href="https://cplusplus.github.io/CWG/issues/2419.html">2419</a></td>
14350 <td>C++20</td>
14351 <td>Loss of generality treating pointers to objects as one-element arrays</td>
14352 <td class="unknown" align="center">Unknown</td>
14353 </tr>
14354 <tr id="2420">
14355 <td><a href="https://cplusplus.github.io/CWG/issues/2420.html">2420</a></td>
14356 <td>dup</td>
14357 <td>Exception specifications in explicit instantiation</td>
14358 <td class="unknown" align="center">Unknown</td>
14359 </tr>
14360 <tr class="open" id="2421">
14361 <td><a href="https://cplusplus.github.io/CWG/issues/2421.html">2421</a></td>
14362 <td>drafting</td>
14363 <td>Explicit instantiation of constrained member functions</td>
14364 <td align="center">Not resolved</td>
14365 </tr>
14366 <tr id="2422">
14367 <td><a href="https://cplusplus.github.io/CWG/issues/2422.html">2422</a></td>
14368 <td>C++20</td>
14369 <td>Incorrect grammar for <I>deduction-guide</I></td>
14370 <td class="unknown" align="center">Unknown</td>
14371 </tr>
14372 <tr id="2423">
14373 <td><a href="https://cplusplus.github.io/CWG/issues/2423.html">2423</a></td>
14374 <td>NAD</td>
14375 <td>Typedefs, names, and entities</td>
14376 <td class="unknown" align="center">Unknown</td>
14377 </tr>
14378 <tr id="2424">
14379 <td><a href="https://cplusplus.github.io/CWG/issues/2424.html">2424</a></td>
14380 <td>C++20</td>
14381 <td><TT>constexpr</TT> initialization requirements for variant members</td>
14382 <td class="unknown" align="center">Unknown</td>
14383 </tr>
14384 <tr class="open" id="2425">
14385 <td><a href="https://cplusplus.github.io/CWG/issues/2425.html">2425</a></td>
14386 <td>open</td>
14387 <td>Confusing wording for deduction from a type</td>
14388 <td align="center">Not resolved</td>
14389 </tr>
14390 <tr id="2426">
14391 <td><a href="https://cplusplus.github.io/CWG/issues/2426.html">2426</a></td>
14392 <td>C++20</td>
14393 <td>Reference to destructor that cannot be invoked</td>
14394 <td class="unknown" align="center">Unknown</td>
14395 </tr>
14396 <tr id="2427">
14397 <td><a href="https://cplusplus.github.io/CWG/issues/2427.html">2427</a></td>
14398 <td>C++20</td>
14399 <td>Deprecation of volatile operands and unevaluated contexts</td>
14400 <td class="unknown" align="center">Unknown</td>
14401 </tr>
14402 <tr id="2428">
14403 <td><a href="https://cplusplus.github.io/CWG/issues/2428.html">2428</a></td>
14404 <td>C++23</td>
14405 <td>Deprecating a concept</td>
14406 <td class="full" align="center">Clang 19</td>
14407 </tr>
14408 <tr id="2429">
14409 <td><a href="https://cplusplus.github.io/CWG/issues/2429.html">2429</a></td>
14410 <td>C++20</td>
14411 <td>Initialization of <TT>thread_local</TT> variables referenced by lambdas</td>
14412 <td class="unknown" align="center">Unknown</td>
14413 </tr>
14414 <tr id="2430">
14415 <td><a href="https://cplusplus.github.io/CWG/issues/2430.html">2430</a></td>
14416 <td>C++20</td>
14417 <td>Completeness of return and parameter types of member functions</td>
14418 <td class="full" align="center">Clang 2.7</td>
14419 </tr>
14420 <tr id="2431">
14421 <td><a href="https://cplusplus.github.io/CWG/issues/2431.html">2431</a></td>
14422 <td>C++20</td>
14423 <td>Full-expressions and temporaries bound to references</td>
14424 <td class="unknown" align="center">Unknown</td>
14425 </tr>
14426 <tr id="2432">
14427 <td><a href="https://cplusplus.github.io/CWG/issues/2432.html">2432</a></td>
14428 <td>C++20</td>
14429 <td>Return types for defaulted <TT>&lt;=&gt;</TT></td>
14430 <td class="unknown" align="center">Unknown</td>
14431 </tr>
14432 <tr id="2433">
14433 <td><a href="https://cplusplus.github.io/CWG/issues/2433.html">2433</a></td>
14434 <td>C++20</td>
14435 <td>Variable templates in the ODR</td>
14436 <td class="unknown" align="center">Unknown</td>
14437 </tr>
14438 <tr class="open" id="2434">
14439 <td><a href="https://cplusplus.github.io/CWG/issues/2434.html">2434</a></td>
14440 <td>review</td>
14441 <td>Mandatory copy elision vs non-class objects</td>
14442 <td align="center">Not resolved</td>
14443 </tr>
14444 <tr class="open" id="2435">
14445 <td><a href="https://cplusplus.github.io/CWG/issues/2435.html">2435</a></td>
14446 <td>open</td>
14447 <td>Alias template specializations</td>
14448 <td align="center">Not resolved</td>
14449 </tr>
14450 <tr id="2436">
14451 <td><a href="https://cplusplus.github.io/CWG/issues/2436.html">2436</a></td>
14452 <td>C++20</td>
14453 <td>Copy semantics of coroutine parameters</td>
14454 <td class="unknown" align="center">Unknown</td>
14455 </tr>
14456 <tr id="2437">
14457 <td><a href="https://cplusplus.github.io/CWG/issues/2437.html">2437</a></td>
14458 <td>C++20</td>
14459 <td>Conversion of <TT>std::strong_ordering</TT> in a defaulted <TT>operator&lt;=&gt;</TT></td>
14460 <td class="unknown" align="center">Unknown</td>
14461 </tr>
14462 <tr class="open" id="2438">
14463 <td><a href="https://cplusplus.github.io/CWG/issues/2438.html">2438</a></td>
14464 <td>open</td>
14465 <td>Problems in the specification of qualification conversions</td>
14466 <td align="center">Not resolved</td>
14467 </tr>
14468 <tr id="2439">
14469 <td><a href="https://cplusplus.github.io/CWG/issues/2439.html">2439</a></td>
14470 <td>C++20</td>
14471 <td>Undefined term in definition of &#8220;usable in constant expressions&#8221;</td>
14472 <td class="unknown" align="center">Unknown</td>
14473 </tr>
14474 <tr id="2440">
14475 <td><a href="https://cplusplus.github.io/CWG/issues/2440.html">2440</a></td>
14476 <td>C++23</td>
14477 <td>Allocation in core constant expressions</td>
14478 <td class="unknown" align="center">Unknown</td>
14479 </tr>
14480 <tr id="2441">
14481 <td><a href="https://cplusplus.github.io/CWG/issues/2441.html">2441</a></td>
14482 <td>C++20</td>
14483 <td>Inline function parameters</td>
14484 <td class="unknown" align="center">Unknown</td>
14485 </tr>
14486 <tr id="2442">
14487 <td><a href="https://cplusplus.github.io/CWG/issues/2442.html">2442</a></td>
14488 <td>C++20</td>
14489 <td>Incorrect requirement for default arguments</td>
14490 <td class="unknown" align="center">Unknown</td>
14491 </tr>
14492 <tr id="2443">
14493 <td><a href="https://cplusplus.github.io/CWG/issues/2443.html">2443</a></td>
14494 <td>C++23</td>
14495 <td>Meaningless template exports</td>
14496 <td class="unknown" align="center">Unknown</td>
14497 </tr>
14498 <tr class="open" id="2444">
14499 <td><a href="https://cplusplus.github.io/CWG/issues/2444.html">2444</a></td>
14500 <td>drafting</td>
14501 <td>Constant expressions in initialization odr-use</td>
14502 <td align="center">Not resolved</td>
14503 </tr>
14504 <tr id="2445">
14505 <td><a href="https://cplusplus.github.io/CWG/issues/2445.html">2445</a></td>
14506 <td>C++20</td>
14507 <td>Partial ordering with rewritten candidates</td>
14508 <td class="full" align="center">Clang 19</td>
14509 </tr>
14510 <tr id="2446">
14511 <td><a href="https://cplusplus.github.io/CWG/issues/2446.html">2446</a></td>
14512 <td>C++20</td>
14513 <td>Questionable type-dependency of <I>concept-id</I>s</td>
14514 <td class="unknown" align="center">Unknown</td>
14515 </tr>
14516 <tr id="2447">
14517 <td><a href="https://cplusplus.github.io/CWG/issues/2447.html">2447</a></td>
14518 <td>C++20</td>
14519 <td>Unintended description of abbreviated function templates</td>
14520 <td class="unknown" align="center">Unknown</td>
14521 </tr>
14522 <tr id="2448">
14523 <td><a href="https://cplusplus.github.io/CWG/issues/2448.html">2448</a></td>
14524 <td>CD6</td>
14525 <td>Cv-qualification of arithmetic types and deprecation of volatile</td>
14526 <td class="unknown" align="center">Unknown</td>
14527 </tr>
14528 <tr class="open" id="2449">
14529 <td><a href="https://cplusplus.github.io/CWG/issues/2449.html">2449</a></td>
14530 <td>extension</td>
14531 <td>Thunks as an implementation technique for pointers to virtual functions</td>
14532 <td align="center">Extension</td>
14533 </tr>
14534 <tr id="2450">
14535 <td><a href="https://cplusplus.github.io/CWG/issues/2450.html">2450</a></td>
14536 <td>DRWP</td>
14537 <td><I>braced-init-list</I> as a <I>template-argument</I></td>
14538 <td class="full" align="center">Clang 18</td>
14539 </tr>
14540 <tr id="2451">
14541 <td><a href="https://cplusplus.github.io/CWG/issues/2451.html">2451</a></td>
14542 <td>C++23</td>
14543 <td><I>promise</I><TT>.unhandled_exception()</TT> and final suspend point</td>
14544 <td class="unknown" align="center">Unknown</td>
14545 </tr>
14546 <tr id="2452">
14547 <td><a href="https://cplusplus.github.io/CWG/issues/2452.html">2452</a></td>
14548 <td>CD6</td>
14549 <td>Flowing off the end of a coroutine</td>
14550 <td class="unknown" align="center">Unknown</td>
14551 </tr>
14552 <tr id="2453">
14553 <td><a href="https://cplusplus.github.io/CWG/issues/2453.html">2453</a></td>
14554 <td>NAD</td>
14555 <td>Deduced return types and coroutine lambdas</td>
14556 <td class="unknown" align="center">Unknown</td>
14557 </tr>
14558 <tr id="2454">
14559 <td><a href="https://cplusplus.github.io/CWG/issues/2454.html">2454</a></td>
14560 <td>NAD</td>
14561 <td>Tail recursion and coroutine symmetric transfer</td>
14562 <td class="unknown" align="center">Unknown</td>
14563 </tr>
14564 <tr id="2455">
14565 <td><a href="https://cplusplus.github.io/CWG/issues/2455.html">2455</a></td>
14566 <td>CD6</td>
14567 <td>Concatenation of string literals vs translation phases 5 and 6</td>
14568 <td class="unknown" align="center">Unknown</td>
14569 </tr>
14570 <tr class="open" id="2456">
14571 <td><a href="https://cplusplus.github.io/CWG/issues/2456.html">2456</a></td>
14572 <td>open</td>
14573 <td>Viable user-defined conversions in converted constant expressions</td>
14574 <td align="center">Not resolved</td>
14575 </tr>
14576 <tr id="2457">
14577 <td><a href="https://cplusplus.github.io/CWG/issues/2457.html">2457</a></td>
14578 <td>CD6</td>
14579 <td>Unexpanded parameter packs don't make a function type dependent</td>
14580 <td class="unknown" align="center">Unknown</td>
14581 </tr>
14582 <tr id="2458">
14583 <td><a href="https://cplusplus.github.io/CWG/issues/2458.html">2458</a></td>
14584 <td>CD6</td>
14585 <td>Value category of expressions denoting non-static member functions</td>
14586 <td class="unknown" align="center">Unknown</td>
14587 </tr>
14588 <tr id="2459">
14589 <td><a href="https://cplusplus.github.io/CWG/issues/2459.html">2459</a></td>
14590 <td>DRWP</td>
14591 <td>Template parameter initialization</td>
14592 <td class="full" align="center">Clang 18</td>
14593 </tr>
14594 <tr id="2460">
14595 <td><a href="https://cplusplus.github.io/CWG/issues/2460.html">2460</a></td>
14596 <td>CD6</td>
14597 <td>C language linkage and constrained non-template friends</td>
14598 <td class="unknown" align="center">Unknown</td>
14599 </tr>
14600 <tr id="2461">
14601 <td><a href="https://cplusplus.github.io/CWG/issues/2461.html">2461</a></td>
14602 <td>CD6</td>
14603 <td>Diagnosing non-<TT>bool</TT> type constraints</td>
14604 <td class="unknown" align="center">Unknown</td>
14605 </tr>
14606 <tr class="open" id="2462">
14607 <td><a href="https://cplusplus.github.io/CWG/issues/2462.html">2462</a></td>
14608 <td>drafting</td>
14609 <td>Problems with the omission of the <TT>typename</TT> keyword</td>
14610 <td align="center">Not resolved</td>
14611 </tr>
14612 <tr class="open" id="2463">
14613 <td><a href="https://cplusplus.github.io/CWG/issues/2463.html">2463</a></td>
14614 <td>open</td>
14615 <td>Trivial copyability and unions with non-trivial members</td>
14616 <td align="center">Not resolved</td>
14617 </tr>
14618 <tr id="2464">
14619 <td><a href="https://cplusplus.github.io/CWG/issues/2464.html">2464</a></td>
14620 <td>CD6</td>
14621 <td>Constexpr launder and unions</td>
14622 <td class="unknown" align="center">Unknown</td>
14623 </tr>
14624 <tr id="2465">
14625 <td><a href="https://cplusplus.github.io/CWG/issues/2465.html">2465</a></td>
14626 <td>CD6</td>
14627 <td>Coroutine parameters passed to a promise constructor</td>
14628 <td class="unknown" align="center">Unknown</td>
14629 </tr>
14630 <tr id="2466">
14631 <td><a href="https://cplusplus.github.io/CWG/issues/2466.html">2466</a></td>
14632 <td>CD6</td>
14633 <td><TT>co_await</TT> should be a single evaluation</td>
14634 <td class="unknown" align="center">Unknown</td>
14635 </tr>
14636 <tr class="open" id="2467">
14637 <td><a href="https://cplusplus.github.io/CWG/issues/2467.html">2467</a></td>
14638 <td>drafting</td>
14639 <td>CTAD for alias templates and the deducible check</td>
14640 <td align="center">Not resolved</td>
14641 </tr>
14642 <tr class="open" id="2468">
14643 <td><a href="https://cplusplus.github.io/CWG/issues/2468.html">2468</a></td>
14644 <td>drafting</td>
14645 <td>Omission of the <TT>typename</TT> keyword in a member template parameter list</td>
14646 <td align="center">Not resolved</td>
14647 </tr>
14648 <tr class="open" id="2469">
14649 <td><a href="https://cplusplus.github.io/CWG/issues/2469.html">2469</a></td>
14650 <td>drafting</td>
14651 <td>Implicit object creation vs constant expressions</td>
14652 <td align="center">Not resolved</td>
14653 </tr>
14654 <tr id="2470">
14655 <td><a href="https://cplusplus.github.io/CWG/issues/2470.html">2470</a></td>
14656 <td>CD6</td>
14657 <td>Multiple array objects providing storage for one object</td>
14658 <td class="unknown" align="center">Unknown</td>
14659 </tr>
14660 <tr class="open" id="2471">
14661 <td><a href="https://cplusplus.github.io/CWG/issues/2471.html">2471</a></td>
14662 <td>drafting</td>
14663 <td>Nested class template argument deduction</td>
14664 <td align="center">Not resolved</td>
14665 </tr>
14666 <tr id="2472">
14667 <td><a href="https://cplusplus.github.io/CWG/issues/2472.html">2472</a></td>
14668 <td>NAD</td>
14669 <td>Value categories in <I>await-expression</I>s</td>
14670 <td class="unknown" align="center">Unknown</td>
14671 </tr>
14672 <tr class="open" id="2473">
14673 <td><a href="https://cplusplus.github.io/CWG/issues/2473.html">2473</a></td>
14674 <td>drafting</td>
14675 <td>Parentheses in pseudo-destructor calls</td>
14676 <td align="center">Not resolved</td>
14677 </tr>
14678 <tr id="2474">
14679 <td><a href="https://cplusplus.github.io/CWG/issues/2474.html">2474</a></td>
14680 <td>CD6</td>
14681 <td>Cv-qualification and deletion</td>
14682 <td class="unknown" align="center">Unknown</td>
14683 </tr>
14684 <tr id="2475">
14685 <td><a href="https://cplusplus.github.io/CWG/issues/2475.html">2475</a></td>
14686 <td>C++23</td>
14687 <td>Object declarations of type <I>cv</I> <TT>void</TT></td>
14688 <td class="unknown" align="center">Unknown</td>
14689 </tr>
14690 <tr id="2476">
14691 <td><a href="https://cplusplus.github.io/CWG/issues/2476.html">2476</a></td>
14692 <td>DRWP</td>
14693 <td><I>placeholder-type-specifier</I>s and function declarators</td>
14694 <td class="unknown" align="center">Unknown</td>
14695 </tr>
14696 <tr id="2477">
14697 <td><a href="https://cplusplus.github.io/CWG/issues/2477.html">2477</a></td>
14698 <td>CD6</td>
14699 <td>Defaulted vs deleted copy constructors/assignment operators</td>
14700 <td class="unknown" align="center">Unknown</td>
14701 </tr>
14702 <tr id="2478">
14703 <td><a href="https://cplusplus.github.io/CWG/issues/2478.html">2478</a></td>
14704 <td>C++23</td>
14705 <td>Properties of explicit specializations of implicitly-instantiated class templates</td>
14706 <td class="unknown" align="center">Unknown</td>
14707 </tr>
14708 <tr id="2479">
14709 <td><a href="https://cplusplus.github.io/CWG/issues/2479.html">2479</a></td>
14710 <td>CD6</td>
14711 <td>Missing specifications for <TT>consteval</TT> and <TT>constinit</TT></td>
14712 <td class="unknown" align="center">Unknown</td>
14713 </tr>
14714 <tr class="open" id="2480">
14715 <td><a href="https://cplusplus.github.io/CWG/issues/2480.html">2480</a></td>
14716 <td>drafting</td>
14717 <td>Lookup for enumerators in modules</td>
14718 <td align="center">Not resolved</td>
14719 </tr>
14720 <tr id="2481">
14721 <td><a href="https://cplusplus.github.io/CWG/issues/2481.html">2481</a></td>
14722 <td>CD6</td>
14723 <td>Cv-qualification of temporary to which a reference is bound</td>
14724 <td class="unknown" align="center">Unknown</td>
14725 </tr>
14726 <tr id="2482">
14727 <td><a href="https://cplusplus.github.io/CWG/issues/2482.html">2482</a></td>
14728 <td>CD6</td>
14729 <td><TT>bit_cast</TT> and indeterminate values</td>
14730 <td class="unknown" align="center">Unknown</td>
14731 </tr>
14732 <tr id="2483">
14733 <td><a href="https://cplusplus.github.io/CWG/issues/2483.html">2483</a></td>
14734 <td>C++23</td>
14735 <td>Language linkage of static member functions</td>
14736 <td class="unknown" align="center">Unknown</td>
14737 </tr>
14738 <tr id="2484">
14739 <td><a href="https://cplusplus.github.io/CWG/issues/2484.html">2484</a></td>
14740 <td>CD6</td>
14741 <td><TT>char8_t</TT> and <TT>char16_t</TT> in integral promotions</td>
14742 <td class="unknown" align="center">Unknown</td>
14743 </tr>
14744 <tr id="2485">
14745 <td><a href="https://cplusplus.github.io/CWG/issues/2485.html">2485</a></td>
14746 <td>DRWP</td>
14747 <td>Bit-fields in integral promotions</td>
14748 <td class="unknown" align="center">Unknown</td>
14749 </tr>
14750 <tr id="2486">
14751 <td><a href="https://cplusplus.github.io/CWG/issues/2486.html">2486</a></td>
14752 <td>CD6</td>
14753 <td>Call to <TT>noexcept</TT> function via <TT>noexcept(false)</TT> pointer/lvalue</td>
14754 <td class="full" align="center">Clang 4 (C++17 onwards)</td>
14755 </tr>
14756 <tr class="open" id="2487">
14757 <td><a href="https://cplusplus.github.io/CWG/issues/2487.html">2487</a></td>
14758 <td>drafting</td>
14759 <td>Type dependence of function-style cast to incomplete array type</td>
14760 <td align="center">Not resolved</td>
14761 </tr>
14762 <tr class="open" id="2488">
14763 <td><a href="https://cplusplus.github.io/CWG/issues/2488.html">2488</a></td>
14764 <td>open</td>
14765 <td>Overloading virtual functions and functions with trailing <I>requires-clause</I>s</td>
14766 <td align="center">Not resolved</td>
14767 </tr>
14768 <tr id="2489">
14769 <td><a href="https://cplusplus.github.io/CWG/issues/2489.html">2489</a></td>
14770 <td>C++23</td>
14771 <td>Storage provided by array of <TT>char</TT></td>
14772 <td class="unknown" align="center">Unknown</td>
14773 </tr>
14774 <tr id="2490">
14775 <td><a href="https://cplusplus.github.io/CWG/issues/2490.html">2490</a></td>
14776 <td>CD6</td>
14777 <td>Restrictions on destruction in constant expressions</td>
14778 <td class="unknown" align="center">Unknown</td>
14779 </tr>
14780 <tr id="2491">
14781 <td><a href="https://cplusplus.github.io/CWG/issues/2491.html">2491</a></td>
14782 <td>CD6</td>
14783 <td>Export of typedef after its first declaration</td>
14784 <td class="unknown" align="center">Unknown</td>
14785 </tr>
14786 <tr class="open" id="2492">
14787 <td><a href="https://cplusplus.github.io/CWG/issues/2492.html">2492</a></td>
14788 <td>drafting</td>
14789 <td>Comparing user-defined conversion sequences in list-initialization</td>
14790 <td align="center">Not resolved</td>
14791 </tr>
14792 <tr id="2493">
14793 <td><a href="https://cplusplus.github.io/CWG/issues/2493.html">2493</a></td>
14794 <td>dup</td>
14795 <td><TT>auto</TT> as a <I>conversion-type-id</I></td>
14796 <td class="unknown" align="center">Unknown</td>
14797 </tr>
14798 <tr id="2494">
14799 <td><a href="https://cplusplus.github.io/CWG/issues/2494.html">2494</a></td>
14800 <td>CD6</td>
14801 <td>Multiple definitions of non-odr-used entities</td>
14802 <td class="unknown" align="center">Unknown</td>
14803 </tr>
14804 <tr class="open" id="2495">
14805 <td><a href="https://cplusplus.github.io/CWG/issues/2495.html">2495</a></td>
14806 <td>open</td>
14807 <td>Glvalue result of a function call</td>
14808 <td align="center">Not resolved</td>
14809 </tr>
14810 <tr id="2496">
14811 <td><a href="https://cplusplus.github.io/CWG/issues/2496.html">2496</a></td>
14812 <td>CD6</td>
14813 <td><I>ref-qualifier</I>s and virtual overriding</td>
14814 <td class="unknown" align="center">Unknown</td>
14815 </tr>
14816 <tr class="open" id="2497">
14817 <td><a href="https://cplusplus.github.io/CWG/issues/2497.html">2497</a></td>
14818 <td>drafting</td>
14819 <td>Points of instantiation for constexpr function templates</td>
14820 <td align="center">Not resolved</td>
14821 </tr>
14822 <tr class="open" id="2498">
14823 <td><a href="https://cplusplus.github.io/CWG/issues/2498.html">2498</a></td>
14824 <td>open</td>
14825 <td>Partial specialization failure and the immediate context</td>
14826 <td align="center">Not resolved</td>
14827 </tr>
14828 <tr id="2499">
14829 <td><a href="https://cplusplus.github.io/CWG/issues/2499.html">2499</a></td>
14830 <td>CD6</td>
14831 <td>Inconsistency in definition of pointer-interconvertibility</td>
14832 <td class="unknown" align="center">Unknown</td>
14833 </tr>
14834 <tr class="open" id="2500">
14835 <td><a href="https://cplusplus.github.io/CWG/issues/2500.html">2500</a></td>
14836 <td>extension</td>
14837 <td><TT>noexcept(false)</TT> functions and <TT>noexcept</TT> expressions</td>
14838 <td align="center">Extension</td>
14839 </tr>
14840 <tr class="open" id="2501">
14841 <td><a href="https://cplusplus.github.io/CWG/issues/2501.html">2501</a></td>
14842 <td>drafting</td>
14843 <td>Explicit instantiation and trailing <I>requires-clause</I>s</td>
14844 <td align="center">Not resolved</td>
14845 </tr>
14846 <tr id="2502">
14847 <td><a href="https://cplusplus.github.io/CWG/issues/2502.html">2502</a></td>
14848 <td>CD6</td>
14849 <td>Unintended declaration conflicts in nested statement scopes</td>
14850 <td class="unknown" align="center">Unknown</td>
14851 </tr>
14852 <tr class="open" id="2503">
14853 <td><a href="https://cplusplus.github.io/CWG/issues/2503.html">2503</a></td>
14854 <td>drafting</td>
14855 <td>Unclear relationship among name, qualified name, and unqualified name</td>
14856 <td align="center">Not resolved</td>
14857 </tr>
14858 <tr id="2504">
14859 <td><a href="https://cplusplus.github.io/CWG/issues/2504.html">2504</a></td>
14860 <td>DRWP</td>
14861 <td>Inheriting constructors from virtual base classes</td>
14862 <td class="none" align="center">No</td>
14863 </tr>
14864 <tr class="open" id="2505">
14865 <td><a href="https://cplusplus.github.io/CWG/issues/2505.html">2505</a></td>
14866 <td>drafting</td>
14867 <td>Nested unnamed namespace of inline unnamed namespace</td>
14868 <td align="center">Not resolved</td>
14869 </tr>
14870 <tr id="2506">
14871 <td><a href="https://cplusplus.github.io/CWG/issues/2506.html">2506</a></td>
14872 <td>CD6</td>
14873 <td>Structured bindings and array cv-qualifiers</td>
14874 <td class="unknown" align="center">Unknown</td>
14875 </tr>
14876 <tr id="2507">
14877 <td><a href="https://cplusplus.github.io/CWG/issues/2507.html">2507</a></td>
14878 <td>CD6</td>
14879 <td>Default arguments for <TT>operator[]</TT></td>
14880 <td class="unknown" align="center">Unknown</td>
14881 </tr>
14882 <tr id="2508">
14883 <td><a href="https://cplusplus.github.io/CWG/issues/2508.html">2508</a></td>
14884 <td>C++23</td>
14885 <td>Restrictions on uses of template parameter names</td>
14886 <td class="unknown" align="center">Unknown</td>
14887 </tr>
14888 <tr id="2509">
14889 <td><a href="https://cplusplus.github.io/CWG/issues/2509.html">2509</a></td>
14890 <td>CD6</td>
14891 <td><I>decl-specifier-seq</I> in <I>lambda-specifiers</I></td>
14892 <td class="unknown" align="center">Unknown</td>
14893 </tr>
14894 <tr id="2510">
14895 <td><a href="https://cplusplus.github.io/CWG/issues/2510.html">2510</a></td>
14896 <td>NAD</td>
14897 <td><I>noexcept-specifier</I> of friend function vs class completeness</td>
14898 <td class="unknown" align="center">Unknown</td>
14899 </tr>
14900 <tr id="2511">
14901 <td><a href="https://cplusplus.github.io/CWG/issues/2511.html">2511</a></td>
14902 <td>CD6</td>
14903 <td>cv-qualified bit-fields</td>
14904 <td class="unknown" align="center">Unknown</td>
14905 </tr>
14906 <tr id="2512">
14907 <td><a href="https://cplusplus.github.io/CWG/issues/2512.html">2512</a></td>
14908 <td>NAD</td>
14909 <td><TT>typeid</TT> and incomplete class types</td>
14910 <td class="full" align="center">Clang 2.7</td>
14911 </tr>
14912 <tr class="open" id="2513">
14913 <td><a href="https://cplusplus.github.io/CWG/issues/2513.html">2513</a></td>
14914 <td>open</td>
14915 <td>Ambiguity with <I>requires-clause</I> and <I>operator-function-id</I></td>
14916 <td align="center">Not resolved</td>
14917 </tr>
14918 <tr class="open" id="2514">
14919 <td><a href="https://cplusplus.github.io/CWG/issues/2514.html">2514</a></td>
14920 <td>open</td>
14921 <td>Modifying const subobjects</td>
14922 <td align="center">Not resolved</td>
14923 </tr>
14924 <tr class="open" id="2515">
14925 <td><a href="https://cplusplus.github.io/CWG/issues/2515.html">2515</a></td>
14926 <td>open</td>
14927 <td>Result of a function call</td>
14928 <td align="center">Not resolved</td>
14929 </tr>
14930 <tr id="2516">
14931 <td><a href="https://cplusplus.github.io/CWG/issues/2516.html">2516</a></td>
14932 <td>C++23</td>
14933 <td>Locus of <I>enum-specifier</I> or <I>opaque-enum-declaration</I></td>
14934 <td class="full" align="center">Clang 3.0</td>
14935 </tr>
14936 <tr id="2517">
14937 <td><a href="https://cplusplus.github.io/CWG/issues/2517.html">2517</a></td>
14938 <td>C++23</td>
14939 <td>Useless restriction on use of parameter in <I>constraint-expression</I></td>
14940 <td class="unknown" align="center">Unknown</td>
14941 </tr>
14942 <tr id="2518">
14943 <td><a href="https://cplusplus.github.io/CWG/issues/2518.html">2518</a></td>
14944 <td>C++23</td>
14945 <td>Conformance requirements and <TT>#error</TT>/<TT>#warning</TT></td>
14946 <td class="full" align="center">Clang 17</td>
14947 </tr>
14948 <tr id="2519">
14949 <td><a href="https://cplusplus.github.io/CWG/issues/2519.html">2519</a></td>
14950 <td>DRWP</td>
14951 <td>Object representation of a bit-field</td>
14952 <td class="unknown" align="center">Unknown</td>
14953 </tr>
14954 <tr id="2520">
14955 <td><a href="https://cplusplus.github.io/CWG/issues/2520.html">2520</a></td>
14956 <td>C++23</td>
14957 <td>Template signature and default template arguments</td>
14958 <td class="unknown" align="center">Unknown</td>
14959 </tr>
14960 <tr id="2521">
14961 <td><a href="https://cplusplus.github.io/CWG/issues/2521.html">2521</a></td>
14962 <td>C++23</td>
14963 <td>User-defined literals and reserved identifiers</td>
14964 <td class="full" align="center">Clang 17</td>
14965 </tr>
14966 <tr class="open" id="2522">
14967 <td><a href="https://cplusplus.github.io/CWG/issues/2522.html">2522</a></td>
14968 <td>open</td>
14969 <td>Removing placemarker tokens and retention of whitespace</td>
14970 <td align="center">Not resolved</td>
14971 </tr>
14972 <tr id="2523">
14973 <td><a href="https://cplusplus.github.io/CWG/issues/2523.html">2523</a></td>
14974 <td>C++23</td>
14975 <td>Undefined behavior via omitted destructor call in constant expressions</td>
14976 <td class="unknown" align="center">Unknown</td>
14977 </tr>
14978 <tr id="2524">
14979 <td><a href="https://cplusplus.github.io/CWG/issues/2524.html">2524</a></td>
14980 <td>NAD</td>
14981 <td>Distinguishing user-defined conversion sequences by <I>ref-qualifier</I></td>
14982 <td class="unknown" align="center">Unknown</td>
14983 </tr>
14984 <tr class="open" id="2525">
14985 <td><a href="https://cplusplus.github.io/CWG/issues/2525.html">2525</a></td>
14986 <td>drafting</td>
14987 <td>Incorrect definition of implicit conversion sequence</td>
14988 <td align="center">Not resolved</td>
14989 </tr>
14990 <tr id="2526">
14991 <td><a href="https://cplusplus.github.io/CWG/issues/2526.html">2526</a></td>
14992 <td>C++23</td>
14993 <td>Relational comparison of <TT>void*</TT> pointers</td>
14994 <td class="unknown" align="center">Unknown</td>
14995 </tr>
14996 <tr id="2527">
14997 <td><a href="https://cplusplus.github.io/CWG/issues/2527.html">2527</a></td>
14998 <td>NAD</td>
14999 <td>Non-class potentially-overlapping objects</td>
15000 <td class="unknown" align="center">Unknown</td>
15001 </tr>
15002 <tr id="2528">
15003 <td><a href="https://cplusplus.github.io/CWG/issues/2528.html">2528</a></td>
15004 <td>C++23</td>
15005 <td>Three-way comparison and the usual arithmetic conversions</td>
15006 <td class="unknown" align="center">Unknown</td>
15007 </tr>
15008 <tr id="2529">
15009 <td><a href="https://cplusplus.github.io/CWG/issues/2529.html">2529</a></td>
15010 <td>C++23</td>
15011 <td>Constant destruction of constexpr references</td>
15012 <td class="unknown" align="center">Unknown</td>
15013 </tr>
15014 <tr id="2530">
15015 <td><a href="https://cplusplus.github.io/CWG/issues/2530.html">2530</a></td>
15016 <td>C++23</td>
15017 <td>Multiple definitions of enumerators</td>
15018 <td class="unknown" align="center">Unknown</td>
15019 </tr>
15020 <tr id="2531">
15021 <td><a href="https://cplusplus.github.io/CWG/issues/2531.html">2531</a></td>
15022 <td>DRWP</td>
15023 <td>Static data members redeclared as constexpr</td>
15024 <td class="unknown" align="center">Unknown</td>
15025 </tr>
15026 <tr class="open" id="2532">
15027 <td><a href="https://cplusplus.github.io/CWG/issues/2532.html">2532</a></td>
15028 <td>open</td>
15029 <td>Kind of pointer value returned by <TT>new T[0]</TT></td>
15030 <td align="center">Not resolved</td>
15031 </tr>
15032 <tr id="2533">
15033 <td><a href="https://cplusplus.github.io/CWG/issues/2533.html">2533</a></td>
15034 <td>DRWP</td>
15035 <td>Storage duration of implicitly created objects</td>
15036 <td class="unknown" align="center">Unknown</td>
15037 </tr>
15038 <tr id="2534">
15039 <td><a href="https://cplusplus.github.io/CWG/issues/2534.html">2534</a></td>
15040 <td>CD6</td>
15041 <td>Value category of pseudo-destructor expression</td>
15042 <td class="unknown" align="center">Unknown</td>
15043 </tr>
15044 <tr id="2535">
15045 <td><a href="https://cplusplus.github.io/CWG/issues/2535.html">2535</a></td>
15046 <td>CD6</td>
15047 <td>Type punning in class member access</td>
15048 <td class="unknown" align="center">Unknown</td>
15049 </tr>
15050 <tr class="open" id="2536">
15051 <td><a href="https://cplusplus.github.io/CWG/issues/2536.html">2536</a></td>
15052 <td>open</td>
15053 <td>Partially initialized variables during constant initialization</td>
15054 <td align="center">Not resolved</td>
15055 </tr>
15056 <tr class="open" id="2537">
15057 <td><a href="https://cplusplus.github.io/CWG/issues/2537.html">2537</a></td>
15058 <td>drafting</td>
15059 <td>Overbroad grammar for <I>parameter-declaration</I></td>
15060 <td align="center">Not resolved</td>
15061 </tr>
15062 <tr id="2538">
15063 <td><a href="https://cplusplus.github.io/CWG/issues/2538.html">2538</a></td>
15064 <td>C++23</td>
15065 <td>Can standard attributes be syntactically ignored?</td>
15066 <td class="unknown" align="center">Unknown</td>
15067 </tr>
15068 <tr id="2539">
15069 <td><a href="https://cplusplus.github.io/CWG/issues/2539.html">2539</a></td>
15070 <td>C++23</td>
15071 <td>Three-way comparison requiring strong ordering for floating-point types</td>
15072 <td class="unknown" align="center">Unknown</td>
15073 </tr>
15074 <tr id="2540">
15075 <td><a href="https://cplusplus.github.io/CWG/issues/2540.html">2540</a></td>
15076 <td>CD6</td>
15077 <td>Unspecified interpretation of <I>numeric-escape-sequence</I></td>
15078 <td class="unknown" align="center">Unknown</td>
15079 </tr>
15080 <tr class="open" id="2541">
15081 <td><a href="https://cplusplus.github.io/CWG/issues/2541.html">2541</a></td>
15082 <td>open</td>
15083 <td>Linkage specifications, module purview, and module attachment</td>
15084 <td align="center">Not resolved</td>
15085 </tr>
15086 <tr id="2542">
15087 <td><a href="https://cplusplus.github.io/CWG/issues/2542.html">2542</a></td>
15088 <td>DRWP</td>
15089 <td>Is a closure type a structural type?</td>
15090 <td class="unknown" align="center">Unknown</td>
15091 </tr>
15092 <tr id="2543">
15093 <td><a href="https://cplusplus.github.io/CWG/issues/2543.html">2543</a></td>
15094 <td>C++23</td>
15095 <td><TT>constinit</TT> and optimized dynamic initialization</td>
15096 <td class="unknown" align="center">Unknown</td>
15097 </tr>
15098 <tr class="open" id="2544">
15099 <td><a href="https://cplusplus.github.io/CWG/issues/2544.html">2544</a></td>
15100 <td>open</td>
15101 <td>Address of past-the-end of a potentially-overlapping subobject</td>
15102 <td align="center">Not resolved</td>
15103 </tr>
15104 <tr class="open" id="2545">
15105 <td><a href="https://cplusplus.github.io/CWG/issues/2545.html">2545</a></td>
15106 <td>open</td>
15107 <td>Transparently replacing objects in constant expressions</td>
15108 <td align="center">Not resolved</td>
15109 </tr>
15110 <tr id="2546">
15111 <td><a href="https://cplusplus.github.io/CWG/issues/2546.html">2546</a></td>
15112 <td>DRWP</td>
15113 <td>Defaulted secondary comparison operators defined as deleted</td>
15114 <td class="unknown" align="center">Unknown</td>
15115 </tr>
15116 <tr id="2547">
15117 <td><a href="https://cplusplus.github.io/CWG/issues/2547.html">2547</a></td>
15118 <td>DRWP</td>
15119 <td>Defaulted comparison operator function for non-classes</td>
15120 <td class="unreleased" align="center">Clang 20</td>
15121 </tr>
15122 <tr id="2548">
15123 <td><a href="https://cplusplus.github.io/CWG/issues/2548.html">2548</a></td>
15124 <td>NAD</td>
15125 <td>Array prvalues and additive operators</td>
15126 <td class="unknown" align="center">Unknown</td>
15127 </tr>
15128 <tr class="open" id="2549">
15129 <td><a href="https://cplusplus.github.io/CWG/issues/2549.html">2549</a></td>
15130 <td>review</td>
15131 <td>Implicitly moving the operand of a <I>throw-expression</I> in unevaluated contexts</td>
15132 <td align="center">Not resolved</td>
15133 </tr>
15134 <tr id="2550">
15135 <td><a href="https://cplusplus.github.io/CWG/issues/2550.html">2550</a></td>
15136 <td>DRWP</td>
15137 <td>Type "reference to <I>cv</I> <TT>void</TT>" outside of a declarator</td>
15138 <td class="unknown" align="center">Unknown</td>
15139 </tr>
15140 <tr class="open" id="2551">
15141 <td><a href="https://cplusplus.github.io/CWG/issues/2551.html">2551</a></td>
15142 <td>review</td>
15143 <td>"Refers to allocated storage" has no meaning</td>
15144 <td align="center">Not resolved</td>
15145 </tr>
15146 <tr id="2552">
15147 <td><a href="https://cplusplus.github.io/CWG/issues/2552.html">2552</a></td>
15148 <td>DRWP</td>
15149 <td>Constant evaluation of non-defining variable declarations</td>
15150 <td class="unknown" align="center">Unknown</td>
15151 </tr>
15152 <tr class="open" id="2553">
15153 <td><a href="https://cplusplus.github.io/CWG/issues/2553.html">2553</a></td>
15154 <td>review</td>
15155 <td>Restrictions on explicit object member functions</td>
15156 <td align="center">
15157 <details>
15158 <summary>Not resolved</summary>
15159 Clang 18 implements 2023-07-14 resolution
15160 </details></td>
15161 </tr>
15162 <tr class="open" id="2554">
15163 <td><a href="https://cplusplus.github.io/CWG/issues/2554.html">2554</a></td>
15164 <td>review</td>
15165 <td>Overriding virtual functions, also with explicit object parameters</td>
15166 <td align="center">
15167 <details>
15168 <summary>Not resolved</summary>
15169 Clang 18 implements 2021-12-10 resolution
15170 </details></td>
15171 </tr>
15172 <tr class="open" id="2555">
15173 <td><a href="https://cplusplus.github.io/CWG/issues/2555.html">2555</a></td>
15174 <td>drafting</td>
15175 <td>Ineffective redeclaration prevention for <I>using-declarator</I>s</td>
15176 <td align="center">Not resolved</td>
15177 </tr>
15178 <tr id="2556">
15179 <td><a href="https://cplusplus.github.io/CWG/issues/2556.html">2556</a></td>
15180 <td>DRWP</td>
15181 <td>Unusable <TT>promise::return_void</TT></td>
15182 <td class="unknown" align="center">Unknown</td>
15183 </tr>
15184 <tr class="open" id="2557">
15185 <td><a href="https://cplusplus.github.io/CWG/issues/2557.html">2557</a></td>
15186 <td>drafting</td>
15187 <td>Class member access referring to an unrelated class</td>
15188 <td align="center">Not resolved</td>
15189 </tr>
15190 <tr id="2558">
15191 <td><a href="https://cplusplus.github.io/CWG/issues/2558.html">2558</a></td>
15192 <td>C++23</td>
15193 <td>Uninitialized subobjects as a result of an immediate invocation</td>
15194 <td class="unknown" align="center">Unknown</td>
15195 </tr>
15196 <tr class="open" id="2559">
15197 <td><a href="https://cplusplus.github.io/CWG/issues/2559.html">2559</a></td>
15198 <td>open</td>
15199 <td>Defaulted consteval functions</td>
15200 <td align="center">Not resolved</td>
15201 </tr>
15202 <tr id="2560">
15203 <td><a href="https://cplusplus.github.io/CWG/issues/2560.html">2560</a></td>
15204 <td>DRWP</td>
15205 <td>Parameter type determination in a <I>requirement-parameter-list</I></td>
15206 <td class="unknown" align="center">Unknown</td>
15207 </tr>
15208 <tr id="2561">
15209 <td><a href="https://cplusplus.github.io/CWG/issues/2561.html">2561</a></td>
15210 <td>DR</td>
15211 <td>Conversion to function pointer for lambda with explicit object parameter</td>
15212 <td class="none" align="center">No</td>
15213 </tr>
15214 <tr class="open" id="2562">
15215 <td><a href="https://cplusplus.github.io/CWG/issues/2562.html">2562</a></td>
15216 <td>open</td>
15217 <td>Exceptions thrown during coroutine startup</td>
15218 <td align="center">Not resolved</td>
15219 </tr>
15220 <tr class="open" id="2563">
15221 <td><a href="https://cplusplus.github.io/CWG/issues/2563.html">2563</a></td>
15222 <td>drafting</td>
15223 <td>Initialization of coroutine result object</td>
15224 <td align="center">Not resolved</td>
15225 </tr>
15226 <tr class="open" id="2564">
15227 <td><a href="https://cplusplus.github.io/CWG/issues/2564.html">2564</a></td>
15228 <td>drafting</td>
15229 <td>Conversion to function pointer with an explicit object parameter</td>
15230 <td align="center">Not resolved</td>
15231 </tr>
15232 <tr class="open" id="2565">
15233 <td><a href="https://cplusplus.github.io/CWG/issues/2565.html">2565</a></td>
15234 <td>open</td>
15235 <td>Invalid types in the <I>parameter-declaration-clause</I> of a <I>requires-expression</I></td>
15236 <td align="center">
15237 <details>
15238 <summary>Not resolved</summary>
15239 Clang 16 implements 2023-06-07 resolution
15240 </details></td>
15241 </tr>
15242 <tr class="open" id="2566">
15243 <td><a href="https://cplusplus.github.io/CWG/issues/2566.html">2566</a></td>
15244 <td>review</td>
15245 <td>Matching deallocation for uncaught exception</td>
15246 <td align="center">Not resolved</td>
15247 </tr>
15248 <tr id="2567">
15249 <td><a href="https://cplusplus.github.io/CWG/issues/2567.html">2567</a></td>
15250 <td>NAD</td>
15251 <td>Operator lookup ambiguity</td>
15252 <td class="unknown" align="center">Unknown</td>
15253 </tr>
15254 <tr id="2568">
15255 <td><a href="https://cplusplus.github.io/CWG/issues/2568.html">2568</a></td>
15256 <td>DRWP</td>
15257 <td>Access checking during synthesis of defaulted comparison operator</td>
15258 <td class="unknown" align="center">Unknown</td>
15259 </tr>
15260 <tr id="2569">
15261 <td><a href="https://cplusplus.github.io/CWG/issues/2569.html">2569</a></td>
15262 <td>CD6</td>
15263 <td>Use of <code>decltype(capture)</code> in a lambda's <I>parameter-declaration-clause</I></td>
15264 <td class="unknown" align="center">Unknown</td>
15265 </tr>
15266 <tr id="2570">
15267 <td><a href="https://cplusplus.github.io/CWG/issues/2570.html">2570</a></td>
15268 <td>DRWP</td>
15269 <td>Clarify constexpr for defaulted functions</td>
15270 <td class="unknown" align="center">Unknown</td>
15271 </tr>
15272 <tr id="2571">
15273 <td><a href="https://cplusplus.github.io/CWG/issues/2571.html">2571</a></td>
15274 <td>CD6</td>
15275 <td>Evaluation order for subscripting</td>
15276 <td class="unknown" align="center">Unknown</td>
15277 </tr>
15278 <tr class="open" id="2572">
15279 <td><a href="https://cplusplus.github.io/CWG/issues/2572.html">2572</a></td>
15280 <td>review</td>
15281 <td>Address of overloaded function with no target</td>
15282 <td align="center">Not resolved</td>
15283 </tr>
15284 <tr id="2573">
15285 <td><a href="https://cplusplus.github.io/CWG/issues/2573.html">2573</a></td>
15286 <td>DRWP</td>
15287 <td>Undefined behavior when splicing results in a <I>universal-character-name</I></td>
15288 <td class="unknown" align="center">Unknown</td>
15289 </tr>
15290 <tr id="2574">
15291 <td><a href="https://cplusplus.github.io/CWG/issues/2574.html">2574</a></td>
15292 <td>DRWP</td>
15293 <td>Undefined behavior when lexing unmatched quotes</td>
15294 <td class="unknown" align="center">Unknown</td>
15295 </tr>
15296 <tr class="open" id="2575">
15297 <td><a href="https://cplusplus.github.io/CWG/issues/2575.html">2575</a></td>
15298 <td>open</td>
15299 <td>Undefined behavior when macro-replacing "defined" operator</td>
15300 <td align="center">Not resolved</td>
15301 </tr>
15302 <tr class="open" id="2576">
15303 <td><a href="https://cplusplus.github.io/CWG/issues/2576.html">2576</a></td>
15304 <td>open</td>
15305 <td>Undefined behavior with macro-expanded <TT>#include</TT> directives</td>
15306 <td align="center">Not resolved</td>
15307 </tr>
15308 <tr class="open" id="2577">
15309 <td><a href="https://cplusplus.github.io/CWG/issues/2577.html">2577</a></td>
15310 <td>open</td>
15311 <td>Undefined behavior for preprocessing directives in macro arguments</td>
15312 <td align="center">Not resolved</td>
15313 </tr>
15314 <tr class="open" id="2578">
15315 <td><a href="https://cplusplus.github.io/CWG/issues/2578.html">2578</a></td>
15316 <td>open</td>
15317 <td>Undefined behavior when creating an invalid string literal via stringizing</td>
15318 <td align="center">Not resolved</td>
15319 </tr>
15320 <tr class="open" id="2579">
15321 <td><a href="https://cplusplus.github.io/CWG/issues/2579.html">2579</a></td>
15322 <td>open</td>
15323 <td>Undefined behavior when token pasting does not create a preprocessing token</td>
15324 <td align="center">Not resolved</td>
15325 </tr>
15326 <tr class="open" id="2580">
15327 <td><a href="https://cplusplus.github.io/CWG/issues/2580.html">2580</a></td>
15328 <td>open</td>
15329 <td>Undefined behavior with <TT>#line</TT></td>
15330 <td align="center">Not resolved</td>
15331 </tr>
15332 <tr class="open" id="2581">
15333 <td><a href="https://cplusplus.github.io/CWG/issues/2581.html">2581</a></td>
15334 <td>open</td>
15335 <td>Undefined behavior for predefined macros</td>
15336 <td align="center">Not resolved</td>
15337 </tr>
15338 <tr id="2582">
15339 <td><a href="https://cplusplus.github.io/CWG/issues/2582.html">2582</a></td>
15340 <td>CD6</td>
15341 <td>Differing member lookup from nested classes</td>
15342 <td class="unknown" align="center">Unknown</td>
15343 </tr>
15344 <tr id="2583">
15345 <td><a href="https://cplusplus.github.io/CWG/issues/2583.html">2583</a></td>
15346 <td>C++23</td>
15347 <td>Common initial sequence should consider over-alignment</td>
15348 <td class="full" align="center">Clang 19</td>
15349 </tr>
15350 <tr class="open" id="2584">
15351 <td><a href="https://cplusplus.github.io/CWG/issues/2584.html">2584</a></td>
15352 <td>open</td>
15353 <td>Equivalent types in function template declarations</td>
15354 <td align="center">Not resolved</td>
15355 </tr>
15356 <tr id="2585">
15357 <td><a href="https://cplusplus.github.io/CWG/issues/2585.html">2585</a></td>
15358 <td>CD6</td>
15359 <td>Name lookup for coroutine allocation</td>
15360 <td class="unknown" align="center">Unknown</td>
15361 </tr>
15362 <tr id="2586">
15363 <td><a href="https://cplusplus.github.io/CWG/issues/2586.html">2586</a></td>
15364 <td>CD6</td>
15365 <td>Explicit object parameter for assignment and comparison</td>
15366 <td class="unreleased" align="center">Clang 20</td>
15367 </tr>
15368 <tr class="open" id="2587">
15369 <td><a href="https://cplusplus.github.io/CWG/issues/2587.html">2587</a></td>
15370 <td>review</td>
15371 <td>Visible side effects and initial value of an object</td>
15372 <td align="center">Not resolved</td>
15373 </tr>
15374 <tr id="2588">
15375 <td><a href="https://cplusplus.github.io/CWG/issues/2588.html">2588</a></td>
15376 <td>DR</td>
15377 <td>friend declarations and module linkage</td>
15378 <td class="unknown" align="center">Unknown</td>
15379 </tr>
15380 <tr class="open" id="2589">
15381 <td><a href="https://cplusplus.github.io/CWG/issues/2589.html">2589</a></td>
15382 <td>review</td>
15383 <td>Context of access checks during constraint satisfaction checking</td>
15384 <td align="center">Not resolved</td>
15385 </tr>
15386 <tr id="2590">
15387 <td><a href="https://cplusplus.github.io/CWG/issues/2590.html">2590</a></td>
15388 <td>C++23</td>
15389 <td>Underlying type should determine size and alignment requirements of an enum</td>
15390 <td class="unknown" align="center">Unknown</td>
15391 </tr>
15392 <tr id="2591">
15393 <td><a href="https://cplusplus.github.io/CWG/issues/2591.html">2591</a></td>
15394 <td>DRWP</td>
15395 <td>Implicit change of active union member for anonymous union in union</td>
15396 <td class="unknown" align="center">Unknown</td>
15397 </tr>
15398 <tr class="open" id="2592">
15399 <td><a href="https://cplusplus.github.io/CWG/issues/2592.html">2592</a></td>
15400 <td>open</td>
15401 <td>Missing definition for placement allocation/deallocation function</td>
15402 <td align="center">Not resolved</td>
15403 </tr>
15404 <tr class="open" id="2593">
15405 <td><a href="https://cplusplus.github.io/CWG/issues/2593.html">2593</a></td>
15406 <td>review</td>
15407 <td>Insufficient base class restriction for pointer-to-member expression</td>
15408 <td align="center">Not resolved</td>
15409 </tr>
15410 <tr id="2594">
15411 <td><a href="https://cplusplus.github.io/CWG/issues/2594.html">2594</a></td>
15412 <td>CD6</td>
15413 <td>Disallowing a global function template <TT>main</TT></td>
15414 <td class="unknown" align="center">Unknown</td>
15415 </tr>
15416 <tr id="2595">
15417 <td><a href="https://cplusplus.github.io/CWG/issues/2595.html">2595</a></td>
15418 <td>DRWP</td>
15419 <td>"More constrained" for eligible special member functions</td>
15420 <td class="unknown" align="center">Unknown</td>
15421 </tr>
15422 <tr class="open" id="2596">
15423 <td><a href="https://cplusplus.github.io/CWG/issues/2596.html">2596</a></td>
15424 <td>drafting</td>
15425 <td>Instantiation of constrained non-template friends</td>
15426 <td align="center">Not resolved</td>
15427 </tr>
15428 <tr id="2597">
15429 <td><a href="https://cplusplus.github.io/CWG/issues/2597.html">2597</a></td>
15430 <td>CD6</td>
15431 <td>Replaceable allocation and deallocation functions in the global module</td>
15432 <td class="unknown" align="center">Unknown</td>
15433 </tr>
15434 <tr id="2598">
15435 <td><a href="https://cplusplus.github.io/CWG/issues/2598.html">2598</a></td>
15436 <td>C++23</td>
15437 <td>Unions should not require a non-static data member of literal type</td>
15438 <td class="full" align="center">Clang 18</td>
15439 </tr>
15440 <tr id="2599">
15441 <td><a href="https://cplusplus.github.io/CWG/issues/2599.html">2599</a></td>
15442 <td>C++23</td>
15443 <td>What does initializing a parameter include?</td>
15444 <td class="unknown" align="center">Unknown</td>
15445 </tr>
15446 <tr id="2600">
15447 <td><a href="https://cplusplus.github.io/CWG/issues/2600.html">2600</a></td>
15448 <td>DRWP</td>
15449 <td>Type dependency of placeholder types</td>
15450 <td class="unknown" align="center">Unknown</td>
15451 </tr>
15452 <tr id="2601">
15453 <td><a href="https://cplusplus.github.io/CWG/issues/2601.html">2601</a></td>
15454 <td>C++23</td>
15455 <td>Tracking of created and destroyed subobjects</td>
15456 <td class="unknown" align="center">Unknown</td>
15457 </tr>
15458 <tr id="2602">
15459 <td><a href="https://cplusplus.github.io/CWG/issues/2602.html">2602</a></td>
15460 <td>C++23</td>
15461 <td>consteval defaulted functions</td>
15462 <td class="unknown" align="center">Unknown</td>
15463 </tr>
15464 <tr id="2603">
15465 <td><a href="https://cplusplus.github.io/CWG/issues/2603.html">2603</a></td>
15466 <td>C++23</td>
15467 <td>Holistic functional equivalence for function templates</td>
15468 <td class="unknown" align="center">Unknown</td>
15469 </tr>
15470 <tr id="2604">
15471 <td><a href="https://cplusplus.github.io/CWG/issues/2604.html">2604</a></td>
15472 <td>C++23</td>
15473 <td>Attributes for an explicit specialization</td>
15474 <td class="unknown" align="center">Unknown</td>
15475 </tr>
15476 <tr id="2605">
15477 <td><a href="https://cplusplus.github.io/CWG/issues/2605.html">2605</a></td>
15478 <td>C++23</td>
15479 <td>Implicit-lifetime aggregates</td>
15480 <td class="unknown" align="center">Unknown</td>
15481 </tr>
15482 <tr id="2606">
15483 <td><a href="https://cplusplus.github.io/CWG/issues/2606.html">2606</a></td>
15484 <td>CD6</td>
15485 <td><TT>static_cast</TT> from "pointer to void" does not handle similar types</td>
15486 <td class="unknown" align="center">Unknown</td>
15487 </tr>
15488 <tr class="open" id="2607">
15489 <td><a href="https://cplusplus.github.io/CWG/issues/2607.html">2607</a></td>
15490 <td>drafting</td>
15491 <td>Visibility of enumerator names</td>
15492 <td align="center">Not resolved</td>
15493 </tr>
15494 <tr id="2608">
15495 <td><a href="https://cplusplus.github.io/CWG/issues/2608.html">2608</a></td>
15496 <td>CD6</td>
15497 <td>Omitting an empty template argument list</td>
15498 <td class="unknown" align="center">Unknown</td>
15499 </tr>
15500 <tr class="open" id="2609">
15501 <td><a href="https://cplusplus.github.io/CWG/issues/2609.html">2609</a></td>
15502 <td>open</td>
15503 <td>Padding in class types</td>
15504 <td align="center">Not resolved</td>
15505 </tr>
15506 <tr id="2610">
15507 <td><a href="https://cplusplus.github.io/CWG/issues/2610.html">2610</a></td>
15508 <td>C++23</td>
15509 <td>Indirect private base classes in aggregates</td>
15510 <td class="unknown" align="center">Unknown</td>
15511 </tr>
15512 <tr id="2611">
15513 <td><a href="https://cplusplus.github.io/CWG/issues/2611.html">2611</a></td>
15514 <td>C++23</td>
15515 <td>Missing parentheses in expansion of fold-expression could cause syntactic reinterpretation</td>
15516 <td class="unknown" align="center">Unknown</td>
15517 </tr>
15518 <tr id="2612">
15519 <td><a href="https://cplusplus.github.io/CWG/issues/2612.html">2612</a></td>
15520 <td>C++23</td>
15521 <td>Incorrect comment in example</td>
15522 <td class="unknown" align="center">Unknown</td>
15523 </tr>
15524 <tr id="2613">
15525 <td><a href="https://cplusplus.github.io/CWG/issues/2613.html">2613</a></td>
15526 <td>C++23</td>
15527 <td>Incomplete definition of resumer</td>
15528 <td class="unknown" align="center">Unknown</td>
15529 </tr>
15530 <tr id="2614">
15531 <td><a href="https://cplusplus.github.io/CWG/issues/2614.html">2614</a></td>
15532 <td>C++23</td>
15533 <td>Unspecified results for class member access</td>
15534 <td class="unknown" align="center">Unknown</td>
15535 </tr>
15536 <tr id="2615">
15537 <td><a href="https://cplusplus.github.io/CWG/issues/2615.html">2615</a></td>
15538 <td>C++23</td>
15539 <td>Missing <TT>__has_cpp_attribute(assume)</TT></td>
15540 <td class="unknown" align="center">Unknown</td>
15541 </tr>
15542 <tr id="2616">
15543 <td><a href="https://cplusplus.github.io/CWG/issues/2616.html">2616</a></td>
15544 <td>C++23</td>
15545 <td>Imprecise restrictions on <TT>break</TT> and <TT>continue</TT></td>
15546 <td class="unknown" align="center">Unknown</td>
15547 </tr>
15548 <tr class="open" id="2617">
15549 <td><a href="https://cplusplus.github.io/CWG/issues/2617.html">2617</a></td>
15550 <td>review</td>
15551 <td>Default template arguments for template members of non-template classes</td>
15552 <td align="center">Not resolved</td>
15553 </tr>
15554 <tr id="2618">
15555 <td><a href="https://cplusplus.github.io/CWG/issues/2618.html">2618</a></td>
15556 <td>C++23</td>
15557 <td>Substitution during deduction should exclude exception specifications</td>
15558 <td class="unknown" align="center">Unknown</td>
15559 </tr>
15560 <tr id="2619">
15561 <td><a href="https://cplusplus.github.io/CWG/issues/2619.html">2619</a></td>
15562 <td>C++23</td>
15563 <td>Kind of initialization for a <I>designated-initializer-list</I></td>
15564 <td class="unknown" align="center">Unknown</td>
15565 </tr>
15566 <tr id="2620">
15567 <td><a href="https://cplusplus.github.io/CWG/issues/2620.html">2620</a></td>
15568 <td>C++23</td>
15569 <td>Nonsensical disambiguation rule</td>
15570 <td class="unknown" align="center">Unknown</td>
15571 </tr>
15572 <tr id="2621">
15573 <td><a href="https://cplusplus.github.io/CWG/issues/2621.html">2621</a></td>
15574 <td>C++23</td>
15575 <td>Kind of lookup for <TT>using enum</TT> declarations</td>
15576 <td class="full-superseded" align="center">Superseded by <a href="#2877">2877</a></td>
15577 </tr>
15578 <tr id="2622">
15579 <td><a href="https://cplusplus.github.io/CWG/issues/2622.html">2622</a></td>
15580 <td>C++23</td>
15581 <td>Compounding types from function and pointer-to-member types</td>
15582 <td class="unknown" align="center">Unknown</td>
15583 </tr>
15584 <tr class="open" id="2623">
15585 <td><a href="https://cplusplus.github.io/CWG/issues/2623.html">2623</a></td>
15586 <td>drafting</td>
15587 <td>Invoking destroying <TT>operator delete</TT> for constructor failure</td>
15588 <td align="center">Not resolved</td>
15589 </tr>
15590 <tr id="2624">
15591 <td><a href="https://cplusplus.github.io/CWG/issues/2624.html">2624</a></td>
15592 <td>C++23</td>
15593 <td>Array delete expression with no array cookie</td>
15594 <td class="unknown" align="center">Unknown</td>
15595 </tr>
15596 <tr id="2625">
15597 <td><a href="https://cplusplus.github.io/CWG/issues/2625.html">2625</a></td>
15598 <td>C++23</td>
15599 <td>Deletion of pointer to out-of-lifetime object</td>
15600 <td class="unknown" align="center">Unknown</td>
15601 </tr>
15602 <tr id="2626">
15603 <td><a href="https://cplusplus.github.io/CWG/issues/2626.html">2626</a></td>
15604 <td>C++23</td>
15605 <td>Rephrase ones' complement using base-2 representation</td>
15606 <td class="unknown" align="center">Unknown</td>
15607 </tr>
15608 <tr id="2627">
15609 <td><a href="https://cplusplus.github.io/CWG/issues/2627.html">2627</a></td>
15610 <td>C++23</td>
15611 <td>Bit-fields and narrowing conversions</td>
15612 <td class="unreleased" align="center">Clang 20</td>
15613 </tr>
15614 <tr id="2628">
15615 <td><a href="https://cplusplus.github.io/CWG/issues/2628.html">2628</a></td>
15616 <td>DRWP</td>
15617 <td>Implicit deduction guides should propagate constraints</td>
15618 <td class="none" align="center">No</td>
15619 </tr>
15620 <tr id="2629">
15621 <td><a href="https://cplusplus.github.io/CWG/issues/2629.html">2629</a></td>
15622 <td>C++23</td>
15623 <td>Variables of floating-point type as <TT>switch</TT> conditions</td>
15624 <td class="unknown" align="center">Unknown</td>
15625 </tr>
15626 <tr id="2630">
15627 <td><a href="https://cplusplus.github.io/CWG/issues/2630.html">2630</a></td>
15628 <td>C++23</td>
15629 <td>Syntactic specification of class completeness</td>
15630 <td class="full" align="center">Clang 9</td>
15631 </tr>
15632 <tr id="2631">
15633 <td><a href="https://cplusplus.github.io/CWG/issues/2631.html">2631</a></td>
15634 <td>C++23</td>
15635 <td>Immediate function evaluations in default arguments</td>
15636 <td class="full" align="center">Clang 16</td>
15637 </tr>
15638 <tr class="open" id="2632">
15639 <td><a href="https://cplusplus.github.io/CWG/issues/2632.html">2632</a></td>
15640 <td>drafting</td>
15641 <td>'user-declared' is not defined</td>
15642 <td align="center">Not resolved</td>
15643 </tr>
15644 <tr class="open" id="2633">
15645 <td><a href="https://cplusplus.github.io/CWG/issues/2633.html">2633</a></td>
15646 <td>open</td>
15647 <td>typeid of constexpr-unknown dynamic type</td>
15648 <td align="center">Not resolved</td>
15649 </tr>
15650 <tr id="2634">
15651 <td><a href="https://cplusplus.github.io/CWG/issues/2634.html">2634</a></td>
15652 <td>DRWP</td>
15653 <td>Avoid circularity in specification of scope for friend class declarations</td>
15654 <td class="unknown" align="center">Unknown</td>
15655 </tr>
15656 <tr id="2635">
15657 <td><a href="https://cplusplus.github.io/CWG/issues/2635.html">2635</a></td>
15658 <td>C++23</td>
15659 <td>Constrained structured bindings</td>
15660 <td class="full" align="center">Clang 16</td>
15661 </tr>
15662 <tr id="2636">
15663 <td><a href="https://cplusplus.github.io/CWG/issues/2636.html">2636</a></td>
15664 <td>C++23</td>
15665 <td>Update Annex E based on Unicode 15.0 UAX #31</td>
15666 <td class="na" align="center">N/A</td>
15667 </tr>
15668 <tr id="2637">
15669 <td><a href="https://cplusplus.github.io/CWG/issues/2637.html">2637</a></td>
15670 <td>DRWP</td>
15671 <td>Injected-class-name as a <I>simple-template-id</I></td>
15672 <td class="unknown" align="center">Unknown</td>
15673 </tr>
15674 <tr id="2638">
15675 <td><a href="https://cplusplus.github.io/CWG/issues/2638.html">2638</a></td>
15676 <td>DRWP</td>
15677 <td>Improve the example for initializing by initializer list</td>
15678 <td class="unknown" align="center">Unknown</td>
15679 </tr>
15680 <tr id="2639">
15681 <td><a href="https://cplusplus.github.io/CWG/issues/2639.html">2639</a></td>
15682 <td>C++23</td>
15683 <td>new-lines after phase 1</td>
15684 <td class="unknown" align="center">Unknown</td>
15685 </tr>
15686 <tr id="2640">
15687 <td><a href="https://cplusplus.github.io/CWG/issues/2640.html">2640</a></td>
15688 <td>C++23</td>
15689 <td>Allow more characters in an n-char sequence</td>
15690 <td class="full" align="center">Clang 16</td>
15691 </tr>
15692 <tr id="2641">
15693 <td><a href="https://cplusplus.github.io/CWG/issues/2641.html">2641</a></td>
15694 <td>C++23</td>
15695 <td>Redundant specification of value category of literals</td>
15696 <td class="unknown" align="center">Unknown</td>
15697 </tr>
15698 <tr id="2642">
15699 <td><a href="https://cplusplus.github.io/CWG/issues/2642.html">2642</a></td>
15700 <td>C++23</td>
15701 <td>Inconsistent use of T and C</td>
15702 <td class="na" align="center">N/A</td>
15703 </tr>
15704 <tr id="2643">
15705 <td><a href="https://cplusplus.github.io/CWG/issues/2643.html">2643</a></td>
15706 <td>C++23</td>
15707 <td>Completing a pointer to array of unknown bound</td>
15708 <td class="unknown" align="center">Unknown</td>
15709 </tr>
15710 <tr id="2644">
15711 <td><a href="https://cplusplus.github.io/CWG/issues/2644.html">2644</a></td>
15712 <td>C++23</td>
15713 <td>Incorrect comment in example</td>
15714 <td class="full" align="center">Clang 8</td>
15715 </tr>
15716 <tr id="2645">
15717 <td><a href="https://cplusplus.github.io/CWG/issues/2645.html">2645</a></td>
15718 <td>C++23</td>
15719 <td>Unused term "default argument promotions"</td>
15720 <td class="unknown" align="center">Unknown</td>
15721 </tr>
15722 <tr id="2646">
15723 <td><a href="https://cplusplus.github.io/CWG/issues/2646.html">2646</a></td>
15724 <td>C++23</td>
15725 <td>Defaulted special member functions</td>
15726 <td class="unknown" align="center">Unknown</td>
15727 </tr>
15728 <tr id="2647">
15729 <td><a href="https://cplusplus.github.io/CWG/issues/2647.html">2647</a></td>
15730 <td>C++23</td>
15731 <td>Fix for "needed for constant evaluation"</td>
15732 <td class="unknown" align="center">Unknown</td>
15733 </tr>
15734 <tr id="2648">
15735 <td><a href="https://cplusplus.github.io/CWG/issues/2648.html">2648</a></td>
15736 <td>C++23</td>
15737 <td>Correspondence of surrogate call function and conversion function</td>
15738 <td class="unknown" align="center">Unknown</td>
15739 </tr>
15740 <tr id="2649">
15741 <td><a href="https://cplusplus.github.io/CWG/issues/2649.html">2649</a></td>
15742 <td>C++23</td>
15743 <td>Incorrect note about implicit conversion sequence</td>
15744 <td class="unknown" align="center">Unknown</td>
15745 </tr>
15746 <tr id="2650">
15747 <td><a href="https://cplusplus.github.io/CWG/issues/2650.html">2650</a></td>
15748 <td>C++23</td>
15749 <td>Incorrect example for ill-formed non-type template arguments</td>
15750 <td class="full" align="center">Clang 17</td>
15751 </tr>
15752 <tr id="2651">
15753 <td><a href="https://cplusplus.github.io/CWG/issues/2651.html">2651</a></td>
15754 <td>C++23</td>
15755 <td>Conversion function templates and "noexcept"</td>
15756 <td class="unknown" align="center">Unknown</td>
15757 </tr>
15758 <tr id="2652">
15759 <td><a href="https://cplusplus.github.io/CWG/issues/2652.html">2652</a></td>
15760 <td>C++23</td>
15761 <td>Overbroad definition of <TT>__STDCPP_BFLOAT16_T__</TT></td>
15762 <td class="unknown" align="center">Unknown</td>
15763 </tr>
15764 <tr id="2653">
15765 <td><a href="https://cplusplus.github.io/CWG/issues/2653.html">2653</a></td>
15766 <td>C++23</td>
15767 <td>Can an explicit object parameter have a default argument?</td>
15768 <td class="full" align="center">Clang 18</td>
15769 </tr>
15770 <tr id="2654">
15771 <td><a href="https://cplusplus.github.io/CWG/issues/2654.html">2654</a></td>
15772 <td>C++23</td>
15773 <td>Un-deprecation of compound volatile assignments</td>
15774 <td class="full" align="center">Clang 16</td>
15775 </tr>
15776 <tr id="2655">
15777 <td><a href="https://cplusplus.github.io/CWG/issues/2655.html">2655</a></td>
15778 <td>NAD</td>
15779 <td>Instantiation of default arguments in <I>lambda-expression</I>s</td>
15780 <td class="unknown" align="center">Unknown</td>
15781 </tr>
15782 <tr class="open" id="2656">
15783 <td><a href="https://cplusplus.github.io/CWG/issues/2656.html">2656</a></td>
15784 <td>drafting</td>
15785 <td>Converting consteval lambda to function pointer in non-immediate context</td>
15786 <td align="center">Not resolved</td>
15787 </tr>
15788 <tr id="2657">
15789 <td><a href="https://cplusplus.github.io/CWG/issues/2657.html">2657</a></td>
15790 <td>DRWP</td>
15791 <td>Cv-qualification adjustment when binding reference to temporary</td>
15792 <td class="unknown" align="center">Unknown</td>
15793 </tr>
15794 <tr id="2658">
15795 <td><a href="https://cplusplus.github.io/CWG/issues/2658.html">2658</a></td>
15796 <td>C++23</td>
15797 <td>Trivial copying of unions in core constant expressions</td>
15798 <td class="unknown" align="center">Unknown</td>
15799 </tr>
15800 <tr id="2659">
15801 <td><a href="https://cplusplus.github.io/CWG/issues/2659.html">2659</a></td>
15802 <td>C++23</td>
15803 <td>Missing feature-test macro for lifetime extension in range-for loop</td>
15804 <td class="unknown" align="center">Unknown</td>
15805 </tr>
15806 <tr class="open" id="2660">
15807 <td><a href="https://cplusplus.github.io/CWG/issues/2660.html">2660</a></td>
15808 <td>open</td>
15809 <td>Confusing term "this parameter"</td>
15810 <td align="center">Not resolved</td>
15811 </tr>
15812 <tr id="2661">
15813 <td><a href="https://cplusplus.github.io/CWG/issues/2661.html">2661</a></td>
15814 <td>DRWP</td>
15815 <td>Missing disambiguation rule for <I>pure-specifier</I> vs. <I>brace-or-equal-initializer</I></td>
15816 <td class="unknown" align="center">Unknown</td>
15817 </tr>
15818 <tr id="2662">
15819 <td><a href="https://cplusplus.github.io/CWG/issues/2662.html">2662</a></td>
15820 <td>C++23</td>
15821 <td>Example for member access control vs. overload resolution</td>
15822 <td class="unknown" align="center">Unknown</td>
15823 </tr>
15824 <tr id="2663">
15825 <td><a href="https://cplusplus.github.io/CWG/issues/2663.html">2663</a></td>
15826 <td>DRWP</td>
15827 <td>Example for member redeclarations with <I>using-declaration</I>s</td>
15828 <td class="unknown" align="center">Unknown</td>
15829 </tr>
15830 <tr id="2664">
15831 <td><a href="https://cplusplus.github.io/CWG/issues/2664.html">2664</a></td>
15832 <td>C++23</td>
15833 <td>Deduction failure in CTAD for alias templates</td>
15834 <td class="unknown" align="center">Unknown</td>
15835 </tr>
15836 <tr id="2665">
15837 <td><a href="https://cplusplus.github.io/CWG/issues/2665.html">2665</a></td>
15838 <td>NAD</td>
15839 <td>Replacing a subobject with a complete object</td>
15840 <td class="unknown" align="center">Unknown</td>
15841 </tr>
15842 <tr class="open" id="2666">
15843 <td><a href="https://cplusplus.github.io/CWG/issues/2666.html">2666</a></td>
15844 <td>open</td>
15845 <td>Lifetime extension through <TT>static_cast</TT></td>
15846 <td align="center">Not resolved</td>
15847 </tr>
15848 <tr id="2667">
15849 <td><a href="https://cplusplus.github.io/CWG/issues/2667.html">2667</a></td>
15850 <td>C++23</td>
15851 <td>Named module imports do not import macros</td>
15852 <td class="unknown" align="center">Unknown</td>
15853 </tr>
15854 <tr id="2668">
15855 <td><a href="https://cplusplus.github.io/CWG/issues/2668.html">2668</a></td>
15856 <td>DRWP</td>
15857 <td><TT>co_await</TT> in a <I>lambda-expression</I></td>
15858 <td class="unknown" align="center">Unknown</td>
15859 </tr>
15860 <tr class="open" id="2669">
15861 <td><a href="https://cplusplus.github.io/CWG/issues/2669.html">2669</a></td>
15862 <td>open</td>
15863 <td>Lifetime extension for aggregate initialization</td>
15864 <td align="center">Not resolved</td>
15865 </tr>
15866 <tr class="open" id="2670">
15867 <td><a href="https://cplusplus.github.io/CWG/issues/2670.html">2670</a></td>
15868 <td>open</td>
15869 <td>Programs and translation units</td>
15870 <td align="center">Not resolved</td>
15871 </tr>
15872 <tr class="open" id="2671">
15873 <td><a href="https://cplusplus.github.io/CWG/issues/2671.html">2671</a></td>
15874 <td>open</td>
15875 <td>friend named by a <I>template-id</I></td>
15876 <td align="center">Not resolved</td>
15877 </tr>
15878 <tr id="2672">
15879 <td><a href="https://cplusplus.github.io/CWG/issues/2672.html">2672</a></td>
15880 <td>DRWP</td>
15881 <td>Lambda body SFINAE is still required, contrary to intent and note</td>
15882 <td class="full" align="center">Clang 18</td>
15883 </tr>
15884 <tr id="2673">
15885 <td><a href="https://cplusplus.github.io/CWG/issues/2673.html">2673</a></td>
15886 <td>C++23</td>
15887 <td>User-declared spaceship vs. built-in operators</td>
15888 <td class="unknown" align="center">Unknown</td>
15889 </tr>
15890 <tr id="2674">
15891 <td><a href="https://cplusplus.github.io/CWG/issues/2674.html">2674</a></td>
15892 <td>C++23</td>
15893 <td>Prohibit explicit object parameters for constructors</td>
15894 <td class="unknown" align="center">Unknown</td>
15895 </tr>
15896 <tr class="open" id="2675">
15897 <td><a href="https://cplusplus.github.io/CWG/issues/2675.html">2675</a></td>
15898 <td>open</td>
15899 <td><TT>start_lifetime_as</TT>, placement-new, and active union members</td>
15900 <td align="center">Not resolved</td>
15901 </tr>
15902 <tr class="open" id="2676">
15903 <td><a href="https://cplusplus.github.io/CWG/issues/2676.html">2676</a></td>
15904 <td>open</td>
15905 <td>Replacing a complete object having base subobjects</td>
15906 <td align="center">Not resolved</td>
15907 </tr>
15908 <tr class="open" id="2677">
15909 <td><a href="https://cplusplus.github.io/CWG/issues/2677.html">2677</a></td>
15910 <td>review</td>
15911 <td>Replacing union subobjects</td>
15912 <td align="center">Not resolved</td>
15913 </tr>
15914 <tr id="2678">
15915 <td><a href="https://cplusplus.github.io/CWG/issues/2678.html">2678</a></td>
15916 <td>C++23</td>
15917 <td><TT>std::source_location::current</TT> is unimplementable</td>
15918 <td class="unknown" align="center">Unknown</td>
15919 </tr>
15920 <tr class="open" id="2679">
15921 <td><a href="https://cplusplus.github.io/CWG/issues/2679.html">2679</a></td>
15922 <td>open</td>
15923 <td>Implicit conversion sequence with a null pointer constant</td>
15924 <td align="center">Not resolved</td>
15925 </tr>
15926 <tr class="open" id="2680">
15927 <td><a href="https://cplusplus.github.io/CWG/issues/2680.html">2680</a></td>
15928 <td>open</td>
15929 <td>Class template argument deduction for aggregates with designated initializers</td>
15930 <td align="center">Not resolved</td>
15931 </tr>
15932 <tr id="2681">
15933 <td><a href="https://cplusplus.github.io/CWG/issues/2681.html">2681</a></td>
15934 <td>C++23</td>
15935 <td>Deducing member array type from string literal</td>
15936 <td class="full" align="center">Clang 17</td>
15937 </tr>
15938 <tr id="2682">
15939 <td><a href="https://cplusplus.github.io/CWG/issues/2682.html">2682</a></td>
15940 <td>C++23</td>
15941 <td>Templated function vs. function template</td>
15942 <td class="unknown" align="center">Unknown</td>
15943 </tr>
15944 <tr id="2683">
15945 <td><a href="https://cplusplus.github.io/CWG/issues/2683.html">2683</a></td>
15946 <td>DRWP</td>
15947 <td>Default arguments for member functions of templated nested classes</td>
15948 <td class="unknown" align="center">Unknown</td>
15949 </tr>
15950 <tr class="open" id="2684">
15951 <td><a href="https://cplusplus.github.io/CWG/issues/2684.html">2684</a></td>
15952 <td>open</td>
15953 <td>thread_local dynamic initialization</td>
15954 <td align="center">Not resolved</td>
15955 </tr>
15956 <tr id="2685">
15957 <td><a href="https://cplusplus.github.io/CWG/issues/2685.html">2685</a></td>
15958 <td>C++23</td>
15959 <td>Aggregate CTAD, string, and brace elision</td>
15960 <td class="unknown" align="center">Unknown</td>
15961 </tr>
15962 <tr class="open" id="2686">
15963 <td><a href="https://cplusplus.github.io/CWG/issues/2686.html">2686</a></td>
15964 <td>open</td>
15965 <td>Pack expansion into a non-pack parameter of a concept</td>
15966 <td align="center">Not resolved</td>
15967 </tr>
15968 <tr id="2687">
15969 <td><a href="https://cplusplus.github.io/CWG/issues/2687.html">2687</a></td>
15970 <td>C++23</td>
15971 <td>Calling an explicit object member function via an address-of-overload-set</td>
15972 <td class="full" align="center">Clang 18</td>
15973 </tr>
15974 <tr class="open" id="2688">
15975 <td><a href="https://cplusplus.github.io/CWG/issues/2688.html">2688</a></td>
15976 <td>open</td>
15977 <td>Calling explicit object member functions</td>
15978 <td align="center">Not resolved</td>
15979 </tr>
15980 <tr id="2689">
15981 <td><a href="https://cplusplus.github.io/CWG/issues/2689.html">2689</a></td>
15982 <td>DRWP</td>
15983 <td>Are cv-qualified <TT>std::nullptr_t</TT> fundamental types?</td>
15984 <td class="unknown" align="center">Unknown</td>
15985 </tr>
15986 <tr id="2690">
15987 <td><a href="https://cplusplus.github.io/CWG/issues/2690.html">2690</a></td>
15988 <td>C++23</td>
15989 <td>Semantics of defaulted move assignment operator for unions</td>
15990 <td class="unknown" align="center">Unknown</td>
15991 </tr>
15992 <tr id="2691">
15993 <td><a href="https://cplusplus.github.io/CWG/issues/2691.html">2691</a></td>
15994 <td>C++23</td>
15995 <td><I>hexadecimal-escape-sequence</I> is too greedy</td>
15996 <td class="unknown" align="center">Unknown</td>
15997 </tr>
15998 <tr id="2692">
15999 <td><a href="https://cplusplus.github.io/CWG/issues/2692.html">2692</a></td>
16000 <td>C++23</td>
16001 <td>Static and explicit object member functions with the same parameter-type-lists</td>
16002 <td class="full" align="center">Clang 19</td>
16003 </tr>
16004 <tr class="open" id="2693">
16005 <td><a href="https://cplusplus.github.io/CWG/issues/2693.html">2693</a></td>
16006 <td>open</td>
16007 <td>Escape sequences for the <I>string-literal</I> of <TT>#line</TT></td>
16008 <td align="center">Not resolved</td>
16009 </tr>
16010 <tr class="open" id="2694">
16011 <td><a href="https://cplusplus.github.io/CWG/issues/2694.html">2694</a></td>
16012 <td>open</td>
16013 <td><I>string-literal</I>s of the <TT>_Pragma</TT> operator</td>
16014 <td align="center">Not resolved</td>
16015 </tr>
16016 <tr id="2695">
16017 <td><a href="https://cplusplus.github.io/CWG/issues/2695.html">2695</a></td>
16018 <td>C++23</td>
16019 <td>Semantic ignorability of attributes</td>
16020 <td class="unknown" align="center">Unknown</td>
16021 </tr>
16022 <tr id="2696">
16023 <td><a href="https://cplusplus.github.io/CWG/issues/2696.html">2696</a></td>
16024 <td>dup</td>
16025 <td>Relational comparisons of pointers to <TT>void</TT></td>
16026 <td class="unknown" align="center">Unknown</td>
16027 </tr>
16028 <tr id="2697">
16029 <td><a href="https://cplusplus.github.io/CWG/issues/2697.html">2697</a></td>
16030 <td>DRWP</td>
16031 <td>Deduction guides using abbreviated function syntax</td>
16032 <td class="unknown" align="center">Unknown</td>
16033 </tr>
16034 <tr id="2698">
16035 <td><a href="https://cplusplus.github.io/CWG/issues/2698.html">2698</a></td>
16036 <td>DRWP</td>
16037 <td>Using extended integer types with <TT>z</TT> suffix</td>
16038 <td class="unknown" align="center">Unknown</td>
16039 </tr>
16040 <tr id="2699">
16041 <td><a href="https://cplusplus.github.io/CWG/issues/2699.html">2699</a></td>
16042 <td>DRWP</td>
16043 <td>Inconsistency of <I>throw-expression</I> specification</td>
16044 <td class="unknown" align="center">Unknown</td>
16045 </tr>
16046 <tr id="2700">
16047 <td><a href="https://cplusplus.github.io/CWG/issues/2700.html">2700</a></td>
16048 <td>DRWP</td>
16049 <td><TT>#error</TT> disallows existing implementation practice</td>
16050 <td class="unknown" align="center">Unknown</td>
16051 </tr>
16052 <tr class="open" id="2701">
16053 <td><a href="https://cplusplus.github.io/CWG/issues/2701.html">2701</a></td>
16054 <td>open</td>
16055 <td>Default arguments in multiple scopes / inheritance of array bounds in the same scope</td>
16056 <td align="center">Not resolved</td>
16057 </tr>
16058 <tr class="open" id="2702">
16059 <td><a href="https://cplusplus.github.io/CWG/issues/2702.html">2702</a></td>
16060 <td>open</td>
16061 <td>Constant destruction of reference members</td>
16062 <td align="center">Not resolved</td>
16063 </tr>
16064 <tr class="open" id="2703">
16065 <td><a href="https://cplusplus.github.io/CWG/issues/2703.html">2703</a></td>
16066 <td>review</td>
16067 <td>Three-way comparison requiring strong ordering for floating-point types, take 2</td>
16068 <td align="center">Not resolved</td>
16069 </tr>
16070 <tr class="open" id="2704">
16071 <td><a href="https://cplusplus.github.io/CWG/issues/2704.html">2704</a></td>
16072 <td>open</td>
16073 <td>Clarify meaning of "bind directly"</td>
16074 <td align="center">Not resolved</td>
16075 </tr>
16076 <tr class="open" id="2705">
16077 <td><a href="https://cplusplus.github.io/CWG/issues/2705.html">2705</a></td>
16078 <td>open</td>
16079 <td>Accessing ambiguous subobjects</td>
16080 <td align="center">Not resolved</td>
16081 </tr>
16082 <tr class="open" id="2706">
16083 <td><a href="https://cplusplus.github.io/CWG/issues/2706.html">2706</a></td>
16084 <td>open</td>
16085 <td>Repeated structured binding declarations</td>
16086 <td align="center">Not resolved</td>
16087 </tr>
16088 <tr id="2707">
16089 <td><a href="https://cplusplus.github.io/CWG/issues/2707.html">2707</a></td>
16090 <td>DRWP</td>
16091 <td>Deduction guides cannot have a trailing <I>requires-clause</I></td>
16092 <td class="unreleased" align="center">Clang 20</td>
16093 </tr>
16094 <tr id="2708">
16095 <td><a href="https://cplusplus.github.io/CWG/issues/2708.html">2708</a></td>
16096 <td>DRWP</td>
16097 <td>Parenthesized initialization of arrays</td>
16098 <td class="unknown" align="center">Unknown</td>
16099 </tr>
16100 <tr id="2709">
16101 <td><a href="https://cplusplus.github.io/CWG/issues/2709.html">2709</a></td>
16102 <td>NAD</td>
16103 <td>Parenthesized initialization of reference-to-aggregate</td>
16104 <td class="unknown" align="center">Unknown</td>
16105 </tr>
16106 <tr id="2710">
16107 <td><a href="https://cplusplus.github.io/CWG/issues/2710.html">2710</a></td>
16108 <td>DRWP</td>
16109 <td>Loops in constant expressions</td>
16110 <td class="unknown" align="center">Unknown</td>
16111 </tr>
16112 <tr id="2711">
16113 <td><a href="https://cplusplus.github.io/CWG/issues/2711.html">2711</a></td>
16114 <td>DRWP</td>
16115 <td>Source for copy-initializing the exception object</td>
16116 <td class="unknown" align="center">Unknown</td>
16117 </tr>
16118 <tr id="2712">
16119 <td><a href="https://cplusplus.github.io/CWG/issues/2712.html">2712</a></td>
16120 <td>DRWP</td>
16121 <td>Simplify restrictions on built-in assignment operator candidates</td>
16122 <td class="unknown" align="center">Unknown</td>
16123 </tr>
16124 <tr id="2713">
16125 <td><a href="https://cplusplus.github.io/CWG/issues/2713.html">2713</a></td>
16126 <td>DRWP</td>
16127 <td>Initialization of reference-to-aggregate from designated initializer list</td>
16128 <td class="unknown" align="center">Unknown</td>
16129 </tr>
16130 <tr id="2714">
16131 <td><a href="https://cplusplus.github.io/CWG/issues/2714.html">2714</a></td>
16132 <td>DRWP</td>
16133 <td>Implicit deduction guides omit properties from the parameter-declaration-clause of a constructor</td>
16134 <td class="unknown" align="center">Unknown</td>
16135 </tr>
16136 <tr id="2715">
16137 <td><a href="https://cplusplus.github.io/CWG/issues/2715.html">2715</a></td>
16138 <td>DRWP</td>
16139 <td>"calling function" for parameter initialization may not exist</td>
16140 <td class="unknown" align="center">Unknown</td>
16141 </tr>
16142 <tr id="2716">
16143 <td><a href="https://cplusplus.github.io/CWG/issues/2716.html">2716</a></td>
16144 <td>DRWP</td>
16145 <td>Rule about self-or-base conversion is normatively redundant</td>
16146 <td class="unknown" align="center">Unknown</td>
16147 </tr>
16148 <tr id="2717">
16149 <td><a href="https://cplusplus.github.io/CWG/issues/2717.html">2717</a></td>
16150 <td>DRWP</td>
16151 <td>Pack expansion for <I>alignment-specifier</I></td>
16152 <td class="unknown" align="center">Unknown</td>
16153 </tr>
16154 <tr id="2718">
16155 <td><a href="https://cplusplus.github.io/CWG/issues/2718.html">2718</a></td>
16156 <td>DRWP</td>
16157 <td>Type completeness for derived-to-base conversions</td>
16158 <td class="full" align="center">Clang 2.7</td>
16159 </tr>
16160 <tr id="2719">
16161 <td><a href="https://cplusplus.github.io/CWG/issues/2719.html">2719</a></td>
16162 <td>DRWP</td>
16163 <td>Creating objects in misaligned storage</td>
16164 <td class="unknown" align="center">Unknown</td>
16165 </tr>
16166 <tr id="2720">
16167 <td><a href="https://cplusplus.github.io/CWG/issues/2720.html">2720</a></td>
16168 <td>DRWP</td>
16169 <td>Template validity rules for templated entities and alias templates</td>
16170 <td class="unknown" align="center">Unknown</td>
16171 </tr>
16172 <tr id="2721">
16173 <td><a href="https://cplusplus.github.io/CWG/issues/2721.html">2721</a></td>
16174 <td>DRWP</td>
16175 <td>When exactly is storage reused?</td>
16176 <td class="unknown" align="center">Unknown</td>
16177 </tr>
16178 <tr id="2722">
16179 <td><a href="https://cplusplus.github.io/CWG/issues/2722.html">2722</a></td>
16180 <td>DRWP</td>
16181 <td>Temporary materialization conversion for <TT>noexcept</TT> operator</td>
16182 <td class="unknown" align="center">Unknown</td>
16183 </tr>
16184 <tr id="2723">
16185 <td><a href="https://cplusplus.github.io/CWG/issues/2723.html">2723</a></td>
16186 <td>DRWP</td>
16187 <td>Range of representable values for floating-point types</td>
16188 <td class="unknown" align="center">Unknown</td>
16189 </tr>
16190 <tr id="2724">
16191 <td><a href="https://cplusplus.github.io/CWG/issues/2724.html">2724</a></td>
16192 <td>DRWP</td>
16193 <td>Clarify rounding for arithmetic right shift</td>
16194 <td class="unknown" align="center">Unknown</td>
16195 </tr>
16196 <tr id="2725">
16197 <td><a href="https://cplusplus.github.io/CWG/issues/2725.html">2725</a></td>
16198 <td>DRWP</td>
16199 <td>Overload resolution for non-call of class member access</td>
16200 <td class="unknown" align="center">Unknown</td>
16201 </tr>
16202 <tr class="open" id="2726">
16203 <td><a href="https://cplusplus.github.io/CWG/issues/2726.html">2726</a></td>
16204 <td>review</td>
16205 <td>Alternative tokens appearing as <I>attribute-token</I>s</td>
16206 <td align="center">Not resolved</td>
16207 </tr>
16208 <tr class="open" id="2727">
16209 <td><a href="https://cplusplus.github.io/CWG/issues/2727.html">2727</a></td>
16210 <td>open</td>
16211 <td>Importing header units synthesized from source files</td>
16212 <td align="center">Not resolved</td>
16213 </tr>
16214 <tr id="2728">
16215 <td><a href="https://cplusplus.github.io/CWG/issues/2728.html">2728</a></td>
16216 <td>DR</td>
16217 <td>Evaluation of conversions in a <I>delete-expression</I></td>
16218 <td class="unknown" align="center">Unknown</td>
16219 </tr>
16220 <tr id="2729">
16221 <td><a href="https://cplusplus.github.io/CWG/issues/2729.html">2729</a></td>
16222 <td>DRWP</td>
16223 <td>Meaning of <I>new-type-id</I></td>
16224 <td class="unknown" align="center">Unknown</td>
16225 </tr>
16226 <tr class="open" id="2730">
16227 <td><a href="https://cplusplus.github.io/CWG/issues/2730.html">2730</a></td>
16228 <td>open</td>
16229 <td>Comparison templates on enumeration types</td>
16230 <td align="center">Not resolved</td>
16231 </tr>
16232 <tr class="open" id="2731">
16233 <td><a href="https://cplusplus.github.io/CWG/issues/2731.html">2731</a></td>
16234 <td>open</td>
16235 <td>List-initialization sequence with a user-defined conversion</td>
16236 <td align="center">Not resolved</td>
16237 </tr>
16238 <tr id="2732">
16239 <td><a href="https://cplusplus.github.io/CWG/issues/2732.html">2732</a></td>
16240 <td>DRWP</td>
16241 <td>Can importable headers react to preprocessor state from point of import?</td>
16242 <td class="unknown" align="center">Unknown</td>
16243 </tr>
16244 <tr id="2733">
16245 <td><a href="https://cplusplus.github.io/CWG/issues/2733.html">2733</a></td>
16246 <td>DRWP</td>
16247 <td>Applying <TT>[[maybe_unused]]</TT> to a label</td>
16248 <td class="unknown" align="center">Unknown</td>
16249 </tr>
16250 <tr class="open" id="2734">
16251 <td><a href="https://cplusplus.github.io/CWG/issues/2734.html">2734</a></td>
16252 <td>open</td>
16253 <td>Immediate forward-declared function templates</td>
16254 <td align="center">Not resolved</td>
16255 </tr>
16256 <tr class="open" id="2735">
16257 <td><a href="https://cplusplus.github.io/CWG/issues/2735.html">2735</a></td>
16258 <td>open</td>
16259 <td>List-initialization and conversions in overload resolution</td>
16260 <td align="center">Not resolved</td>
16261 </tr>
16262 <tr class="open" id="2736">
16263 <td><a href="https://cplusplus.github.io/CWG/issues/2736.html">2736</a></td>
16264 <td>open</td>
16265 <td>Standard layout class with empty base class also in first member</td>
16266 <td align="center">Not resolved</td>
16267 </tr>
16268 <tr class="open" id="2737">
16269 <td><a href="https://cplusplus.github.io/CWG/issues/2737.html">2737</a></td>
16270 <td>review</td>
16271 <td>Temporary lifetime extension for reference init-captures</td>
16272 <td align="center">Not resolved</td>
16273 </tr>
16274 <tr class="open" id="2738">
16275 <td><a href="https://cplusplus.github.io/CWG/issues/2738.html">2738</a></td>
16276 <td>review</td>
16277 <td>"denotes a destructor" is missing specification</td>
16278 <td align="center">Not resolved</td>
16279 </tr>
16280 <tr class="open" id="2739">
16281 <td><a href="https://cplusplus.github.io/CWG/issues/2739.html">2739</a></td>
16282 <td>open</td>
16283 <td>Nested requirement not a constant expression</td>
16284 <td align="center">Not resolved</td>
16285 </tr>
16286 <tr class="open" id="2740">
16287 <td><a href="https://cplusplus.github.io/CWG/issues/2740.html">2740</a></td>
16288 <td>open</td>
16289 <td>Too many objects have constexpr-unknown type</td>
16290 <td align="center">Not resolved</td>
16291 </tr>
16292 <tr class="open" id="2741">
16293 <td><a href="https://cplusplus.github.io/CWG/issues/2741.html">2741</a></td>
16294 <td>open</td>
16295 <td>Implicit conversion sequence from empty list to array of unknown bound</td>
16296 <td align="center">Not resolved</td>
16297 </tr>
16298 <tr class="open" id="2742">
16299 <td><a href="https://cplusplus.github.io/CWG/issues/2742.html">2742</a></td>
16300 <td>drafting</td>
16301 <td>Guaranteed copy elision for brace-initialization from prvalue</td>
16302 <td align="center">Not resolved</td>
16303 </tr>
16304 <tr class="open" id="2743">
16305 <td><a href="https://cplusplus.github.io/CWG/issues/2743.html">2743</a></td>
16306 <td>open</td>
16307 <td>Copying non-trivial objects nested within a union</td>
16308 <td align="center">Not resolved</td>
16309 </tr>
16310 <tr class="open" id="2744">
16311 <td><a href="https://cplusplus.github.io/CWG/issues/2744.html">2744</a></td>
16312 <td>open</td>
16313 <td>Multiple objects of the same type at the same address</td>
16314 <td align="center">Not resolved</td>
16315 </tr>
16316 <tr id="2745">
16317 <td><a href="https://cplusplus.github.io/CWG/issues/2745.html">2745</a></td>
16318 <td>DRWP</td>
16319 <td>Dependent odr-use in generic lambdas</td>
16320 <td class="unknown" align="center">Unknown</td>
16321 </tr>
16322 <tr id="2746">
16323 <td><a href="https://cplusplus.github.io/CWG/issues/2746.html">2746</a></td>
16324 <td>DRWP</td>
16325 <td>Checking of default template arguments</td>
16326 <td class="unknown" align="center">Unknown</td>
16327 </tr>
16328 <tr id="2747">
16329 <td><a href="https://cplusplus.github.io/CWG/issues/2747.html">2747</a></td>
16330 <td>DRWP</td>
16331 <td>Cannot depend on an already-deleted splice</td>
16332 <td class="unknown" align="center">Unknown</td>
16333 </tr>
16334 <tr id="2748">
16335 <td><a href="https://cplusplus.github.io/CWG/issues/2748.html">2748</a></td>
16336 <td>DRWP</td>
16337 <td>Accessing static data members via null pointer</td>
16338 <td class="unknown" align="center">Unknown</td>
16339 </tr>
16340 <tr id="2749">
16341 <td><a href="https://cplusplus.github.io/CWG/issues/2749.html">2749</a></td>
16342 <td>DRWP</td>
16343 <td>Treatment of "pointer to void" for relational comparisons</td>
16344 <td class="unreleased" align="center">Clang 20</td>
16345 </tr>
16346 <tr id="2750">
16347 <td><a href="https://cplusplus.github.io/CWG/issues/2750.html">2750</a></td>
16348 <td>DRWP</td>
16349 <td>construct_at without constructor call</td>
16350 <td class="unknown" align="center">Unknown</td>
16351 </tr>
16352 <tr id="2751">
16353 <td><a href="https://cplusplus.github.io/CWG/issues/2751.html">2751</a></td>
16354 <td>NAD</td>
16355 <td>Order of destruction for parameters for operator functions</td>
16356 <td class="unknown" align="center">Unknown</td>
16357 </tr>
16358 <tr class="open" id="2752">
16359 <td><a href="https://cplusplus.github.io/CWG/issues/2752.html">2752</a></td>
16360 <td>open</td>
16361 <td>Excess-precision floating-point literals</td>
16362 <td align="center">Not resolved</td>
16363 </tr>
16364 <tr id="2753">
16365 <td><a href="https://cplusplus.github.io/CWG/issues/2753.html">2753</a></td>
16366 <td>DRWP</td>
16367 <td>Storage reuse for string literal objects and backing arrays</td>
16368 <td class="unknown" align="center">Unknown</td>
16369 </tr>
16370 <tr id="2754">
16371 <td><a href="https://cplusplus.github.io/CWG/issues/2754.html">2754</a></td>
16372 <td>DRWP</td>
16373 <td>Using *this in explicit object member functions that are coroutines</td>
16374 <td class="unknown" align="center">Unknown</td>
16375 </tr>
16376 <tr id="2755">
16377 <td><a href="https://cplusplus.github.io/CWG/issues/2755.html">2755</a></td>
16378 <td>DRWP</td>
16379 <td>Incorrect wording applied by P2738R1</td>
16380 <td class="unknown" align="center">Unknown</td>
16381 </tr>
16382 <tr class="open" id="2756">
16383 <td><a href="https://cplusplus.github.io/CWG/issues/2756.html">2756</a></td>
16384 <td>review</td>
16385 <td>Completion of initialization by delegating constructor</td>
16386 <td align="center">Not resolved</td>
16387 </tr>
16388 <tr class="open" id="2757">
16389 <td><a href="https://cplusplus.github.io/CWG/issues/2757.html">2757</a></td>
16390 <td>review</td>
16391 <td>Deleting or deallocating storage of an object during its construction</td>
16392 <td align="center">Not resolved</td>
16393 </tr>
16394 <tr id="2758">
16395 <td><a href="https://cplusplus.github.io/CWG/issues/2758.html">2758</a></td>
16396 <td>DRWP</td>
16397 <td>What is "access and ambiguity control"?</td>
16398 <td class="unknown" align="center">Unknown</td>
16399 </tr>
16400 <tr id="2759">
16401 <td><a href="https://cplusplus.github.io/CWG/issues/2759.html">2759</a></td>
16402 <td>DRWP</td>
16403 <td>[[no_unique_address] and common initial sequence</td>
16404 <td class="full" align="center">Clang 19</td>
16405 </tr>
16406 <tr id="2760">
16407 <td><a href="https://cplusplus.github.io/CWG/issues/2760.html">2760</a></td>
16408 <td>DRWP</td>
16409 <td>Defaulted constructor that is an immediate function</td>
16410 <td class="unknown" align="center">Unknown</td>
16411 </tr>
16412 <tr id="2761">
16413 <td><a href="https://cplusplus.github.io/CWG/issues/2761.html">2761</a></td>
16414 <td>DRWP</td>
16415 <td>Implicitly invoking the deleted destructor of an anonymous union member</td>
16416 <td class="unknown" align="center">Unknown</td>
16417 </tr>
16418 <tr id="2762">
16419 <td><a href="https://cplusplus.github.io/CWG/issues/2762.html">2762</a></td>
16420 <td>DRWP</td>
16421 <td>Type of implicit object parameter</td>
16422 <td class="unknown" align="center">Unknown</td>
16423 </tr>
16424 <tr id="2763">
16425 <td><a href="https://cplusplus.github.io/CWG/issues/2763.html">2763</a></td>
16426 <td>DRWP</td>
16427 <td>Ignorability of [[noreturn]] during constant evaluation</td>
16428 <td class="unknown" align="center">Unknown</td>
16429 </tr>
16430 <tr id="2764">
16431 <td><a href="https://cplusplus.github.io/CWG/issues/2764.html">2764</a></td>
16432 <td>DRWP</td>
16433 <td>Use of placeholders affecting name mangling</td>
16434 <td class="unknown" align="center">Unknown</td>
16435 </tr>
16436 <tr class="open" id="2765">
16437 <td><a href="https://cplusplus.github.io/CWG/issues/2765.html">2765</a></td>
16438 <td>open</td>
16439 <td>Address comparisons between potentially non-unique objects during constant evaluation</td>
16440 <td align="center">Not resolved</td>
16441 </tr>
16442 <tr class="open" id="2766">
16443 <td><a href="https://cplusplus.github.io/CWG/issues/2766.html">2766</a></td>
16444 <td>open</td>
16445 <td>Repeated evaluation of a <I>string-literal</I> may yield different
16446 objects</td>
16447 <td align="center">Not resolved</td>
16448 </tr>
16449 <tr class="open" id="2767">
16450 <td><a href="https://cplusplus.github.io/CWG/issues/2767.html">2767</a></td>
16451 <td>open</td>
16452 <td>Non-defining declarations of anonymous unions</td>
16453 <td align="center">Not resolved</td>
16454 </tr>
16455 <tr id="2768">
16456 <td><a href="https://cplusplus.github.io/CWG/issues/2768.html">2768</a></td>
16457 <td>DRWP</td>
16458 <td>Assignment to enumeration variable with a <I>braced-init-list</I></td>
16459 <td class="unknown" align="center">Unknown</td>
16460 </tr>
16461 <tr class="open" id="2769">
16462 <td><a href="https://cplusplus.github.io/CWG/issues/2769.html">2769</a></td>
16463 <td>open</td>
16464 <td>Substitution into template parameters and default template arguments should be interleaved</td>
16465 <td align="center">Not resolved</td>
16466 </tr>
16467 <tr class="open" id="2770">
16468 <td><a href="https://cplusplus.github.io/CWG/issues/2770.html">2770</a></td>
16469 <td>open</td>
16470 <td>Trailing <I>requires-clause</I> can refer to function parameters before they are substituted into</td>
16471 <td align="center">Not resolved</td>
16472 </tr>
16473 <tr id="2771">
16474 <td><a href="https://cplusplus.github.io/CWG/issues/2771.html">2771</a></td>
16475 <td>DRWP</td>
16476 <td>Transformation for <I>unqualified-id</I>s in address operator</td>
16477 <td class="full" align="center">Clang 18</td>
16478 </tr>
16479 <tr id="2772">
16480 <td><a href="https://cplusplus.github.io/CWG/issues/2772.html">2772</a></td>
16481 <td>DRWP</td>
16482 <td>Missing Annex C entry for linkage effects of <I>linkage-specification</I></td>
16483 <td class="unknown" align="center">Unknown</td>
16484 </tr>
16485 <tr class="open" id="2773">
16486 <td><a href="https://cplusplus.github.io/CWG/issues/2773.html">2773</a></td>
16487 <td>open</td>
16488 <td>Naming anonymous union members as class members</td>
16489 <td align="center">Not resolved</td>
16490 </tr>
16491 <tr class="open" id="2774">
16492 <td><a href="https://cplusplus.github.io/CWG/issues/2774.html">2774</a></td>
16493 <td>open</td>
16494 <td>Value-dependence of <I>requires-expression</I>s</td>
16495 <td align="center">Not resolved</td>
16496 </tr>
16497 <tr id="2775">
16498 <td><a href="https://cplusplus.github.io/CWG/issues/2775.html">2775</a></td>
16499 <td>DRWP</td>
16500 <td>Unclear argument type for copy of exception object</td>
16501 <td class="unknown" align="center">Unknown</td>
16502 </tr>
16503 <tr class="open" id="2776">
16504 <td><a href="https://cplusplus.github.io/CWG/issues/2776.html">2776</a></td>
16505 <td>open</td>
16506 <td>Substitution failure and implementation limits</td>
16507 <td align="center">Not resolved</td>
16508 </tr>
16509 <tr id="2777">
16510 <td><a href="https://cplusplus.github.io/CWG/issues/2777.html">2777</a></td>
16511 <td>DRWP</td>
16512 <td>Type of <I>id-expression</I> denoting a template parameter object</td>
16513 <td class="unknown" align="center">Unknown</td>
16514 </tr>
16515 <tr class="open" id="2778">
16516 <td><a href="https://cplusplus.github.io/CWG/issues/2778.html">2778</a></td>
16517 <td>review</td>
16518 <td>Trivial destructor does not imply constant destruction</td>
16519 <td align="center">Not resolved</td>
16520 </tr>
16521 <tr class="open" id="2779">
16522 <td><a href="https://cplusplus.github.io/CWG/issues/2779.html">2779</a></td>
16523 <td>open</td>
16524 <td>Restrictions on the ordinary literal encoding</td>
16525 <td align="center">Not resolved</td>
16526 </tr>
16527 <tr id="2780">
16528 <td><a href="https://cplusplus.github.io/CWG/issues/2780.html">2780</a></td>
16529 <td>DRWP</td>
16530 <td><TT>reinterpret_cast</TT> to reference to function types</td>
16531 <td class="unknown" align="center">Unknown</td>
16532 </tr>
16533 <tr class="open" id="2781">
16534 <td><a href="https://cplusplus.github.io/CWG/issues/2781.html">2781</a></td>
16535 <td>open</td>
16536 <td>Unclear recursion in the one-definition rule</td>
16537 <td align="center">Not resolved</td>
16538 </tr>
16539 <tr class="open" id="2782">
16540 <td><a href="https://cplusplus.github.io/CWG/issues/2782.html">2782</a></td>
16541 <td>open</td>
16542 <td>Treatment of closure types in the one-definition rule</td>
16543 <td align="center">Not resolved</td>
16544 </tr>
16545 <tr id="2783">
16546 <td><a href="https://cplusplus.github.io/CWG/issues/2783.html">2783</a></td>
16547 <td>DRWP</td>
16548 <td>Handling of deduction guides in <I>global-module-fragment</I></td>
16549 <td class="unknown" align="center">Unknown</td>
16550 </tr>
16551 <tr class="open" id="2784">
16552 <td><a href="https://cplusplus.github.io/CWG/issues/2784.html">2784</a></td>
16553 <td>open</td>
16554 <td>Unclear definition of <I>member-designator</I> for <TT>offsetof</TT></td>
16555 <td align="center">Not resolved</td>
16556 </tr>
16557 <tr id="2785">
16558 <td><a href="https://cplusplus.github.io/CWG/issues/2785.html">2785</a></td>
16559 <td>DRWP</td>
16560 <td>Type-dependence of <I>requires-expression</I></td>
16561 <td class="unknown" align="center">Unknown</td>
16562 </tr>
16563 <tr class="open" id="2786">
16564 <td><a href="https://cplusplus.github.io/CWG/issues/2786.html">2786</a></td>
16565 <td>open</td>
16566 <td>Comparing pointers to complete objects</td>
16567 <td align="center">Not resolved</td>
16568 </tr>
16569 <tr class="open" id="2787">
16570 <td><a href="https://cplusplus.github.io/CWG/issues/2787.html">2787</a></td>
16571 <td>open</td>
16572 <td>Kind of explicit object copy/move assignment function</td>
16573 <td align="center">Not resolved</td>
16574 </tr>
16575 <tr class="open" id="2788">
16576 <td><a href="https://cplusplus.github.io/CWG/issues/2788.html">2788</a></td>
16577 <td>open</td>
16578 <td>Correspondence and redeclarations</td>
16579 <td align="center">Not resolved</td>
16580 </tr>
16581 <tr id="2789">
16582 <td><a href="https://cplusplus.github.io/CWG/issues/2789.html">2789</a></td>
16583 <td>DRWP</td>
16584 <td>Overload resolution with implicit and explicit object member functions</td>
16585 <td class="full" align="center">Clang 18</td>
16586 </tr>
16587 <tr class="open" id="2790">
16588 <td><a href="https://cplusplus.github.io/CWG/issues/2790.html">2790</a></td>
16589 <td>open</td>
16590 <td>Aggregate initialization and user-defined conversion sequence</td>
16591 <td align="center">Not resolved</td>
16592 </tr>
16593 <tr id="2791">
16594 <td><a href="https://cplusplus.github.io/CWG/issues/2791.html">2791</a></td>
16595 <td>DRWP</td>
16596 <td>Unclear phrasing about "returning to the caller"</td>
16597 <td class="unknown" align="center">Unknown</td>
16598 </tr>
16599 <tr id="2792">
16600 <td><a href="https://cplusplus.github.io/CWG/issues/2792.html">2792</a></td>
16601 <td>DRWP</td>
16602 <td>Clean up specification of <TT>noexcept</TT> operator</td>
16603 <td class="unknown" align="center">Unknown</td>
16604 </tr>
16605 <tr id="2793">
16606 <td><a href="https://cplusplus.github.io/CWG/issues/2793.html">2793</a></td>
16607 <td>DRWP</td>
16608 <td>Block-scope declaration conflicting with parameter name</td>
16609 <td class="unknown" align="center">Unknown</td>
16610 </tr>
16611 <tr class="open" id="2794">
16612 <td><a href="https://cplusplus.github.io/CWG/issues/2794.html">2794</a></td>
16613 <td>open</td>
16614 <td>Uniqueness of lambdas in alias templates</td>
16615 <td align="center">Not resolved</td>
16616 </tr>
16617 <tr id="2795">
16618 <td><a href="https://cplusplus.github.io/CWG/issues/2795.html">2795</a></td>
16619 <td>DRWP</td>
16620 <td>Overlapping empty subobjects with different cv-qualification</td>
16621 <td class="unknown" align="center">Unknown</td>
16622 </tr>
16623 <tr id="2796">
16624 <td><a href="https://cplusplus.github.io/CWG/issues/2796.html">2796</a></td>
16625 <td>DRWP</td>
16626 <td>Function pointer conversions for relational operators</td>
16627 <td class="unknown" align="center">Unknown</td>
16628 </tr>
16629 <tr class="open" id="2797">
16630 <td><a href="https://cplusplus.github.io/CWG/issues/2797.html">2797</a></td>
16631 <td>review</td>
16632 <td>Meaning of "corresponds" for rewritten operator candidates</td>
16633 <td align="center">Not resolved</td>
16634 </tr>
16635 <tr id="2798">
16636 <td><a href="https://cplusplus.github.io/CWG/issues/2798.html">2798</a></td>
16637 <td>DRWP</td>
16638 <td>Manifestly constant evaluation of the <TT>static_assert</TT> message</td>
16639 <td class="full" align="center">Clang 17</td>
16640 </tr>
16641 <tr class="open" id="2799">
16642 <td><a href="https://cplusplus.github.io/CWG/issues/2799.html">2799</a></td>
16643 <td>drafting</td>
16644 <td>Inheriting default constructors</td>
16645 <td align="center">Not resolved</td>
16646 </tr>
16647 <tr class="open" id="2800">
16648 <td><a href="https://cplusplus.github.io/CWG/issues/2800.html">2800</a></td>
16649 <td>review</td>
16650 <td>Instantiating constexpr variables for potential constant evaluation</td>
16651 <td align="center">Not resolved</td>
16652 </tr>
16653 <tr id="2801">
16654 <td><a href="https://cplusplus.github.io/CWG/issues/2801.html">2801</a></td>
16655 <td>DRWP</td>
16656 <td>Reference binding with reference-related types</td>
16657 <td class="unknown" align="center">Unknown</td>
16658 </tr>
16659 <tr class="open" id="2802">
16660 <td><a href="https://cplusplus.github.io/CWG/issues/2802.html">2802</a></td>
16661 <td>open</td>
16662 <td>Constrained <TT>auto</TT> and redeclaration with non-abbreviated syntax</td>
16663 <td align="center">Not resolved</td>
16664 </tr>
16665 <tr id="2803">
16666 <td><a href="https://cplusplus.github.io/CWG/issues/2803.html">2803</a></td>
16667 <td>DRWP</td>
16668 <td>Overload resolution for reference binding of similar types</td>
16669 <td class="unknown" align="center">Unknown</td>
16670 </tr>
16671 <tr class="open" id="2804">
16672 <td><a href="https://cplusplus.github.io/CWG/issues/2804.html">2804</a></td>
16673 <td>open</td>
16674 <td>Lookup for determining rewrite targets</td>
16675 <td align="center">Not resolved</td>
16676 </tr>
16677 <tr class="open" id="2805">
16678 <td><a href="https://cplusplus.github.io/CWG/issues/2805.html">2805</a></td>
16679 <td>open</td>
16680 <td>Underspecified selection of deallocation function</td>
16681 <td align="center">Not resolved</td>
16682 </tr>
16683 <tr id="2806">
16684 <td><a href="https://cplusplus.github.io/CWG/issues/2806.html">2806</a></td>
16685 <td>DRWP</td>
16686 <td>Make a <I>type-requirement</I> a type-only context</td>
16687 <td class="unknown" align="center">Unknown</td>
16688 </tr>
16689 <tr id="2807">
16690 <td><a href="https://cplusplus.github.io/CWG/issues/2807.html">2807</a></td>
16691 <td>DRWP</td>
16692 <td>Destructors declared <TT>consteval</TT></td>
16693 <td class="unknown" align="center">Unknown</td>
16694 </tr>
16695 <tr class="open" id="2808">
16696 <td><a href="https://cplusplus.github.io/CWG/issues/2808.html">2808</a></td>
16697 <td>review</td>
16698 <td>Explicit specialization of defaulted special member function</td>
16699 <td align="center">Not resolved</td>
16700 </tr>
16701 <tr id="2809">
16702 <td><a href="https://cplusplus.github.io/CWG/issues/2809.html">2809</a></td>
16703 <td>DRWP</td>
16704 <td>An implicit definition does not redeclare a function</td>
16705 <td class="unknown" align="center">Unknown</td>
16706 </tr>
16707 <tr id="2810">
16708 <td><a href="https://cplusplus.github.io/CWG/issues/2810.html">2810</a></td>
16709 <td>DRWP</td>
16710 <td>Requiring the absence of diagnostics for templates</td>
16711 <td class="unknown" align="center">Unknown</td>
16712 </tr>
16713 <tr id="2811">
16714 <td><a href="https://cplusplus.github.io/CWG/issues/2811.html">2811</a></td>
16715 <td>DRWP</td>
16716 <td>Clarify "use" of main</td>
16717 <td class="full" align="center">Clang 3.5</td>
16718 </tr>
16719 <tr class="open" id="2812">
16720 <td><a href="https://cplusplus.github.io/CWG/issues/2812.html">2812</a></td>
16721 <td>open</td>
16722 <td>Allocation with explicit alignment</td>
16723 <td align="center">Not resolved</td>
16724 </tr>
16725 <tr id="2813">
16726 <td><a href="https://cplusplus.github.io/CWG/issues/2813.html">2813</a></td>
16727 <td>DRWP</td>
16728 <td>Class member access with prvalues</td>
16729 <td class="unknown" align="center">Unknown</td>
16730 </tr>
16731 <tr id="2814">
16732 <td><a href="https://cplusplus.github.io/CWG/issues/2814.html">2814</a></td>
16733 <td>NAD</td>
16734 <td>Alignment requirement of incomplete class type</td>
16735 <td class="unknown" align="center">Unknown</td>
16736 </tr>
16737 <tr class="open" id="2815">
16738 <td><a href="https://cplusplus.github.io/CWG/issues/2815.html">2815</a></td>
16739 <td>tentatively ready</td>
16740 <td>Overload resolution for references/pointers to <TT>noexcept</TT> functions</td>
16741 <td align="center">Not resolved</td>
16742 </tr>
16743 <tr class="open" id="2816">
16744 <td><a href="https://cplusplus.github.io/CWG/issues/2816.html">2816</a></td>
16745 <td>review</td>
16746 <td>Unclear phrasing "may assume ... eventually"</td>
16747 <td align="center">Not resolved</td>
16748 </tr>
16749 <tr class="open" id="2817">
16750 <td><a href="https://cplusplus.github.io/CWG/issues/2817.html">2817</a></td>
16751 <td>open</td>
16752 <td>sizeof(abstract class) is underspecified</td>
16753 <td align="center">Not resolved</td>
16754 </tr>
16755 <tr id="2818">
16756 <td><a href="https://cplusplus.github.io/CWG/issues/2818.html">2818</a></td>
16757 <td>DR</td>
16758 <td>Use of predefined reserved identifiers</td>
16759 <td class="unknown" align="center">Unknown</td>
16760 </tr>
16761 <tr id="2819">
16762 <td><a href="https://cplusplus.github.io/CWG/issues/2819.html">2819</a></td>
16763 <td>accepted</td>
16764 <td>Cast from null pointer value in a constant expression</td>
16765 <td class="full" align="center">Clang 19</td>
16766 </tr>
16767 <tr id="2820">
16768 <td><a href="https://cplusplus.github.io/CWG/issues/2820.html">2820</a></td>
16769 <td>DRWP</td>
16770 <td>Value-initialization and default constructors</td>
16771 <td class="unknown" align="center">Unknown</td>
16772 </tr>
16773 <tr class="open" id="2821">
16774 <td><a href="https://cplusplus.github.io/CWG/issues/2821.html">2821</a></td>
16775 <td>review</td>
16776 <td>Lifetime, zero-initialization, and dynamic initialization</td>
16777 <td align="center">Not resolved</td>
16778 </tr>
16779 <tr id="2822">
16780 <td><a href="https://cplusplus.github.io/CWG/issues/2822.html">2822</a></td>
16781 <td>DRWP</td>
16782 <td>Side-effect-free pointer zap</td>
16783 <td class="unknown" align="center">Unknown</td>
16784 </tr>
16785 <tr id="2823">
16786 <td><a href="https://cplusplus.github.io/CWG/issues/2823.html">2823</a></td>
16787 <td>DRWP</td>
16788 <td>Implicit undefined behavior when dereferencing pointers</td>
16789 <td class="unknown" align="center">Unknown</td>
16790 </tr>
16791 <tr id="2824">
16792 <td><a href="https://cplusplus.github.io/CWG/issues/2824.html">2824</a></td>
16793 <td>DRWP</td>
16794 <td>Copy-initialization of arrays</td>
16795 <td class="unknown" align="center">Unknown</td>
16796 </tr>
16797 <tr id="2825">
16798 <td><a href="https://cplusplus.github.io/CWG/issues/2825.html">2825</a></td>
16799 <td>DRWP</td>
16800 <td>Range-based for statement using a <I>braced-init-list</I></td>
16801 <td class="unknown" align="center">Unknown</td>
16802 </tr>
16803 <tr class="open" id="2826">
16804 <td><a href="https://cplusplus.github.io/CWG/issues/2826.html">2826</a></td>
16805 <td>drafting</td>
16806 <td>Missing definition of "temporary expression"</td>
16807 <td align="center">Not resolved</td>
16808 </tr>
16809 <tr class="open" id="2827">
16810 <td><a href="https://cplusplus.github.io/CWG/issues/2827.html">2827</a></td>
16811 <td>review</td>
16812 <td>Representation of unsigned integral types</td>
16813 <td align="center">Not resolved</td>
16814 </tr>
16815 <tr id="2828">
16816 <td><a href="https://cplusplus.github.io/CWG/issues/2828.html">2828</a></td>
16817 <td>DRWP</td>
16818 <td>Ambiguous interpretation of C-style cast</td>
16819 <td class="unknown" align="center">Unknown</td>
16820 </tr>
16821 <tr class="open" id="2829">
16822 <td><a href="https://cplusplus.github.io/CWG/issues/2829.html">2829</a></td>
16823 <td>open</td>
16824 <td>Redundant case in restricting user-defined conversion sequences</td>
16825 <td align="center">Not resolved</td>
16826 </tr>
16827 <tr id="2830">
16828 <td><a href="https://cplusplus.github.io/CWG/issues/2830.html">2830</a></td>
16829 <td>DRWP</td>
16830 <td>Top-level cv-qualification should be ignored for list-initialization</td>
16831 <td class="unknown" align="center">Unknown</td>
16832 </tr>
16833 <tr id="2831">
16834 <td><a href="https://cplusplus.github.io/CWG/issues/2831.html">2831</a></td>
16835 <td>DRWP</td>
16836 <td>Non-templated function definitions and <I>requires-clause</I>s</td>
16837 <td class="unknown" align="center">Unknown</td>
16838 </tr>
16839 <tr class="open" id="2832">
16840 <td><a href="https://cplusplus.github.io/CWG/issues/2832.html">2832</a></td>
16841 <td>open</td>
16842 <td>Invented temporary variables and temporary objects</td>
16843 <td align="center">Not resolved</td>
16844 </tr>
16845 <tr class="open" id="2833">
16846 <td><a href="https://cplusplus.github.io/CWG/issues/2833.html">2833</a></td>
16847 <td>review</td>
16848 <td>Evaluation of odr-use</td>
16849 <td align="center">Not resolved</td>
16850 </tr>
16851 <tr class="open" id="2834">
16852 <td><a href="https://cplusplus.github.io/CWG/issues/2834.html">2834</a></td>
16853 <td>review</td>
16854 <td>Partial ordering and explicit object parameters</td>
16855 <td align="center">Not resolved</td>
16856 </tr>
16857 <tr class="open" id="2835">
16858 <td><a href="https://cplusplus.github.io/CWG/issues/2835.html">2835</a></td>
16859 <td>open</td>
16860 <td>Name-independent declarations</td>
16861 <td align="center">Not resolved</td>
16862 </tr>
16863 <tr id="2836">
16864 <td><a href="https://cplusplus.github.io/CWG/issues/2836.html">2836</a></td>
16865 <td>DR</td>
16866 <td>Conversion rank of <TT>long double</TT> and extended floating-point types</td>
16867 <td class="unknown" align="center">Unknown</td>
16868 </tr>
16869 <tr class="open" id="2837">
16870 <td><a href="https://cplusplus.github.io/CWG/issues/2837.html">2837</a></td>
16871 <td>open</td>
16872 <td>Instantiating and inheriting by-value copy constructors</td>
16873 <td align="center">Not resolved</td>
16874 </tr>
16875 <tr class="open" id="2838">
16876 <td><a href="https://cplusplus.github.io/CWG/issues/2838.html">2838</a></td>
16877 <td>open</td>
16878 <td>Declaration conflicts in <I>lambda-expression</I>s</td>
16879 <td align="center">Not resolved</td>
16880 </tr>
16881 <tr class="open" id="2839">
16882 <td><a href="https://cplusplus.github.io/CWG/issues/2839.html">2839</a></td>
16883 <td>open</td>
16884 <td>Explicit destruction of base classes</td>
16885 <td align="center">Not resolved</td>
16886 </tr>
16887 <tr class="open" id="2840">
16888 <td><a href="https://cplusplus.github.io/CWG/issues/2840.html">2840</a></td>
16889 <td>open</td>
16890 <td>Missing requirements for fundamental alignments</td>
16891 <td align="center">Not resolved</td>
16892 </tr>
16893 <tr class="open" id="2841">
16894 <td><a href="https://cplusplus.github.io/CWG/issues/2841.html">2841</a></td>
16895 <td>open</td>
16896 <td>When do const objects start being const?</td>
16897 <td align="center">Not resolved</td>
16898 </tr>
16899 <tr class="open" id="2842">
16900 <td><a href="https://cplusplus.github.io/CWG/issues/2842.html">2842</a></td>
16901 <td>open</td>
16902 <td>Preferring an <TT>initializer_list</TT> over a single value</td>
16903 <td align="center">Not resolved</td>
16904 </tr>
16905 <tr class="open" id="2843">
16906 <td><a href="https://cplusplus.github.io/CWG/issues/2843.html">2843</a></td>
16907 <td>review</td>
16908 <td>Undated reference to Unicode makes C++ a moving target</td>
16909 <td align="center">Not resolved</td>
16910 </tr>
16911 <tr class="open" id="2844">
16912 <td><a href="https://cplusplus.github.io/CWG/issues/2844.html">2844</a></td>
16913 <td>open</td>
16914 <td>Enumerating a finite set of built-in candidates</td>
16915 <td align="center">Not resolved</td>
16916 </tr>
16917 <tr id="2845">
16918 <td><a href="https://cplusplus.github.io/CWG/issues/2845.html">2845</a></td>
16919 <td>DRWP</td>
16920 <td>Make the closure type of a captureless lambda a structural type</td>
16921 <td class="unknown" align="center">Unknown</td>
16922 </tr>
16923 <tr id="2846">
16924 <td><a href="https://cplusplus.github.io/CWG/issues/2846.html">2846</a></td>
16925 <td>DRWP</td>
16926 <td>Out-of-class definitions of explicit object member functions</td>
16927 <td class="unknown" align="center">Unknown</td>
16928 </tr>
16929 <tr class="open" id="2847">
16930 <td><a href="https://cplusplus.github.io/CWG/issues/2847.html">2847</a></td>
16931 <td>review</td>
16932 <td>Constrained explicit specializations of function templates at class scope</td>
16933 <td align="center">
16934 <details>
16935 <summary>Not resolved</summary>
16936 Clang 19 implements 2024-03-01 resolution
16937 </details></td>
16938 </tr>
16939 <tr id="2848">
16940 <td><a href="https://cplusplus.github.io/CWG/issues/2848.html">2848</a></td>
16941 <td>DRWP</td>
16942 <td>Omitting an empty template argument list for explicit instantiation</td>
16943 <td class="unknown" align="center">Unknown</td>
16944 </tr>
16945 <tr id="2849">
16946 <td><a href="https://cplusplus.github.io/CWG/issues/2849.html">2849</a></td>
16947 <td>DRWP</td>
16948 <td>Parameter objects are not temporary objects</td>
16949 <td class="unknown" align="center">Unknown</td>
16950 </tr>
16951 <tr id="2850">
16952 <td><a href="https://cplusplus.github.io/CWG/issues/2850.html">2850</a></td>
16953 <td>DRWP</td>
16954 <td>Unclear storage duration for function parameter objects</td>
16955 <td class="unknown" align="center">Unknown</td>
16956 </tr>
16957 <tr id="2851">
16958 <td><a href="https://cplusplus.github.io/CWG/issues/2851.html">2851</a></td>
16959 <td>DRWP</td>
16960 <td>Allow floating-point conversions in converted constant expressions</td>
16961 <td class="unknown" align="center">Unknown</td>
16962 </tr>
16963 <tr class="open" id="2852">
16964 <td><a href="https://cplusplus.github.io/CWG/issues/2852.html">2852</a></td>
16965 <td>open</td>
16966 <td>Complete-class contexts and class-scope lambdas</td>
16967 <td align="center">Not resolved</td>
16968 </tr>
16969 <tr id="2853">
16970 <td><a href="https://cplusplus.github.io/CWG/issues/2853.html">2853</a></td>
16971 <td>DRWP</td>
16972 <td>Pointer arithmetic with pointer to hypothetical element</td>
16973 <td class="unknown" align="center">Unknown</td>
16974 </tr>
16975 <tr id="2854">
16976 <td><a href="https://cplusplus.github.io/CWG/issues/2854.html">2854</a></td>
16977 <td>DRWP</td>
16978 <td>Storage duration of exception objects</td>
16979 <td class="unknown" align="center">Unknown</td>
16980 </tr>
16981 <tr id="2855">
16982 <td><a href="https://cplusplus.github.io/CWG/issues/2855.html">2855</a></td>
16983 <td>DRWP</td>
16984 <td>Undefined behavior in postfix increment</td>
16985 <td class="unknown" align="center">Unknown</td>
16986 </tr>
16987 <tr id="2856">
16988 <td><a href="https://cplusplus.github.io/CWG/issues/2856.html">2856</a></td>
16989 <td>DRWP</td>
16990 <td>Copy-list-initialization with explicit default constructors</td>
16991 <td class="unknown" align="center">Unknown</td>
16992 </tr>
16993 <tr id="2857">
16994 <td><a href="https://cplusplus.github.io/CWG/issues/2857.html">2857</a></td>
16995 <td>DRWP</td>
16996 <td>Argument-dependent lookup with incomplete class types</td>
16997 <td class="none" align="center">No</td>
16998 </tr>
16999 <tr id="2858">
17000 <td><a href="https://cplusplus.github.io/CWG/issues/2858.html">2858</a></td>
17001 <td>accepted</td>
17002 <td>Declarative <I>nested-name-specifier</I>s and <I>pack-index-specifier</I>s</td>
17003 <td class="full" align="center">Clang 19</td>
17004 </tr>
17005 <tr id="2859">
17006 <td><a href="https://cplusplus.github.io/CWG/issues/2859.html">2859</a></td>
17007 <td>DR</td>
17008 <td>Value-initialization with multiple default constructors</td>
17009 <td class="unknown" align="center">Unknown</td>
17010 </tr>
17011 <tr id="2860">
17012 <td><a href="https://cplusplus.github.io/CWG/issues/2860.html">2860</a></td>
17013 <td>dup</td>
17014 <td>Remove and fix the term "vacuous initialization"</td>
17015 <td class="unknown" align="center">Unknown</td>
17016 </tr>
17017 <tr id="2861">
17018 <td><a href="https://cplusplus.github.io/CWG/issues/2861.html">2861</a></td>
17019 <td>DR</td>
17020 <td><TT>dynamic_cast</TT> on bad pointer value</td>
17021 <td class="unknown" align="center">Unknown</td>
17022 </tr>
17023 <tr class="open" id="2862">
17024 <td><a href="https://cplusplus.github.io/CWG/issues/2862.html">2862</a></td>
17025 <td>review</td>
17026 <td>Unclear boundaries of template declarations</td>
17027 <td align="center">Not resolved</td>
17028 </tr>
17029 <tr class="open" id="2863">
17030 <td><a href="https://cplusplus.github.io/CWG/issues/2863.html">2863</a></td>
17031 <td>drafting</td>
17032 <td>Unclear synchronization requirements for object lifetime rules</td>
17033 <td align="center">Not resolved</td>
17034 </tr>
17035 <tr id="2864">
17036 <td><a href="https://cplusplus.github.io/CWG/issues/2864.html">2864</a></td>
17037 <td>DR</td>
17038 <td>Narrowing floating-point conversions</td>
17039 <td class="unknown" align="center">Unknown</td>
17040 </tr>
17041 <tr id="2865">
17042 <td><a href="https://cplusplus.github.io/CWG/issues/2865.html">2865</a></td>
17043 <td>DR</td>
17044 <td>Regression on result of conditional operator</td>
17045 <td class="unknown" align="center">Unknown</td>
17046 </tr>
17047 <tr class="open" id="2866">
17048 <td><a href="https://cplusplus.github.io/CWG/issues/2866.html">2866</a></td>
17049 <td>open</td>
17050 <td>Observing the effects of <TT>[[no_unique_address]]</TT></td>
17051 <td align="center">Not resolved</td>
17052 </tr>
17053 <tr id="2867">
17054 <td><a href="https://cplusplus.github.io/CWG/issues/2867.html">2867</a></td>
17055 <td>DR</td>
17056 <td>Order of initialization for structured bindings</td>
17057 <td class="unknown" align="center">Unknown</td>
17058 </tr>
17059 <tr class="open" id="2868">
17060 <td><a href="https://cplusplus.github.io/CWG/issues/2868.html">2868</a></td>
17061 <td>open</td>
17062 <td>Self-references in trivially copyable objects as function return values</td>
17063 <td align="center">Not resolved</td>
17064 </tr>
17065 <tr id="2869">
17066 <td><a href="https://cplusplus.github.io/CWG/issues/2869.html">2869</a></td>
17067 <td>DR</td>
17068 <td><TT>this</TT> in local classes</td>
17069 <td class="unknown" align="center">Unknown</td>
17070 </tr>
17071 <tr id="2870">
17072 <td><a href="https://cplusplus.github.io/CWG/issues/2870.html">2870</a></td>
17073 <td>DR</td>
17074 <td>Combining absent <I>encoding-prefix</I>es</td>
17075 <td class="unknown" align="center">Unknown</td>
17076 </tr>
17077 <tr id="2871">
17078 <td><a href="https://cplusplus.github.io/CWG/issues/2871.html">2871</a></td>
17079 <td>DR</td>
17080 <td>User-declared constructor templates inhibiting default constructors</td>
17081 <td class="unknown" align="center">Unknown</td>
17082 </tr>
17083 <tr id="2872">
17084 <td><a href="https://cplusplus.github.io/CWG/issues/2872.html">2872</a></td>
17085 <td>DR</td>
17086 <td>Linkage and unclear "can be referred to"</td>
17087 <td class="unknown" align="center">Unknown</td>
17088 </tr>
17089 <tr class="open" id="2873">
17090 <td><a href="https://cplusplus.github.io/CWG/issues/2873.html">2873</a></td>
17091 <td>open</td>
17092 <td>Taking the address of a function involving template argument deduction</td>
17093 <td align="center">Not resolved</td>
17094 </tr>
17095 <tr id="2874">
17096 <td><a href="https://cplusplus.github.io/CWG/issues/2874.html">2874</a></td>
17097 <td>DR</td>
17098 <td>Qualified declarations of partial specializations</td>
17099 <td class="unknown" align="center">Unknown</td>
17100 </tr>
17101 <tr class="open" id="2875">
17102 <td><a href="https://cplusplus.github.io/CWG/issues/2875.html">2875</a></td>
17103 <td>review</td>
17104 <td>Missing support for round-tripping null pointer values through indirection/address operators</td>
17105 <td align="center">Not resolved</td>
17106 </tr>
17107 <tr id="2876">
17108 <td><a href="https://cplusplus.github.io/CWG/issues/2876.html">2876</a></td>
17109 <td>accepted</td>
17110 <td>Disambiguation of <TT>T x = delete("text")</TT></td>
17111 <td class="unknown" align="center">Unknown</td>
17112 </tr>
17113 <tr id="2877">
17114 <td><a href="https://cplusplus.github.io/CWG/issues/2877.html">2877</a></td>
17115 <td>DR</td>
17116 <td>Type-only lookup for <I>using-enum-declarator</I></td>
17117 <td class="full" align="center">Clang 19</td>
17118 </tr>
17119 <tr class="open" id="2878">
17120 <td><a href="https://cplusplus.github.io/CWG/issues/2878.html">2878</a></td>
17121 <td>open</td>
17122 <td>C-style casts to reference types</td>
17123 <td align="center">Not resolved</td>
17124 </tr>
17125 <tr class="open" id="2879">
17126 <td><a href="https://cplusplus.github.io/CWG/issues/2879.html">2879</a></td>
17127 <td>review</td>
17128 <td>Undesired outcomes with <TT>const_cast</TT></td>
17129 <td align="center">Not resolved</td>
17130 </tr>
17131 <tr id="2880">
17132 <td><a href="https://cplusplus.github.io/CWG/issues/2880.html">2880</a></td>
17133 <td>accepted</td>
17134 <td>Accessibility check for destructor of incomplete class type</td>
17135 <td class="unknown" align="center">Unknown</td>
17136 </tr>
17137 <tr id="2881">
17138 <td><a href="https://cplusplus.github.io/CWG/issues/2881.html">2881</a></td>
17139 <td>DR</td>
17140 <td>Type restrictions for the explicit object parameter of a lambda</td>
17141 <td class="full" align="center">Clang 19</td>
17142 </tr>
17143 <tr id="2882">
17144 <td><a href="https://cplusplus.github.io/CWG/issues/2882.html">2882</a></td>
17145 <td>DR</td>
17146 <td>Unclear treatment of conversion to <TT>void</TT></td>
17147 <td class="full" align="center">Clang 2.7</td>
17148 </tr>
17149 <tr id="2883">
17150 <td><a href="https://cplusplus.github.io/CWG/issues/2883.html">2883</a></td>
17151 <td>DR</td>
17152 <td>Definition of "odr-usable" ignores lambda scopes</td>
17153 <td class="none" align="center">No</td>
17154 </tr>
17155 <tr id="2884">
17156 <td><a href="https://cplusplus.github.io/CWG/issues/2884.html">2884</a></td>
17157 <td>dup</td>
17158 <td>Qualified declarations of partial specializations</td>
17159 <td class="unknown" align="center">Unknown</td>
17160 </tr>
17161 <tr class="open" id="2885">
17162 <td><a href="https://cplusplus.github.io/CWG/issues/2885.html">2885</a></td>
17163 <td>review</td>
17164 <td>Non-eligible trivial default constructors</td>
17165 <td align="center">
17166 <details>
17167 <summary>Not resolved</summary>
17168 Clang 16 implements 2024-05-31 resolution
17169 </details></td>
17170 </tr>
17171 <tr id="2886">
17172 <td><a href="https://cplusplus.github.io/CWG/issues/2886.html">2886</a></td>
17173 <td>DR</td>
17174 <td>Temporaries and trivial potentially-throwing special member functions</td>
17175 <td class="full" align="center">Clang 9</td>
17176 </tr>
17177 <tr id="2887">
17178 <td><a href="https://cplusplus.github.io/CWG/issues/2887.html">2887</a></td>
17179 <td>DR</td>
17180 <td>Missing compatibility entries for xvalues</td>
17181 <td class="unknown" align="center">Unknown</td>
17182 </tr>
17183 <tr class="open" id="2888">
17184 <td><a href="https://cplusplus.github.io/CWG/issues/2888.html">2888</a></td>
17185 <td>review</td>
17186 <td>Missing cases for reference and array types for argument-dependent lookup</td>
17187 <td align="center">Not resolved</td>
17188 </tr>
17189 <tr class="open" id="2889">
17190 <td><a href="https://cplusplus.github.io/CWG/issues/2889.html">2889</a></td>
17191 <td>open</td>
17192 <td>Requiring an accessible destructor for destroying operator delete</td>
17193 <td align="center">Not resolved</td>
17194 </tr>
17195 <tr class="open" id="2890">
17196 <td><a href="https://cplusplus.github.io/CWG/issues/2890.html">2890</a></td>
17197 <td>review</td>
17198 <td>Defining members of local classes</td>
17199 <td align="center">Not resolved</td>
17200 </tr>
17201 <tr id="2891">
17202 <td><a href="https://cplusplus.github.io/CWG/issues/2891.html">2891</a></td>
17203 <td>DR</td>
17204 <td>Normative status of implementation limits</td>
17205 <td class="unknown" align="center">Unknown</td>
17206 </tr>
17207 <tr id="2892">
17208 <td><a href="https://cplusplus.github.io/CWG/issues/2892.html">2892</a></td>
17209 <td>DR</td>
17210 <td>Unclear usual arithmetic conversions</td>
17211 <td class="unknown" align="center">Unknown</td>
17212 </tr>
17213 <tr id="2893">
17214 <td><a href="https://cplusplus.github.io/CWG/issues/2893.html">2893</a></td>
17215 <td>NAD</td>
17216 <td>Instantiations in discarded <TT>if constexpr</TT> substatements</td>
17217 <td class="unknown" align="center">Unknown</td>
17218 </tr>
17219 <tr class="open" id="2894">
17220 <td><a href="https://cplusplus.github.io/CWG/issues/2894.html">2894</a></td>
17221 <td>review</td>
17222 <td>Functional casts create prvalues of reference type</td>
17223 <td align="center">Not resolved</td>
17224 </tr>
17225 <tr id="2895">
17226 <td><a href="https://cplusplus.github.io/CWG/issues/2895.html">2895</a></td>
17227 <td>DR</td>
17228 <td>Initialization should ignore the destination type's cv-qualification</td>
17229 <td class="unknown" align="center">Unknown</td>
17230 </tr>
17231 <tr class="open" id="2896">
17232 <td><a href="https://cplusplus.github.io/CWG/issues/2896.html">2896</a></td>
17233 <td>review</td>
17234 <td>Template argument deduction involving exception specifications</td>
17235 <td align="center">Not resolved</td>
17236 </tr>
17237 <tr class="open" id="2897">
17238 <td><a href="https://cplusplus.github.io/CWG/issues/2897.html">2897</a></td>
17239 <td>open</td>
17240 <td>Copying potentially-overlapping union subobjects</td>
17241 <td align="center">Not resolved</td>
17242 </tr>
17243 <tr class="open" id="2898">
17244 <td><a href="https://cplusplus.github.io/CWG/issues/2898.html">2898</a></td>
17245 <td>open</td>
17246 <td>Clarify implicit conversion sequence from <I>cv</I> <TT>T</TT> to <TT>T</TT></td>
17247 <td align="center">Not resolved</td>
17248 </tr>
17249 <tr class="open" id="2899">
17250 <td><a href="https://cplusplus.github.io/CWG/issues/2899.html">2899</a></td>
17251 <td>tentatively ready</td>
17252 <td>Bad value representations should cause undefined behavior</td>
17253 <td align="center">Not resolved</td>
17254 </tr>
17255 <tr class="open" id="2900">
17256 <td><a href="https://cplusplus.github.io/CWG/issues/2900.html">2900</a></td>
17257 <td>open</td>
17258 <td>Deduction of non-type template arguments with placeholder types</td>
17259 <td align="center">Not resolved</td>
17260 </tr>
17261 <tr class="open" id="2901">
17262 <td><a href="https://cplusplus.github.io/CWG/issues/2901.html">2901</a></td>
17263 <td>tentatively ready</td>
17264 <td>Unclear semantics for near-match aliased access</td>
17265 <td align="center">Not resolved</td>
17266 </tr>
17267 <tr class="open" id="2902">
17268 <td><a href="https://cplusplus.github.io/CWG/issues/2902.html">2902</a></td>
17269 <td>review</td>
17270 <td>Implicit <TT>this</TT> transformation outside of permitted contexts</td>
17271 <td align="center">Not resolved</td>
17272 </tr>
17273 <tr class="open" id="2903">
17274 <td><a href="https://cplusplus.github.io/CWG/issues/2903.html">2903</a></td>
17275 <td>tentatively ready</td>
17276 <td>Can we omit the <TT>template</TT> disambiguator in <I>nested-name-specifier</I>s in type-only contexts?</td>
17277 <td align="center">Not resolved</td>
17278 </tr>
17279 <tr class="open" id="2904">
17280 <td><a href="https://cplusplus.github.io/CWG/issues/2904.html">2904</a></td>
17281 <td>open</td>
17282 <td>Introducing <I>template-name</I>s</td>
17283 <td align="center">Not resolved</td>
17284 </tr>
17285 <tr class="open" id="2905">
17286 <td><a href="https://cplusplus.github.io/CWG/issues/2905.html">2905</a></td>
17287 <td>tentatively ready</td>
17288 <td>Value-dependence of <I>noexcept-expression</I></td>
17289 <td align="center">Not resolved</td>
17290 </tr>
17291 <tr class="open" id="2906">
17292 <td><a href="https://cplusplus.github.io/CWG/issues/2906.html">2906</a></td>
17293 <td>tentatively ready</td>
17294 <td>Lvalue-to-rvalue conversion of class types for conditional operator</td>
17295 <td align="center">Not resolved</td>
17296 </tr>
17297 <tr class="open" id="2907">
17298 <td><a href="https://cplusplus.github.io/CWG/issues/2907.html">2907</a></td>
17299 <td>tentatively ready</td>
17300 <td>Constant lvalue-to-rvalue conversion on uninitialized <TT>std::nullptr_t</TT></td>
17301 <td align="center">Not resolved</td>
17302 </tr>
17303 <tr class="open" id="2908">
17304 <td><a href="https://cplusplus.github.io/CWG/issues/2908.html">2908</a></td>
17305 <td>tentatively ready</td>
17306 <td>Counting physical source lines for <TT>__LINE__</TT></td>
17307 <td align="center">Not resolved</td>
17308 </tr>
17309 <tr class="open" id="2909">
17310 <td><a href="https://cplusplus.github.io/CWG/issues/2909.html">2909</a></td>
17311 <td>review</td>
17312 <td>Subtle difference between constant-initialized and constexpr</td>
17313 <td align="center">Not resolved</td>
17314 </tr>
17315 <tr class="open" id="2910">
17316 <td><a href="https://cplusplus.github.io/CWG/issues/2910.html">2910</a></td>
17317 <td>tentatively ready</td>
17318 <td>Effect of <I>requirement-parameter-list</I>s on odr-usability</td>
17319 <td align="center">Not resolved</td>
17320 </tr>
17321 <tr class="open" id="2911">
17322 <td><a href="https://cplusplus.github.io/CWG/issues/2911.html">2911</a></td>
17323 <td>tentatively ready</td>
17324 <td>Unclear meaning of expressions "appearing within" subexpressions</td>
17325 <td align="center">Not resolved</td>
17326 </tr>
17327 <tr class="open" id="2912">
17328 <td><a href="https://cplusplus.github.io/CWG/issues/2912.html">2912</a></td>
17329 <td>open</td>
17330 <td>Too-large value for size in array new</td>
17331 <td align="center">Not resolved</td>
17332 </tr>
17333 <tr class="open" id="2913">
17334 <td><a href="https://cplusplus.github.io/CWG/issues/2913.html">2913</a></td>
17335 <td>tentatively ready</td>
17336 <td>Grammar for <I>deduction-guide</I> has <I>requires-clause</I> in the wrong position</td>
17337 <td align="center">
17338 <details>
17339 <summary>Not resolved</summary>
17340 Clang 20 implements 2024-08-16 resolution
17341 </details></td>
17342 </tr>
17343 <tr class="open" id="2914">
17344 <td><a href="https://cplusplus.github.io/CWG/issues/2914.html">2914</a></td>
17345 <td>review</td>
17346 <td>Unclear order of initialization of static and thread-local variables</td>
17347 <td align="center">Not resolved</td>
17348 </tr>
17349 <tr class="open" id="2915">
17350 <td><a href="https://cplusplus.github.io/CWG/issues/2915.html">2915</a></td>
17351 <td>tentatively ready</td>
17352 <td>Explicit object parameters of type <TT>void</TT></td>
17353 <td align="center">
17354 <details>
17355 <summary>Not resolved</summary>
17356 Clang 20 implements 2024-08-16 resolution
17357 </details></td>
17358 </tr>
17359 <tr class="open" id="2916">
17360 <td><a href="https://cplusplus.github.io/CWG/issues/2916.html">2916</a></td>
17361 <td>review</td>
17362 <td>Variable template partial specializations should not be declared <TT>static</TT></td>
17363 <td align="center">Not resolved</td>
17364 </tr>
17365 <tr class="open" id="2917">
17366 <td><a href="https://cplusplus.github.io/CWG/issues/2917.html">2917</a></td>
17367 <td>review</td>
17368 <td>Disallow multiple <I>friend-type-specifier</I>s for a friend template</td>
17369 <td align="center">
17370 <details>
17371 <summary>Not resolved</summary>
17372 Clang 20 implements 2024-07-30 resolution
17373 </details></td>
17374 </tr>
17375 <tr class="open" id="2918">
17376 <td><a href="https://cplusplus.github.io/CWG/issues/2918.html">2918</a></td>
17377 <td>tentatively ready</td>
17378 <td>Consideration of constraints for address of overloaded function</td>
17379 <td align="center">Not resolved</td>
17380 </tr>
17381 <tr class="open" id="2919">
17382 <td><a href="https://cplusplus.github.io/CWG/issues/2919.html">2919</a></td>
17383 <td>tentatively ready</td>
17384 <td>Conversion function candidates for initialization of const lvalue reference</td>
17385 <td align="center">Not resolved</td>
17386 </tr>
17387 <tr class="open" id="2920">
17388 <td><a href="https://cplusplus.github.io/CWG/issues/2920.html">2920</a></td>
17389 <td>open</td>
17390 <td>The <TT>template</TT> keyword for base classes</td>
17391 <td align="center">Not resolved</td>
17392 </tr>
17393 <tr class="open" id="2921">
17394 <td><a href="https://cplusplus.github.io/CWG/issues/2921.html">2921</a></td>
17395 <td>tentatively ready</td>
17396 <td>Exporting redeclarations of entities not attached to a named module</td>
17397 <td align="center">Not resolved</td>
17398 </tr>
17399 <tr class="open" id="2922">
17400 <td><a href="https://cplusplus.github.io/CWG/issues/2922.html">2922</a></td>
17401 <td>tentatively ready</td>
17402 <td>constexpr placement-new is too permissive</td>
17403 <td align="center">
17404 <details>
17405 <summary>Not resolved</summary>
17406 Clang 20 implements 2024-07-10 resolution
17407 </details></td>
17408 </tr>
17409 <tr class="open" id="2923">
17410 <td><a href="https://cplusplus.github.io/CWG/issues/2923.html">2923</a></td>
17411 <td>tentatively ready</td>
17412 <td>Note about infinite loops and execution steps</td>
17413 <td align="center">Not resolved</td>
17414 </tr>
17415 <tr class="open" id="2924">
17416 <td><a href="https://cplusplus.github.io/CWG/issues/2924.html">2924</a></td>
17417 <td>review</td>
17418 <td>Undefined behavior during constant evaluation</td>
17419 <td align="center">Not resolved</td>
17420 </tr>
17421 <tr id="2925">
17422 <td><a href="https://cplusplus.github.io/CWG/issues/2925.html">2925</a></td>
17423 <td>NAD</td>
17424 <td>Deleting a pointer to an incomplete enumeration type</td>
17425 <td class="unknown" align="center">Unknown</td>
17426 </tr>
17427 <tr class="open" id="2926">
17428 <td><a href="https://cplusplus.github.io/CWG/issues/2926.html">2926</a></td>
17429 <td>open</td>
17430 <td>Lookup context for dependent qualified names</td>
17431 <td align="center">Not resolved</td>
17432 </tr>
17433 <tr class="open" id="2927">
17434 <td><a href="https://cplusplus.github.io/CWG/issues/2927.html">2927</a></td>
17435 <td>tentatively ready</td>
17436 <td>Unclear status of translation unit with <TT>module</TT> keyword</td>
17437 <td align="center">Not resolved</td>
17438 </tr>
17439 <tr class="open" id="2928">
17440 <td><a href="https://cplusplus.github.io/CWG/issues/2928.html">2928</a></td>
17441 <td>open</td>
17442 <td>No ordering for initializing thread-local variables</td>
17443 <td align="center">Not resolved</td>
17444 </tr>
17445 <tr class="open" id="2929">
17446 <td><a href="https://cplusplus.github.io/CWG/issues/2929.html">2929</a></td>
17447 <td>tentatively ready</td>
17448 <td>Lifetime of trivially-destructible static or thread-local objects</td>
17449 <td align="center">Not resolved</td>
17450 </tr>
17451 <tr class="open" id="2930">
17452 <td><a href="https://cplusplus.github.io/CWG/issues/2930.html">2930</a></td>
17453 <td>tentatively ready</td>
17454 <td>Unclear term "copy/move operation" in specification of copy elision</td>
17455 <td align="center">Not resolved</td>
17456 </tr>
17457 <tr class="open" id="2931">
17458 <td><a href="https://cplusplus.github.io/CWG/issues/2931.html">2931</a></td>
17459 <td>tentatively ready</td>
17460 <td>Restrictions on operator functions that are explicit object member functions</td>
17461 <td align="center">Not resolved</td>
17462 </tr>
17463 <tr class="open" id="2932">
17464 <td><a href="https://cplusplus.github.io/CWG/issues/2932.html">2932</a></td>
17465 <td>review</td>
17466 <td>Value range of empty enumeration</td>
17467 <td align="center">Not resolved</td>
17468 </tr>
17469 <tr class="open" id="2933">
17470 <td><a href="https://cplusplus.github.io/CWG/issues/2933.html">2933</a></td>
17471 <td>open</td>
17472 <td>Dangling references</td>
17473 <td align="center">Not resolved</td>
17474 </tr>
17475 <tr class="open" id="2934">
17476 <td><a href="https://cplusplus.github.io/CWG/issues/2934.html">2934</a></td>
17477 <td>open</td>
17478 <td>Unclear semantics of exception escaping from <TT>unhandled_exception</TT></td>
17479 <td align="center">Not resolved</td>
17480 </tr>
17481 <tr class="open" id="2935">
17482 <td><a href="https://cplusplus.github.io/CWG/issues/2935.html">2935</a></td>
17483 <td>open</td>
17484 <td>Destroying the coroutine state when initial-await-resume-called is false</td>
17485 <td align="center">Not resolved</td>
17486 </tr>
17487 <tr class="open" id="2936">
17488 <td><a href="https://cplusplus.github.io/CWG/issues/2936.html">2936</a></td>
17489 <td>open</td>
17490 <td>Local classes of templated functions should be part of the current instantiation</td>
17491 <td align="center">Not resolved</td>
17492 </tr>
17493 <tr class="open" id="2937">
17494 <td><a href="https://cplusplus.github.io/CWG/issues/2937.html">2937</a></td>
17495 <td>open</td>
17496 <td>Grammar for <I>preprocessing-file</I> has no normative effect</td>
17497 <td align="center">Not resolved</td>
17498 </tr>
17499 <tr class="open" id="2938">
17500 <td><a href="https://cplusplus.github.io/CWG/issues/2938.html">2938</a></td>
17501 <td>open</td>
17502 <td>Inheriting linkage from a previous declaration</td>
17503 <td align="center">Not resolved</td>
17504 </tr>
17505 <tr class="open" id="2939">
17506 <td><a href="https://cplusplus.github.io/CWG/issues/2939.html">2939</a></td>
17507 <td>open</td>
17508 <td>Do not allow <TT>reinterpret_cast</TT> from prvalue to rvalue reference</td>
17509 <td align="center">Not resolved</td>
17510 </tr></table>
17512 </div>
17513 </body>
17514 </html>