2 <!-- This file is auto-generated by make_cxx_dr_status. Do not modify. -->
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 }
31 <!--#include virtual="menu.html.incl"-->
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">
48 <th>Available in Clang?
</th>
51 <td><a href=
"https://cplusplus.github.io/CWG/issues/1.html">1</a></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>
56 <tr class=
"open" id=
"2">
57 <td><a href=
"https://cplusplus.github.io/CWG/issues/2.html">2</a></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>
63 <td><a href=
"https://cplusplus.github.io/CWG/issues/3.html">3</a></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>
69 <td><a href=
"https://cplusplus.github.io/CWG/issues/4.html">4</a></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>
75 <td><a href=
"https://cplusplus.github.io/CWG/issues/5.html">5</a></td>
77 <td>CV-qualifiers and type conversions
</td>
78 <td class=
"full" align=
"center">Clang
3.1</td>
81 <td><a href=
"https://cplusplus.github.io/CWG/issues/6.html">6</a></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>
87 <td><a href=
"https://cplusplus.github.io/CWG/issues/7.html">7</a></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>
93 <td><a href=
"https://cplusplus.github.io/CWG/issues/8.html">8</a></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>
99 <td><a href=
"https://cplusplus.github.io/CWG/issues/9.html">9</a></td>
101 <td>Clarification of access to base class members
</td>
102 <td class=
"full" align=
"center">Clang
2.8</td>
105 <td><a href=
"https://cplusplus.github.io/CWG/issues/10.html">10</a></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>
111 <td><a href=
"https://cplusplus.github.io/CWG/issues/11.html">11</a></td>
113 <td>How do the keywords typename/template interact with using-declarations?
</td>
114 <td class=
"full" align=
"center">Yes
</td>
117 <td><a href=
"https://cplusplus.github.io/CWG/issues/12.html">12</a></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>
123 <td><a href=
"https://cplusplus.github.io/CWG/issues/13.html">13</a></td>
125 <td>extern
"C" for Parameters of Function Templates
</td>
126 <td class=
"none" align=
"center">No
</td>
129 <td><a href=
"https://cplusplus.github.io/CWG/issues/14.html">14</a></td>
131 <td>extern
"C" functions and declarations in different namespaces
</td>
132 <td class=
"full" align=
"center">Clang
3.4</td>
135 <td><a href=
"https://cplusplus.github.io/CWG/issues/15.html">15</a></td>
137 <td>Default arguments for parameters of function templates
</td>
138 <td class=
"full" align=
"center">Yes
</td>
141 <td><a href=
"https://cplusplus.github.io/CWG/issues/16.html">16</a></td>
143 <td>Access to members of indirect private base classes
</td>
144 <td class=
"full" align=
"center">Clang
2.8</td>
147 <td><a href=
"https://cplusplus.github.io/CWG/issues/17.html">17</a></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>
153 <td><a href=
"https://cplusplus.github.io/CWG/issues/18.html">18</a></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>
159 <td><a href=
"https://cplusplus.github.io/CWG/issues/19.html">19</a></td>
161 <td>Clarify protected member access
</td>
162 <td class=
"full" align=
"center">Clang
3.1</td>
165 <td><a href=
"https://cplusplus.github.io/CWG/issues/20.html">20</a></td>
167 <td>Some clarifications needed for
12.8 para
15</td>
168 <td class=
"full" align=
"center">Clang
2.8</td>
171 <td><a href=
"https://cplusplus.github.io/CWG/issues/21.html">21</a></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>
177 <td><a href=
"https://cplusplus.github.io/CWG/issues/22.html">22</a></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>
183 <td><a href=
"https://cplusplus.github.io/CWG/issues/23.html">23</a></td>
185 <td>Some questions regarding partial ordering of function templates
</td>
186 <td class=
"full" align=
"center">Yes
</td>
189 <td><a href=
"https://cplusplus.github.io/CWG/issues/24.html">24</a></td>
191 <td>Errors in examples in
14.7.3</td>
192 <td class=
"na" align=
"center">N/A
</td>
195 <td><a href=
"https://cplusplus.github.io/CWG/issues/25.html">25</a></td>
197 <td>Exception specifications and pointers to members
</td>
198 <td class=
"full" align=
"center">Yes
</td>
201 <td><a href=
"https://cplusplus.github.io/CWG/issues/26.html">26</a></td>
203 <td>Copy constructors and default arguments
</td>
204 <td class=
"full" align=
"center">Yes
</td>
207 <td><a href=
"https://cplusplus.github.io/CWG/issues/27.html">27</a></td>
209 <td>Overload ambiguities for builtin ?: prototypes
</td>
210 <td class=
"full" align=
"center">Yes
</td>
213 <td><a href=
"https://cplusplus.github.io/CWG/issues/28.html">28</a></td>
215 <td>'exit', 'signal' and static object destruction
</td>
216 <td class=
"na" align=
"center">N/A (Library DR)
</td>
219 <td><a href=
"https://cplusplus.github.io/CWG/issues/29.html">29</a></td>
221 <td>Linkage of locally declared functions
</td>
222 <td class=
"full" align=
"center">Clang
3.4</td>
225 <td><a href=
"https://cplusplus.github.io/CWG/issues/30.html">30</a></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>
231 <td><a href=
"https://cplusplus.github.io/CWG/issues/31.html">31</a></td>
233 <td>Looking up new/delete
</td>
234 <td class=
"full" align=
"center">Clang
2.8</td>
237 <td><a href=
"https://cplusplus.github.io/CWG/issues/32.html">32</a></td>
239 <td>Clarification of explicit instantiation of non-exported templates
</td>
240 <td class=
"na" align=
"center">N/A
</td>
243 <td><a href=
"https://cplusplus.github.io/CWG/issues/33.html">33</a></td>
245 <td>Argument dependent lookup and overloaded functions
</td>
246 <td class=
"full" align=
"center">Clang
9</td>
249 <td><a href=
"https://cplusplus.github.io/CWG/issues/34.html">34</a></td>
251 <td>Argument dependent lookup and points of instantiation
</td>
252 <td class=
"na" align=
"center">N/A
</td>
255 <td><a href=
"https://cplusplus.github.io/CWG/issues/35.html">35</a></td>
257 <td>Definition of default-initialization
</td>
258 <td class=
"full" align=
"center">Duplicate of
<a href=
"#178">178</a></td>
261 <td><a href=
"https://cplusplus.github.io/CWG/issues/36.html">36</a></td>
263 <td><I>using-declaration
</I>s in multiple-declaration contexts
</td>
264 <td class=
"full" align=
"center">Clang
2.8</td>
267 <td><a href=
"https://cplusplus.github.io/CWG/issues/37.html">37</a></td>
269 <td>When is uncaught_exception() true?
</td>
270 <td class=
"unknown-superseded" align=
"center">Superseded by
<a href=
"#475">475</a></td>
273 <td><a href=
"https://cplusplus.github.io/CWG/issues/38.html">38</a></td>
275 <td>Explicit template arguments and operator functions
</td>
276 <td class=
"full" align=
"center">Yes
</td>
279 <td><a href=
"https://cplusplus.github.io/CWG/issues/39.html">39</a></td>
281 <td>Conflicting ambiguity rules
</td>
282 <td class=
"none" align=
"center">No
</td>
285 <td><a href=
"https://cplusplus.github.io/CWG/issues/40.html">40</a></td>
287 <td>Syntax of
<I>declarator-id
</I></td>
288 <td class=
"na" align=
"center">N/A
</td>
291 <td><a href=
"https://cplusplus.github.io/CWG/issues/41.html">41</a></td>
293 <td>Clarification of lookup of names after declarator-id
</td>
294 <td class=
"full" align=
"center">Yes
</td>
297 <td><a href=
"https://cplusplus.github.io/CWG/issues/42.html">42</a></td>
299 <td>Redefining names from base classes
</td>
300 <td class=
"full" align=
"center">Yes
</td>
303 <td><a href=
"https://cplusplus.github.io/CWG/issues/43.html">43</a></td>
305 <td>Copying base classes (PODs) using memcpy
</td>
306 <td class=
"na" align=
"center">N/A
</td>
309 <td><a href=
"https://cplusplus.github.io/CWG/issues/44.html">44</a></td>
311 <td>Member specializations
</td>
312 <td class=
"partial-superseded" align=
"center">Superseded by
<a href=
"#727">727</a></td>
315 <td><a href=
"https://cplusplus.github.io/CWG/issues/45.html">45</a></td>
317 <td>Access to nested classes
</td>
318 <td class=
"full" align=
"center">Yes
</td>
321 <td><a href=
"https://cplusplus.github.io/CWG/issues/46.html">46</a></td>
323 <td>Explicit instantiation of member templates
</td>
324 <td class=
"full" align=
"center">Yes
</td>
327 <td><a href=
"https://cplusplus.github.io/CWG/issues/47.html">47</a></td>
329 <td>Template friend issues
</td>
330 <td class=
"full-superseded" align=
"center">Superseded by
<a href=
"#329">329</a></td>
333 <td><a href=
"https://cplusplus.github.io/CWG/issues/48.html">48</a></td>
335 <td>Definitions of unused static members
</td>
336 <td class=
"full" align=
"center">Yes
</td>
339 <td><a href=
"https://cplusplus.github.io/CWG/issues/49.html">49</a></td>
341 <td>Restriction on non-type, non-value template arguments
</td>
342 <td class=
"full" align=
"center">Clang
2.8</td>
345 <td><a href=
"https://cplusplus.github.io/CWG/issues/50.html">50</a></td>
347 <td>Converting pointer to incomplete type to same type
</td>
348 <td class=
"full" align=
"center">Yes
</td>
351 <td><a href=
"https://cplusplus.github.io/CWG/issues/51.html">51</a></td>
353 <td>Overloading and user-defined conversions
</td>
354 <td class=
"full" align=
"center">Clang
2.8</td>
357 <td><a href=
"https://cplusplus.github.io/CWG/issues/52.html">52</a></td>
359 <td>Non-static members, member selection and access checking
</td>
360 <td class=
"full" align=
"center">Clang
2.8</td>
363 <td><a href=
"https://cplusplus.github.io/CWG/issues/53.html">53</a></td>
365 <td>Lvalue-to-rvalue conversion before certain static_casts
</td>
366 <td class=
"full" align=
"center">Yes
</td>
369 <td><a href=
"https://cplusplus.github.io/CWG/issues/54.html">54</a></td>
371 <td>Static_cast from private base to derived class
</td>
372 <td class=
"full" align=
"center">Clang
2.8</td>
375 <td><a href=
"https://cplusplus.github.io/CWG/issues/55.html">55</a></td>
377 <td>Adding/subtracting pointer and enumeration value
</td>
378 <td class=
"full" align=
"center">Yes
</td>
381 <td><a href=
"https://cplusplus.github.io/CWG/issues/56.html">56</a></td>
383 <td>Redeclaring typedefs within classes
</td>
384 <td class=
"full" align=
"center">Yes
</td>
386 <tr class=
"open" id=
"57">
387 <td><a href=
"https://cplusplus.github.io/CWG/issues/57.html">57</a></td>
389 <td>Empty unions
</td>
390 <td align=
"center">Not resolved
</td>
393 <td><a href=
"https://cplusplus.github.io/CWG/issues/58.html">58</a></td>
395 <td>Signedness of bit fields of enum type
</td>
396 <td class=
"full" align=
"center">Clang
3.1</td>
399 <td><a href=
"https://cplusplus.github.io/CWG/issues/59.html">59</a></td>
401 <td>Clarification of overloading and UDC to reference type
</td>
402 <td class=
"full" align=
"center">Yes
</td>
405 <td><a href=
"https://cplusplus.github.io/CWG/issues/60.html">60</a></td>
407 <td>Reference binding and valid conversion sequences
</td>
408 <td class=
"full" align=
"center">Yes
</td>
411 <td><a href=
"https://cplusplus.github.io/CWG/issues/61.html">61</a></td>
413 <td>Address of static member function
"<TT>&p->f</TT>"</td>
414 <td class=
"full" align=
"center">Clang
3.4</td>
417 <td><a href=
"https://cplusplus.github.io/CWG/issues/62.html">62</a></td>
419 <td>Unnamed members of classes used as type parameters
</td>
420 <td class=
"full" align=
"center">Clang
2.9</td>
423 <td><a href=
"https://cplusplus.github.io/CWG/issues/63.html">63</a></td>
425 <td>Class instantiation from pointer conversion to void*, null and self
</td>
426 <td class=
"full" align=
"center">Yes
</td>
429 <td><a href=
"https://cplusplus.github.io/CWG/issues/64.html">64</a></td>
431 <td>Partial ordering to disambiguate explicit specialization
</td>
432 <td class=
"full" align=
"center">Yes
</td>
435 <td><a href=
"https://cplusplus.github.io/CWG/issues/65.html">65</a></td>
437 <td>Typo in default argument example
</td>
438 <td class=
"na" align=
"center">N/A
</td>
441 <td><a href=
"https://cplusplus.github.io/CWG/issues/66.html">66</a></td>
443 <td>Visibility of default args vs overloads added after using-declaration
</td>
444 <td class=
"none" align=
"center">No
</td>
447 <td><a href=
"https://cplusplus.github.io/CWG/issues/67.html">67</a></td>
449 <td>Evaluation of left side of object-expression
</td>
450 <td class=
"na" align=
"center">N/A
</td>
453 <td><a href=
"https://cplusplus.github.io/CWG/issues/68.html">68</a></td>
455 <td>Grammar does not allow
"friend class A<int>;"</td>
456 <td class=
"full" align=
"center">Clang
2.8</td>
459 <td><a href=
"https://cplusplus.github.io/CWG/issues/69.html">69</a></td>
461 <td>Storage class specifiers on template declarations
</td>
462 <td class=
"full" align=
"center">Clang
9</td>
465 <td><a href=
"https://cplusplus.github.io/CWG/issues/70.html">70</a></td>
467 <td>Is an array bound a nondeduced context?
</td>
468 <td class=
"full" align=
"center">Yes
</td>
471 <td><a href=
"https://cplusplus.github.io/CWG/issues/71.html">71</a></td>
473 <td>Incorrect cross reference
</td>
474 <td class=
"na" align=
"center">N/A
</td>
477 <td><a href=
"https://cplusplus.github.io/CWG/issues/72.html">72</a></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>
483 <td><a href=
"https://cplusplus.github.io/CWG/issues/73.html">73</a></td>
485 <td>Pointer equality
</td>
486 <td class=
"full-superseded" align=
"center">Superseded by
<a href=
"#1652">1652</a></td>
489 <td><a href=
"https://cplusplus.github.io/CWG/issues/74.html">74</a></td>
491 <td>Enumeration value in direct-new-declarator
</td>
492 <td class=
"full" align=
"center">Yes
</td>
495 <td><a href=
"https://cplusplus.github.io/CWG/issues/75.html">75</a></td>
497 <td>In-class initialized members must be const
</td>
498 <td class=
"full" align=
"center">Yes
</td>
501 <td><a href=
"https://cplusplus.github.io/CWG/issues/76.html">76</a></td>
503 <td>Are const volatile variables considered
"constant expressions"?
</td>
504 <td class=
"full" align=
"center">Yes
</td>
507 <td><a href=
"https://cplusplus.github.io/CWG/issues/77.html">77</a></td>
509 <td>The definition of friend does not allow nested classes to be friends
</td>
510 <td class=
"full" align=
"center">Yes
</td>
513 <td><a href=
"https://cplusplus.github.io/CWG/issues/78.html">78</a></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>
519 <td><a href=
"https://cplusplus.github.io/CWG/issues/79.html">79</a></td>
521 <td>Alignment and placement new
</td>
522 <td class=
"na" align=
"center">N/A
</td>
525 <td><a href=
"https://cplusplus.github.io/CWG/issues/80.html">80</a></td>
527 <td>Class members with same name as class
</td>
528 <td class=
"full" align=
"center">Clang
2.9</td>
531 <td><a href=
"https://cplusplus.github.io/CWG/issues/81.html">81</a></td>
533 <td>Null pointers and C compatibility
</td>
534 <td class=
"na" align=
"center">N/A
</td>
537 <td><a href=
"https://cplusplus.github.io/CWG/issues/82.html">82</a></td>
539 <td>Definition of
"using" a constant expression
</td>
540 <td class=
"full" align=
"center">Duplicate of
<a href=
"#48">48</a></td>
543 <td><a href=
"https://cplusplus.github.io/CWG/issues/83.html">83</a></td>
545 <td>Overloading and deprecated conversion of string literal
</td>
546 <td class=
"full" align=
"center">Yes
</td>
549 <td><a href=
"https://cplusplus.github.io/CWG/issues/84.html">84</a></td>
551 <td>Overloading and conversion loophole used by
<TT>auto_ptr
</TT></td>
552 <td class=
"full" align=
"center">Yes
</td>
555 <td><a href=
"https://cplusplus.github.io/CWG/issues/85.html">85</a></td>
557 <td>Redeclaration of member class
</td>
558 <td class=
"full" align=
"center">Clang
3.4</td>
561 <td><a href=
"https://cplusplus.github.io/CWG/issues/86.html">86</a></td>
563 <td>Lifetime of temporaries in query expressions
</td>
564 <td class=
"full" align=
"center">Duplicate of
<a href=
"#446">446</a></td>
567 <td><a href=
"https://cplusplus.github.io/CWG/issues/87.html">87</a></td>
569 <td>Exception specifications on function parameters
</td>
570 <td class=
"none" align=
"center">No
</td>
573 <td><a href=
"https://cplusplus.github.io/CWG/issues/88.html">88</a></td>
575 <td>Specialization of member constant templates
</td>
576 <td class=
"full" align=
"center">Clang
2.8</td>
579 <td><a href=
"https://cplusplus.github.io/CWG/issues/89.html">89</a></td>
581 <td>Object lifetime does not account for reference rebinding
</td>
582 <td class=
"na" align=
"center">N/A
</td>
585 <td><a href=
"https://cplusplus.github.io/CWG/issues/90.html">90</a></td>
587 <td>Should the enclosing class be an
"associated class" too?
</td>
588 <td class=
"full" align=
"center">Yes
</td>
591 <td><a href=
"https://cplusplus.github.io/CWG/issues/91.html">91</a></td>
593 <td>A union's associated types should include the union itself
</td>
594 <td class=
"full" align=
"center">Yes
</td>
597 <td><a href=
"https://cplusplus.github.io/CWG/issues/92.html">92</a></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>
603 <td><a href=
"https://cplusplus.github.io/CWG/issues/93.html">93</a></td>
605 <td>Missing word in
3.8 <U>basic.life
</U> paragraph
2</td>
606 <td class=
"na" align=
"center">N/A
</td>
609 <td><a href=
"https://cplusplus.github.io/CWG/issues/94.html">94</a></td>
611 <td>Inconsistencies in the descriptions of constant expressions
</td>
612 <td class=
"full" align=
"center">Yes
</td>
615 <td><a href=
"https://cplusplus.github.io/CWG/issues/95.html">95</a></td>
617 <td>Elaborated type specifiers referencing names declared in friend decls
</td>
618 <td class=
"full" align=
"center">Clang
3.3</td>
621 <td><a href=
"https://cplusplus.github.io/CWG/issues/96.html">96</a></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>
627 <td><a href=
"https://cplusplus.github.io/CWG/issues/97.html">97</a></td>
629 <td>Use of bool constants in integral constant expressions
</td>
630 <td class=
"full" align=
"center">Yes
</td>
633 <td><a href=
"https://cplusplus.github.io/CWG/issues/98.html">98</a></td>
635 <td>Branching into try block
</td>
636 <td class=
"full" align=
"center">Yes
</td>
639 <td><a href=
"https://cplusplus.github.io/CWG/issues/99.html">99</a></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>
645 <td><a href=
"https://cplusplus.github.io/CWG/issues/100.html">100</a></td>
647 <td>Clarify why string literals are not allowed as template arguments
</td>
648 <td class=
"full" align=
"center">Yes
</td>
651 <td><a href=
"https://cplusplus.github.io/CWG/issues/101.html">101</a></td>
653 <td>Redeclaration of extern
"C" names via using-declarations
</td>
654 <td class=
"full" align=
"center">Clang
3.5</td>
657 <td><a href=
"https://cplusplus.github.io/CWG/issues/102.html">102</a></td>
659 <td>Operator lookup rules do not work well with parts of the library
</td>
660 <td class=
"full" align=
"center">Yes
</td>
663 <td><a href=
"https://cplusplus.github.io/CWG/issues/103.html">103</a></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>
669 <td><a href=
"https://cplusplus.github.io/CWG/issues/104.html">104</a></td>
671 <td>Destroying the exception temp when no handler is found
</td>
672 <td class=
"na" align=
"center">N/A (Library DR)
</td>
675 <td><a href=
"https://cplusplus.github.io/CWG/issues/105.html">105</a></td>
677 <td>Meaning of
"template function"</td>
678 <td class=
"na" align=
"center">N/A
</td>
681 <td><a href=
"https://cplusplus.github.io/CWG/issues/106.html">106</a></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>
687 <td><a href=
"https://cplusplus.github.io/CWG/issues/107.html">107</a></td>
689 <td>Linkage of operator functions
</td>
690 <td class=
"full" align=
"center">Yes
</td>
693 <td><a href=
"https://cplusplus.github.io/CWG/issues/108.html">108</a></td>
695 <td>Are classes nested in templates dependent?
</td>
696 <td class=
"full" align=
"center">Clang
2.9</td>
699 <td><a href=
"https://cplusplus.github.io/CWG/issues/109.html">109</a></td>
701 <td>Allowing
<TT>::template
</TT> in
<I>using-declaration
</I>s
</td>
702 <td class=
"full" align=
"center">Yes
</td>
705 <td><a href=
"https://cplusplus.github.io/CWG/issues/110.html">110</a></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>
711 <td><a href=
"https://cplusplus.github.io/CWG/issues/111.html">111</a></td>
713 <td>Copy constructors and cv-qualifiers
</td>
714 <td class=
"full" align=
"center">Duplicate of
<a href=
"#535">535</a></td>
717 <td><a href=
"https://cplusplus.github.io/CWG/issues/112.html">112</a></td>
719 <td>Array types and cv-qualifiers
</td>
720 <td class=
"full" align=
"center">Yes
</td>
723 <td><a href=
"https://cplusplus.github.io/CWG/issues/113.html">113</a></td>
725 <td>Visibility of called function
</td>
726 <td class=
"full" align=
"center">Yes
</td>
729 <td><a href=
"https://cplusplus.github.io/CWG/issues/114.html">114</a></td>
731 <td>Virtual overriding by template member function specializations
</td>
732 <td class=
"full" align=
"center">Yes
</td>
735 <td><a href=
"https://cplusplus.github.io/CWG/issues/115.html">115</a></td>
737 <td>Address of template-id
</td>
738 <td class=
"full" align=
"center">Clang
3.0</td>
741 <td><a href=
"https://cplusplus.github.io/CWG/issues/116.html">116</a></td>
743 <td>Equivalent and functionally-equivalent function templates
</td>
744 <td class=
"full" align=
"center">Yes
</td>
747 <td><a href=
"https://cplusplus.github.io/CWG/issues/117.html">117</a></td>
749 <td>Timing of destruction of temporaries
</td>
750 <td class=
"na" align=
"center">N/A
</td>
753 <td><a href=
"https://cplusplus.github.io/CWG/issues/118.html">118</a></td>
755 <td>Calls via pointers to virtual member functions
</td>
756 <td class=
"full" align=
"center">Yes
</td>
759 <td><a href=
"https://cplusplus.github.io/CWG/issues/119.html">119</a></td>
761 <td>Object lifetime and aggregate initialization
</td>
762 <td class=
"na" align=
"center">N/A
</td>
765 <td><a href=
"https://cplusplus.github.io/CWG/issues/120.html">120</a></td>
767 <td>Nonexistent non-terminal
<I>qualified-name
</I></td>
768 <td class=
"na" align=
"center">N/A
</td>
771 <td><a href=
"https://cplusplus.github.io/CWG/issues/121.html">121</a></td>
773 <td>Dependent type names with non-dependent
<I>nested-name-specifier
</I>s
</td>
774 <td class=
"full" align=
"center">Yes
</td>
777 <td><a href=
"https://cplusplus.github.io/CWG/issues/122.html">122</a></td>
779 <td><I>template-id
</I>s as
<I>unqualified-id
</I>s
</td>
780 <td class=
"full" align=
"center">Yes
</td>
783 <td><a href=
"https://cplusplus.github.io/CWG/issues/123.html">123</a></td>
785 <td>Bad cross-reference
</td>
786 <td class=
"na" align=
"center">N/A
</td>
789 <td><a href=
"https://cplusplus.github.io/CWG/issues/124.html">124</a></td>
791 <td>Lifetime of temporaries in default initialization of class arrays
</td>
792 <td class=
"full" align=
"center">Clang
2.7</td>
795 <td><a href=
"https://cplusplus.github.io/CWG/issues/125.html">125</a></td>
797 <td>Ambiguity in
<TT>friend
</TT> declaration syntax
</td>
798 <td class=
"full" align=
"center">Yes
</td>
801 <td><a href=
"https://cplusplus.github.io/CWG/issues/126.html">126</a></td>
803 <td>Exception specifications and
<TT>const
</TT></td>
804 <td class=
"partial" align=
"center">Partial
</td>
807 <td><a href=
"https://cplusplus.github.io/CWG/issues/127.html">127</a></td>
809 <td>Ambiguity in description of matching deallocation function
</td>
810 <td class=
"full" align=
"center">Clang
2.9</td>
813 <td><a href=
"https://cplusplus.github.io/CWG/issues/128.html">128</a></td>
815 <td>Casting between enum types
</td>
816 <td class=
"full" align=
"center">Yes
</td>
819 <td><a href=
"https://cplusplus.github.io/CWG/issues/129.html">129</a></td>
821 <td>Stability of uninitialized auto variables
</td>
822 <td class=
"full" align=
"center">Duplicate of
<a href=
"#616">616</a></td>
825 <td><a href=
"https://cplusplus.github.io/CWG/issues/130.html">130</a></td>
827 <td>Sequence points and
<I>new-expression
</I>s
</td>
828 <td class=
"na" align=
"center">N/A
</td>
831 <td><a href=
"https://cplusplus.github.io/CWG/issues/131.html">131</a></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>
837 <td><a href=
"https://cplusplus.github.io/CWG/issues/132.html">132</a></td>
839 <td>Local types and linkage
</td>
840 <td class=
"none" align=
"center">No
</td>
843 <td><a href=
"https://cplusplus.github.io/CWG/issues/133.html">133</a></td>
845 <td>Exception specifications and checking
</td>
846 <td class=
"none" align=
"center">Duplicate of
<a href=
"#87">87</a></td>
849 <td><a href=
"https://cplusplus.github.io/CWG/issues/134.html">134</a></td>
851 <td>Template classes and
<I>declarator-id
</I>s
</td>
852 <td class=
"na" align=
"center">N/A
</td>
855 <td><a href=
"https://cplusplus.github.io/CWG/issues/135.html">135</a></td>
857 <td>Class type in in-class member function definitions
</td>
858 <td class=
"full" align=
"center">Yes
</td>
861 <td><a href=
"https://cplusplus.github.io/CWG/issues/136.html">136</a></td>
863 <td>Default arguments and friend declarations
</td>
864 <td class=
"full" align=
"center">Clang
3.4</td>
867 <td><a href=
"https://cplusplus.github.io/CWG/issues/137.html">137</a></td>
869 <td><TT>static_cast
</TT> of
<I>cv
</I> <TT>void*
</TT></td>
870 <td class=
"full" align=
"center">Yes
</td>
873 <td><a href=
"https://cplusplus.github.io/CWG/issues/138.html">138</a></td>
875 <td>Friend declaration name lookup
</td>
876 <td class=
"partial" align=
"center">Partial
</td>
879 <td><a href=
"https://cplusplus.github.io/CWG/issues/139.html">139</a></td>
881 <td>Error in
<TT>friend
</TT> lookup example
</td>
882 <td class=
"full" align=
"center">Yes
</td>
885 <td><a href=
"https://cplusplus.github.io/CWG/issues/140.html">140</a></td>
887 <td>Agreement of parameter declarations
</td>
888 <td class=
"full" align=
"center">Yes
</td>
891 <td><a href=
"https://cplusplus.github.io/CWG/issues/141.html">141</a></td>
893 <td>Non-member function templates in member access expressions
</td>
894 <td class=
"full" align=
"center">Clang
3.1</td>
897 <td><a href=
"https://cplusplus.github.io/CWG/issues/142.html">142</a></td>
899 <td>Injection-related errors in access example
</td>
900 <td class=
"full" align=
"center">Clang
2.8</td>
903 <td><a href=
"https://cplusplus.github.io/CWG/issues/143.html">143</a></td>
905 <td>Friends and Koenig lookup
</td>
906 <td class=
"full" align=
"center">Yes
</td>
908 <tr class=
"open" id=
"144">
909 <td><a href=
"https://cplusplus.github.io/CWG/issues/144.html">144</a></td>
911 <td>Position of
<TT>friend
</TT> specifier
</td>
912 <td align=
"center">Not resolved
</td>
915 <td><a href=
"https://cplusplus.github.io/CWG/issues/145.html">145</a></td>
917 <td>Deprecation of prefix
<TT>++
</TT></td>
918 <td class=
"full" align=
"center">Yes
</td>
920 <tr class=
"open" id=
"146">
921 <td><a href=
"https://cplusplus.github.io/CWG/issues/146.html">146</a></td>
923 <td>Floating-point zero
</td>
924 <td align=
"center">Not resolved
</td>
927 <td><a href=
"https://cplusplus.github.io/CWG/issues/147.html">147</a></td>
929 <td>Naming the constructor
</td>
930 <td class=
"full" align=
"center">Yes
</td>
933 <td><a href=
"https://cplusplus.github.io/CWG/issues/148.html">148</a></td>
935 <td>POD classes and pointers to members
</td>
936 <td class=
"full" align=
"center">Yes
</td>
939 <td><a href=
"https://cplusplus.github.io/CWG/issues/149.html">149</a></td>
941 <td>Accessibility and ambiguity
</td>
942 <td class=
"na" align=
"center">N/A
</td>
945 <td><a href=
"https://cplusplus.github.io/CWG/issues/150.html">150</a></td>
947 <td>Template template parameters and default arguments
</td>
948 <td class=
"full" align=
"center">Clang
19</td>
951 <td><a href=
"https://cplusplus.github.io/CWG/issues/151.html">151</a></td>
953 <td>Terminology of zero-initialization
</td>
954 <td class=
"full" align=
"center">Clang
3.1</td>
957 <td><a href=
"https://cplusplus.github.io/CWG/issues/152.html">152</a></td>
959 <td><TT>explicit
</TT> copy constructors
</td>
960 <td class=
"full" align=
"center">Yes
</td>
963 <td><a href=
"https://cplusplus.github.io/CWG/issues/153.html">153</a></td>
965 <td>Misleading wording (rank of conversion)
</td>
966 <td class=
"na" align=
"center">N/A
</td>
969 <td><a href=
"https://cplusplus.github.io/CWG/issues/154.html">154</a></td>
971 <td>Anonymous unions in unnamed namespaces
</td>
972 <td class=
"full" align=
"center">Yes
</td>
975 <td><a href=
"https://cplusplus.github.io/CWG/issues/155.html">155</a></td>
977 <td>Brace initializer for scalar
</td>
978 <td class=
"full" align=
"center">Duplicate of
<a href=
"#632">632</a></td>
981 <td><a href=
"https://cplusplus.github.io/CWG/issues/156.html">156</a></td>
983 <td>Name lookup for conversion functions
</td>
984 <td class=
"unknown" align=
"center">Unknown
</td>
986 <tr class=
"open" id=
"157">
987 <td><a href=
"https://cplusplus.github.io/CWG/issues/157.html">157</a></td>
989 <td>Omitted typedef declarator
</td>
990 <td align=
"center">Not resolved
</td>
993 <td><a href=
"https://cplusplus.github.io/CWG/issues/158.html">158</a></td>
995 <td>Aliasing and qualification conversions
</td>
996 <td class=
"full" align=
"center">Yes
</td>
999 <td><a href=
"https://cplusplus.github.io/CWG/issues/159.html">159</a></td>
1001 <td>Namespace qualification in declarators
</td>
1002 <td class=
"full" align=
"center">Clang
3.5</td>
1005 <td><a href=
"https://cplusplus.github.io/CWG/issues/160.html">160</a></td>
1007 <td>Missing
<TT>std::
</TT> qualification
</td>
1008 <td class=
"na" align=
"center">N/A
</td>
1011 <td><a href=
"https://cplusplus.github.io/CWG/issues/161.html">161</a></td>
1013 <td>Access to protected nested type
</td>
1014 <td class=
"full" align=
"center">Clang
3.1</td>
1017 <td><a href=
"https://cplusplus.github.io/CWG/issues/162.html">162</a></td>
1019 <td>(
<TT>&C::f)()
</TT> with nonstatic members
</td>
1020 <td class=
"full" align=
"center">Clang
19</td>
1023 <td><a href=
"https://cplusplus.github.io/CWG/issues/163.html">163</a></td>
1025 <td>Description of subaggregate initializer
</td>
1026 <td class=
"na" align=
"center">N/A
</td>
1029 <td><a href=
"https://cplusplus.github.io/CWG/issues/164.html">164</a></td>
1031 <td>Overlap between Koenig and normal lookup
</td>
1032 <td class=
"full" align=
"center">Yes
</td>
1035 <td><a href=
"https://cplusplus.github.io/CWG/issues/165.html">165</a></td>
1037 <td>Definitions of friends and block-scope externs
</td>
1038 <td class=
"none" align=
"center">No
</td>
1041 <td><a href=
"https://cplusplus.github.io/CWG/issues/166.html">166</a></td>
1043 <td>Friend declarations of
<I>template-id
</I>s
</td>
1044 <td class=
"full" align=
"center">Clang
2.9</td>
1047 <td><a href=
"https://cplusplus.github.io/CWG/issues/167.html">167</a></td>
1049 <td>Deprecating static functions
</td>
1050 <td class=
"unknown-superseded" align=
"center">Superseded by
<a href=
"#1012">1012</a></td>
1053 <td><a href=
"https://cplusplus.github.io/CWG/issues/168.html">168</a></td>
1055 <td>C linkage for static member functions
</td>
1056 <td class=
"none" align=
"center">No
</td>
1059 <td><a href=
"https://cplusplus.github.io/CWG/issues/169.html">169</a></td>
1061 <td><I>template-id
</I>s in
<I>using-declaration
</I>s
</td>
1062 <td class=
"full" align=
"center">Yes
</td>
1065 <td><a href=
"https://cplusplus.github.io/CWG/issues/170.html">170</a></td>
1067 <td>Pointer-to-member conversions
</td>
1068 <td class=
"unknown" align=
"center">Unknown
</td>
1071 <td><a href=
"https://cplusplus.github.io/CWG/issues/171.html">171</a></td>
1073 <td>Global namespace scope
</td>
1074 <td class=
"full" align=
"center">Clang
3.4</td>
1077 <td><a href=
"https://cplusplus.github.io/CWG/issues/172.html">172</a></td>
1079 <td>Unsigned int as underlying type of enum
</td>
1080 <td class=
"full" align=
"center">Yes
</td>
1083 <td><a href=
"https://cplusplus.github.io/CWG/issues/173.html">173</a></td>
1085 <td>Constraints on execution character set
</td>
1086 <td class=
"full" align=
"center">Yes
</td>
1089 <td><a href=
"https://cplusplus.github.io/CWG/issues/174.html">174</a></td>
1091 <td>Undeprecating global static
</td>
1092 <td class=
"unknown-superseded" align=
"center">Superseded by
<a href=
"#1012">1012</a></td>
1095 <td><a href=
"https://cplusplus.github.io/CWG/issues/175.html">175</a></td>
1097 <td>Class name injection and base name access
</td>
1098 <td class=
"full" align=
"center">Clang
2.8</td>
1101 <td><a href=
"https://cplusplus.github.io/CWG/issues/176.html">176</a></td>
1103 <td>Name injection and templates
</td>
1104 <td class=
"full" align=
"center">Clang
3.1</td>
1107 <td><a href=
"https://cplusplus.github.io/CWG/issues/177.html">177</a></td>
1109 <td>Lvalues vs rvalues in copy-initialization
</td>
1110 <td class=
"full" align=
"center">Yes
</td>
1113 <td><a href=
"https://cplusplus.github.io/CWG/issues/178.html">178</a></td>
1115 <td>More on value-initialization
</td>
1116 <td class=
"full" align=
"center">Yes
</td>
1119 <td><a href=
"https://cplusplus.github.io/CWG/issues/179.html">179</a></td>
1121 <td>Function pointers and subtraction
</td>
1122 <td class=
"full" align=
"center">Yes
</td>
1125 <td><a href=
"https://cplusplus.github.io/CWG/issues/180.html">180</a></td>
1127 <td><TT>typename
</TT> and elaborated types
</td>
1128 <td class=
"full" align=
"center">Clang
2.8</td>
1131 <td><a href=
"https://cplusplus.github.io/CWG/issues/181.html">181</a></td>
1133 <td>Errors in template
<I>template-parameter
</I> example
</td>
1134 <td class=
"full" align=
"center">Yes
</td>
1137 <td><a href=
"https://cplusplus.github.io/CWG/issues/182.html">182</a></td>
1139 <td>Access checking on explicit specializations
</td>
1140 <td class=
"full" align=
"center">Clang
14</td>
1143 <td><a href=
"https://cplusplus.github.io/CWG/issues/183.html">183</a></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>
1149 <td><a href=
"https://cplusplus.github.io/CWG/issues/184.html">184</a></td>
1151 <td>Default arguments in template
<I>template-parameter
</I>s
</td>
1152 <td class=
"full" align=
"center">Yes
</td>
1155 <td><a href=
"https://cplusplus.github.io/CWG/issues/185.html">185</a></td>
1157 <td>"Named" temporaries and copy elision
</td>
1158 <td class=
"full" align=
"center">Clang
2.7</td>
1160 <tr class=
"open" id=
"186">
1161 <td><a href=
"https://cplusplus.github.io/CWG/issues/186.html">186</a></td>
1163 <td>Name hiding and template
<I>template-parameter
</I>s
</td>
1164 <td align=
"center">Not resolved
</td>
1167 <td><a href=
"https://cplusplus.github.io/CWG/issues/187.html">187</a></td>
1169 <td>Scope of template parameter names
</td>
1170 <td class=
"full-superseded" align=
"center">Superseded by
<a href=
"#481">481</a></td>
1173 <td><a href=
"https://cplusplus.github.io/CWG/issues/188.html">188</a></td>
1175 <td>Comma operator and rvalue conversion
</td>
1176 <td class=
"full" align=
"center">Yes
</td>
1178 <tr class=
"open" id=
"189">
1179 <td><a href=
"https://cplusplus.github.io/CWG/issues/189.html">189</a></td>
1181 <td>Definition of
<I>operator
</I> and
<I>punctuator
</I></td>
1182 <td align=
"center">Not resolved
</td>
1185 <td><a href=
"https://cplusplus.github.io/CWG/issues/190.html">190</a></td>
1187 <td>Layout-compatible POD-struct types
</td>
1188 <td class=
"unknown" align=
"center">Unknown
</td>
1191 <td><a href=
"https://cplusplus.github.io/CWG/issues/191.html">191</a></td>
1193 <td>Name lookup does not handle complex nesting
</td>
1194 <td class=
"full" align=
"center">Yes
</td>
1197 <td><a href=
"https://cplusplus.github.io/CWG/issues/192.html">192</a></td>
1199 <td>Name lookup in parameters
</td>
1200 <td class=
"unknown" align=
"center">Unknown
</td>
1203 <td><a href=
"https://cplusplus.github.io/CWG/issues/193.html">193</a></td>
1205 <td>Order of destruction of local automatics of destructor
</td>
1206 <td class=
"full" align=
"center">Clang
2.7</td>
1209 <td><a href=
"https://cplusplus.github.io/CWG/issues/194.html">194</a></td>
1211 <td>Identifying constructors
</td>
1212 <td class=
"full" align=
"center">Yes
</td>
1215 <td><a href=
"https://cplusplus.github.io/CWG/issues/195.html">195</a></td>
1217 <td>Converting between function and object pointers
</td>
1218 <td class=
"full" align=
"center">Yes
</td>
1220 <tr class=
"open" id=
"196">
1221 <td><a href=
"https://cplusplus.github.io/CWG/issues/196.html">196</a></td>
1223 <td>Arguments to deallocation functions
</td>
1224 <td align=
"center">Not resolved
</td>
1227 <td><a href=
"https://cplusplus.github.io/CWG/issues/197.html">197</a></td>
1229 <td>Issues with two-stage lookup of dependent names
</td>
1230 <td class=
"full" align=
"center">Yes
</td>
1233 <td><a href=
"https://cplusplus.github.io/CWG/issues/198.html">198</a></td>
1235 <td>Definition of
"use" in local and nested classes
</td>
1236 <td class=
"full" align=
"center">Yes
</td>
1239 <td><a href=
"https://cplusplus.github.io/CWG/issues/199.html">199</a></td>
1241 <td>Order of destruction of temporaries
</td>
1242 <td class=
"full" align=
"center">Clang
2.8</td>
1245 <td><a href=
"https://cplusplus.github.io/CWG/issues/200.html">200</a></td>
1247 <td>Partial ordering and explicit arguments
</td>
1248 <td class=
"full" align=
"center">Duplicate of
<a href=
"#214">214</a></td>
1251 <td><a href=
"https://cplusplus.github.io/CWG/issues/201.html">201</a></td>
1253 <td>Order of destruction of temporaries in initializers
</td>
1254 <td class=
"full" align=
"center">Clang
2.8</td>
1257 <td><a href=
"https://cplusplus.github.io/CWG/issues/202.html">202</a></td>
1259 <td>Use of overloaded function name
</td>
1260 <td class=
"full" align=
"center">Clang
3.1</td>
1263 <td><a href=
"https://cplusplus.github.io/CWG/issues/203.html">203</a></td>
1265 <td>Type of address-of-member expression
</td>
1266 <td class=
"unknown" align=
"center">Unknown
</td>
1269 <td><a href=
"https://cplusplus.github.io/CWG/issues/204.html">204</a></td>
1271 <td>Exported class templates
</td>
1272 <td class=
"full-superseded" align=
"center">Superseded by
<a href=
"#820">820</a></td>
1274 <tr class=
"open" id=
"205">
1275 <td><a href=
"https://cplusplus.github.io/CWG/issues/205.html">205</a></td>
1277 <td>Templates and static data members
</td>
1278 <td align=
"center">Not resolved
</td>
1281 <td><a href=
"https://cplusplus.github.io/CWG/issues/206.html">206</a></td>
1283 <td>Semantic constraints on non-dependent names
</td>
1284 <td class=
"full" align=
"center">Yes
</td>
1287 <td><a href=
"https://cplusplus.github.io/CWG/issues/207.html">207</a></td>
1289 <td><I>using-declaration
</I>s and protected access
</td>
1290 <td class=
"full" align=
"center">Yes
</td>
1293 <td><a href=
"https://cplusplus.github.io/CWG/issues/208.html">208</a></td>
1295 <td>Rethrowing exceptions in nested handlers
</td>
1296 <td class=
"unknown" align=
"center">Unknown
</td>
1299 <td><a href=
"https://cplusplus.github.io/CWG/issues/209.html">209</a></td>
1301 <td>Must friend declaration names be
1303 <td class=
"full" align=
"center">Clang
3.2</td>
1306 <td><a href=
"https://cplusplus.github.io/CWG/issues/210.html">210</a></td>
1308 <td>What is the type matched by an exception handler?
</td>
1309 <td class=
"full" align=
"center">Clang
2.7</td>
1312 <td><a href=
"https://cplusplus.github.io/CWG/issues/211.html">211</a></td>
1314 <td>Constructors should not be allowed to return normally after an exception
</td>
1315 <td class=
"full" align=
"center">Yes
</td>
1318 <td><a href=
"https://cplusplus.github.io/CWG/issues/212.html">212</a></td>
1320 <td>Implicit instantiation is not described clearly enough
</td>
1321 <td class=
"unknown" align=
"center">Unknown
</td>
1324 <td><a href=
"https://cplusplus.github.io/CWG/issues/213.html">213</a></td>
1326 <td>Lookup in dependent base classes
</td>
1327 <td class=
"full" align=
"center">Yes
</td>
1330 <td><a href=
"https://cplusplus.github.io/CWG/issues/214.html">214</a></td>
1332 <td>Partial ordering of function templates is underspecified
</td>
1333 <td class=
"full" align=
"center">Yes
</td>
1336 <td><a href=
"https://cplusplus.github.io/CWG/issues/215.html">215</a></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>
1342 <td><a href=
"https://cplusplus.github.io/CWG/issues/216.html">216</a></td>
1344 <td>Linkage of nameless class-scope enumeration types
</td>
1345 <td class=
"none" align=
"center">No
</td>
1348 <td><a href=
"https://cplusplus.github.io/CWG/issues/217.html">217</a></td>
1350 <td>Default arguments for non-template member functions of class templates
</td>
1351 <td class=
"full" align=
"center">Yes
</td>
1354 <td><a href=
"https://cplusplus.github.io/CWG/issues/218.html">218</a></td>
1356 <td>Specification of Koenig lookup
</td>
1357 <td class=
"full" align=
"center">Yes
</td>
1360 <td><a href=
"https://cplusplus.github.io/CWG/issues/219.html">219</a></td>
1362 <td>Cannot defend against destructors that throw exceptions
</td>
1363 <td class=
"na" align=
"center">N/A
</td>
1366 <td><a href=
"https://cplusplus.github.io/CWG/issues/220.html">220</a></td>
1368 <td>All deallocation functions should be required not to throw
</td>
1369 <td class=
"na" align=
"center">N/A
</td>
1372 <td><a href=
"https://cplusplus.github.io/CWG/issues/221.html">221</a></td>
1374 <td>Must compound assignment operators be member functions?
</td>
1375 <td class=
"full" align=
"center">Clang
3.6</td>
1378 <td><a href=
"https://cplusplus.github.io/CWG/issues/222.html">222</a></td>
1380 <td>Sequence points and lvalue-returning operators
</td>
1381 <td class=
"full" align=
"center">Duplicate of
<a href=
"#637">637</a></td>
1384 <td><a href=
"https://cplusplus.github.io/CWG/issues/223.html">223</a></td>
1386 <td>The meaning of deprecation
</td>
1387 <td class=
"na" align=
"center">N/A
</td>
1390 <td><a href=
"https://cplusplus.github.io/CWG/issues/224.html">224</a></td>
1392 <td>Definition of dependent names
</td>
1393 <td class=
"full" align=
"center">Clang
16</td>
1396 <td><a href=
"https://cplusplus.github.io/CWG/issues/225.html">225</a></td>
1398 <td>Koenig lookup and fundamental types
</td>
1399 <td class=
"full" align=
"center">Yes
</td>
1402 <td><a href=
"https://cplusplus.github.io/CWG/issues/226.html">226</a></td>
1404 <td>Default template arguments for function templates
</td>
1405 <td class=
"none" align=
"center">No
</td>
1408 <td><a href=
"https://cplusplus.github.io/CWG/issues/227.html">227</a></td>
1410 <td>How many scopes in an
<TT>if
</TT> statement?
</td>
1411 <td class=
"full" align=
"center">Yes
</td>
1414 <td><a href=
"https://cplusplus.github.io/CWG/issues/228.html">228</a></td>
1416 <td>Use of
<TT>template
</TT> keyword with non-member templates
</td>
1417 <td class=
"full" align=
"center">Yes
</td>
1420 <td><a href=
"https://cplusplus.github.io/CWG/issues/229.html">229</a></td>
1422 <td>Partial specialization of function templates
</td>
1423 <td class=
"full" align=
"center">Clang
2.9</td>
1426 <td><a href=
"https://cplusplus.github.io/CWG/issues/230.html">230</a></td>
1428 <td>Calls to pure virtual functions
</td>
1429 <td class=
"full" align=
"center">Clang
3.0</td>
1432 <td><a href=
"https://cplusplus.github.io/CWG/issues/231.html">231</a></td>
1434 <td>Visibility of names after
<I>using-directive
</I>s
</td>
1435 <td class=
"full" align=
"center">Yes
</td>
1438 <td><a href=
"https://cplusplus.github.io/CWG/issues/232.html">232</a></td>
1440 <td>Is indirection through a null pointer undefined behavior?
</td>
1441 <td class=
"unknown" align=
"center">Unknown
</td>
1444 <td><a href=
"https://cplusplus.github.io/CWG/issues/233.html">233</a></td>
1446 <td>References vs pointers in UDC overload resolution
</td>
1447 <td class=
"unknown" align=
"center">Unknown
</td>
1450 <td><a href=
"https://cplusplus.github.io/CWG/issues/234.html">234</a></td>
1452 <td>Reuse of base class subobjects
</td>
1453 <td class=
"na" align=
"center">N/A
</td>
1456 <td><a href=
"https://cplusplus.github.io/CWG/issues/235.html">235</a></td>
1458 <td>Assignment vs initialization
</td>
1459 <td class=
"na" align=
"center">N/A
</td>
1462 <td><a href=
"https://cplusplus.github.io/CWG/issues/236.html">236</a></td>
1464 <td>Explicit temporaries and integral constant expressions
</td>
1465 <td class=
"full" align=
"center">Clang
3.2</td>
1468 <td><a href=
"https://cplusplus.github.io/CWG/issues/237.html">237</a></td>
1470 <td>Explicit instantiation and base class members
</td>
1471 <td class=
"full" align=
"center">Duplicate of
<a href=
"#470">470</a></td>
1474 <td><a href=
"https://cplusplus.github.io/CWG/issues/238.html">238</a></td>
1476 <td>Precision and accuracy constraints on floating point
</td>
1477 <td class=
"unknown" align=
"center">Unknown
</td>
1480 <td><a href=
"https://cplusplus.github.io/CWG/issues/239.html">239</a></td>
1482 <td>Footnote
116 and Koenig lookup
</td>
1483 <td class=
"full" align=
"center">Yes
</td>
1486 <td><a href=
"https://cplusplus.github.io/CWG/issues/240.html">240</a></td>
1488 <td>Uninitialized values and undefined behavior
</td>
1489 <td class=
"full" align=
"center">Duplicate of
<a href=
"#616">616</a></td>
1492 <td><a href=
"https://cplusplus.github.io/CWG/issues/241.html">241</a></td>
1494 <td>Error in example in
14.8.1</td>
1495 <td class=
"full" align=
"center">Yes
</td>
1498 <td><a href=
"https://cplusplus.github.io/CWG/issues/242.html">242</a></td>
1500 <td>Interpretation of old-style casts
</td>
1501 <td class=
"unknown" align=
"center">Unknown
</td>
1504 <td><a href=
"https://cplusplus.github.io/CWG/issues/243.html">243</a></td>
1506 <td>Weighting of conversion functions in direct-initialization
</td>
1507 <td class=
"full" align=
"center">Yes
</td>
1510 <td><a href=
"https://cplusplus.github.io/CWG/issues/244.html">244</a></td>
1512 <td>Destructor lookup
</td>
1513 <td class=
"full" align=
"center">Clang
11</td>
1516 <td><a href=
"https://cplusplus.github.io/CWG/issues/245.html">245</a></td>
1518 <td>Name lookup in
<I>elaborated-type-specifier
</I>s
</td>
1519 <td class=
"full" align=
"center">Yes
</td>
1522 <td><a href=
"https://cplusplus.github.io/CWG/issues/246.html">246</a></td>
1524 <td>Jumps in
<I>function-try-block
</I> handlers
</td>
1525 <td class=
"full" align=
"center">Clang
3.2</td>
1528 <td><a href=
"https://cplusplus.github.io/CWG/issues/247.html">247</a></td>
1530 <td>Pointer-to-member casts and function overload resolution
</td>
1531 <td class=
"full" align=
"center">Yes
</td>
1534 <td><a href=
"https://cplusplus.github.io/CWG/issues/248.html">248</a></td>
1536 <td>Identifier characters
</td>
1537 <td class=
"na" align=
"center">Superseded by
<a href=
"https://wg21.link/P1949">P1949
</a></td>
1540 <td><a href=
"https://cplusplus.github.io/CWG/issues/249.html">249</a></td>
1542 <td>What is a member function template?
</td>
1543 <td class=
"full" align=
"center">Yes
</td>
1546 <td><a href=
"https://cplusplus.github.io/CWG/issues/250.html">250</a></td>
1548 <td>Address of function template specialization with non-deduced template arguments
</td>
1549 <td class=
"full" align=
"center">Yes
</td>
1551 <tr class=
"open" id=
"251">
1552 <td><a href=
"https://cplusplus.github.io/CWG/issues/251.html">251</a></td>
1554 <td>How many signed integer types are there?
</td>
1555 <td align=
"center">Not resolved
</td>
1558 <td><a href=
"https://cplusplus.github.io/CWG/issues/252.html">252</a></td>
1560 <td>Looking up deallocation functions in virtual destructors
</td>
1561 <td class=
"full" align=
"center">Clang
3.1</td>
1564 <td><a href=
"https://cplusplus.github.io/CWG/issues/253.html">253</a></td>
1566 <td>Why must empty or fully-initialized const objects be initialized?
</td>
1567 <td class=
"unknown" align=
"center">Unknown
</td>
1570 <td><a href=
"https://cplusplus.github.io/CWG/issues/254.html">254</a></td>
1572 <td>Definitional problems with
<I>elaborated-type-specifier
</I>s
</td>
1573 <td class=
"full" align=
"center">Clang
2.9</td>
1576 <td><a href=
"https://cplusplus.github.io/CWG/issues/255.html">255</a></td>
1578 <td>Placement deallocation functions and lookup ambiguity
</td>
1579 <td class=
"full" align=
"center">Yes
</td>
1582 <td><a href=
"https://cplusplus.github.io/CWG/issues/256.html">256</a></td>
1584 <td>Overflow in size calculations
</td>
1585 <td class=
"unknown" align=
"center">Duplicate of
<a href=
"#624">624</a></td>
1588 <td><a href=
"https://cplusplus.github.io/CWG/issues/257.html">257</a></td>
1590 <td>Abstract base constructors and virtual base initialization
</td>
1591 <td class=
"full" align=
"center">Clang
3.4</td>
1594 <td><a href=
"https://cplusplus.github.io/CWG/issues/258.html">258</a></td>
1596 <td><I>using-declaration
</I>s and cv-qualifiers
</td>
1597 <td class=
"full" align=
"center">Clang
2.8</td>
1600 <td><a href=
"https://cplusplus.github.io/CWG/issues/259.html">259</a></td>
1602 <td>Restrictions on explicit specialization and instantiation
</td>
1603 <td class=
"full" align=
"center">Clang
4</td>
1605 <tr class=
"open" id=
"260">
1606 <td><a href=
"https://cplusplus.github.io/CWG/issues/260.html">260</a></td>
1608 <td>User-defined conversions and built-in
<TT>operator=
</TT></td>
1609 <td align=
"center">Not resolved
</td>
1612 <td><a href=
"https://cplusplus.github.io/CWG/issues/261.html">261</a></td>
1614 <td>When is a deallocation function
"used?"</td>
1615 <td class=
"none" align=
"center">No
</td>
1618 <td><a href=
"https://cplusplus.github.io/CWG/issues/262.html">262</a></td>
1620 <td>Default arguments and ellipsis
</td>
1621 <td class=
"full" align=
"center">Yes
</td>
1624 <td><a href=
"https://cplusplus.github.io/CWG/issues/263.html">263</a></td>
1626 <td>Can a constructor be declared a friend?
</td>
1627 <td class=
"full" align=
"center">Clang
3.3</td>
1629 <tr class=
"open" id=
"264">
1630 <td><a href=
"https://cplusplus.github.io/CWG/issues/264.html">264</a></td>
1632 <td>Unusable template constructors and conversion functions
</td>
1633 <td align=
"center">Not resolved
</td>
1636 <td><a href=
"https://cplusplus.github.io/CWG/issues/265.html">265</a></td>
1638 <td>Destructors, exceptions, and deallocation
</td>
1639 <td class=
"unknown" align=
"center">Duplicate of
<a href=
"#353">353</a></td>
1642 <td><a href=
"https://cplusplus.github.io/CWG/issues/266.html">266</a></td>
1644 <td>No grammar sentence symbol
</td>
1645 <td class=
"na" align=
"center">N/A
</td>
1647 <tr class=
"open" id=
"267">
1648 <td><a href=
"https://cplusplus.github.io/CWG/issues/267.html">267</a></td>
1650 <td>Alignment requirement for
<I>new-expression
</I>s
</td>
1651 <td align=
"center">Not resolved
</td>
1653 <tr class=
"open" id=
"268">
1654 <td><a href=
"https://cplusplus.github.io/CWG/issues/268.html">268</a></td>
1656 <td>Macro name suppression in rescanned replacement text
</td>
1657 <td align=
"center">Not resolved
</td>
1660 <td><a href=
"https://cplusplus.github.io/CWG/issues/269.html">269</a></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>
1667 <td><a href=
"https://cplusplus.github.io/CWG/issues/270.html">270</a></td>
1669 <td>Order of initialization of static data members of class templates
</td>
1670 <td class=
"na" align=
"center">N/A
</td>
1673 <td><a href=
"https://cplusplus.github.io/CWG/issues/271.html">271</a></td>
1675 <td>Explicit instantiation and template argument deduction
</td>
1676 <td class=
"unknown" align=
"center">Unknown
</td>
1679 <td><a href=
"https://cplusplus.github.io/CWG/issues/272.html">272</a></td>
1681 <td>Explicit destructor invocation and
<I>qualified-id
</I>s
</td>
1682 <td class=
"full" align=
"center">Yes
</td>
1685 <td><a href=
"https://cplusplus.github.io/CWG/issues/273.html">273</a></td>
1687 <td>POD classes and
<TT>operator
&()
</TT></td>
1688 <td class=
"full" align=
"center">Yes
</td>
1691 <td><a href=
"https://cplusplus.github.io/CWG/issues/274.html">274</a></td>
1693 <td>Cv-qualification and char-alias access to out-of-lifetime objects
</td>
1694 <td class=
"na" align=
"center">N/A
</td>
1697 <td><a href=
"https://cplusplus.github.io/CWG/issues/275.html">275</a></td>
1699 <td>Explicit instantiation/specialization and
<I>using-directive
</I>s
</td>
1700 <td class=
"none" align=
"center">No
</td>
1703 <td><a href=
"https://cplusplus.github.io/CWG/issues/276.html">276</a></td>
1705 <td>Order of destruction of parameters and temporaries
</td>
1706 <td class=
"na" align=
"center">N/A
</td>
1709 <td><a href=
"https://cplusplus.github.io/CWG/issues/277.html">277</a></td>
1711 <td>Zero-initialization of pointers
</td>
1712 <td class=
"full" align=
"center">Clang
3.1</td>
1715 <td><a href=
"https://cplusplus.github.io/CWG/issues/278.html">278</a></td>
1717 <td>External linkage and nameless entities
</td>
1718 <td class=
"unknown" align=
"center">Unknown
</td>
1721 <td><a href=
"https://cplusplus.github.io/CWG/issues/279.html">279</a></td>
1723 <td>Correspondence of
"names for linkage purposes"</td>
1724 <td class=
"none" align=
"center">No
</td>
1727 <td><a href=
"https://cplusplus.github.io/CWG/issues/280.html">280</a></td>
1729 <td>Access and surrogate call functions
</td>
1730 <td class=
"full" align=
"center">Clang
2.9</td>
1733 <td><a href=
"https://cplusplus.github.io/CWG/issues/281.html">281</a></td>
1735 <td><TT>inline
</TT> specifier in
<TT>friend
</TT> declarations
</td>
1736 <td class=
"none" align=
"center">No
</td>
1738 <tr class=
"open" id=
"282">
1739 <td><a href=
"https://cplusplus.github.io/CWG/issues/282.html">282</a></td>
1741 <td>Namespace for
<TT>extended_type_info
</TT></td>
1742 <td align=
"center">Not resolved
</td>
1745 <td><a href=
"https://cplusplus.github.io/CWG/issues/283.html">283</a></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>
1751 <td><a href=
"https://cplusplus.github.io/CWG/issues/284.html">284</a></td>
1753 <td><I>qualified-id
</I>s in class declarations
</td>
1754 <td class=
"none" align=
"center">No
</td>
1757 <td><a href=
"https://cplusplus.github.io/CWG/issues/285.html">285</a></td>
1759 <td>Identifying a function template being specialized
</td>
1760 <td class=
"full" align=
"center">Yes
</td>
1763 <td><a href=
"https://cplusplus.github.io/CWG/issues/286.html">286</a></td>
1765 <td>Incorrect example in partial specialization
</td>
1766 <td class=
"full" align=
"center">Clang
2.8</td>
1768 <tr class=
"open" id=
"287">
1769 <td><a href=
"https://cplusplus.github.io/CWG/issues/287.html">287</a></td>
1771 <td>Order dependencies in template instantiation
</td>
1772 <td align=
"center">Not resolved
</td>
1775 <td><a href=
"https://cplusplus.github.io/CWG/issues/288.html">288</a></td>
1777 <td>Misuse of
"static type" in describing pointers
</td>
1778 <td class=
"na" align=
"center">N/A
</td>
1781 <td><a href=
"https://cplusplus.github.io/CWG/issues/289.html">289</a></td>
1783 <td>Incomplete list of contexts requiring a complete type
</td>
1784 <td class=
"full" align=
"center">Yes
</td>
1787 <td><a href=
"https://cplusplus.github.io/CWG/issues/290.html">290</a></td>
1789 <td>Should memcpy be allowed into a POD with a const member?
</td>
1790 <td class=
"na" align=
"center">N/A
</td>
1793 <td><a href=
"https://cplusplus.github.io/CWG/issues/291.html">291</a></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>
1799 <td><a href=
"https://cplusplus.github.io/CWG/issues/292.html">292</a></td>
1801 <td>Deallocation on exception in
<TT>new
</TT> before arguments evaluated
</td>
1802 <td class=
"full" align=
"center">Clang
2.9</td>
1804 <tr class=
"open" id=
"293">
1805 <td><a href=
"https://cplusplus.github.io/CWG/issues/293.html">293</a></td>
1807 <td>Syntax of explicit instantiation/specialization too permissive
</td>
1808 <td align=
"center">Not resolved
</td>
1811 <td><a href=
"https://cplusplus.github.io/CWG/issues/294.html">294</a></td>
1813 <td>Can
<TT>static_cast
</TT> drop exception specifications?
</td>
1814 <td class=
"none" align=
"center">No
</td>
1817 <td><a href=
"https://cplusplus.github.io/CWG/issues/295.html">295</a></td>
1819 <td>cv-qualifiers on function types
</td>
1820 <td class=
"full" align=
"center">Clang
3.7</td>
1823 <td><a href=
"https://cplusplus.github.io/CWG/issues/296.html">296</a></td>
1825 <td>Can conversion functions be static?
</td>
1826 <td class=
"full" align=
"center">Yes
</td>
1829 <td><a href=
"https://cplusplus.github.io/CWG/issues/297.html">297</a></td>
1831 <td>Which template does an explicit specialization specialize?
</td>
1832 <td class=
"unknown" align=
"center">Unknown
</td>
1835 <td><a href=
"https://cplusplus.github.io/CWG/issues/298.html">298</a></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>
1841 <td><a href=
"https://cplusplus.github.io/CWG/issues/299.html">299</a></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>
1847 <td><a href=
"https://cplusplus.github.io/CWG/issues/300.html">300</a></td>
1849 <td>References to functions in template argument deduction
</td>
1850 <td class=
"full" align=
"center">Yes
</td>
1853 <td><a href=
"https://cplusplus.github.io/CWG/issues/301.html">301</a></td>
1855 <td>Syntax for
<I>template-name
</I></td>
1856 <td class=
"full" align=
"center">Clang
3.5</td>
1859 <td><a href=
"https://cplusplus.github.io/CWG/issues/302.html">302</a></td>
1861 <td>Value-initialization and generation of default constructor
</td>
1862 <td class=
"full" align=
"center">Clang
3.0</td>
1865 <td><a href=
"https://cplusplus.github.io/CWG/issues/303.html">303</a></td>
1867 <td>Integral promotions on bit-fields
</td>
1868 <td class=
"na" align=
"center">N/A
</td>
1871 <td><a href=
"https://cplusplus.github.io/CWG/issues/304.html">304</a></td>
1873 <td>Value-initialization of a reference
</td>
1874 <td class=
"full" align=
"center">Clang
2.9</td>
1877 <td><a href=
"https://cplusplus.github.io/CWG/issues/305.html">305</a></td>
1879 <td>Name lookup in destructor call
</td>
1880 <td class=
"none" align=
"center">No
</td>
1883 <td><a href=
"https://cplusplus.github.io/CWG/issues/306.html">306</a></td>
1885 <td>Ambiguity by class name injection
</td>
1886 <td class=
"none" align=
"center">Duplicate of
<a href=
"#39">39</a></td>
1889 <td><a href=
"https://cplusplus.github.io/CWG/issues/307.html">307</a></td>
1891 <td>Initialization of a virtual base class subobject
</td>
1892 <td class=
"na" align=
"center">N/A
</td>
1895 <td><a href=
"https://cplusplus.github.io/CWG/issues/308.html">308</a></td>
1897 <td>Catching exceptions with ambiguous base classes
</td>
1898 <td class=
"full" align=
"center">Clang
3.7</td>
1901 <td><a href=
"https://cplusplus.github.io/CWG/issues/309.html">309</a></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>
1906 <tr class=
"open" id=
"310">
1907 <td><a href=
"https://cplusplus.github.io/CWG/issues/310.html">310</a></td>
1909 <td>Can function templates differing only in parameter cv-qualifiers be overloaded?
</td>
1910 <td align=
"center">Not resolved
</td>
1913 <td><a href=
"https://cplusplus.github.io/CWG/issues/311.html">311</a></td>
1915 <td>Using qualified name to reopen nested namespace
</td>
1916 <td class=
"full" align=
"center">Clang
3.0</td>
1919 <td><a href=
"https://cplusplus.github.io/CWG/issues/312.html">312</a></td>
1921 <td>“use
” of invalid pointer value not defined
</td>
1922 <td class=
"full" align=
"center">Duplicate of
<a href=
"#616">616</a></td>
1925 <td><a href=
"https://cplusplus.github.io/CWG/issues/313.html">313</a></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>
1931 <td><a href=
"https://cplusplus.github.io/CWG/issues/314.html">314</a></td>
1933 <td><TT>template
</TT> in base class specifier
</td>
1934 <td class=
"none" align=
"center">No
</td>
1937 <td><a href=
"https://cplusplus.github.io/CWG/issues/315.html">315</a></td>
1939 <td>Is call of static member function through null pointer undefined?
</td>
1940 <td class=
"na" align=
"center">N/A
</td>
1943 <td><a href=
"https://cplusplus.github.io/CWG/issues/316.html">316</a></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>
1949 <td><a href=
"https://cplusplus.github.io/CWG/issues/317.html">317</a></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>
1955 <td><a href=
"https://cplusplus.github.io/CWG/issues/318.html">318</a></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>
1961 <td><a href=
"https://cplusplus.github.io/CWG/issues/319.html">319</a></td>
1963 <td>Use of names without linkage in declaring entities with linkage
</td>
1964 <td class=
"none" align=
"center">No
</td>
1967 <td><a href=
"https://cplusplus.github.io/CWG/issues/320.html">320</a></td>
1969 <td>Question on copy constructor elision example
</td>
1970 <td class=
"full" align=
"center">Yes
</td>
1973 <td><a href=
"https://cplusplus.github.io/CWG/issues/321.html">321</a></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>
1979 <td><a href=
"https://cplusplus.github.io/CWG/issues/322.html">322</a></td>
1981 <td>Deduction of reference conversions
</td>
1982 <td class=
"full" align=
"center">Clang
2.8</td>
1985 <td><a href=
"https://cplusplus.github.io/CWG/issues/323.html">323</a></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>
1991 <td><a href=
"https://cplusplus.github.io/CWG/issues/324.html">324</a></td>
1993 <td>Can
"<TT>&</TT>" be applied to assignment to bit-field?
</td>
1994 <td class=
"full" align=
"center">Clang
3.6</td>
1996 <tr class=
"open" id=
"325">
1997 <td><a href=
"https://cplusplus.github.io/CWG/issues/325.html">325</a></td>
1999 <td>When are default arguments parsed?
</td>
2000 <td align=
"center">Not resolved
</td>
2003 <td><a href=
"https://cplusplus.github.io/CWG/issues/326.html">326</a></td>
2005 <td>Wording for definition of trivial constructor
</td>
2006 <td class=
"full" align=
"center">Clang
3.1</td>
2009 <td><a href=
"https://cplusplus.github.io/CWG/issues/327.html">327</a></td>
2011 <td>Use of
"structure" without definition
</td>
2012 <td class=
"na" align=
"center">Duplicate of
<a href=
"#538">538</a></td>
2015 <td><a href=
"https://cplusplus.github.io/CWG/issues/328.html">328</a></td>
2017 <td>Missing requirement that class member types be complete
</td>
2018 <td class=
"full" align=
"center">Yes
</td>
2021 <td><a href=
"https://cplusplus.github.io/CWG/issues/329.html">329</a></td>
2023 <td>Evaluation of friends of templates
</td>
2024 <td class=
"full" align=
"center">Clang
3.5</td>
2027 <td><a href=
"https://cplusplus.github.io/CWG/issues/330.html">330</a></td>
2029 <td>Qualification conversions and pointers to arrays of pointers
</td>
2030 <td class=
"full" align=
"center">Clang
7</td>
2033 <td><a href=
"https://cplusplus.github.io/CWG/issues/331.html">331</a></td>
2035 <td>Allowed copy constructor signatures
</td>
2036 <td class=
"full" align=
"center">Clang
11</td>
2039 <td><a href=
"https://cplusplus.github.io/CWG/issues/332.html">332</a></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>
2045 <td><a href=
"https://cplusplus.github.io/CWG/issues/333.html">333</a></td>
2047 <td>Ambiguous use of
"declaration" in disambiguation section
</td>
2048 <td class=
"full" align=
"center">Yes
</td>
2051 <td><a href=
"https://cplusplus.github.io/CWG/issues/334.html">334</a></td>
2053 <td>Is a comma-expression dependent if its first operand is?
</td>
2054 <td class=
"full" align=
"center">Yes
</td>
2057 <td><a href=
"https://cplusplus.github.io/CWG/issues/335.html">335</a></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>
2063 <td><a href=
"https://cplusplus.github.io/CWG/issues/336.html">336</a></td>
2065 <td>Explicit specialization examples are still incorrect
</td>
2066 <td class=
"full" align=
"center">Yes
</td>
2069 <td><a href=
"https://cplusplus.github.io/CWG/issues/337.html">337</a></td>
2071 <td>Attempt to create array of abtract type should cause deduction to fail
</td>
2072 <td class=
"full" align=
"center">Yes
</td>
2075 <td><a href=
"https://cplusplus.github.io/CWG/issues/338.html">338</a></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>
2081 <td><a href=
"https://cplusplus.github.io/CWG/issues/339.html">339</a></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>
2087 <td><a href=
"https://cplusplus.github.io/CWG/issues/340.html">340</a></td>
2089 <td>Unclear wording in disambiguation section
</td>
2090 <td class=
"full" align=
"center">Yes
</td>
2093 <td><a href=
"https://cplusplus.github.io/CWG/issues/341.html">341</a></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>
2099 <td><a href=
"https://cplusplus.github.io/CWG/issues/342.html">342</a></td>
2101 <td>Terminology:
"indirection" versus
"dereference"</td>
2102 <td class=
"na" align=
"center">N/A
</td>
2105 <td><a href=
"https://cplusplus.github.io/CWG/issues/343.html">343</a></td>
2107 <td>Make
<TT>template
</TT> optional in contexts that require a type
</td>
2108 <td class=
"none" align=
"center">No
</td>
2111 <td><a href=
"https://cplusplus.github.io/CWG/issues/344.html">344</a></td>
2113 <td>Naming destructors
</td>
2114 <td class=
"unknown" align=
"center">Duplicate of
<a href=
"#1435">1435</a></td>
2117 <td><a href=
"https://cplusplus.github.io/CWG/issues/345.html">345</a></td>
2119 <td>Misleading comment on example in templates chapter
</td>
2120 <td class=
"full" align=
"center">Yes
</td>
2123 <td><a href=
"https://cplusplus.github.io/CWG/issues/346.html">346</a></td>
2125 <td>Typo in
15.4</td>
2126 <td class=
"na" align=
"center">N/A
</td>
2129 <td><a href=
"https://cplusplus.github.io/CWG/issues/347.html">347</a></td>
2131 <td>Use of derived class name in defining base class nested class
</td>
2132 <td class=
"full" align=
"center">Yes
</td>
2135 <td><a href=
"https://cplusplus.github.io/CWG/issues/348.html">348</a></td>
2137 <td><TT>delete
</TT> and user-written deallocation functions
</td>
2138 <td class=
"na" align=
"center">N/A
</td>
2141 <td><a href=
"https://cplusplus.github.io/CWG/issues/349.html">349</a></td>
2143 <td>Template argument deduction for conversion functions and qualification conversions
</td>
2144 <td class=
"none" align=
"center">No
</td>
2146 <tr class=
"open" id=
"350">
2147 <td><a href=
"https://cplusplus.github.io/CWG/issues/350.html">350</a></td>
2149 <td><TT>signed char
</TT> underlying representation for objects
</td>
2150 <td align=
"center">Not resolved
</td>
2153 <td><a href=
"https://cplusplus.github.io/CWG/issues/351.html">351</a></td>
2155 <td>Sequence point error: unspecified or undefined?
</td>
2156 <td class=
"na" align=
"center">N/A
</td>
2159 <td><a href=
"https://cplusplus.github.io/CWG/issues/352.html">352</a></td>
2161 <td>Nondeduced contexts
</td>
2162 <td class=
"full" align=
"center">Clang
2.8</td>
2165 <td><a href=
"https://cplusplus.github.io/CWG/issues/353.html">353</a></td>
2167 <td>Is deallocation routine called if destructor throws exception in delete?
</td>
2168 <td class=
"unknown" align=
"center">Unknown
</td>
2171 <td><a href=
"https://cplusplus.github.io/CWG/issues/354.html">354</a></td>
2173 <td>Null as nontype template argument
</td>
2174 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
2177 <td><a href=
"https://cplusplus.github.io/CWG/issues/355.html">355</a></td>
2179 <td>Global-scope
<TT>::
</TT> in
<I>nested-name-specifier
</I></td>
2180 <td class=
"full" align=
"center">Yes
</td>
2183 <td><a href=
"https://cplusplus.github.io/CWG/issues/356.html">356</a></td>
2185 <td>Wording of behavior of generated copy constructor for scalar members
</td>
2186 <td class=
"na" align=
"center">N/A
</td>
2189 <td><a href=
"https://cplusplus.github.io/CWG/issues/357.html">357</a></td>
2191 <td>Definition of signature should include name
</td>
2192 <td class=
"full" align=
"center">Yes
</td>
2195 <td><a href=
"https://cplusplus.github.io/CWG/issues/358.html">358</a></td>
2197 <td>Namespaces and extern
"C"</td>
2198 <td class=
"full" align=
"center">Yes
</td>
2201 <td><a href=
"https://cplusplus.github.io/CWG/issues/359.html">359</a></td>
2203 <td>Type definition in anonymous union
</td>
2204 <td class=
"full" align=
"center">Yes
</td>
2207 <td><a href=
"https://cplusplus.github.io/CWG/issues/360.html">360</a></td>
2209 <td>Using-declaration that reduces access
</td>
2210 <td class=
"full" align=
"center">Yes
</td>
2212 <tr class=
"open" id=
"361">
2213 <td><a href=
"https://cplusplus.github.io/CWG/issues/361.html">361</a></td>
2215 <td>Forward reference to default argument
</td>
2216 <td align=
"center">Not resolved
</td>
2219 <td><a href=
"https://cplusplus.github.io/CWG/issues/362.html">362</a></td>
2221 <td>Order of initialization in instantiation units
</td>
2222 <td class=
"na" align=
"center">N/A
</td>
2225 <td><a href=
"https://cplusplus.github.io/CWG/issues/363.html">363</a></td>
2227 <td>Initialization of class from self
</td>
2228 <td class=
"na" align=
"center">N/A
</td>
2231 <td><a href=
"https://cplusplus.github.io/CWG/issues/364.html">364</a></td>
2233 <td>Calling overloaded function with static in set, with no object
</td>
2234 <td class=
"full" align=
"center">Yes
</td>
2236 <tr class=
"open" id=
"365">
2237 <td><a href=
"https://cplusplus.github.io/CWG/issues/365.html">365</a></td>
2239 <td>Storage duration and temporaries
</td>
2240 <td align=
"center">Not resolved
</td>
2243 <td><a href=
"https://cplusplus.github.io/CWG/issues/366.html">366</a></td>
2245 <td>String literal allowed in integral constant expression?
</td>
2246 <td class=
"full" align=
"center">Yes
</td>
2249 <td><a href=
"https://cplusplus.github.io/CWG/issues/367.html">367</a></td>
2251 <td><TT>throw
</TT> operator allowed in constant expression?
</td>
2252 <td class=
"full" align=
"center">Yes
</td>
2255 <td><a href=
"https://cplusplus.github.io/CWG/issues/368.html">368</a></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>
2260 <tr class=
"open" id=
"369">
2261 <td><a href=
"https://cplusplus.github.io/CWG/issues/369.html">369</a></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>
2267 <td><a href=
"https://cplusplus.github.io/CWG/issues/370.html">370</a></td>
2269 <td>Can
<TT>#include
<...
></TT> form be used other than for standard C++ headers?
</td>
2270 <td class=
"na" align=
"center">N/A
</td>
2272 <tr class=
"open" id=
"371">
2273 <td><a href=
"https://cplusplus.github.io/CWG/issues/371.html">371</a></td>
2275 <td>Interleaving of constructor calls
</td>
2276 <td align=
"center">Not resolved
</td>
2279 <td><a href=
"https://cplusplus.github.io/CWG/issues/372.html">372</a></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>
2285 <td><a href=
"https://cplusplus.github.io/CWG/issues/373.html">373</a></td>
2287 <td>Lookup on namespace qualified name in using-directive
</td>
2288 <td class=
"full" align=
"center">Clang
5</td>
2291 <td><a href=
"https://cplusplus.github.io/CWG/issues/374.html">374</a></td>
2293 <td>Can explicit specialization outside namespace use qualified name?
</td>
2294 <td class=
"full" align=
"center">Clang
7</td>
2297 <td><a href=
"https://cplusplus.github.io/CWG/issues/375.html">375</a></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>
2303 <td><a href=
"https://cplusplus.github.io/CWG/issues/376.html">376</a></td>
2305 <td>Class
"definition" versus class
"declaration"</td>
2306 <td class=
"na" align=
"center">N/A
</td>
2309 <td><a href=
"https://cplusplus.github.io/CWG/issues/377.html">377</a></td>
2311 <td>Enum whose enumerators will not fit in any integral type
</td>
2312 <td class=
"full" align=
"center">Yes
</td>
2315 <td><a href=
"https://cplusplus.github.io/CWG/issues/378.html">378</a></td>
2317 <td>Wording that says temporaries are declared
</td>
2318 <td class=
"na" align=
"center">Duplicate of
<a href=
"#276">276</a></td>
2321 <td><a href=
"https://cplusplus.github.io/CWG/issues/379.html">379</a></td>
2323 <td>Change
"class declaration" to
"class definition"</td>
2324 <td class=
"na" align=
"center">N/A
</td>
2326 <tr class=
"open" id=
"380">
2327 <td><a href=
"https://cplusplus.github.io/CWG/issues/380.html">380</a></td>
2329 <td>Definition of
"ambiguous base class" missing
</td>
2330 <td align=
"center">Not resolved
</td>
2333 <td><a href=
"https://cplusplus.github.io/CWG/issues/381.html">381</a></td>
2335 <td>Incorrect example of base class member lookup
</td>
2336 <td class=
"full" align=
"center">Yes
</td>
2339 <td><a href=
"https://cplusplus.github.io/CWG/issues/382.html">382</a></td>
2341 <td>Allow
<TT>typename
</TT> outside of templates
</td>
2342 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
2345 <td><a href=
"https://cplusplus.github.io/CWG/issues/383.html">383</a></td>
2347 <td>Is a class with a declared but not defined destructor a POD?
</td>
2348 <td class=
"full" align=
"center">Yes
</td>
2351 <td><a href=
"https://cplusplus.github.io/CWG/issues/384.html">384</a></td>
2353 <td>Argument-dependent lookup and operator functions
</td>
2354 <td class=
"full" align=
"center">Yes
</td>
2357 <td><a href=
"https://cplusplus.github.io/CWG/issues/385.html">385</a></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>
2363 <td><a href=
"https://cplusplus.github.io/CWG/issues/386.html">386</a></td>
2365 <td>Friend declaration of name brought in by
<I>using-declaration
</I></td>
2366 <td class=
"none" align=
"center">No
</td>
2369 <td><a href=
"https://cplusplus.github.io/CWG/issues/387.html">387</a></td>
2371 <td>Errors in example in
14.6.5</td>
2372 <td class=
"full" align=
"center">Clang
2.8</td>
2375 <td><a href=
"https://cplusplus.github.io/CWG/issues/388.html">388</a></td>
2377 <td>Catching base
<TT>*
&</TT> from a throw of derived
<TT>*
</TT></td>
2378 <td class=
"unknown" align=
"center">Unknown
</td>
2381 <td><a href=
"https://cplusplus.github.io/CWG/issues/389.html">389</a></td>
2383 <td>Unnamed types in entities with linkage
</td>
2384 <td class=
"none" align=
"center">No
</td>
2387 <td><a href=
"https://cplusplus.github.io/CWG/issues/390.html">390</a></td>
2389 <td>Pure virtual must be defined when implicitly called
</td>
2390 <td class=
"full" align=
"center">Clang
3.3</td>
2393 <td><a href=
"https://cplusplus.github.io/CWG/issues/391.html">391</a></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>
2399 <td><a href=
"https://cplusplus.github.io/CWG/issues/392.html">392</a></td>
2401 <td>Use of full expression lvalue before temporary destruction
</td>
2402 <td class=
"full" align=
"center">Clang
2.8</td>
2405 <td><a href=
"https://cplusplus.github.io/CWG/issues/393.html">393</a></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>
2411 <td><a href=
"https://cplusplus.github.io/CWG/issues/394.html">394</a></td>
2413 <td><I>identifier-list
</I> is never defined
</td>
2414 <td class=
"na" align=
"center">N/A
</td>
2417 <td><a href=
"https://cplusplus.github.io/CWG/issues/395.html">395</a></td>
2419 <td>Conversion operator template syntax
</td>
2420 <td class=
"full" align=
"center">Clang
3.0</td>
2423 <td><a href=
"https://cplusplus.github.io/CWG/issues/396.html">396</a></td>
2425 <td>Misleading note regarding use of
<TT>auto
</TT> for disambiguation
</td>
2426 <td class=
"full" align=
"center">Yes
</td>
2429 <td><a href=
"https://cplusplus.github.io/CWG/issues/397.html">397</a></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>
2435 <td><a href=
"https://cplusplus.github.io/CWG/issues/398.html">398</a></td>
2437 <td>Ambiguous wording on naming a type in deduction
</td>
2438 <td class=
"full" align=
"center">Yes
</td>
2441 <td><a href=
"https://cplusplus.github.io/CWG/issues/399.html">399</a></td>
2443 <td>Destructor lookup redux
</td>
2444 <td class=
"full" align=
"center">Clang
11</td>
2447 <td><a href=
"https://cplusplus.github.io/CWG/issues/400.html">400</a></td>
2449 <td>Using-declarations and the
"struct hack"</td>
2450 <td class=
"full" align=
"center">Yes
</td>
2453 <td><a href=
"https://cplusplus.github.io/CWG/issues/401.html">401</a></td>
2455 <td>When is access for template parameter default arguments checked?
</td>
2456 <td class=
"full" align=
"center">Clang
2.8</td>
2458 <tr class=
"open" id=
"402">
2459 <td><a href=
"https://cplusplus.github.io/CWG/issues/402.html">402</a></td>
2461 <td>More on partial ordering of function templates
</td>
2462 <td align=
"center">Not resolved
</td>
2465 <td><a href=
"https://cplusplus.github.io/CWG/issues/403.html">403</a></td>
2467 <td>Reference to a type as a
<I>template-id
</I></td>
2468 <td class=
"full" align=
"center">Yes
</td>
2471 <td><a href=
"https://cplusplus.github.io/CWG/issues/404.html">404</a></td>
2473 <td>Unclear reference to construction with non-trivial constructor
</td>
2474 <td class=
"na" align=
"center">N/A
</td>
2477 <td><a href=
"https://cplusplus.github.io/CWG/issues/405.html">405</a></td>
2479 <td>Unqualified function name lookup
</td>
2480 <td class=
"full" align=
"center">Yes
</td>
2483 <td><a href=
"https://cplusplus.github.io/CWG/issues/406.html">406</a></td>
2485 <td>Static data member in class with name for linkage purposes
</td>
2486 <td class=
"full" align=
"center">Clang
2.9</td>
2489 <td><a href=
"https://cplusplus.github.io/CWG/issues/407.html">407</a></td>
2491 <td>Named class with associated typedef: two names or one?
</td>
2492 <td class=
"full" align=
"center">Clang
3.8</td>
2495 <td><a href=
"https://cplusplus.github.io/CWG/issues/408.html">408</a></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>
2501 <td><a href=
"https://cplusplus.github.io/CWG/issues/409.html">409</a></td>
2503 <td>Obsolete paragraph missed by changes for issue
224</td>
2504 <td class=
"full" align=
"center">Yes
</td>
2507 <td><a href=
"https://cplusplus.github.io/CWG/issues/410.html">410</a></td>
2509 <td>Paragraph missed in changes for issue
166</td>
2510 <td class=
"none" align=
"center">No
</td>
2513 <td><a href=
"https://cplusplus.github.io/CWG/issues/411.html">411</a></td>
2515 <td>Use of universal-character-name in character versus string literals
</td>
2516 <td class=
"unknown" align=
"center">Unknown
</td>
2519 <td><a href=
"https://cplusplus.github.io/CWG/issues/412.html">412</a></td>
2521 <td>Can a replacement allocation function be inline?
</td>
2522 <td class=
"full" align=
"center">Clang
3.4</td>
2525 <td><a href=
"https://cplusplus.github.io/CWG/issues/413.html">413</a></td>
2527 <td>Definition of
"empty class"</td>
2528 <td class=
"full" align=
"center">Yes
</td>
2531 <td><a href=
"https://cplusplus.github.io/CWG/issues/414.html">414</a></td>
2533 <td>Multiple types found on destructor lookup
</td>
2534 <td class=
"none" align=
"center">Duplicate of
<a href=
"#305">305</a></td>
2537 <td><a href=
"https://cplusplus.github.io/CWG/issues/415.html">415</a></td>
2539 <td>Template deduction does not cause instantiation
</td>
2540 <td class=
"full" align=
"center">Yes
</td>
2543 <td><a href=
"https://cplusplus.github.io/CWG/issues/416.html">416</a></td>
2545 <td>Class must be complete to allow operator lookup?
</td>
2546 <td class=
"full" align=
"center">Yes
</td>
2549 <td><a href=
"https://cplusplus.github.io/CWG/issues/417.html">417</a></td>
2551 <td>Using derived-class qualified name in out-of-class nested class definition
</td>
2552 <td class=
"none" align=
"center">No
</td>
2555 <td><a href=
"https://cplusplus.github.io/CWG/issues/418.html">418</a></td>
2557 <td>Imperfect wording on error on multiple default arguments on a called function
</td>
2558 <td class=
"none" align=
"center">No
</td>
2560 <tr class=
"open" id=
"419">
2561 <td><a href=
"https://cplusplus.github.io/CWG/issues/419.html">419</a></td>
2563 <td>Can cast to virtual base class be done on partially-constructed object?
</td>
2564 <td align=
"center">Not resolved
</td>
2567 <td><a href=
"https://cplusplus.github.io/CWG/issues/420.html">420</a></td>
2569 <td>postfixexpression-
>scalar_type_dtor() inconsistent
</td>
2570 <td class=
"full" align=
"center">Clang
9</td>
2573 <td><a href=
"https://cplusplus.github.io/CWG/issues/421.html">421</a></td>
2575 <td>Is rvalue.field an rvalue?
</td>
2576 <td class=
"full" align=
"center">Yes
</td>
2579 <td><a href=
"https://cplusplus.github.io/CWG/issues/422.html">422</a></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>
2585 <td><a href=
"https://cplusplus.github.io/CWG/issues/423.html">423</a></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>
2591 <td><a href=
"https://cplusplus.github.io/CWG/issues/424.html">424</a></td>
2593 <td>Wording problem with issue
56 resolution on redeclaring typedefs in class scope
</td>
2594 <td class=
"full" align=
"center">Yes
</td>
2597 <td><a href=
"https://cplusplus.github.io/CWG/issues/425.html">425</a></td>
2599 <td>Set of candidates for overloaded built-in operator with float operand
</td>
2600 <td class=
"full" align=
"center">Yes
</td>
2603 <td><a href=
"https://cplusplus.github.io/CWG/issues/426.html">426</a></td>
2605 <td>Identically-named variables, one internally and one externally linked, allowed?
</td>
2606 <td class=
"unknown" align=
"center">Unknown
</td>
2609 <td><a href=
"https://cplusplus.github.io/CWG/issues/427.html">427</a></td>
2611 <td><TT>static_cast
</TT> ambiguity: conversion versus cast to derived
</td>
2612 <td class=
"full" align=
"center">Yes
</td>
2615 <td><a href=
"https://cplusplus.github.io/CWG/issues/428.html">428</a></td>
2617 <td>Mention of expression with reference type
</td>
2618 <td class=
"full" align=
"center">Yes
</td>
2621 <td><a href=
"https://cplusplus.github.io/CWG/issues/429.html">429</a></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>
2627 <td><a href=
"https://cplusplus.github.io/CWG/issues/430.html">430</a></td>
2629 <td>Ordering of expression evaluation in initializer list
</td>
2630 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
2633 <td><a href=
"https://cplusplus.github.io/CWG/issues/431.html">431</a></td>
2635 <td>Defect in wording in
14.2</td>
2636 <td class=
"full" align=
"center">Yes
</td>
2639 <td><a href=
"https://cplusplus.github.io/CWG/issues/432.html">432</a></td>
2641 <td>Is injected class name visible in base class specifier list?
</td>
2642 <td class=
"full" align=
"center">Clang
3.0</td>
2645 <td><a href=
"https://cplusplus.github.io/CWG/issues/433.html">433</a></td>
2647 <td>Do elaborated type specifiers in templates inject into enclosing namespace scope?
</td>
2648 <td class=
"full" align=
"center">Yes
</td>
2651 <td><a href=
"https://cplusplus.github.io/CWG/issues/434.html">434</a></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>
2657 <td><a href=
"https://cplusplus.github.io/CWG/issues/435.html">435</a></td>
2659 <td>Change
"declararation or definition" to
"declaration"</td>
2660 <td class=
"na" align=
"center">N/A
</td>
2663 <td><a href=
"https://cplusplus.github.io/CWG/issues/436.html">436</a></td>
2665 <td>Problem in example in
9.6 paragraph
4</td>
2666 <td class=
"full" align=
"center">Yes
</td>
2669 <td><a href=
"https://cplusplus.github.io/CWG/issues/437.html">437</a></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>
2675 <td><a href=
"https://cplusplus.github.io/CWG/issues/438.html">438</a></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>
2681 <td><a href=
"https://cplusplus.github.io/CWG/issues/439.html">439</a></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>
2687 <td><a href=
"https://cplusplus.github.io/CWG/issues/440.html">440</a></td>
2689 <td>Allow implicit pointer-to-member conversion on nontype template argument
</td>
2690 <td class=
"unknown" align=
"center">Unknown
</td>
2693 <td><a href=
"https://cplusplus.github.io/CWG/issues/441.html">441</a></td>
2695 <td>Ordering of static reference initialization
</td>
2696 <td class=
"full" align=
"center">Clang
2.7</td>
2699 <td><a href=
"https://cplusplus.github.io/CWG/issues/442.html">442</a></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>
2705 <td><a href=
"https://cplusplus.github.io/CWG/issues/443.html">443</a></td>
2707 <td>Wording nit in description of lifetime of temporaries
</td>
2708 <td class=
"na" align=
"center">N/A
</td>
2711 <td><a href=
"https://cplusplus.github.io/CWG/issues/444.html">444</a></td>
2713 <td>Overriding and the generated copy assignment operator
</td>
2714 <td class=
"full" align=
"center">Yes
</td>
2717 <td><a href=
"https://cplusplus.github.io/CWG/issues/445.html">445</a></td>
2719 <td>Wording issue on friend declarations
</td>
2720 <td class=
"full" align=
"center">Clang
3.2</td>
2723 <td><a href=
"https://cplusplus.github.io/CWG/issues/446.html">446</a></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>
2729 <td><a href=
"https://cplusplus.github.io/CWG/issues/447.html">447</a></td>
2731 <td>Is offsetof type-dependent?
</td>
2732 <td class=
"full" align=
"center">Yes
</td>
2735 <td><a href=
"https://cplusplus.github.io/CWG/issues/448.html">448</a></td>
2737 <td>Set of template functions in call with dependent explicit argument
</td>
2738 <td class=
"full" align=
"center">Clang
2.8</td>
2741 <td><a href=
"https://cplusplus.github.io/CWG/issues/449.html">449</a></td>
2743 <td>Consistency in use of hyphen with names of
"non" entities
</td>
2744 <td class=
"na" align=
"center">N/A
</td>
2747 <td><a href=
"https://cplusplus.github.io/CWG/issues/450.html">450</a></td>
2749 <td>Binding a reference to const to a cv-qualified array rvalue
</td>
2750 <td class=
"full" align=
"center">Yes
</td>
2753 <td><a href=
"https://cplusplus.github.io/CWG/issues/451.html">451</a></td>
2755 <td>Expressions with invalid results and ill-formedness
</td>
2756 <td class=
"full" align=
"center">Yes
</td>
2759 <td><a href=
"https://cplusplus.github.io/CWG/issues/452.html">452</a></td>
2761 <td>Wording nit on description of
<TT>this
</TT></td>
2762 <td class=
"full" align=
"center">Yes
</td>
2765 <td><a href=
"https://cplusplus.github.io/CWG/issues/453.html">453</a></td>
2767 <td>References may only bind to
“valid
” objects
</td>
2768 <td class=
"unknown" align=
"center">Unknown
</td>
2771 <td><a href=
"https://cplusplus.github.io/CWG/issues/454.html">454</a></td>
2773 <td>When is a definition of a static data member required?
</td>
2774 <td class=
"unknown" align=
"center">Unknown
</td>
2777 <td><a href=
"https://cplusplus.github.io/CWG/issues/455.html">455</a></td>
2779 <td>Partial ordering and non-deduced arguments
</td>
2780 <td class=
"unknown" align=
"center">Unknown
</td>
2783 <td><a href=
"https://cplusplus.github.io/CWG/issues/456.html">456</a></td>
2785 <td>Is initialized const int or const bool variable a null pointer constant?
</td>
2786 <td class=
"full" align=
"center">Yes
</td>
2789 <td><a href=
"https://cplusplus.github.io/CWG/issues/457.html">457</a></td>
2791 <td>Wording nit on use of const variables in constant expressions
</td>
2792 <td class=
"full" align=
"center">Yes
</td>
2795 <td><a href=
"https://cplusplus.github.io/CWG/issues/458.html">458</a></td>
2797 <td>Hiding of member template parameters by other members
</td>
2798 <td class=
"full" align=
"center">Clang
11</td>
2801 <td><a href=
"https://cplusplus.github.io/CWG/issues/459.html">459</a></td>
2803 <td>Hiding of template parameters by base class members
</td>
2804 <td class=
"unknown" align=
"center">Unknown
</td>
2807 <td><a href=
"https://cplusplus.github.io/CWG/issues/460.html">460</a></td>
2809 <td>Can a
<I>using-declaration
</I> name a namespace?
</td>
2810 <td class=
"full" align=
"center">Yes
</td>
2813 <td><a href=
"https://cplusplus.github.io/CWG/issues/461.html">461</a></td>
2815 <td>Make
<TT>asm
</TT> conditionally-supported
</td>
2816 <td class=
"na" align=
"center">N/A
</td>
2819 <td><a href=
"https://cplusplus.github.io/CWG/issues/462.html">462</a></td>
2821 <td>Lifetime of temporaries bound to comma expressions
</td>
2822 <td class=
"full" align=
"center">Clang
2.7</td>
2825 <td><a href=
"https://cplusplus.github.io/CWG/issues/463.html">463</a></td>
2827 <td><TT>reinterpret_cast
<T*
>(
0)
</TT></td>
2828 <td class=
"na" align=
"center">N/A
</td>
2831 <td><a href=
"https://cplusplus.github.io/CWG/issues/464.html">464</a></td>
2833 <td>Wording nit on lifetime of temporaries to which references are bound
</td>
2834 <td class=
"na" align=
"center">N/A
</td>
2837 <td><a href=
"https://cplusplus.github.io/CWG/issues/465.html">465</a></td>
2839 <td>May constructors of global objects call
<TT>exit()
</TT>?
</td>
2840 <td class=
"na" align=
"center">N/A
</td>
2843 <td><a href=
"https://cplusplus.github.io/CWG/issues/466.html">466</a></td>
2845 <td>cv-qualifiers on pseudo-destructor type
</td>
2846 <td class=
"full" align=
"center">Clang
2.8</td>
2849 <td><a href=
"https://cplusplus.github.io/CWG/issues/467.html">467</a></td>
2851 <td>Jump past initialization of local static variable
</td>
2852 <td class=
"full" align=
"center">Yes
</td>
2855 <td><a href=
"https://cplusplus.github.io/CWG/issues/468.html">468</a></td>
2857 <td>Allow
<TT>::template
</TT> outside of templates
</td>
2858 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
2861 <td><a href=
"https://cplusplus.github.io/CWG/issues/469.html">469</a></td>
2863 <td>Const template specializations and reference arguments
</td>
2864 <td class=
"none" align=
"center">No
</td>
2867 <td><a href=
"https://cplusplus.github.io/CWG/issues/470.html">470</a></td>
2869 <td>Instantiation of members of an explicitly-instantiated class template
</td>
2870 <td class=
"full" align=
"center">Yes
</td>
2873 <td><a href=
"https://cplusplus.github.io/CWG/issues/471.html">471</a></td>
2875 <td>Conflicting inherited access specifications
</td>
2876 <td class=
"full" align=
"center">Clang
2.8</td>
2878 <tr class=
"open" id=
"472">
2879 <td><a href=
"https://cplusplus.github.io/CWG/issues/472.html">472</a></td>
2881 <td>Casting across protected inheritance
</td>
2884 <summary>Not resolved
</summary>
2885 Clang does not implement
2011-
04 resolution
2889 <td><a href=
"https://cplusplus.github.io/CWG/issues/473.html">473</a></td>
2891 <td>Block-scope declarations of allocator functions
</td>
2892 <td class=
"unknown" align=
"center">Unknown
</td>
2895 <td><a href=
"https://cplusplus.github.io/CWG/issues/474.html">474</a></td>
2897 <td>Block-scope
<TT>extern
</TT> declarations in namespace members
</td>
2898 <td class=
"full" align=
"center">Clang
3.4</td>
2901 <td><a href=
"https://cplusplus.github.io/CWG/issues/475.html">475</a></td>
2903 <td>When is
<TT>std::uncaught_exception()
</TT> true? (take
2)
</td>
2904 <td class=
"unknown" align=
"center">Unknown
</td>
2907 <td><a href=
"https://cplusplus.github.io/CWG/issues/476.html">476</a></td>
2909 <td>Determining the buffer size for placement new
</td>
2910 <td class=
"unknown" align=
"center">Unknown
</td>
2913 <td><a href=
"https://cplusplus.github.io/CWG/issues/477.html">477</a></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>
2919 <td><a href=
"https://cplusplus.github.io/CWG/issues/478.html">478</a></td>
2921 <td>May a function parameter be an array of an abstract class type?
</td>
2922 <td class=
"full" align=
"center">Yes
</td>
2925 <td><a href=
"https://cplusplus.github.io/CWG/issues/479.html">479</a></td>
2927 <td>Copy elision in exception handling
</td>
2928 <td class=
"full" align=
"center">Clang
2.8</td>
2931 <td><a href=
"https://cplusplus.github.io/CWG/issues/480.html">480</a></td>
2933 <td>Is a base of a virtual base also virtual?
</td>
2934 <td class=
"full" align=
"center">Yes
</td>
2937 <td><a href=
"https://cplusplus.github.io/CWG/issues/481.html">481</a></td>
2939 <td>Scope of template parameters
</td>
2940 <td class=
"full" align=
"center">Clang
2.8</td>
2943 <td><a href=
"https://cplusplus.github.io/CWG/issues/482.html">482</a></td>
2945 <td>Qualified declarators in redeclarations
</td>
2946 <td class=
"full" align=
"center">Clang
3.5</td>
2949 <td><a href=
"https://cplusplus.github.io/CWG/issues/483.html">483</a></td>
2951 <td>Normative requirements on integral ranges
</td>
2952 <td class=
"full" align=
"center">Yes
</td>
2955 <td><a href=
"https://cplusplus.github.io/CWG/issues/484.html">484</a></td>
2957 <td>Can a
<I>base-specifier
</I> name a cv-qualified class type?
</td>
2958 <td class=
"full" align=
"center">Yes
</td>
2961 <td><a href=
"https://cplusplus.github.io/CWG/issues/485.html">485</a></td>
2963 <td>What is a
“name
”?
</td>
2964 <td class=
"full" align=
"center">Yes
</td>
2967 <td><a href=
"https://cplusplus.github.io/CWG/issues/486.html">486</a></td>
2969 <td>Invalid return types and template argument deduction
</td>
2970 <td class=
"full" align=
"center">Yes
</td>
2973 <td><a href=
"https://cplusplus.github.io/CWG/issues/487.html">487</a></td>
2975 <td>Operator overloading in constant expressions
</td>
2976 <td class=
"full" align=
"center">Yes
</td>
2979 <td><a href=
"https://cplusplus.github.io/CWG/issues/488.html">488</a></td>
2981 <td>Local types, overload resolution, and template argument deduction
</td>
2982 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
2985 <td><a href=
"https://cplusplus.github.io/CWG/issues/489.html">489</a></td>
2987 <td>Must member function templates be instantiated during overload resolution?
</td>
2988 <td class=
"na" align=
"center">N/A
</td>
2991 <td><a href=
"https://cplusplus.github.io/CWG/issues/490.html">490</a></td>
2993 <td>Name lookup in friend declarations
</td>
2994 <td class=
"full" align=
"center">Clang
2.8</td>
2997 <td><a href=
"https://cplusplus.github.io/CWG/issues/491.html">491</a></td>
2999 <td>Initializers for empty-class aggregrate members
</td>
3000 <td class=
"full" align=
"center">Duplicate of
<a href=
"#413">413</a></td>
3003 <td><a href=
"https://cplusplus.github.io/CWG/issues/492.html">492</a></td>
3005 <td><TT>typeid
</TT> constness inconsistent with example
</td>
3006 <td class=
"full" align=
"center">Clang
2.7</td>
3009 <td><a href=
"https://cplusplus.github.io/CWG/issues/493.html">493</a></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>
3015 <td><a href=
"https://cplusplus.github.io/CWG/issues/494.html">494</a></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>
3021 <td><a href=
"https://cplusplus.github.io/CWG/issues/495.html">495</a></td>
3023 <td>Overload resolution with template and non-template conversion functions
</td>
3024 <td class=
"full" align=
"center">Clang
3.5</td>
3027 <td><a href=
"https://cplusplus.github.io/CWG/issues/496.html">496</a></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>
3033 <td><a href=
"https://cplusplus.github.io/CWG/issues/497.html">497</a></td>
3035 <td>Missing required initialization in example
</td>
3036 <td class=
"unknown-superseded" align=
"center">Superseded by
<a href=
"#253">253</a></td>
3038 <tr class=
"open" id=
"498">
3039 <td><a href=
"https://cplusplus.github.io/CWG/issues/498.html">498</a></td>
3041 <td>Storage class specifiers in definitions of class members
</td>
3042 <td align=
"center">Not resolved
</td>
3045 <td><a href=
"https://cplusplus.github.io/CWG/issues/499.html">499</a></td>
3047 <td>Throwing an array of unknown size
</td>
3048 <td class=
"full" align=
"center">Yes
</td>
3051 <td><a href=
"https://cplusplus.github.io/CWG/issues/500.html">500</a></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>
3057 <td><a href=
"https://cplusplus.github.io/CWG/issues/501.html">501</a></td>
3059 <td>Visibility of friend declarations within the befriending class
</td>
3060 <td class=
"full" align=
"center">Yes
</td>
3063 <td><a href=
"https://cplusplus.github.io/CWG/issues/502.html">502</a></td>
3065 <td>Dependency of nested enumerations and enumerators
</td>
3066 <td class=
"full" align=
"center">Yes
</td>
3068 <tr class=
"open" id=
"503">
3069 <td><a href=
"https://cplusplus.github.io/CWG/issues/503.html">503</a></td>
3071 <td>Cv-qualified function types in template argument deduction
</td>
3072 <td align=
"center">Not resolved
</td>
3075 <td><a href=
"https://cplusplus.github.io/CWG/issues/504.html">504</a></td>
3077 <td>Should use of a variable in its own initializer require a diagnostic?
</td>
3078 <td class=
"unknown" align=
"center">Unknown
</td>
3081 <td><a href=
"https://cplusplus.github.io/CWG/issues/505.html">505</a></td>
3083 <td>Conditionally-supported behavior for unknown character escapes
</td>
3084 <td class=
"full" align=
"center">Yes
</td>
3087 <td><a href=
"https://cplusplus.github.io/CWG/issues/506.html">506</a></td>
3089 <td>Conditionally-supported behavior for non-POD objects passed to ellipsis
</td>
3090 <td class=
"full" align=
"center">Yes
</td>
3093 <td><a href=
"https://cplusplus.github.io/CWG/issues/507.html">507</a></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>
3099 <td><a href=
"https://cplusplus.github.io/CWG/issues/508.html">508</a></td>
3101 <td>Non-constructed value-initialized objects
</td>
3102 <td class=
"na" align=
"center">N/A
</td>
3105 <td><a href=
"https://cplusplus.github.io/CWG/issues/509.html">509</a></td>
3107 <td>Dead code in the specification of default initialization
</td>
3108 <td class=
"na" align=
"center">N/A
</td>
3111 <td><a href=
"https://cplusplus.github.io/CWG/issues/510.html">510</a></td>
3113 <td>Default initialization of POD classes?
</td>
3114 <td class=
"na" align=
"center">N/A
</td>
3116 <tr class=
"open" id=
"511">
3117 <td><a href=
"https://cplusplus.github.io/CWG/issues/511.html">511</a></td>
3119 <td>POD-structs with template assignment operators
</td>
3120 <td align=
"center">Not resolved
</td>
3123 <td><a href=
"https://cplusplus.github.io/CWG/issues/512.html">512</a></td>
3125 <td>Union members with user-declared non-default constructors
</td>
3126 <td class=
"full" align=
"center">Yes
</td>
3129 <td><a href=
"https://cplusplus.github.io/CWG/issues/513.html">513</a></td>
3131 <td>Non-class
“most-derived
” objects
</td>
3132 <td class=
"na" align=
"center">N/A
</td>
3135 <td><a href=
"https://cplusplus.github.io/CWG/issues/514.html">514</a></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>
3141 <td><a href=
"https://cplusplus.github.io/CWG/issues/515.html">515</a></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>
3147 <td><a href=
"https://cplusplus.github.io/CWG/issues/516.html">516</a></td>
3149 <td>Use of
<TT>signed
</TT> in bit-field declarations
</td>
3150 <td class=
"na" align=
"center">N/A
</td>
3153 <td><a href=
"https://cplusplus.github.io/CWG/issues/517.html">517</a></td>
3155 <td>Partial specialization following explicit instantiation
</td>
3156 <td class=
"none" align=
"center">No
</td>
3159 <td><a href=
"https://cplusplus.github.io/CWG/issues/518.html">518</a></td>
3161 <td>Trailing comma following
<I>enumerator-list
</I></td>
3162 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
3165 <td><a href=
"https://cplusplus.github.io/CWG/issues/519.html">519</a></td>
3167 <td>Null pointer preservation in
<TT>void*
</TT> conversions
</td>
3168 <td class=
"full" align=
"center">Clang
2.7</td>
3171 <td><a href=
"https://cplusplus.github.io/CWG/issues/520.html">520</a></td>
3173 <td>Old-style casts between incomplete class types
</td>
3174 <td class=
"na" align=
"center">N/A
</td>
3177 <td><a href=
"https://cplusplus.github.io/CWG/issues/521.html">521</a></td>
3179 <td>Requirements for exceptions thrown by allocation functions
</td>
3180 <td class=
"none" align=
"center">No
</td>
3183 <td><a href=
"https://cplusplus.github.io/CWG/issues/522.html">522</a></td>
3185 <td>Array-to-pointer decay in template argument deduction
</td>
3186 <td class=
"full" align=
"center">Yes
</td>
3188 <tr class=
"open" id=
"523">
3189 <td><a href=
"https://cplusplus.github.io/CWG/issues/523.html">523</a></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>
3195 <td><a href=
"https://cplusplus.github.io/CWG/issues/524.html">524</a></td>
3197 <td>Can function-notation calls to operator functions be dependent?
</td>
3198 <td class=
"full" align=
"center">Yes
</td>
3201 <td><a href=
"https://cplusplus.github.io/CWG/issues/525.html">525</a></td>
3203 <td>Missing
<TT>*
</TT> in example
</td>
3204 <td class=
"full" align=
"center">Yes
</td>
3207 <td><a href=
"https://cplusplus.github.io/CWG/issues/526.html">526</a></td>
3209 <td>Confusing aspects in the specification of non-deduced contexts
</td>
3210 <td class=
"full" align=
"center">Yes
</td>
3213 <td><a href=
"https://cplusplus.github.io/CWG/issues/527.html">527</a></td>
3215 <td>Problems with linkage of types
</td>
3216 <td class=
"na" align=
"center">N/A
</td>
3219 <td><a href=
"https://cplusplus.github.io/CWG/issues/528.html">528</a></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>
3224 <tr class=
"open" id=
"529">
3225 <td><a href=
"https://cplusplus.github.io/CWG/issues/529.html">529</a></td>
3227 <td>Use of
<TT>template
<></TT> with
“explicitly-specialized
” class templates
</td>
3228 <td align=
"center">Not resolved
</td>
3231 <td><a href=
"https://cplusplus.github.io/CWG/issues/530.html">530</a></td>
3233 <td>Nontype template arguments in constant expressions
</td>
3234 <td class=
"full" align=
"center">Yes
</td>
3237 <td><a href=
"https://cplusplus.github.io/CWG/issues/531.html">531</a></td>
3239 <td>Defining members of explicit specializations
</td>
3240 <td class=
"partial" align=
"center">Partial
</td>
3243 <td><a href=
"https://cplusplus.github.io/CWG/issues/532.html">532</a></td>
3245 <td>Member/nonmember operator template partial ordering
</td>
3246 <td class=
"full" align=
"center">Clang
3.5</td>
3249 <td><a href=
"https://cplusplus.github.io/CWG/issues/533.html">533</a></td>
3251 <td>Special treatment for C-style header names
</td>
3252 <td class=
"na" align=
"center">N/A
</td>
3255 <td><a href=
"https://cplusplus.github.io/CWG/issues/534.html">534</a></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>
3261 <td><a href=
"https://cplusplus.github.io/CWG/issues/535.html">535</a></td>
3263 <td>Copy construction without a copy constructor
</td>
3264 <td class=
"full" align=
"center">Yes
</td>
3267 <td><a href=
"https://cplusplus.github.io/CWG/issues/536.html">536</a></td>
3269 <td>Problems in the description of
<I>id-expression
</I>s
</td>
3270 <td class=
"na" align=
"center">N/A
</td>
3273 <td><a href=
"https://cplusplus.github.io/CWG/issues/537.html">537</a></td>
3275 <td>Definition of
“signature
”</td>
3276 <td class=
"na" align=
"center">N/A
</td>
3279 <td><a href=
"https://cplusplus.github.io/CWG/issues/538.html">538</a></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>
3287 <td><a href=
"https://cplusplus.github.io/CWG/issues/539.html">539</a></td>
3289 <td>Constraints on
<I>type-specifier-seq
</I></td>
3290 <td class=
"full" align=
"center">Yes
</td>
3293 <td><a href=
"https://cplusplus.github.io/CWG/issues/540.html">540</a></td>
3295 <td>Propagation of cv-qualifiers in reference-to-reference collapse
</td>
3296 <td class=
"full" align=
"center">Yes
</td>
3299 <td><a href=
"https://cplusplus.github.io/CWG/issues/541.html">541</a></td>
3301 <td>Dependent function types
</td>
3302 <td class=
"full" align=
"center">Yes
</td>
3305 <td><a href=
"https://cplusplus.github.io/CWG/issues/542.html">542</a></td>
3307 <td>Value initialization of arrays of POD-structs
</td>
3308 <td class=
"full" align=
"center">Yes
</td>
3311 <td><a href=
"https://cplusplus.github.io/CWG/issues/543.html">543</a></td>
3313 <td>Value initialization and default constructors
</td>
3314 <td class=
"full" align=
"center">Clang
3.0</td>
3317 <td><a href=
"https://cplusplus.github.io/CWG/issues/544.html">544</a></td>
3319 <td>Base class lookup in explicit specialization
</td>
3320 <td class=
"full" align=
"center">Yes
</td>
3322 <tr class=
"open" id=
"545">
3323 <td><a href=
"https://cplusplus.github.io/CWG/issues/545.html">545</a></td>
3325 <td>User-defined conversions and built-in operator overload resolution
</td>
3326 <td align=
"center">Not resolved
</td>
3329 <td><a href=
"https://cplusplus.github.io/CWG/issues/546.html">546</a></td>
3331 <td>Explicit instantiation of class template members
</td>
3332 <td class=
"full" align=
"center">Yes
</td>
3335 <td><a href=
"https://cplusplus.github.io/CWG/issues/547.html">547</a></td>
3337 <td>Partial specialization on member function types
</td>
3338 <td class=
"full" align=
"center">Clang
3.2</td>
3341 <td><a href=
"https://cplusplus.github.io/CWG/issues/548.html">548</a></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>
3346 <tr class=
"open" id=
"549">
3347 <td><a href=
"https://cplusplus.github.io/CWG/issues/549.html">549</a></td>
3349 <td>Non-deducible parameters in partial specializations
</td>
3350 <td align=
"center">Not resolved
</td>
3353 <td><a href=
"https://cplusplus.github.io/CWG/issues/550.html">550</a></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>
3359 <td><a href=
"https://cplusplus.github.io/CWG/issues/551.html">551</a></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>
3365 <td><a href=
"https://cplusplus.github.io/CWG/issues/552.html">552</a></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>
3371 <td><a href=
"https://cplusplus.github.io/CWG/issues/553.html">553</a></td>
3373 <td>Problems with friend allocation and deallocation functions
</td>
3374 <td class=
"full" align=
"center">Clang
2.7</td>
3377 <td><a href=
"https://cplusplus.github.io/CWG/issues/554.html">554</a></td>
3379 <td>Definition of
“declarative region
” and
“scope
”</td>
3380 <td class=
"na" align=
"center">N/A
</td>
3383 <td><a href=
"https://cplusplus.github.io/CWG/issues/555.html">555</a></td>
3385 <td>Pseudo-destructor name lookup
</td>
3386 <td class=
"full" align=
"center">Clang
2.8</td>
3389 <td><a href=
"https://cplusplus.github.io/CWG/issues/556.html">556</a></td>
3391 <td>Conflicting requirements for acceptable aliasing
</td>
3392 <td class=
"na" align=
"center">N/A
</td>
3395 <td><a href=
"https://cplusplus.github.io/CWG/issues/557.html">557</a></td>
3397 <td>Does argument-dependent lookup cause template instantiation?
</td>
3398 <td class=
"full" align=
"center">Clang
3.1</td>
3401 <td><a href=
"https://cplusplus.github.io/CWG/issues/558.html">558</a></td>
3403 <td>Excluded characters in universal character names
</td>
3404 <td class=
"full" align=
"center">Clang
2.9</td>
3407 <td><a href=
"https://cplusplus.github.io/CWG/issues/559.html">559</a></td>
3409 <td>Editing error in issue
382 resolution
</td>
3410 <td class=
"full" align=
"center">Yes
</td>
3413 <td><a href=
"https://cplusplus.github.io/CWG/issues/560.html">560</a></td>
3415 <td>Use of the
<TT>typename
</TT> keyword in return types
</td>
3416 <td class=
"full" align=
"center">Clang
16</td>
3419 <td><a href=
"https://cplusplus.github.io/CWG/issues/561.html">561</a></td>
3421 <td>Internal linkage functions in dependent name lookup
</td>
3422 <td class=
"full" align=
"center">Yes
</td>
3425 <td><a href=
"https://cplusplus.github.io/CWG/issues/562.html">562</a></td>
3427 <td><I>qualified-id
</I>s in non-expression contexts
</td>
3428 <td class=
"na" align=
"center">N/A
</td>
3431 <td><a href=
"https://cplusplus.github.io/CWG/issues/563.html">563</a></td>
3433 <td>Linkage specification for objects
</td>
3434 <td class=
"full" align=
"center">Clang
3.3</td>
3437 <td><a href=
"https://cplusplus.github.io/CWG/issues/564.html">564</a></td>
3439 <td>Agreement of language linkage or
<I>linkage-specification
</I>s?
</td>
3440 <td class=
"full" align=
"center">Yes
</td>
3443 <td><a href=
"https://cplusplus.github.io/CWG/issues/565.html">565</a></td>
3445 <td>Conflict rules for
<I>using-declaration
</I>s naming function templates
</td>
3446 <td class=
"full" align=
"center">Yes
</td>
3449 <td><a href=
"https://cplusplus.github.io/CWG/issues/566.html">566</a></td>
3451 <td>Conversion of negative floating point values to integer type
</td>
3452 <td class=
"full" align=
"center">Yes
</td>
3455 <td><a href=
"https://cplusplus.github.io/CWG/issues/567.html">567</a></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>
3461 <td><a href=
"https://cplusplus.github.io/CWG/issues/568.html">568</a></td>
3463 <td>Definition of POD is too strict
</td>
3464 <td class=
"full" align=
"center">Clang
3.0 (C++
11 onwards)
</td>
3467 <td><a href=
"https://cplusplus.github.io/CWG/issues/569.html">569</a></td>
3469 <td>Spurious semicolons at namespace scope should be allowed
</td>
3470 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
3473 <td><a href=
"https://cplusplus.github.io/CWG/issues/570.html">570</a></td>
3475 <td>Are references subject to the ODR?
</td>
3476 <td class=
"na" align=
"center">Duplicate of
<a href=
"#633">633</a></td>
3479 <td><a href=
"https://cplusplus.github.io/CWG/issues/571.html">571</a></td>
3481 <td>References declared
<TT>const
</TT></td>
3482 <td class=
"full" align=
"center">Clang
2.7</td>
3485 <td><a href=
"https://cplusplus.github.io/CWG/issues/572.html">572</a></td>
3487 <td>Standard conversions for non-built-in types
</td>
3488 <td class=
"full" align=
"center">Yes
</td>
3491 <td><a href=
"https://cplusplus.github.io/CWG/issues/573.html">573</a></td>
3493 <td>Conversions between function pointers and
<TT>void*
</TT></td>
3494 <td class=
"none" align=
"center">No
</td>
3497 <td><a href=
"https://cplusplus.github.io/CWG/issues/574.html">574</a></td>
3499 <td>Definition of
“copy assignment operator
”</td>
3500 <td class=
"full" align=
"center">Clang
3.0</td>
3503 <td><a href=
"https://cplusplus.github.io/CWG/issues/575.html">575</a></td>
3505 <td>Criteria for deduction failure
</td>
3506 <td class=
"full" align=
"center">Yes
</td>
3509 <td><a href=
"https://cplusplus.github.io/CWG/issues/576.html">576</a></td>
3511 <td>Typedefs in function definitions
</td>
3512 <td class=
"full" align=
"center">Clang
3.5</td>
3515 <td><a href=
"https://cplusplus.github.io/CWG/issues/577.html">577</a></td>
3517 <td><TT>void
</TT> in an empty parameter list
</td>
3518 <td class=
"full" align=
"center">Clang
3.5</td>
3521 <td><a href=
"https://cplusplus.github.io/CWG/issues/578.html">578</a></td>
3523 <td>Phase
1 replacement of characters with
<I>universal-character-name
</I>s
</td>
3524 <td class=
"unknown" align=
"center">Unknown
</td>
3526 <tr class=
"open" id=
"579">
3527 <td><a href=
"https://cplusplus.github.io/CWG/issues/579.html">579</a></td>
3529 <td>What is a
“nested
” <TT>></TT> or
<TT>>></TT>?
</td>
3530 <td align=
"center">Not resolved
</td>
3533 <td><a href=
"https://cplusplus.github.io/CWG/issues/580.html">580</a></td>
3535 <td>Access in
<I>template-parameter
</I>s of member and friend definitions
</td>
3536 <td class=
"partial" align=
"center">Partial
</td>
3539 <td><a href=
"https://cplusplus.github.io/CWG/issues/581.html">581</a></td>
3541 <td>Can a templated constructor be explicitly instantiated or specialized?
</td>
3542 <td class=
"unknown" align=
"center">Unknown
</td>
3545 <td><a href=
"https://cplusplus.github.io/CWG/issues/582.html">582</a></td>
3547 <td>Template conversion functions
</td>
3548 <td class=
"na" align=
"center">N/A
</td>
3551 <td><a href=
"https://cplusplus.github.io/CWG/issues/583.html">583</a></td>
3553 <td>Relational pointer comparisons against the null pointer constant
</td>
3554 <td class=
"full" align=
"center">Clang
4</td>
3557 <td><a href=
"https://cplusplus.github.io/CWG/issues/584.html">584</a></td>
3559 <td>Unions and aliasing
</td>
3560 <td class=
"na" align=
"center">N/A
</td>
3563 <td><a href=
"https://cplusplus.github.io/CWG/issues/585.html">585</a></td>
3565 <td>Friend template template parameters
</td>
3566 <td class=
"full" align=
"center">Clang
3.0</td>
3569 <td><a href=
"https://cplusplus.github.io/CWG/issues/586.html">586</a></td>
3571 <td>Default
<I>template-argument
</I>s and template argument deduction
</td>
3572 <td class=
"na" align=
"center">N/A
</td>
3575 <td><a href=
"https://cplusplus.github.io/CWG/issues/587.html">587</a></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>
3581 <td><a href=
"https://cplusplus.github.io/CWG/issues/588.html">588</a></td>
3583 <td>Searching dependent bases of classes local to function templates
</td>
3584 <td class=
"full" align=
"center">Yes
</td>
3587 <td><a href=
"https://cplusplus.github.io/CWG/issues/589.html">589</a></td>
3589 <td>Direct binding of class and array rvalues in reference initialization
</td>
3590 <td class=
"full" align=
"center">Yes
</td>
3593 <td><a href=
"https://cplusplus.github.io/CWG/issues/590.html">590</a></td>
3595 <td>Nested classes and the
“current instantiation
”</td>
3596 <td class=
"full" align=
"center">Yes
</td>
3599 <td><a href=
"https://cplusplus.github.io/CWG/issues/591.html">591</a></td>
3601 <td>When a dependent base class is the current instantiation
</td>
3602 <td class=
"none" align=
"center">No
</td>
3605 <td><a href=
"https://cplusplus.github.io/CWG/issues/592.html">592</a></td>
3607 <td>Exceptions during construction of local static objects
</td>
3608 <td class=
"na" align=
"center">N/A
</td>
3611 <td><a href=
"https://cplusplus.github.io/CWG/issues/593.html">593</a></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>
3617 <td><a href=
"https://cplusplus.github.io/CWG/issues/594.html">594</a></td>
3619 <td>Coordinating issues
119 and
404 with delegating constructors
</td>
3620 <td class=
"na" align=
"center">N/A
</td>
3623 <td><a href=
"https://cplusplus.github.io/CWG/issues/595.html">595</a></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>
3629 <td><a href=
"https://cplusplus.github.io/CWG/issues/596.html">596</a></td>
3631 <td>Replacing an exception object
</td>
3632 <td class=
"unknown" align=
"center">Unknown
</td>
3635 <td><a href=
"https://cplusplus.github.io/CWG/issues/597.html">597</a></td>
3637 <td>Conversions applied to out-of-lifetime non-POD lvalues
</td>
3638 <td class=
"na" align=
"center">N/A
</td>
3641 <td><a href=
"https://cplusplus.github.io/CWG/issues/598.html">598</a></td>
3643 <td>Associated namespaces of overloaded functions and function templates
</td>
3644 <td class=
"full" align=
"center">Yes
</td>
3647 <td><a href=
"https://cplusplus.github.io/CWG/issues/599.html">599</a></td>
3649 <td>Deleting a null function pointer
</td>
3650 <td class=
"partial" align=
"center">Partial
</td>
3653 <td><a href=
"https://cplusplus.github.io/CWG/issues/600.html">600</a></td>
3655 <td>Does access control apply to members or to names?
</td>
3656 <td class=
"full" align=
"center">Clang
2.8</td>
3659 <td><a href=
"https://cplusplus.github.io/CWG/issues/601.html">601</a></td>
3661 <td>Type of literals in preprocessing expressions
</td>
3662 <td class=
"full" align=
"center">Yes
</td>
3665 <td><a href=
"https://cplusplus.github.io/CWG/issues/602.html">602</a></td>
3667 <td>When is the injected-class-name of a class template a template?
</td>
3668 <td class=
"full" align=
"center">Yes
</td>
3671 <td><a href=
"https://cplusplus.github.io/CWG/issues/603.html">603</a></td>
3673 <td>Type equivalence and unsigned overflow
</td>
3674 <td class=
"full" align=
"center">Yes
</td>
3677 <td><a href=
"https://cplusplus.github.io/CWG/issues/604.html">604</a></td>
3679 <td>Argument list for overload resolution in copy-initialization
</td>
3680 <td class=
"na" align=
"center">N/A
</td>
3683 <td><a href=
"https://cplusplus.github.io/CWG/issues/605.html">605</a></td>
3685 <td>Linkage of explicit specializations
</td>
3686 <td class=
"full" align=
"center">Clang
2.7</td>
3689 <td><a href=
"https://cplusplus.github.io/CWG/issues/606.html">606</a></td>
3691 <td>Template argument deduction for rvalue references
</td>
3692 <td class=
"full" align=
"center">Clang
3.0</td>
3695 <td><a href=
"https://cplusplus.github.io/CWG/issues/607.html">607</a></td>
3697 <td>Lookup of
<I>mem-initializer-id
</I>s
</td>
3698 <td class=
"full" align=
"center">Yes
</td>
3701 <td><a href=
"https://cplusplus.github.io/CWG/issues/608.html">608</a></td>
3703 <td>Determining the final overrider of a virtual function
</td>
3704 <td class=
"full" align=
"center">Yes
</td>
3707 <td><a href=
"https://cplusplus.github.io/CWG/issues/609.html">609</a></td>
3709 <td>What is a
“top-level
” cv-qualifier?
</td>
3710 <td class=
"unknown" align=
"center">Unknown
</td>
3713 <td><a href=
"https://cplusplus.github.io/CWG/issues/610.html">610</a></td>
3715 <td>Computing the negative of
<TT>0U</TT></td>
3716 <td class=
"full" align=
"center">Yes
</td>
3719 <td><a href=
"https://cplusplus.github.io/CWG/issues/611.html">611</a></td>
3721 <td>Zero-initializing references
</td>
3722 <td class=
"full" align=
"center">Yes
</td>
3725 <td><a href=
"https://cplusplus.github.io/CWG/issues/612.html">612</a></td>
3727 <td>Requirements on a conforming implementation
</td>
3728 <td class=
"na" align=
"center">N/A
</td>
3731 <td><a href=
"https://cplusplus.github.io/CWG/issues/613.html">613</a></td>
3733 <td>Unevaluated uses of non-static class members
</td>
3734 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
3737 <td><a href=
"https://cplusplus.github.io/CWG/issues/614.html">614</a></td>
3739 <td>Results of integer
<TT>/
</TT> and
<TT>%
</TT></td>
3740 <td class=
"full" align=
"center">Yes
</td>
3743 <td><a href=
"https://cplusplus.github.io/CWG/issues/615.html">615</a></td>
3745 <td>Incorrect description of variables that can be initialized
</td>
3746 <td class=
"full" align=
"center">Yes
</td>
3749 <td><a href=
"https://cplusplus.github.io/CWG/issues/616.html">616</a></td>
3751 <td>Definition of
“indeterminate value
”</td>
3752 <td class=
"full" align=
"center">Clang
4</td>
3755 <td><a href=
"https://cplusplus.github.io/CWG/issues/617.html">617</a></td>
3757 <td>Lvalue-to-rvalue conversions of uninitialized
<TT>char
</TT> objects
</td>
3758 <td class=
"unknown" align=
"center">Unknown
</td>
3761 <td><a href=
"https://cplusplus.github.io/CWG/issues/618.html">618</a></td>
3763 <td>Casts in preprocessor conditional expressions
</td>
3764 <td class=
"full" align=
"center">Yes
</td>
3767 <td><a href=
"https://cplusplus.github.io/CWG/issues/619.html">619</a></td>
3769 <td>Completeness of array types
</td>
3770 <td class=
"full" align=
"center">Yes
</td>
3773 <td><a href=
"https://cplusplus.github.io/CWG/issues/620.html">620</a></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>
3779 <td><a href=
"https://cplusplus.github.io/CWG/issues/621.html">621</a></td>
3781 <td>Template argument deduction from function return types
</td>
3782 <td class=
"full" align=
"center">Yes
</td>
3785 <td><a href=
"https://cplusplus.github.io/CWG/issues/622.html">622</a></td>
3787 <td>Relational comparisons of arbitrary pointers
</td>
3788 <td class=
"unknown" align=
"center">Unknown
</td>
3791 <td><a href=
"https://cplusplus.github.io/CWG/issues/623.html">623</a></td>
3793 <td>Use of pointers to deallocated storage
</td>
3794 <td class=
"na" align=
"center">N/A
</td>
3797 <td><a href=
"https://cplusplus.github.io/CWG/issues/624.html">624</a></td>
3799 <td>Overflow in calculating size of allocation
</td>
3800 <td class=
"unknown" align=
"center">Unknown
</td>
3803 <td><a href=
"https://cplusplus.github.io/CWG/issues/625.html">625</a></td>
3805 <td>Use of
<TT>auto
</TT> as a
<I>template-argument
</I></td>
3806 <td class=
"full" align=
"center">Yes
</td>
3809 <td><a href=
"https://cplusplus.github.io/CWG/issues/626.html">626</a></td>
3811 <td>Preprocessor string literals
</td>
3812 <td class=
"full" align=
"center">Yes
</td>
3815 <td><a href=
"https://cplusplus.github.io/CWG/issues/627.html">627</a></td>
3817 <td>Values behaving as types
</td>
3818 <td class=
"full" align=
"center">Yes
</td>
3821 <td><a href=
"https://cplusplus.github.io/CWG/issues/628.html">628</a></td>
3823 <td>The values of an enumeration with no enumerator
</td>
3824 <td class=
"na" align=
"center">N/A
</td>
3827 <td><a href=
"https://cplusplus.github.io/CWG/issues/629.html">629</a></td>
3829 <td><TT>auto
</TT> parsing ambiguity
</td>
3830 <td class=
"full" align=
"center">Clang
2.9</td>
3833 <td><a href=
"https://cplusplus.github.io/CWG/issues/630.html">630</a></td>
3835 <td>Equality of narrow and wide character values in the basic character set
</td>
3836 <td class=
"full" align=
"center">Yes
</td>
3839 <td><a href=
"https://cplusplus.github.io/CWG/issues/631.html">631</a></td>
3841 <td>Jumping into a
“then
” clause
</td>
3842 <td class=
"na" align=
"center">N/A
</td>
3845 <td><a href=
"https://cplusplus.github.io/CWG/issues/632.html">632</a></td>
3847 <td>Brace-enclosed initializer for scalar member of aggregate
</td>
3848 <td class=
"full" align=
"center">Yes
</td>
3851 <td><a href=
"https://cplusplus.github.io/CWG/issues/633.html">633</a></td>
3853 <td>Specifications for variables that should also apply to references
</td>
3854 <td class=
"na" align=
"center">N/A
</td>
3857 <td><a href=
"https://cplusplus.github.io/CWG/issues/634.html">634</a></td>
3859 <td>Conditionally-supported behavior for non-POD objects passed to ellipsis redux
</td>
3860 <td class=
"full" align=
"center">Yes
</td>
3863 <td><a href=
"https://cplusplus.github.io/CWG/issues/635.html">635</a></td>
3865 <td>Names of constructors and destructors of templates
</td>
3866 <td class=
"full" align=
"center">Yes
</td>
3869 <td><a href=
"https://cplusplus.github.io/CWG/issues/636.html">636</a></td>
3871 <td>Dynamic type of objects and aliasing
</td>
3872 <td class=
"unknown" align=
"center">Unknown
</td>
3875 <td><a href=
"https://cplusplus.github.io/CWG/issues/637.html">637</a></td>
3877 <td>Sequencing rules and example disagree
</td>
3878 <td class=
"full" align=
"center">Yes
</td>
3881 <td><a href=
"https://cplusplus.github.io/CWG/issues/638.html">638</a></td>
3883 <td>Explicit specialization and friendship
</td>
3884 <td class=
"none" align=
"center">No
</td>
3887 <td><a href=
"https://cplusplus.github.io/CWG/issues/639.html">639</a></td>
3889 <td>What makes side effects
“different
” from one another?
</td>
3890 <td class=
"full" align=
"center">Clang
3.3</td>
3893 <td><a href=
"https://cplusplus.github.io/CWG/issues/640.html">640</a></td>
3895 <td>Accessing destroyed local objects of static storage duration
</td>
3896 <td class=
"unknown" align=
"center">Unknown
</td>
3899 <td><a href=
"https://cplusplus.github.io/CWG/issues/641.html">641</a></td>
3901 <td>Overload resolution and conversion-to-same-type operators
</td>
3902 <td class=
"full" align=
"center">Yes
</td>
3905 <td><a href=
"https://cplusplus.github.io/CWG/issues/642.html">642</a></td>
3907 <td>Definition and use of
“block scope
” and
“local scope
”</td>
3908 <td class=
"full" align=
"center">Yes
</td>
3911 <td><a href=
"https://cplusplus.github.io/CWG/issues/643.html">643</a></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>
3917 <td><a href=
"https://cplusplus.github.io/CWG/issues/644.html">644</a></td>
3919 <td>Should a trivial class type be a literal type?
</td>
3920 <td class=
"partial" align=
"center">Partial
</td>
3923 <td><a href=
"https://cplusplus.github.io/CWG/issues/645.html">645</a></td>
3925 <td>Are bit-field and non-bit-field members layout compatible?
</td>
3926 <td class=
"na" align=
"center">N/A
</td>
3929 <td><a href=
"https://cplusplus.github.io/CWG/issues/646.html">646</a></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>
3935 <td><a href=
"https://cplusplus.github.io/CWG/issues/647.html">647</a></td>
3937 <td>Non-constexpr instances of constexpr constructor templates
</td>
3938 <td class=
"full" align=
"center">Clang
3.1</td>
3941 <td><a href=
"https://cplusplus.github.io/CWG/issues/648.html">648</a></td>
3943 <td>Constant expressions in constexpr initializers
</td>
3944 <td class=
"full" align=
"center">Yes
</td>
3947 <td><a href=
"https://cplusplus.github.io/CWG/issues/649.html">649</a></td>
3949 <td>Optionally ill-formed extended alignment requests
</td>
3950 <td class=
"full" align=
"center">Clang
3.5</td>
3953 <td><a href=
"https://cplusplus.github.io/CWG/issues/650.html">650</a></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>
3959 <td><a href=
"https://cplusplus.github.io/CWG/issues/651.html">651</a></td>
3961 <td>Problems in
<TT>decltype
</TT> specification and examples
</td>
3962 <td class=
"full" align=
"center">Yes
</td>
3965 <td><a href=
"https://cplusplus.github.io/CWG/issues/652.html">652</a></td>
3967 <td>Compile-time evaluation of floating-point expressions
</td>
3968 <td class=
"full" align=
"center">Yes
</td>
3971 <td><a href=
"https://cplusplus.github.io/CWG/issues/653.html">653</a></td>
3973 <td>Copy assignment of unions
</td>
3974 <td class=
"full" align=
"center">Clang
2.7</td>
3977 <td><a href=
"https://cplusplus.github.io/CWG/issues/654.html">654</a></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>
3983 <td><a href=
"https://cplusplus.github.io/CWG/issues/655.html">655</a></td>
3985 <td>Initialization not specified for forwarding constructors
</td>
3986 <td class=
"full" align=
"center">Yes
</td>
3989 <td><a href=
"https://cplusplus.github.io/CWG/issues/656.html">656</a></td>
3991 <td>Direct binding to the result of a conversion operator
</td>
3992 <td class=
"full" align=
"center">Yes
</td>
3995 <td><a href=
"https://cplusplus.github.io/CWG/issues/657.html">657</a></td>
3997 <td>Abstract class parameter in synthesized declaration
</td>
3998 <td class=
"partial" align=
"center">Partial
</td>
4001 <td><a href=
"https://cplusplus.github.io/CWG/issues/658.html">658</a></td>
4003 <td>Defining
<TT>reinterpret_cast
</TT> for pointer types
</td>
4004 <td class=
"full" align=
"center">Clang
2.7</td>
4007 <td><a href=
"https://cplusplus.github.io/CWG/issues/659.html">659</a></td>
4009 <td>Alignment of function types
</td>
4010 <td class=
"full" align=
"center">Clang
3.0</td>
4013 <td><a href=
"https://cplusplus.github.io/CWG/issues/660.html">660</a></td>
4015 <td>Unnamed scoped enumerations
</td>
4016 <td class=
"full" align=
"center">Clang
3.0</td>
4019 <td><a href=
"https://cplusplus.github.io/CWG/issues/661.html">661</a></td>
4021 <td>Semantics of arithmetic comparisons
</td>
4022 <td class=
"full" align=
"center">Clang
2.7</td>
4025 <td><a href=
"https://cplusplus.github.io/CWG/issues/662.html">662</a></td>
4027 <td>Forming a pointer to a reference type
</td>
4028 <td class=
"full" align=
"center">Yes
</td>
4031 <td><a href=
"https://cplusplus.github.io/CWG/issues/663.html">663</a></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>
4037 <td><a href=
"https://cplusplus.github.io/CWG/issues/664.html">664</a></td>
4039 <td>Direct binding of references to non-class rvalue references
</td>
4040 <td class=
"full" align=
"center">Yes
</td>
4043 <td><a href=
"https://cplusplus.github.io/CWG/issues/665.html">665</a></td>
4045 <td>Problems in the specification of
<TT>dynamic_cast
</TT></td>
4046 <td class=
"full" align=
"center">Clang
2.8</td>
4049 <td><a href=
"https://cplusplus.github.io/CWG/issues/666.html">666</a></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>
4055 <td><a href=
"https://cplusplus.github.io/CWG/issues/667.html">667</a></td>
4057 <td>Trivial special member functions that cannot be implicitly defined
</td>
4058 <td class=
"full" align=
"center">Clang
8</td>
4061 <td><a href=
"https://cplusplus.github.io/CWG/issues/668.html">668</a></td>
4063 <td>Throwing an exception from the destructor of a local static object
</td>
4064 <td class=
"unknown" align=
"center">Unknown
</td>
4067 <td><a href=
"https://cplusplus.github.io/CWG/issues/669.html">669</a></td>
4069 <td>Confusing specification of the meaning of
<TT>decltype
</TT></td>
4070 <td class=
"full" align=
"center">Yes
</td>
4073 <td><a href=
"https://cplusplus.github.io/CWG/issues/670.html">670</a></td>
4075 <td>Copy initialization via derived-to-base conversion in the second step
</td>
4076 <td class=
"unknown" align=
"center">Unknown
</td>
4079 <td><a href=
"https://cplusplus.github.io/CWG/issues/671.html">671</a></td>
4081 <td>Explicit conversion from a scoped enumeration type to integral type
</td>
4082 <td class=
"full" align=
"center">Clang
2.9</td>
4085 <td><a href=
"https://cplusplus.github.io/CWG/issues/672.html">672</a></td>
4087 <td>Sequencing of initialization in
<I>new-expression
</I>s
</td>
4088 <td class=
"full" align=
"center">Clang
2.7</td>
4091 <td><a href=
"https://cplusplus.github.io/CWG/issues/673.html">673</a></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>
4097 <td><a href=
"https://cplusplus.github.io/CWG/issues/674.html">674</a></td>
4099 <td>“matching specialization
” for a friend declaration
</td>
4100 <td class=
"full" align=
"center">Clang
8</td>
4103 <td><a href=
"https://cplusplus.github.io/CWG/issues/675.html">675</a></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>
4109 <td><a href=
"https://cplusplus.github.io/CWG/issues/676.html">676</a></td>
4111 <td><I>static_assert-declaration
</I>s and general requirements for declarations
</td>
4112 <td class=
"na" align=
"center">N/A
</td>
4115 <td><a href=
"https://cplusplus.github.io/CWG/issues/677.html">677</a></td>
4117 <td>Deleted
<TT>operator delete
</TT> and virtual destructors
</td>
4118 <td class=
"none" align=
"center">No
</td>
4121 <td><a href=
"https://cplusplus.github.io/CWG/issues/678.html">678</a></td>
4123 <td>Language linkage of member function parameter types and the ODR
</td>
4124 <td class=
"unknown" align=
"center">Unknown
</td>
4127 <td><a href=
"https://cplusplus.github.io/CWG/issues/679.html">679</a></td>
4129 <td>Equivalence of
<I>template-id
</I>s and operator function templates
</td>
4130 <td class=
"full" align=
"center">Yes
</td>
4133 <td><a href=
"https://cplusplus.github.io/CWG/issues/680.html">680</a></td>
4135 <td>What is a move constructor?
</td>
4136 <td class=
"na" align=
"center">N/A
</td>
4139 <td><a href=
"https://cplusplus.github.io/CWG/issues/681.html">681</a></td>
4141 <td>Restrictions on declarators with late-specified return types
</td>
4142 <td class=
"partial" align=
"center">Partial
</td>
4145 <td><a href=
"https://cplusplus.github.io/CWG/issues/682.html">682</a></td>
4147 <td>Missing description of lookup of template aliases
</td>
4148 <td class=
"unknown" align=
"center">Unknown
</td>
4151 <td><a href=
"https://cplusplus.github.io/CWG/issues/683.html">683</a></td>
4153 <td>Requirements for trivial subobject special functions
</td>
4154 <td class=
"full" align=
"center">Yes
</td>
4157 <td><a href=
"https://cplusplus.github.io/CWG/issues/684.html">684</a></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>
4163 <td><a href=
"https://cplusplus.github.io/CWG/issues/685.html">685</a></td>
4165 <td>Integral promotion of enumeration ignores fixed underlying type
</td>
4166 <td class=
"full" align=
"center">Yes
</td>
4169 <td><a href=
"https://cplusplus.github.io/CWG/issues/686.html">686</a></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>
4175 <td><a href=
"https://cplusplus.github.io/CWG/issues/687.html">687</a></td>
4177 <td><TT>template
</TT> keyword with
<I>unqualified-id
</I>s
</td>
4178 <td class=
"unknown" align=
"center">Unknown
</td>
4181 <td><a href=
"https://cplusplus.github.io/CWG/issues/688.html">688</a></td>
4183 <td>Constexpr constructors and static initialization
</td>
4184 <td class=
"unknown" align=
"center">Unknown
</td>
4187 <td><a href=
"https://cplusplus.github.io/CWG/issues/689.html">689</a></td>
4189 <td>Maximum values of signed and unsigned integers
</td>
4190 <td class=
"unknown" align=
"center">Unknown
</td>
4193 <td><a href=
"https://cplusplus.github.io/CWG/issues/690.html">690</a></td>
4195 <td>The dynamic type of an rvalue reference
</td>
4196 <td class=
"unknown" align=
"center">Unknown
</td>
4199 <td><a href=
"https://cplusplus.github.io/CWG/issues/691.html">691</a></td>
4201 <td>Template parameter packs in class template partial specializations
</td>
4202 <td class=
"unknown" align=
"center">Unknown
</td>
4205 <td><a href=
"https://cplusplus.github.io/CWG/issues/692.html">692</a></td>
4207 <td>Partial ordering of variadic class template partial specializations
</td>
4208 <td class=
"full" align=
"center">Clang
16</td>
4211 <td><a href=
"https://cplusplus.github.io/CWG/issues/693.html">693</a></td>
4213 <td>New string types and deprecated conversion
</td>
4214 <td class=
"unknown" align=
"center">Unknown
</td>
4217 <td><a href=
"https://cplusplus.github.io/CWG/issues/694.html">694</a></td>
4219 <td>Zero- and value-initialization of union objects
</td>
4220 <td class=
"unknown" align=
"center">Unknown
</td>
4223 <td><a href=
"https://cplusplus.github.io/CWG/issues/695.html">695</a></td>
4225 <td>Compile-time calculation errors in constexpr functions
</td>
4226 <td class=
"unknown" align=
"center">Unknown
</td>
4229 <td><a href=
"https://cplusplus.github.io/CWG/issues/696.html">696</a></td>
4231 <td>Use of block-scope constants in local classes
</td>
4232 <td class=
"full" align=
"center">Clang
3.1</td>
4234 <tr class=
"open" id=
"697">
4235 <td><a href=
"https://cplusplus.github.io/CWG/issues/697.html">697</a></td>
4237 <td>Deduction rules apply to more than functions
</td>
4238 <td align=
"center">Not resolved
</td>
4240 <tr class=
"open" id=
"698">
4241 <td><a href=
"https://cplusplus.github.io/CWG/issues/698.html">698</a></td>
4243 <td>The definition of
“sequenced before
” is too narrow
</td>
4244 <td align=
"center">Not resolved
</td>
4247 <td><a href=
"https://cplusplus.github.io/CWG/issues/699.html">699</a></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>
4253 <td><a href=
"https://cplusplus.github.io/CWG/issues/700.html">700</a></td>
4255 <td>Constexpr member functions of class templates
</td>
4256 <td class=
"unknown" align=
"center">Unknown
</td>
4259 <td><a href=
"https://cplusplus.github.io/CWG/issues/701.html">701</a></td>
4261 <td>When is the array-to-pointer conversion applied?
</td>
4262 <td class=
"unknown" align=
"center">Unknown
</td>
4265 <td><a href=
"https://cplusplus.github.io/CWG/issues/702.html">702</a></td>
4267 <td>Preferring conversion to
<TT>std::initializer_list
</TT></td>
4268 <td class=
"unknown" align=
"center">Unknown
</td>
4271 <td><a href=
"https://cplusplus.github.io/CWG/issues/703.html">703</a></td>
4273 <td>Narrowing for literals that cannot be exactly represented
</td>
4274 <td class=
"unknown" align=
"center">Unknown
</td>
4277 <td><a href=
"https://cplusplus.github.io/CWG/issues/704.html">704</a></td>
4279 <td>To which
<I>postfix-expression
</I>s does overload resolution apply?
</td>
4280 <td class=
"unknown" align=
"center">Unknown
</td>
4283 <td><a href=
"https://cplusplus.github.io/CWG/issues/705.html">705</a></td>
4285 <td>Suppressing argument-dependent lookup via parentheses
</td>
4286 <td class=
"full" align=
"center">Yes
</td>
4289 <td><a href=
"https://cplusplus.github.io/CWG/issues/706.html">706</a></td>
4291 <td>Use of
<TT>auto
</TT> with rvalue references
</td>
4292 <td class=
"unknown" align=
"center">Unknown
</td>
4295 <td><a href=
"https://cplusplus.github.io/CWG/issues/707.html">707</a></td>
4297 <td>Undefined behavior in integral-to-floating conversions
</td>
4298 <td class=
"unknown" align=
"center">Unknown
</td>
4300 <tr class=
"open" id=
"708">
4301 <td><a href=
"https://cplusplus.github.io/CWG/issues/708.html">708</a></td>
4303 <td>Partial specialization of member templates of class templates
</td>
4304 <td align=
"center">Not resolved
</td>
4307 <td><a href=
"https://cplusplus.github.io/CWG/issues/709.html">709</a></td>
4309 <td>Enumeration names as
<I>nested-name-specifier
</I>s in deduction failure
</td>
4310 <td class=
"unknown" align=
"center">Unknown
</td>
4313 <td><a href=
"https://cplusplus.github.io/CWG/issues/710.html">710</a></td>
4315 <td>Data races during construction
</td>
4316 <td class=
"unknown" align=
"center">Unknown
</td>
4319 <td><a href=
"https://cplusplus.github.io/CWG/issues/711.html">711</a></td>
4321 <td><TT>auto
</TT> with
<I>braced-init-list
</I></td>
4322 <td class=
"unknown" align=
"center">Unknown
</td>
4325 <td><a href=
"https://cplusplus.github.io/CWG/issues/712.html">712</a></td>
4327 <td>Are integer constant operands of a
<I>conditional-expression
</I> “used?
”</td>
4328 <td class=
"partial" align=
"center">Partial
</td>
4331 <td><a href=
"https://cplusplus.github.io/CWG/issues/713.html">713</a></td>
4333 <td>Unclear note about cv-qualified function types
</td>
4334 <td class=
"full" align=
"center">Clang
3.0</td>
4337 <td><a href=
"https://cplusplus.github.io/CWG/issues/714.html">714</a></td>
4339 <td>Static const data members and
<I>braced-init-list
</I>s
</td>
4340 <td class=
"unknown" align=
"center">Unknown
</td>
4343 <td><a href=
"https://cplusplus.github.io/CWG/issues/715.html">715</a></td>
4345 <td>Class member access constant expressions
</td>
4346 <td class=
"unknown" align=
"center">Unknown
</td>
4349 <td><a href=
"https://cplusplus.github.io/CWG/issues/716.html">716</a></td>
4351 <td>Specifications that should apply only to non-static union data members
</td>
4352 <td class=
"unknown" align=
"center">Unknown
</td>
4355 <td><a href=
"https://cplusplus.github.io/CWG/issues/717.html">717</a></td>
4357 <td>Unintentional restrictions on the use of
<TT>thread_local
</TT></td>
4358 <td class=
"unknown" align=
"center">Unknown
</td>
4361 <td><a href=
"https://cplusplus.github.io/CWG/issues/718.html">718</a></td>
4363 <td>Non-class, non-function friend declarations
</td>
4364 <td class=
"unknown" align=
"center">Unknown
</td>
4367 <td><a href=
"https://cplusplus.github.io/CWG/issues/719.html">719</a></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>
4373 <td><a href=
"https://cplusplus.github.io/CWG/issues/720.html">720</a></td>
4375 <td>Need examples of
<I>lambda-expression
</I>s
</td>
4376 <td class=
"unknown" align=
"center">Unknown
</td>
4379 <td><a href=
"https://cplusplus.github.io/CWG/issues/721.html">721</a></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>
4385 <td><a href=
"https://cplusplus.github.io/CWG/issues/722.html">722</a></td>
4387 <td>Can
<TT>nullptr
</TT> be passed to an ellipsis?
</td>
4388 <td class=
"unreleased" align=
"center">Clang
20</td>
4391 <td><a href=
"https://cplusplus.github.io/CWG/issues/726.html">726</a></td>
4393 <td>Atomic and non-atomic objects in the memory model
</td>
4394 <td class=
"unknown" align=
"center">Unknown
</td>
4397 <td><a href=
"https://cplusplus.github.io/CWG/issues/727.html">727</a></td>
4399 <td>In-class explicit specializations
</td>
4400 <td class=
"partial" align=
"center">Partial
</td>
4403 <td><a href=
"https://cplusplus.github.io/CWG/issues/728.html">728</a></td>
4405 <td>Restrictions on local classes
</td>
4406 <td class=
"unknown" align=
"center">Unknown
</td>
4409 <td><a href=
"https://cplusplus.github.io/CWG/issues/729.html">729</a></td>
4411 <td>Qualification conversions and handlers of reference-to-pointer type
</td>
4412 <td class=
"unknown" align=
"center">Unknown
</td>
4415 <td><a href=
"https://cplusplus.github.io/CWG/issues/730.html">730</a></td>
4417 <td>Explicit specializations of members of non-template classes
</td>
4418 <td class=
"unknown" align=
"center">Unknown
</td>
4421 <td><a href=
"https://cplusplus.github.io/CWG/issues/731.html">731</a></td>
4423 <td>Omitted reference qualification of member function type
</td>
4424 <td class=
"unknown" align=
"center">Unknown
</td>
4427 <td><a href=
"https://cplusplus.github.io/CWG/issues/732.html">732</a></td>
4429 <td>Late-specified return types in function definitions
</td>
4430 <td class=
"unknown" align=
"center">Unknown
</td>
4433 <td><a href=
"https://cplusplus.github.io/CWG/issues/733.html">733</a></td>
4435 <td>Reference qualification of copy assignment operators
</td>
4436 <td class=
"unknown" align=
"center">Unknown
</td>
4439 <td><a href=
"https://cplusplus.github.io/CWG/issues/734.html">734</a></td>
4441 <td>Are unique addresses required for namespace-scope variables?
</td>
4442 <td class=
"unknown" align=
"center">Unknown
</td>
4445 <td><a href=
"https://cplusplus.github.io/CWG/issues/735.html">735</a></td>
4447 <td>Missing case in specification of safely-derived pointers
</td>
4448 <td class=
"unknown" align=
"center">Unknown
</td>
4451 <td><a href=
"https://cplusplus.github.io/CWG/issues/736.html">736</a></td>
4453 <td>Is the
<TT>&</TT> <I>ref-qualifier
</I> needed?
</td>
4454 <td class=
"unknown" align=
"center">Unknown
</td>
4457 <td><a href=
"https://cplusplus.github.io/CWG/issues/737.html">737</a></td>
4459 <td>Uninitialized trailing characters in string initialization
</td>
4460 <td class=
"unknown" align=
"center">Unknown
</td>
4463 <td><a href=
"https://cplusplus.github.io/CWG/issues/738.html">738</a></td>
4465 <td><TT>constexpr
</TT> not permitted by the syntax of constructor declarations
</td>
4466 <td class=
"unknown" align=
"center">Unknown
</td>
4469 <td><a href=
"https://cplusplus.github.io/CWG/issues/739.html">739</a></td>
4471 <td>Signedness of plain bit-fields
</td>
4472 <td class=
"unknown" align=
"center">Unknown
</td>
4475 <td><a href=
"https://cplusplus.github.io/CWG/issues/740.html">740</a></td>
4477 <td>Incorrect note on data races
</td>
4478 <td class=
"unknown" align=
"center">Unknown
</td>
4481 <td><a href=
"https://cplusplus.github.io/CWG/issues/741.html">741</a></td>
4483 <td>“plain
” <TT>long long
</TT> bit-fields
</td>
4484 <td class=
"unknown" align=
"center">Unknown
</td>
4486 <tr class=
"open" id=
"742">
4487 <td><a href=
"https://cplusplus.github.io/CWG/issues/742.html">742</a></td>
4489 <td>Postfix increment/decrement with long bit-field operands
</td>
4490 <td align=
"center">Not resolved
</td>
4493 <td><a href=
"https://cplusplus.github.io/CWG/issues/743.html">743</a></td>
4495 <td>Use of
<TT>decltype
</TT> in a
<I>nested-name-specifier
</I></td>
4496 <td class=
"unknown" align=
"center">Unknown
</td>
4499 <td><a href=
"https://cplusplus.github.io/CWG/issues/744.html">744</a></td>
4501 <td>Matching template arguments with template template parameters with parameter packs
</td>
4502 <td class=
"unknown" align=
"center">Unknown
</td>
4505 <td><a href=
"https://cplusplus.github.io/CWG/issues/745.html">745</a></td>
4507 <td>Effect of ill-formedness resulting from
<TT>#error
</TT></td>
4508 <td class=
"unknown" align=
"center">Unknown
</td>
4511 <td><a href=
"https://cplusplus.github.io/CWG/issues/746.html">746</a></td>
4513 <td>Use of
<TT>auto
</TT> in
<I>new-expression
</I>s
</td>
4514 <td class=
"unknown" align=
"center">Unknown
</td>
4517 <td><a href=
"https://cplusplus.github.io/CWG/issues/747.html">747</a></td>
4519 <td>Access of protected base classes
</td>
4520 <td class=
"unknown" align=
"center">Unknown
</td>
4523 <td><a href=
"https://cplusplus.github.io/CWG/issues/749.html">749</a></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>
4529 <td><a href=
"https://cplusplus.github.io/CWG/issues/750.html">750</a></td>
4531 <td>Implementation constraints on reference-only closure objects
</td>
4532 <td class=
"unknown" align=
"center">Unknown
</td>
4535 <td><a href=
"https://cplusplus.github.io/CWG/issues/751.html">751</a></td>
4537 <td>Deriving from closure classes
</td>
4538 <td class=
"unknown" align=
"center">Unknown
</td>
4541 <td><a href=
"https://cplusplus.github.io/CWG/issues/752.html">752</a></td>
4543 <td>Name lookup in nested
<I>lambda-expression
</I>s
</td>
4544 <td class=
"unknown" align=
"center">Unknown
</td>
4547 <td><a href=
"https://cplusplus.github.io/CWG/issues/753.html">753</a></td>
4549 <td>Array names in lambda capture sets
</td>
4550 <td class=
"unknown" align=
"center">Unknown
</td>
4553 <td><a href=
"https://cplusplus.github.io/CWG/issues/754.html">754</a></td>
4555 <td>Lambda expressions in default arguments of block-scope function declarations
</td>
4556 <td class=
"unknown" align=
"center">Unknown
</td>
4559 <td><a href=
"https://cplusplus.github.io/CWG/issues/755.html">755</a></td>
4561 <td>Generalized
<I>lambda-capture
</I>s
</td>
4562 <td class=
"unknown" align=
"center">Unknown
</td>
4565 <td><a href=
"https://cplusplus.github.io/CWG/issues/756.html">756</a></td>
4567 <td>Dropping cv-qualification on members of closure objects
</td>
4568 <td class=
"unknown" align=
"center">Unknown
</td>
4571 <td><a href=
"https://cplusplus.github.io/CWG/issues/757.html">757</a></td>
4573 <td>Types without linkage in declarations
</td>
4574 <td class=
"unknown" align=
"center">Unknown
</td>
4577 <td><a href=
"https://cplusplus.github.io/CWG/issues/758.html">758</a></td>
4579 <td>Missing cases of declarations that are not definitions
</td>
4580 <td class=
"unknown" align=
"center">Unknown
</td>
4583 <td><a href=
"https://cplusplus.github.io/CWG/issues/759.html">759</a></td>
4585 <td>Destruction of closure objects
</td>
4586 <td class=
"unknown" align=
"center">Unknown
</td>
4589 <td><a href=
"https://cplusplus.github.io/CWG/issues/760.html">760</a></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>
4595 <td><a href=
"https://cplusplus.github.io/CWG/issues/761.html">761</a></td>
4597 <td>Inferred return type of closure object call operator
</td>
4598 <td class=
"unknown" align=
"center">Unknown
</td>
4601 <td><a href=
"https://cplusplus.github.io/CWG/issues/762.html">762</a></td>
4603 <td>Name lookup in the
<I>compound-statement
</I> of a lambda expression
</td>
4604 <td class=
"unknown" align=
"center">Unknown
</td>
4607 <td><a href=
"https://cplusplus.github.io/CWG/issues/763.html">763</a></td>
4609 <td>Is a closure object's
<TT>operator()
</TT> inline?
</td>
4610 <td class=
"unknown" align=
"center">Unknown
</td>
4613 <td><a href=
"https://cplusplus.github.io/CWG/issues/764.html">764</a></td>
4615 <td>Capturing unused variables in a lambda expression
</td>
4616 <td class=
"unknown" align=
"center">Unknown
</td>
4619 <td><a href=
"https://cplusplus.github.io/CWG/issues/765.html">765</a></td>
4621 <td>Local types in inline functions with external linkage
</td>
4622 <td class=
"unknown" align=
"center">Unknown
</td>
4625 <td><a href=
"https://cplusplus.github.io/CWG/issues/766.html">766</a></td>
4627 <td>Where may lambda expressions appear?
</td>
4628 <td class=
"unknown" align=
"center">Unknown
</td>
4631 <td><a href=
"https://cplusplus.github.io/CWG/issues/767.html">767</a></td>
4633 <td><TT>void
</TT> and other unnamed
<I>lambda-parameter
</I>s
</td>
4634 <td class=
"unknown" align=
"center">Unknown
</td>
4637 <td><a href=
"https://cplusplus.github.io/CWG/issues/768.html">768</a></td>
4639 <td>Ellipsis in a lambda parameter list
</td>
4640 <td class=
"unknown" align=
"center">Unknown
</td>
4643 <td><a href=
"https://cplusplus.github.io/CWG/issues/769.html">769</a></td>
4645 <td>Initialization of closure objects
</td>
4646 <td class=
"unknown" align=
"center">Unknown
</td>
4649 <td><a href=
"https://cplusplus.github.io/CWG/issues/770.html">770</a></td>
4651 <td>Ambiguity in late-specified return type
</td>
4652 <td class=
"unknown" align=
"center">Unknown
</td>
4655 <td><a href=
"https://cplusplus.github.io/CWG/issues/771.html">771</a></td>
4657 <td>Move-construction of reference members of closure objects
</td>
4658 <td class=
"unknown" align=
"center">Unknown
</td>
4661 <td><a href=
"https://cplusplus.github.io/CWG/issues/772.html">772</a></td>
4663 <td><I>capture-default
</I> in lambdas in local default arguments
</td>
4664 <td class=
"unknown" align=
"center">Unknown
</td>
4667 <td><a href=
"https://cplusplus.github.io/CWG/issues/773.html">773</a></td>
4669 <td>Parentheses in address non-type template arguments
</td>
4670 <td class=
"unknown" align=
"center">Unknown
</td>
4673 <td><a href=
"https://cplusplus.github.io/CWG/issues/774.html">774</a></td>
4675 <td>Can a closure class be a POD?
</td>
4676 <td class=
"unknown" align=
"center">Unknown
</td>
4679 <td><a href=
"https://cplusplus.github.io/CWG/issues/775.html">775</a></td>
4681 <td>Capturing references to functions
</td>
4682 <td class=
"unknown" align=
"center">Unknown
</td>
4685 <td><a href=
"https://cplusplus.github.io/CWG/issues/776.html">776</a></td>
4687 <td>Delegating constructors, destructors, and
<TT>std::exit
</TT></td>
4688 <td class=
"unknown" align=
"center">Unknown
</td>
4691 <td><a href=
"https://cplusplus.github.io/CWG/issues/777.html">777</a></td>
4693 <td>Default arguments and parameter packs
</td>
4694 <td class=
"full" align=
"center">Clang
3.7</td>
4697 <td><a href=
"https://cplusplus.github.io/CWG/issues/778.html">778</a></td>
4699 <td>Template parameter packs in non-type template parameters
</td>
4700 <td class=
"unknown" align=
"center">Unknown
</td>
4703 <td><a href=
"https://cplusplus.github.io/CWG/issues/779.html">779</a></td>
4705 <td>Rvalue reference members of closure objects?
</td>
4706 <td class=
"unknown" align=
"center">Unknown
</td>
4709 <td><a href=
"https://cplusplus.github.io/CWG/issues/782.html">782</a></td>
4711 <td>Lambda expressions and argument-dependent lookup
</td>
4712 <td class=
"unknown" align=
"center">Unknown
</td>
4714 <tr class=
"open" id=
"783">
4715 <td><a href=
"https://cplusplus.github.io/CWG/issues/783.html">783</a></td>
4717 <td>Definition of
“argument
”</td>
4718 <td align=
"center">Not resolved
</td>
4721 <td><a href=
"https://cplusplus.github.io/CWG/issues/784.html">784</a></td>
4723 <td>List of incompatibilities with the previous Standard
</td>
4724 <td class=
"unknown" align=
"center">Unknown
</td>
4727 <td><a href=
"https://cplusplus.github.io/CWG/issues/785.html">785</a></td>
4729 <td>“Execution sequence
” is inappropriate phraseology
</td>
4730 <td class=
"unknown" align=
"center">Unknown
</td>
4733 <td><a href=
"https://cplusplus.github.io/CWG/issues/786.html">786</a></td>
4735 <td>Definition of
“thread
”</td>
4736 <td class=
"unknown" align=
"center">Unknown
</td>
4739 <td><a href=
"https://cplusplus.github.io/CWG/issues/787.html">787</a></td>
4741 <td>Unnecessary lexical undefined behavior
</td>
4742 <td class=
"unknown" align=
"center">Unknown
</td>
4745 <td><a href=
"https://cplusplus.github.io/CWG/issues/788.html">788</a></td>
4747 <td>Relationship between locale and values of the execution character set
</td>
4748 <td class=
"unknown" align=
"center">Unknown
</td>
4751 <td><a href=
"https://cplusplus.github.io/CWG/issues/789.html">789</a></td>
4753 <td>Deprecating trigraphs
</td>
4754 <td class=
"unknown" align=
"center">Unknown
</td>
4757 <td><a href=
"https://cplusplus.github.io/CWG/issues/790.html">790</a></td>
4759 <td>Concatenation of raw and non-raw string literals
</td>
4760 <td class=
"unknown" align=
"center">Unknown
</td>
4763 <td><a href=
"https://cplusplus.github.io/CWG/issues/792.html">792</a></td>
4765 <td>Effects of
<TT>std::quick_exit
</TT></td>
4766 <td class=
"unknown" align=
"center">Unknown
</td>
4769 <td><a href=
"https://cplusplus.github.io/CWG/issues/793.html">793</a></td>
4771 <td>Use of class members during destruction
</td>
4772 <td class=
"unknown" align=
"center">Unknown
</td>
4775 <td><a href=
"https://cplusplus.github.io/CWG/issues/794.html">794</a></td>
4777 <td>Base-derived conversion in member type of pointer-to-member conversion
</td>
4778 <td class=
"unknown" align=
"center">Unknown
</td>
4781 <td><a href=
"https://cplusplus.github.io/CWG/issues/795.html">795</a></td>
4783 <td>Dependency of lambdas on
<TT><functional
></TT></td>
4784 <td class=
"unknown" align=
"center">Unknown
</td>
4787 <td><a href=
"https://cplusplus.github.io/CWG/issues/796.html">796</a></td>
4789 <td>Lifetime of a closure object with members captured by reference
</td>
4790 <td class=
"unknown" align=
"center">Unknown
</td>
4793 <td><a href=
"https://cplusplus.github.io/CWG/issues/797.html">797</a></td>
4795 <td>Converting a no-capture lambda to a function type
</td>
4796 <td class=
"unknown" align=
"center">Unknown
</td>
4799 <td><a href=
"https://cplusplus.github.io/CWG/issues/798.html">798</a></td>
4801 <td>Overloaded subscript operator described in clause
5</td>
4802 <td class=
"unknown" align=
"center">Unknown
</td>
4805 <td><a href=
"https://cplusplus.github.io/CWG/issues/799.html">799</a></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>
4811 <td><a href=
"https://cplusplus.github.io/CWG/issues/800.html">800</a></td>
4813 <td>Safely-derived pointers and object pointers converted from function pointers
</td>
4814 <td class=
"unknown" align=
"center">Unknown
</td>
4817 <td><a href=
"https://cplusplus.github.io/CWG/issues/801.html">801</a></td>
4819 <td>Casting away constness in a cast to rvalue reference type
</td>
4820 <td class=
"unknown" align=
"center">Unknown
</td>
4823 <td><a href=
"https://cplusplus.github.io/CWG/issues/803.html">803</a></td>
4825 <td><TT>sizeof
</TT> an enumeration type with a fixed underlying type
</td>
4826 <td class=
"unknown" align=
"center">Unknown
</td>
4829 <td><a href=
"https://cplusplus.github.io/CWG/issues/804.html">804</a></td>
4831 <td>Deducing the type in
<TT>new auto(x)
</TT></td>
4832 <td class=
"unknown" align=
"center">Unknown
</td>
4835 <td><a href=
"https://cplusplus.github.io/CWG/issues/805.html">805</a></td>
4837 <td>Which exception to throw for overflow in array size calculation
</td>
4838 <td class=
"unknown" align=
"center">Unknown
</td>
4841 <td><a href=
"https://cplusplus.github.io/CWG/issues/806.html">806</a></td>
4843 <td>Enumeration types in integral constant expressions
</td>
4844 <td class=
"unknown" align=
"center">Unknown
</td>
4847 <td><a href=
"https://cplusplus.github.io/CWG/issues/807.html">807</a></td>
4849 <td><TT>typeid
</TT> expressions in constant expressions
</td>
4850 <td class=
"unknown" align=
"center">Unknown
</td>
4853 <td><a href=
"https://cplusplus.github.io/CWG/issues/808.html">808</a></td>
4855 <td>Non-type
<I>decl-specifier
</I>s versus max-munch
</td>
4856 <td class=
"unknown" align=
"center">Unknown
</td>
4859 <td><a href=
"https://cplusplus.github.io/CWG/issues/809.html">809</a></td>
4861 <td>Deprecation of the
<TT>register
</TT> keyword
</td>
4862 <td class=
"unknown" align=
"center">Unknown
</td>
4865 <td><a href=
"https://cplusplus.github.io/CWG/issues/810.html">810</a></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>
4871 <td><a href=
"https://cplusplus.github.io/CWG/issues/811.html">811</a></td>
4873 <td>Unclear implications of const-qualification
</td>
4874 <td class=
"unknown" align=
"center">Unknown
</td>
4877 <td><a href=
"https://cplusplus.github.io/CWG/issues/812.html">812</a></td>
4879 <td>Duplicate names in inline namespaces
</td>
4880 <td class=
"unknown" align=
"center">Unknown
</td>
4882 <tr class=
"open" id=
"813">
4883 <td><a href=
"https://cplusplus.github.io/CWG/issues/813.html">813</a></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>
4889 <td><a href=
"https://cplusplus.github.io/CWG/issues/814.html">814</a></td>
4891 <td>Attribute to indicate that a function throws nothing
</td>
4892 <td class=
"unknown" align=
"center">Unknown
</td>
4895 <td><a href=
"https://cplusplus.github.io/CWG/issues/815.html">815</a></td>
4897 <td>Parameter pack expansion inside attributes
</td>
4898 <td class=
"unknown" align=
"center">Unknown
</td>
4901 <td><a href=
"https://cplusplus.github.io/CWG/issues/816.html">816</a></td>
4903 <td>Diagnosing violations of
<TT>[[final]]
</TT></td>
4904 <td class=
"unknown" align=
"center">Unknown
</td>
4907 <td><a href=
"https://cplusplus.github.io/CWG/issues/817.html">817</a></td>
4909 <td>Meaning of
<TT>[[final]]
</TT> applied to a class definition
</td>
4910 <td class=
"unknown" align=
"center">Unknown
</td>
4913 <td><a href=
"https://cplusplus.github.io/CWG/issues/818.html">818</a></td>
4915 <td>Function parameter packs in non-final positions
</td>
4916 <td class=
"unknown" align=
"center">Unknown
</td>
4919 <td><a href=
"https://cplusplus.github.io/CWG/issues/819.html">819</a></td>
4921 <td>Access control and deleted implicitly-declared special member functions
</td>
4922 <td class=
"unknown" align=
"center">Unknown
</td>
4925 <td><a href=
"https://cplusplus.github.io/CWG/issues/820.html">820</a></td>
4927 <td>Deprecation of
<TT>export
</TT></td>
4928 <td class=
"full" align=
"center">Clang
2.7</td>
4931 <td><a href=
"https://cplusplus.github.io/CWG/issues/822.html">822</a></td>
4933 <td>Additional contexts for template aliases
</td>
4934 <td class=
"unknown" align=
"center">Unknown
</td>
4937 <td><a href=
"https://cplusplus.github.io/CWG/issues/823.html">823</a></td>
4939 <td>Literal types with constexpr conversions as non-type template arguments
</td>
4940 <td class=
"unknown" align=
"center">Unknown
</td>
4943 <td><a href=
"https://cplusplus.github.io/CWG/issues/828.html">828</a></td>
4945 <td>Destruction of exception objects
</td>
4946 <td class=
"unknown" align=
"center">Unknown
</td>
4949 <td><a href=
"https://cplusplus.github.io/CWG/issues/829.html">829</a></td>
4951 <td>At what point is
<TT>std::unexpected
</TT> called?
</td>
4952 <td class=
"unknown" align=
"center">Unknown
</td>
4955 <td><a href=
"https://cplusplus.github.io/CWG/issues/830.html">830</a></td>
4957 <td>Deprecating exception specifications
</td>
4958 <td class=
"unknown" align=
"center">Unknown
</td>
4961 <td><a href=
"https://cplusplus.github.io/CWG/issues/831.html">831</a></td>
4963 <td>Limit on recursively nested template instantiations
</td>
4964 <td class=
"unknown" align=
"center">Unknown
</td>
4967 <td><a href=
"https://cplusplus.github.io/CWG/issues/832.html">832</a></td>
4969 <td>Value of preprocessing numbers
</td>
4970 <td class=
"unknown" align=
"center">Unknown
</td>
4973 <td><a href=
"https://cplusplus.github.io/CWG/issues/833.html">833</a></td>
4975 <td>Explicit conversion of a scoped enumeration value to a floating type
</td>
4976 <td class=
"unknown" align=
"center">Unknown
</td>
4979 <td><a href=
"https://cplusplus.github.io/CWG/issues/834.html">834</a></td>
4981 <td>What is an
“ordinary string literal
”?
</td>
4982 <td class=
"unknown" align=
"center">Unknown
</td>
4985 <td><a href=
"https://cplusplus.github.io/CWG/issues/835.html">835</a></td>
4987 <td>Scoped enumerations and the
“usual arithmetic conversions
”</td>
4988 <td class=
"unknown" align=
"center">Unknown
</td>
4991 <td><a href=
"https://cplusplus.github.io/CWG/issues/836.html">836</a></td>
4993 <td><TT>[[noreturn]]
</TT> applied to function types
</td>
4994 <td class=
"unknown" align=
"center">Unknown
</td>
4997 <td><a href=
"https://cplusplus.github.io/CWG/issues/837.html">837</a></td>
4999 <td>Constexpr functions and
<TT>return
</TT> <I>braced-init-list
</I></td>
5000 <td class=
"unknown" align=
"center">Unknown
</td>
5003 <td><a href=
"https://cplusplus.github.io/CWG/issues/838.html">838</a></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>
5009 <td><a href=
"https://cplusplus.github.io/CWG/issues/839.html">839</a></td>
5011 <td><TT>sizeof
</TT> with opaque enumerations
</td>
5012 <td class=
"unknown" align=
"center">Unknown
</td>
5015 <td><a href=
"https://cplusplus.github.io/CWG/issues/840.html">840</a></td>
5017 <td>Rvalue references as nontype template parameters
</td>
5018 <td class=
"unknown" align=
"center">Unknown
</td>
5021 <td><a href=
"https://cplusplus.github.io/CWG/issues/842.html">842</a></td>
5023 <td>Casting to rvalue reference type
</td>
5024 <td class=
"unknown" align=
"center">Unknown
</td>
5027 <td><a href=
"https://cplusplus.github.io/CWG/issues/845.html">845</a></td>
5029 <td>What is the
“first declaration
” of an explicit specialization?
</td>
5030 <td class=
"unknown" align=
"center">Unknown
</td>
5033 <td><a href=
"https://cplusplus.github.io/CWG/issues/846.html">846</a></td>
5035 <td>Rvalue references to functions
</td>
5036 <td class=
"unknown" align=
"center">Unknown
</td>
5039 <td><a href=
"https://cplusplus.github.io/CWG/issues/847.html">847</a></td>
5041 <td>Error in rvalue reference deduction example
</td>
5042 <td class=
"unknown" align=
"center">Unknown
</td>
5045 <td><a href=
"https://cplusplus.github.io/CWG/issues/850.html">850</a></td>
5047 <td>Restrictions on use of non-static data members
</td>
5048 <td class=
"unknown" align=
"center">Unknown
</td>
5051 <td><a href=
"https://cplusplus.github.io/CWG/issues/852.html">852</a></td>
5053 <td><I>using-declaration
</I>s and dependent base classes
</td>
5054 <td class=
"unknown" align=
"center">Unknown
</td>
5057 <td><a href=
"https://cplusplus.github.io/CWG/issues/853.html">853</a></td>
5059 <td>Support for relaxed pointer safety
</td>
5060 <td class=
"unknown" align=
"center">Unknown
</td>
5063 <td><a href=
"https://cplusplus.github.io/CWG/issues/854.html">854</a></td>
5065 <td>Left shift and unsigned extended types
</td>
5066 <td class=
"unknown" align=
"center">Unknown
</td>
5069 <td><a href=
"https://cplusplus.github.io/CWG/issues/855.html">855</a></td>
5071 <td>Incorrect comments in
<I>braced-init-list
</I> assignment example
</td>
5072 <td class=
"unknown" align=
"center">Unknown
</td>
5075 <td><a href=
"https://cplusplus.github.io/CWG/issues/858.html">858</a></td>
5077 <td>Example binding an rvalue reference to an lvalue
</td>
5078 <td class=
"unknown" align=
"center">Unknown
</td>
5081 <td><a href=
"https://cplusplus.github.io/CWG/issues/860.html">860</a></td>
5083 <td>Explicit qualification of constexpr member functions
</td>
5084 <td class=
"unknown" align=
"center">Unknown
</td>
5087 <td><a href=
"https://cplusplus.github.io/CWG/issues/861.html">861</a></td>
5089 <td>Unintended ambiguity in inline namespace lookup
</td>
5090 <td class=
"unknown" align=
"center">Unknown
</td>
5093 <td><a href=
"https://cplusplus.github.io/CWG/issues/862.html">862</a></td>
5095 <td>Undefined behavior with enumerator value overflow
</td>
5096 <td class=
"unknown" align=
"center">Unknown
</td>
5099 <td><a href=
"https://cplusplus.github.io/CWG/issues/863.html">863</a></td>
5101 <td>Rvalue reference cast to incomplete type
</td>
5102 <td class=
"unknown" align=
"center">Unknown
</td>
5105 <td><a href=
"https://cplusplus.github.io/CWG/issues/864.html">864</a></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>
5111 <td><a href=
"https://cplusplus.github.io/CWG/issues/865.html">865</a></td>
5113 <td>Initializing a
<TT>std::initializer_list
</TT></td>
5114 <td class=
"unknown" align=
"center">Unknown
</td>
5117 <td><a href=
"https://cplusplus.github.io/CWG/issues/869.html">869</a></td>
5119 <td>Uninitialized
<TT>thread_local
</TT> objects
</td>
5120 <td class=
"unknown" align=
"center">Unknown
</td>
5123 <td><a href=
"https://cplusplus.github.io/CWG/issues/872.html">872</a></td>
5125 <td>Lexical issues with raw strings
</td>
5126 <td class=
"unknown" align=
"center">Unknown
</td>
5129 <td><a href=
"https://cplusplus.github.io/CWG/issues/873.html">873</a></td>
5131 <td>Deducing rvalue references in declarative contexts
</td>
5132 <td class=
"full" align=
"center">Clang
3.0</td>
5135 <td><a href=
"https://cplusplus.github.io/CWG/issues/874.html">874</a></td>
5137 <td>Class-scope definitions of enumeration types
</td>
5138 <td class=
"unknown" align=
"center">Unknown
</td>
5141 <td><a href=
"https://cplusplus.github.io/CWG/issues/876.html">876</a></td>
5143 <td>Type references in rvalue reference deduction specification
</td>
5144 <td class=
"unknown" align=
"center">Unknown
</td>
5147 <td><a href=
"https://cplusplus.github.io/CWG/issues/877.html">877</a></td>
5149 <td>Viable functions and binding references to rvalues
</td>
5150 <td class=
"unknown" align=
"center">Unknown
</td>
5153 <td><a href=
"https://cplusplus.github.io/CWG/issues/879.html">879</a></td>
5155 <td>Missing built-in comparison operators for pointer types
</td>
5156 <td class=
"unknown" align=
"center">Unknown
</td>
5159 <td><a href=
"https://cplusplus.github.io/CWG/issues/880.html">880</a></td>
5161 <td>Built-in conditional operator for scoped enumerations
</td>
5162 <td class=
"unknown" align=
"center">Unknown
</td>
5165 <td><a href=
"https://cplusplus.github.io/CWG/issues/882.html">882</a></td>
5167 <td>Defining
<TT>main
</TT> as deleted
</td>
5168 <td class=
"full" align=
"center">Clang
3.5</td>
5171 <td><a href=
"https://cplusplus.github.io/CWG/issues/883.html">883</a></td>
5173 <td><TT>std::memcpy
</TT> vs
<TT>std::memmove
</TT></td>
5174 <td class=
"unknown" align=
"center">Unknown
</td>
5177 <td><a href=
"https://cplusplus.github.io/CWG/issues/884.html">884</a></td>
5179 <td>Defining an explicitly-specialized static data member
</td>
5180 <td class=
"unknown" align=
"center">Unknown
</td>
5183 <td><a href=
"https://cplusplus.github.io/CWG/issues/885.html">885</a></td>
5185 <td>Partial ordering of function templates with unordered parameter pairs
</td>
5186 <td class=
"unknown" align=
"center">Unknown
</td>
5189 <td><a href=
"https://cplusplus.github.io/CWG/issues/886.html">886</a></td>
5191 <td>Member initializers and aggregates
</td>
5192 <td class=
"unknown" align=
"center">Unknown
</td>
5195 <td><a href=
"https://cplusplus.github.io/CWG/issues/887.html">887</a></td>
5197 <td>Move construction of thrown object
</td>
5198 <td class=
"unknown" align=
"center">Unknown
</td>
5201 <td><a href=
"https://cplusplus.github.io/CWG/issues/888.html">888</a></td>
5203 <td>Union member initializers
</td>
5204 <td class=
"unknown" align=
"center">Unknown
</td>
5207 <td><a href=
"https://cplusplus.github.io/CWG/issues/891.html">891</a></td>
5209 <td><TT>const_cast
</TT> to rvalue reference from objectless rvalue
</td>
5210 <td class=
"unknown" align=
"center">Unknown
</td>
5213 <td><a href=
"https://cplusplus.github.io/CWG/issues/892.html">892</a></td>
5215 <td>Missing requirements for constexpr constructors
</td>
5216 <td class=
"unknown" align=
"center">Unknown
</td>
5219 <td><a href=
"https://cplusplus.github.io/CWG/issues/893.html">893</a></td>
5221 <td>Brace syntax for
<I>enumerator-definition
</I>s
</td>
5222 <td class=
"unknown" align=
"center">Unknown
</td>
5225 <td><a href=
"https://cplusplus.github.io/CWG/issues/896.html">896</a></td>
5227 <td>Rvalue references and rvalue-reference conversion functions
</td>
5228 <td class=
"unknown" align=
"center">Unknown
</td>
5230 <tr class=
"open" id=
"897">
5231 <td><a href=
"https://cplusplus.github.io/CWG/issues/897.html">897</a></td>
5233 <td><TT>_Pragma
</TT> and extended
<I>string-literal
</I>s
</td>
5234 <td align=
"center">Not resolved
</td>
5237 <td><a href=
"https://cplusplus.github.io/CWG/issues/898.html">898</a></td>
5239 <td>Declarations in constexpr functions
</td>
5240 <td class=
"unknown" align=
"center">Unknown
</td>
5243 <td><a href=
"https://cplusplus.github.io/CWG/issues/899.html">899</a></td>
5245 <td>Explicit conversion functions in direct class initialization
</td>
5246 <td class=
"unknown" align=
"center">Unknown
</td>
5249 <td><a href=
"https://cplusplus.github.io/CWG/issues/900.html">900</a></td>
5251 <td>Lifetime of temporaries in range-based
<TT>for
</TT></td>
5252 <td class=
"unknown" align=
"center">Unknown
</td>
5254 <tr class=
"open" id=
"901">
5255 <td><a href=
"https://cplusplus.github.io/CWG/issues/901.html">901</a></td>
5257 <td>Deleted
<TT>operator delete
</TT></td>
5258 <td align=
"center">Not resolved
</td>
5261 <td><a href=
"https://cplusplus.github.io/CWG/issues/902.html">902</a></td>
5263 <td>In-class initialization of non-constant static data members
</td>
5264 <td class=
"unknown" align=
"center">Unknown
</td>
5267 <td><a href=
"https://cplusplus.github.io/CWG/issues/903.html">903</a></td>
5269 <td>Value-dependent integral null pointer constants
</td>
5270 <td class=
"unknown" align=
"center">Unknown
</td>
5273 <td><a href=
"https://cplusplus.github.io/CWG/issues/904.html">904</a></td>
5275 <td>Parameter packs in
<I>lambda-capture
</I>s
</td>
5276 <td class=
"unknown" align=
"center">Unknown
</td>
5279 <td><a href=
"https://cplusplus.github.io/CWG/issues/905.html">905</a></td>
5281 <td>Explicit defaulted copy constructors and trivial copyability
</td>
5282 <td class=
"unknown" align=
"center">Unknown
</td>
5285 <td><a href=
"https://cplusplus.github.io/CWG/issues/906.html">906</a></td>
5287 <td>Which special member functions can be defaulted?
</td>
5288 <td class=
"unknown" align=
"center">Unknown
</td>
5291 <td><a href=
"https://cplusplus.github.io/CWG/issues/908.html">908</a></td>
5293 <td>Deleted global allocation and deallocation functions
</td>
5294 <td class=
"unknown" align=
"center">Unknown
</td>
5297 <td><a href=
"https://cplusplus.github.io/CWG/issues/909.html">909</a></td>
5299 <td>Old-style casts with conversion functions
</td>
5300 <td class=
"unknown" align=
"center">Unknown
</td>
5303 <td><a href=
"https://cplusplus.github.io/CWG/issues/910.html">910</a></td>
5305 <td>Move constructors and implicitly-declared copy constructors
</td>
5306 <td class=
"unknown" align=
"center">Unknown
</td>
5309 <td><a href=
"https://cplusplus.github.io/CWG/issues/912.html">912</a></td>
5311 <td>Character literals and
<I>universal-character-name
</I>s
</td>
5312 <td class=
"unknown" align=
"center">Unknown
</td>
5315 <td><a href=
"https://cplusplus.github.io/CWG/issues/913.html">913</a></td>
5317 <td>Deduction rules for array- and function-type conversion functions
</td>
5318 <td class=
"unknown" align=
"center">Unknown
</td>
5320 <tr class=
"open" id=
"914">
5321 <td><a href=
"https://cplusplus.github.io/CWG/issues/914.html">914</a></td>
5323 <td>Value-initialization of array types
</td>
5324 <td align=
"center">Not resolved
</td>
5327 <td><a href=
"https://cplusplus.github.io/CWG/issues/915.html">915</a></td>
5329 <td>Deleted specializations of member function templates
</td>
5330 <td class=
"unknown" align=
"center">Unknown
</td>
5333 <td><a href=
"https://cplusplus.github.io/CWG/issues/919.html">919</a></td>
5335 <td>Contradictions regarding inline namespaces
</td>
5336 <td class=
"unknown" align=
"center">Unknown
</td>
5339 <td><a href=
"https://cplusplus.github.io/CWG/issues/920.html">920</a></td>
5341 <td>Interaction of inline namespaces and
<I>using-declaration
</I>s
</td>
5342 <td class=
"unknown" align=
"center">Unknown
</td>
5345 <td><a href=
"https://cplusplus.github.io/CWG/issues/921.html">921</a></td>
5347 <td>Unclear specification of inline namespaces
</td>
5348 <td class=
"unknown" align=
"center">Unknown
</td>
5351 <td><a href=
"https://cplusplus.github.io/CWG/issues/922.html">922</a></td>
5353 <td>Implicit default constructor definitions and
<TT>const
</TT> variant members
</td>
5354 <td class=
"unknown" align=
"center">Unknown
</td>
5357 <td><a href=
"https://cplusplus.github.io/CWG/issues/923.html">923</a></td>
5359 <td>Inline explicit specializations
</td>
5360 <td class=
"unknown" align=
"center">Unknown
</td>
5363 <td><a href=
"https://cplusplus.github.io/CWG/issues/924.html">924</a></td>
5365 <td><I>alias-declaration
</I> as a class member
</td>
5366 <td class=
"unknown" align=
"center">Unknown
</td>
5368 <tr class=
"open" id=
"925">
5369 <td><a href=
"https://cplusplus.github.io/CWG/issues/925.html">925</a></td>
5371 <td>Type of character literals in preprocessor expressions
</td>
5372 <td align=
"center">Not resolved
</td>
5375 <td><a href=
"https://cplusplus.github.io/CWG/issues/926.html">926</a></td>
5377 <td>Inline unnamed namespaces
</td>
5378 <td class=
"unknown" align=
"center">Unknown
</td>
5381 <td><a href=
"https://cplusplus.github.io/CWG/issues/927.html">927</a></td>
5383 <td>Implicitly-deleted default constructors and member initializers
</td>
5384 <td class=
"unknown" align=
"center">Unknown
</td>
5387 <td><a href=
"https://cplusplus.github.io/CWG/issues/928.html">928</a></td>
5389 <td>Defaulting a function that would be implicitly defined as deleted
</td>
5390 <td class=
"unknown" align=
"center">Unknown
</td>
5393 <td><a href=
"https://cplusplus.github.io/CWG/issues/929.html">929</a></td>
5395 <td>What is a template alias?
</td>
5396 <td class=
"unknown" align=
"center">Unknown
</td>
5399 <td><a href=
"https://cplusplus.github.io/CWG/issues/930.html">930</a></td>
5401 <td><TT>alignof
</TT> with incomplete array type
</td>
5402 <td class=
"full" align=
"center">Clang
2.7</td>
5405 <td><a href=
"https://cplusplus.github.io/CWG/issues/931.html">931</a></td>
5407 <td>Confusing reference to the length of a user-defined string literal
</td>
5408 <td class=
"unknown" align=
"center">Unknown
</td>
5411 <td><a href=
"https://cplusplus.github.io/CWG/issues/932.html">932</a></td>
5413 <td>UCNs in closing delimiters of raw string literals
</td>
5414 <td class=
"unknown" align=
"center">Unknown
</td>
5417 <td><a href=
"https://cplusplus.github.io/CWG/issues/933.html">933</a></td>
5419 <td>32-bit UCNs with
16-bit
<TT>wchar_t
</TT></td>
5420 <td class=
"unknown" align=
"center">Unknown
</td>
5423 <td><a href=
"https://cplusplus.github.io/CWG/issues/934.html">934</a></td>
5425 <td>List-initialization of references
</td>
5426 <td class=
"unknown" align=
"center">Unknown
</td>
5429 <td><a href=
"https://cplusplus.github.io/CWG/issues/935.html">935</a></td>
5431 <td>Missing overloads for character types for user-defined literals
</td>
5432 <td class=
"unknown" align=
"center">Unknown
</td>
5435 <td><a href=
"https://cplusplus.github.io/CWG/issues/936.html">936</a></td>
5437 <td>Array initialization with new string literals
</td>
5438 <td class=
"unknown" align=
"center">Unknown
</td>
5441 <td><a href=
"https://cplusplus.github.io/CWG/issues/937.html">937</a></td>
5443 <td>Restrictions on values of template arguments in user-defined literals
</td>
5444 <td class=
"unknown" align=
"center">Unknown
</td>
5447 <td><a href=
"https://cplusplus.github.io/CWG/issues/938.html">938</a></td>
5449 <td>Initializer lists and array new
</td>
5450 <td class=
"unknown" align=
"center">Unknown
</td>
5453 <td><a href=
"https://cplusplus.github.io/CWG/issues/939.html">939</a></td>
5455 <td>Explicitly checking virtual function overriding
</td>
5456 <td class=
"unknown" align=
"center">Unknown
</td>
5459 <td><a href=
"https://cplusplus.github.io/CWG/issues/940.html">940</a></td>
5461 <td>Global anonymous unions
</td>
5462 <td class=
"unknown" align=
"center">Unknown
</td>
5465 <td><a href=
"https://cplusplus.github.io/CWG/issues/941.html">941</a></td>
5467 <td>Explicit specialization of deleted function template
</td>
5468 <td class=
"unknown" align=
"center">Unknown
</td>
5471 <td><a href=
"https://cplusplus.github.io/CWG/issues/942.html">942</a></td>
5473 <td>Is
<TT>this
</TT> an entity?
</td>
5474 <td class=
"unknown" align=
"center">Unknown
</td>
5477 <td><a href=
"https://cplusplus.github.io/CWG/issues/943.html">943</a></td>
5479 <td>Is
<TT>T()
</TT> a temporary?
</td>
5480 <td class=
"unknown" align=
"center">Unknown
</td>
5483 <td><a href=
"https://cplusplus.github.io/CWG/issues/944.html">944</a></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>
5489 <td><a href=
"https://cplusplus.github.io/CWG/issues/945.html">945</a></td>
5491 <td>Use of
<TT>this
</TT> in a late-specified return type
</td>
5492 <td class=
"unknown" align=
"center">Unknown
</td>
5495 <td><a href=
"https://cplusplus.github.io/CWG/issues/946.html">946</a></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>
5501 <td><a href=
"https://cplusplus.github.io/CWG/issues/947.html">947</a></td>
5503 <td>Deducing type template arguments from default function arguments
</td>
5504 <td class=
"unknown" align=
"center">Unknown
</td>
5507 <td><a href=
"https://cplusplus.github.io/CWG/issues/948.html">948</a></td>
5509 <td><TT>constexpr
</TT> in
<I>condition
</I>s
</td>
5510 <td class=
"full" align=
"center">Clang
3.7</td>
5512 <tr class=
"open" id=
"949">
5513 <td><a href=
"https://cplusplus.github.io/CWG/issues/949.html">949</a></td>
5515 <td>Requirements for freestanding implementations
</td>
5516 <td align=
"center">Not resolved
</td>
5519 <td><a href=
"https://cplusplus.github.io/CWG/issues/950.html">950</a></td>
5521 <td>Use of
<TT>decltype
</TT> as a
<I>class-name
</I></td>
5522 <td class=
"unknown" align=
"center">Unknown
</td>
5525 <td><a href=
"https://cplusplus.github.io/CWG/issues/951.html">951</a></td>
5527 <td>Problems with
<I>attribute-specifier
</I>s
</td>
5528 <td class=
"unknown" align=
"center">Unknown
</td>
5531 <td><a href=
"https://cplusplus.github.io/CWG/issues/952.html">952</a></td>
5533 <td>Insufficient description of
“naming class
”</td>
5534 <td class=
"full" align=
"center">Clang
2.8</td>
5537 <td><a href=
"https://cplusplus.github.io/CWG/issues/953.html">953</a></td>
5539 <td>Rvalue references and function viability
</td>
5540 <td class=
"unknown" align=
"center">Unknown
</td>
5542 <tr class=
"open" id=
"954">
5543 <td><a href=
"https://cplusplus.github.io/CWG/issues/954.html">954</a></td>
5545 <td>Overload resolution of conversion operator templates with built-in types
</td>
5546 <td align=
"center">Not resolved
</td>
5549 <td><a href=
"https://cplusplus.github.io/CWG/issues/955.html">955</a></td>
5551 <td>Can a closure type's
<TT>operator()
</TT> be virtual?
</td>
5552 <td class=
"unknown" align=
"center">Unknown
</td>
5555 <td><a href=
"https://cplusplus.github.io/CWG/issues/956.html">956</a></td>
5557 <td>Function prototype scope with late-specified return types
</td>
5558 <td class=
"unknown" align=
"center">Unknown
</td>
5561 <td><a href=
"https://cplusplus.github.io/CWG/issues/957.html">957</a></td>
5563 <td>Alternative tokens and
<I>attribute-token
</I>s
</td>
5564 <td class=
"unknown" align=
"center">Unknown
</td>
5567 <td><a href=
"https://cplusplus.github.io/CWG/issues/958.html">958</a></td>
5569 <td>Lambdas and
<TT>decltype
</TT></td>
5570 <td class=
"unknown" align=
"center">Unknown
</td>
5573 <td><a href=
"https://cplusplus.github.io/CWG/issues/959.html">959</a></td>
5575 <td>Alignment attribute for class and enumeration types
</td>
5576 <td class=
"unknown" align=
"center">Unknown
</td>
5579 <td><a href=
"https://cplusplus.github.io/CWG/issues/960.html">960</a></td>
5581 <td>Covariant functions and lvalue/rvalue references
</td>
5582 <td class=
"full" align=
"center">Clang
3.0</td>
5585 <td><a href=
"https://cplusplus.github.io/CWG/issues/961.html">961</a></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>
5591 <td><a href=
"https://cplusplus.github.io/CWG/issues/962.html">962</a></td>
5593 <td>Attributes appertaining to class and enum types
</td>
5594 <td class=
"unknown" align=
"center">Unknown
</td>
5597 <td><a href=
"https://cplusplus.github.io/CWG/issues/963.html">963</a></td>
5599 <td>Comparing
<TT>nullptr
</TT> with
0</td>
5600 <td class=
"unknown" align=
"center">Unknown
</td>
5603 <td><a href=
"https://cplusplus.github.io/CWG/issues/964.html">964</a></td>
5605 <td>Incorrect description of when the lvalue-to-rvalue conversion applies
</td>
5606 <td class=
"unknown" align=
"center">Unknown
</td>
5609 <td><a href=
"https://cplusplus.github.io/CWG/issues/965.html">965</a></td>
5611 <td>Limiting the applicability of the
<TT>carries_dependency
</TT> attribute
</td>
5612 <td class=
"unknown" align=
"center">Unknown
</td>
5615 <td><a href=
"https://cplusplus.github.io/CWG/issues/966.html">966</a></td>
5617 <td>Nested types without linkage
</td>
5618 <td class=
"unknown" align=
"center">Unknown
</td>
5621 <td><a href=
"https://cplusplus.github.io/CWG/issues/967.html">967</a></td>
5623 <td>Exception specification of replacement allocation function
</td>
5624 <td class=
"unknown" align=
"center">Unknown
</td>
5627 <td><a href=
"https://cplusplus.github.io/CWG/issues/968.html">968</a></td>
5629 <td>Syntactic ambiguity of the attribute notation
</td>
5630 <td class=
"unknown" align=
"center">Unknown
</td>
5633 <td><a href=
"https://cplusplus.github.io/CWG/issues/969.html">969</a></td>
5635 <td>Explicit instantiation declarations of class template specializations
</td>
5636 <td class=
"unknown" align=
"center">Unknown
</td>
5639 <td><a href=
"https://cplusplus.github.io/CWG/issues/970.html">970</a></td>
5641 <td>Consistent use of
“appertain
” and
“apply
”</td>
5642 <td class=
"unknown" align=
"center">Unknown
</td>
5645 <td><a href=
"https://cplusplus.github.io/CWG/issues/971.html">971</a></td>
5647 <td>Incorrect treatment of
<I>exception-declaration
</I>s
</td>
5648 <td class=
"unknown" align=
"center">Unknown
</td>
5651 <td><a href=
"https://cplusplus.github.io/CWG/issues/972.html">972</a></td>
5653 <td>Allowing multiple
<I>attribute-specifier
</I>s
</td>
5654 <td class=
"unknown" align=
"center">Unknown
</td>
5657 <td><a href=
"https://cplusplus.github.io/CWG/issues/973.html">973</a></td>
5659 <td>Function types in
<I>exception-specification
</I>s
</td>
5660 <td class=
"unknown" align=
"center">Unknown
</td>
5663 <td><a href=
"https://cplusplus.github.io/CWG/issues/974.html">974</a></td>
5665 <td>Default arguments for lambdas
</td>
5666 <td class=
"full" align=
"center">Yes
</td>
5669 <td><a href=
"https://cplusplus.github.io/CWG/issues/975.html">975</a></td>
5671 <td>Restrictions on return type deduction for lambdas
</td>
5672 <td class=
"unknown" align=
"center">Unknown
</td>
5675 <td><a href=
"https://cplusplus.github.io/CWG/issues/976.html">976</a></td>
5677 <td>Deduction for
<TT>const T
&</TT> conversion operators
</td>
5678 <td class=
"unknown" align=
"center">Unknown
</td>
5681 <td><a href=
"https://cplusplus.github.io/CWG/issues/977.html">977</a></td>
5683 <td>When is an enumeration type complete?
</td>
5684 <td class=
"full" align=
"center">Yes
</td>
5687 <td><a href=
"https://cplusplus.github.io/CWG/issues/978.html">978</a></td>
5689 <td>Incorrect specification for copy initialization
</td>
5690 <td class=
"unknown" align=
"center">Unknown
</td>
5693 <td><a href=
"https://cplusplus.github.io/CWG/issues/979.html">979</a></td>
5695 <td>Position of
<I>attribute-specifier
</I> in declarator syntax
</td>
5696 <td class=
"unknown" align=
"center">Unknown
</td>
5699 <td><a href=
"https://cplusplus.github.io/CWG/issues/980.html">980</a></td>
5701 <td>Explicit instantiation of a member of a class template
</td>
5702 <td class=
"unknown" align=
"center">Unknown
</td>
5705 <td><a href=
"https://cplusplus.github.io/CWG/issues/981.html">981</a></td>
5707 <td>Constexpr constructor templates and literal types
</td>
5708 <td class=
"unknown" align=
"center">Unknown
</td>
5711 <td><a href=
"https://cplusplus.github.io/CWG/issues/982.html">982</a></td>
5713 <td>Initialization with an empty initializer list
</td>
5714 <td class=
"unknown" align=
"center">Unknown
</td>
5717 <td><a href=
"https://cplusplus.github.io/CWG/issues/983.html">983</a></td>
5719 <td>Ambiguous pointer-to-member constant
</td>
5720 <td class=
"unknown" align=
"center">Unknown
</td>
5723 <td><a href=
"https://cplusplus.github.io/CWG/issues/984.html">984</a></td>
5725 <td>“Deduced type
” is unclear in
<TT>auto
</TT> type deduction
</td>
5726 <td class=
"unknown" align=
"center">Unknown
</td>
5729 <td><a href=
"https://cplusplus.github.io/CWG/issues/985.html">985</a></td>
5731 <td>Alternative tokens and user-defined literals
</td>
5732 <td class=
"unknown" align=
"center">Unknown
</td>
5735 <td><a href=
"https://cplusplus.github.io/CWG/issues/986.html">986</a></td>
5737 <td>Transitivity of
<I>using-directive
</I>s versus qualified lookup
</td>
5738 <td class=
"unknown" align=
"center">Unknown
</td>
5741 <td><a href=
"https://cplusplus.github.io/CWG/issues/987.html">987</a></td>
5743 <td>Which declarations introduce namespace members?
</td>
5744 <td class=
"unknown" align=
"center">Unknown
</td>
5747 <td><a href=
"https://cplusplus.github.io/CWG/issues/988.html">988</a></td>
5749 <td>Reference-to-reference collapsing with
<TT>decltype
</TT></td>
5750 <td class=
"unknown" align=
"center">Unknown
</td>
5753 <td><a href=
"https://cplusplus.github.io/CWG/issues/989.html">989</a></td>
5755 <td>Misplaced list-initialization example
</td>
5756 <td class=
"unknown" align=
"center">Unknown
</td>
5759 <td><a href=
"https://cplusplus.github.io/CWG/issues/990.html">990</a></td>
5761 <td>Value initialization with multiple initializer-list constructors
</td>
5762 <td class=
"full" align=
"center">Clang
3.5</td>
5765 <td><a href=
"https://cplusplus.github.io/CWG/issues/991.html">991</a></td>
5767 <td>Reference parameters of constexpr functions and constructors
</td>
5768 <td class=
"unknown" align=
"center">Unknown
</td>
5771 <td><a href=
"https://cplusplus.github.io/CWG/issues/992.html">992</a></td>
5773 <td>Inheriting explicitness
</td>
5774 <td class=
"unknown" align=
"center">Unknown
</td>
5777 <td><a href=
"https://cplusplus.github.io/CWG/issues/993.html">993</a></td>
5779 <td>Freedom to perform instantiation at the end of the translation unit
</td>
5780 <td class=
"unknown" align=
"center">Unknown
</td>
5783 <td><a href=
"https://cplusplus.github.io/CWG/issues/994.html">994</a></td>
5785 <td><I>braced-init-list
</I> as a default argument
</td>
5786 <td class=
"unknown" align=
"center">Unknown
</td>
5789 <td><a href=
"https://cplusplus.github.io/CWG/issues/995.html">995</a></td>
5791 <td>Incorrect example for
<I>using-declaration
</I> and explicit instantiation
</td>
5792 <td class=
"unknown" align=
"center">Unknown
</td>
5795 <td><a href=
"https://cplusplus.github.io/CWG/issues/996.html">996</a></td>
5797 <td>Ambiguous partial specializations of member class templates
</td>
5798 <td class=
"unknown" align=
"center">Unknown
</td>
5801 <td><a href=
"https://cplusplus.github.io/CWG/issues/997.html">997</a></td>
5803 <td>Argument-dependent lookup and dependent function template parameter types
</td>
5804 <td class=
"unknown" align=
"center">Unknown
</td>
5807 <td><a href=
"https://cplusplus.github.io/CWG/issues/998.html">998</a></td>
5809 <td>Function parameter transformations and template functions
</td>
5810 <td class=
"unknown" align=
"center">Unknown
</td>
5813 <td><a href=
"https://cplusplus.github.io/CWG/issues/999.html">999</a></td>
5815 <td>“Implicit
” or
“implied
” object argument/parameter?
</td>
5816 <td class=
"unknown" align=
"center">Unknown
</td>
5819 <td><a href=
"https://cplusplus.github.io/CWG/issues/1000.html">1000</a></td>
5821 <td>Mistaking member typedefs for constructors
</td>
5822 <td class=
"unknown" align=
"center">Unknown
</td>
5824 <tr class=
"open" id=
"1001">
5825 <td><a href=
"https://cplusplus.github.io/CWG/issues/1001.html">1001</a></td>
5827 <td>Parameter type adjustment in dependent parameter types
</td>
5828 <td align=
"center">Not resolved
</td>
5831 <td><a href=
"https://cplusplus.github.io/CWG/issues/1002.html">1002</a></td>
5833 <td>Pack expansion for function arguments
</td>
5834 <td class=
"unknown" align=
"center">Unknown
</td>
5837 <td><a href=
"https://cplusplus.github.io/CWG/issues/1003.html">1003</a></td>
5839 <td>Acceptable definitions of
<TT>main
</TT></td>
5840 <td class=
"unknown" align=
"center">Unknown
</td>
5843 <td><a href=
"https://cplusplus.github.io/CWG/issues/1004.html">1004</a></td>
5845 <td>Injected-class-names as arguments for template template parameters
</td>
5846 <td class=
"full" align=
"center">Clang
5</td>
5849 <td><a href=
"https://cplusplus.github.io/CWG/issues/1005.html">1005</a></td>
5851 <td>Qualified name resolution in member functions of class templates
</td>
5852 <td class=
"unknown" align=
"center">Unknown
</td>
5855 <td><a href=
"https://cplusplus.github.io/CWG/issues/1006.html">1006</a></td>
5857 <td><TT>std::nullptr_t
</TT> as a non-type template parameter
</td>
5858 <td class=
"unknown" align=
"center">Unknown
</td>
5861 <td><a href=
"https://cplusplus.github.io/CWG/issues/1007.html">1007</a></td>
5863 <td>Protected access and pointers to members
</td>
5864 <td class=
"unknown" align=
"center">Unknown
</td>
5867 <td><a href=
"https://cplusplus.github.io/CWG/issues/1008.html">1008</a></td>
5869 <td>Querying the alignment of an object
</td>
5870 <td class=
"unknown" align=
"center">Unknown
</td>
5873 <td><a href=
"https://cplusplus.github.io/CWG/issues/1009.html">1009</a></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>
5879 <td><a href=
"https://cplusplus.github.io/CWG/issues/1010.html">1010</a></td>
5881 <td>Address of object with dynamic storage duration in constant expression
</td>
5882 <td class=
"unknown" align=
"center">Unknown
</td>
5885 <td><a href=
"https://cplusplus.github.io/CWG/issues/1011.html">1011</a></td>
5887 <td>Standard conversions that cannot be inverted
</td>
5888 <td class=
"unknown" align=
"center">Unknown
</td>
5891 <td><a href=
"https://cplusplus.github.io/CWG/issues/1012.html">1012</a></td>
5893 <td>Undeprecating
<TT>static
</TT></td>
5894 <td class=
"unknown" align=
"center">Unknown
</td>
5897 <td><a href=
"https://cplusplus.github.io/CWG/issues/1013.html">1013</a></td>
5899 <td>Uninitialized
<TT>std::nullptr_t
</TT> objects
</td>
5900 <td class=
"unknown" align=
"center">Unknown
</td>
5903 <td><a href=
"https://cplusplus.github.io/CWG/issues/1014.html">1014</a></td>
5905 <td>Overload resolution between
<TT>const T
&</TT> and
<TT>T
&&</TT></td>
5906 <td class=
"unknown" align=
"center">Unknown
</td>
5909 <td><a href=
"https://cplusplus.github.io/CWG/issues/1015.html">1015</a></td>
5911 <td>Template arguments and argument-dependent lookup
</td>
5912 <td class=
"unknown" align=
"center">Unknown
</td>
5915 <td><a href=
"https://cplusplus.github.io/CWG/issues/1016.html">1016</a></td>
5917 <td>Overloadable declarations, function templates, and references
</td>
5918 <td class=
"unknown" align=
"center">Unknown
</td>
5921 <td><a href=
"https://cplusplus.github.io/CWG/issues/1017.html">1017</a></td>
5923 <td>Member access transformation in unevaluated operands
</td>
5924 <td class=
"unknown" align=
"center">Unknown
</td>
5927 <td><a href=
"https://cplusplus.github.io/CWG/issues/1018.html">1018</a></td>
5929 <td>Ambiguity between
<I>simple-declaration
</I> and
<I>attribute-declaration
</I></td>
5930 <td class=
"unknown" align=
"center">Unknown
</td>
5933 <td><a href=
"https://cplusplus.github.io/CWG/issues/1019.html">1019</a></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>
5939 <td><a href=
"https://cplusplus.github.io/CWG/issues/1020.html">1020</a></td>
5941 <td>Implicitly-defined copy constructors and explicit base class constructors
</td>
5942 <td class=
"unknown" align=
"center">Unknown
</td>
5945 <td><a href=
"https://cplusplus.github.io/CWG/issues/1021.html">1021</a></td>
5947 <td>Definitions of namespace members
</td>
5948 <td class=
"unknown" align=
"center">Unknown
</td>
5951 <td><a href=
"https://cplusplus.github.io/CWG/issues/1022.html">1022</a></td>
5953 <td>Can an enumeration variable have values outside the values of the enumeration?
</td>
5954 <td class=
"unknown" align=
"center">Unknown
</td>
5957 <td><a href=
"https://cplusplus.github.io/CWG/issues/1023.html">1023</a></td>
5959 <td><TT>thread_local
</TT> objects as non-type template arguments
</td>
5960 <td class=
"unknown" align=
"center">Unknown
</td>
5963 <td><a href=
"https://cplusplus.github.io/CWG/issues/1024.html">1024</a></td>
5965 <td>Limits on multicharacter literals
</td>
5966 <td class=
"unknown" align=
"center">Unknown
</td>
5969 <td><a href=
"https://cplusplus.github.io/CWG/issues/1025.html">1025</a></td>
5971 <td>Use of a reference as a non-type template argument
</td>
5972 <td class=
"unknown" align=
"center">Unknown
</td>
5975 <td><a href=
"https://cplusplus.github.io/CWG/issues/1026.html">1026</a></td>
5977 <td>Cv-qualified non-class rvalues
</td>
5978 <td class=
"unknown" align=
"center">Unknown
</td>
5980 <tr class=
"open" id=
"1027">
5981 <td><a href=
"https://cplusplus.github.io/CWG/issues/1027.html">1027</a></td>
5983 <td>Type consistency and reallocation of scalar types
</td>
5984 <td align=
"center">Not resolved
</td>
5987 <td><a href=
"https://cplusplus.github.io/CWG/issues/1028.html">1028</a></td>
5989 <td>Dependent names in non-defining declarations
</td>
5990 <td class=
"unknown" align=
"center">Unknown
</td>
5993 <td><a href=
"https://cplusplus.github.io/CWG/issues/1029.html">1029</a></td>
5995 <td>Type of a destructor call
</td>
5996 <td class=
"unknown" align=
"center">Unknown
</td>
5999 <td><a href=
"https://cplusplus.github.io/CWG/issues/1030.html">1030</a></td>
6001 <td>Evaluation order in
<I>initializer-list
</I>s used in aggregate initialization
</td>
6002 <td class=
"unknown" align=
"center">Unknown
</td>
6005 <td><a href=
"https://cplusplus.github.io/CWG/issues/1031.html">1031</a></td>
6007 <td>Optional elements in attributes
</td>
6008 <td class=
"unknown" align=
"center">Unknown
</td>
6011 <td><a href=
"https://cplusplus.github.io/CWG/issues/1032.html">1032</a></td>
6013 <td>Empty pack expansions
</td>
6014 <td class=
"unknown" align=
"center">Unknown
</td>
6017 <td><a href=
"https://cplusplus.github.io/CWG/issues/1033.html">1033</a></td>
6019 <td>Restrictions on alignment attributes
</td>
6020 <td class=
"unknown" align=
"center">Unknown
</td>
6023 <td><a href=
"https://cplusplus.github.io/CWG/issues/1034.html">1034</a></td>
6025 <td>Attributes for
<TT>return
</TT> statements in lambdas
</td>
6026 <td class=
"unknown" align=
"center">Unknown
</td>
6029 <td><a href=
"https://cplusplus.github.io/CWG/issues/1035.html">1035</a></td>
6031 <td>Omitted and required
<I>decl-specifier
</I>s
</td>
6032 <td class=
"unknown" align=
"center">Unknown
</td>
6035 <td><a href=
"https://cplusplus.github.io/CWG/issues/1036.html">1036</a></td>
6037 <td>Alignment attribute in an
<I>exception-declaration
</I></td>
6038 <td class=
"unknown" align=
"center">Unknown
</td>
6041 <td><a href=
"https://cplusplus.github.io/CWG/issues/1037.html">1037</a></td>
6043 <td>Requirements for operands of
<I>delete-expression
</I>s and deallocation functions
</td>
6044 <td class=
"unknown" align=
"center">Unknown
</td>
6047 <td><a href=
"https://cplusplus.github.io/CWG/issues/1038.html">1038</a></td>
6049 <td>Overload resolution of
<TT>&x.static_func
</TT></td>
6050 <td class=
"unknown" align=
"center">Unknown
</td>
6053 <td><a href=
"https://cplusplus.github.io/CWG/issues/1039.html">1039</a></td>
6055 <td>Coordinating C and C++ alignment specifications
</td>
6056 <td class=
"unknown" align=
"center">Unknown
</td>
6059 <td><a href=
"https://cplusplus.github.io/CWG/issues/1040.html">1040</a></td>
6061 <td>Memory model issues
</td>
6062 <td class=
"unknown" align=
"center">Unknown
</td>
6065 <td><a href=
"https://cplusplus.github.io/CWG/issues/1041.html">1041</a></td>
6067 <td><I>alias-declaration
</I>s as class members
</td>
6068 <td class=
"unknown" align=
"center">Unknown
</td>
6071 <td><a href=
"https://cplusplus.github.io/CWG/issues/1042.html">1042</a></td>
6073 <td>Attributes in
<I>alias-declaration
</I>s
</td>
6074 <td class=
"full" align=
"center">Clang
3.5</td>
6077 <td><a href=
"https://cplusplus.github.io/CWG/issues/1043.html">1043</a></td>
6079 <td>Qualified name lookup in the current instantiation
</td>
6080 <td class=
"unknown" align=
"center">Unknown
</td>
6083 <td><a href=
"https://cplusplus.github.io/CWG/issues/1044.html">1044</a></td>
6085 <td>Point of declaration for an
<I>alias-declaration
</I></td>
6086 <td class=
"unknown" align=
"center">Unknown
</td>
6089 <td><a href=
"https://cplusplus.github.io/CWG/issues/1045.html">1045</a></td>
6091 <td>Requiring explicit instantiation declarations
</td>
6092 <td class=
"unknown" align=
"center">Unknown
</td>
6094 <tr class=
"open" id=
"1046">
6095 <td><a href=
"https://cplusplus.github.io/CWG/issues/1046.html">1046</a></td>
6097 <td>What is a
“use
” of a class specialization?
</td>
6098 <td align=
"center">Not resolved
</td>
6101 <td><a href=
"https://cplusplus.github.io/CWG/issues/1047.html">1047</a></td>
6103 <td>When is
<TT>typeid
</TT> value-dependent?
</td>
6104 <td class=
"unknown" align=
"center">Unknown
</td>
6107 <td><a href=
"https://cplusplus.github.io/CWG/issues/1048.html">1048</a></td>
6109 <td><TT>auto
</TT> deduction and lambda return type deduction.
</td>
6110 <td class=
"full" align=
"center">Clang
3.6</td>
6112 <tr class=
"open" id=
"1049">
6113 <td><a href=
"https://cplusplus.github.io/CWG/issues/1049.html">1049</a></td>
6115 <td>Copy elision through reference parameters of inline functions
</td>
6116 <td align=
"center">Not resolved
</td>
6119 <td><a href=
"https://cplusplus.github.io/CWG/issues/1050.html">1050</a></td>
6121 <td>Effects of thread support on object lifetime
</td>
6122 <td class=
"unknown" align=
"center">Unknown
</td>
6125 <td><a href=
"https://cplusplus.github.io/CWG/issues/1051.html">1051</a></td>
6127 <td>Reference members and generated copy constructors
</td>
6128 <td class=
"unknown" align=
"center">Unknown
</td>
6131 <td><a href=
"https://cplusplus.github.io/CWG/issues/1052.html">1052</a></td>
6133 <td><TT>const
</TT> non-static data member and PODness
</td>
6134 <td class=
"unknown" align=
"center">Unknown
</td>
6137 <td><a href=
"https://cplusplus.github.io/CWG/issues/1053.html">1053</a></td>
6139 <td>Terminate vs undefined behavior for noexcept violation
</td>
6140 <td class=
"unknown" align=
"center">Unknown
</td>
6143 <td><a href=
"https://cplusplus.github.io/CWG/issues/1054.html">1054</a></td>
6145 <td>Lvalue-to-rvalue conversions in expression statements
</td>
6146 <td class=
"none" align=
"center">No
</td>
6149 <td><a href=
"https://cplusplus.github.io/CWG/issues/1055.html">1055</a></td>
6151 <td>Permissible uses of
<TT>void
</TT></td>
6152 <td class=
"unknown" align=
"center">Unknown
</td>
6155 <td><a href=
"https://cplusplus.github.io/CWG/issues/1056.html">1056</a></td>
6157 <td>Template aliases, member definitions, and the current instantiation
</td>
6158 <td class=
"unknown" align=
"center">Unknown
</td>
6161 <td><a href=
"https://cplusplus.github.io/CWG/issues/1057.html">1057</a></td>
6163 <td><TT>decltype
</TT> and the current instantiation
</td>
6164 <td class=
"unknown" align=
"center">Unknown
</td>
6167 <td><a href=
"https://cplusplus.github.io/CWG/issues/1058.html">1058</a></td>
6169 <td>Reference binding of incompatible array types
</td>
6170 <td class=
"unknown" align=
"center">Unknown
</td>
6173 <td><a href=
"https://cplusplus.github.io/CWG/issues/1059.html">1059</a></td>
6175 <td>Cv-qualified array types (with rvalues)
</td>
6176 <td class=
"unknown" align=
"center">Unknown
</td>
6179 <td><a href=
"https://cplusplus.github.io/CWG/issues/1060.html">1060</a></td>
6181 <td>Scoped enumerators in integral constant expressions
</td>
6182 <td class=
"unknown" align=
"center">Unknown
</td>
6185 <td><a href=
"https://cplusplus.github.io/CWG/issues/1061.html">1061</a></td>
6187 <td>Negative array bounds in a
<I>new-expression
</I></td>
6188 <td class=
"unknown" align=
"center">Unknown
</td>
6191 <td><a href=
"https://cplusplus.github.io/CWG/issues/1062.html">1062</a></td>
6193 <td>Syntax of
<I>attribute-specifier
</I>s in lambdas
</td>
6194 <td class=
"unknown" align=
"center">Unknown
</td>
6197 <td><a href=
"https://cplusplus.github.io/CWG/issues/1063.html">1063</a></td>
6199 <td><TT>[[hiding]]
</TT> with non-attribute declarations
</td>
6200 <td class=
"unknown" align=
"center">Unknown
</td>
6203 <td><a href=
"https://cplusplus.github.io/CWG/issues/1064.html">1064</a></td>
6205 <td>Defaulted move constructor for a union
</td>
6206 <td class=
"unknown" align=
"center">Unknown
</td>
6209 <td><a href=
"https://cplusplus.github.io/CWG/issues/1065.html">1065</a></td>
6211 <td><TT>[[hiding]]
</TT> with
<TT>[[override]]
</TT></td>
6212 <td class=
"unknown" align=
"center">Unknown
</td>
6215 <td><a href=
"https://cplusplus.github.io/CWG/issues/1066.html">1066</a></td>
6217 <td>When is a copy/move assignment operator implicitly defined?
</td>
6218 <td class=
"unknown" align=
"center">Unknown
</td>
6221 <td><a href=
"https://cplusplus.github.io/CWG/issues/1067.html">1067</a></td>
6223 <td><TT>[[hiding]]
</TT>,
<I>using-declaration
</I>s, and multiple inheritance
</td>
6224 <td class=
"unknown" align=
"center">Unknown
</td>
6227 <td><a href=
"https://cplusplus.github.io/CWG/issues/1068.html">1068</a></td>
6229 <td>Template aliases with default arguments and template parameter packs
</td>
6230 <td class=
"unknown" align=
"center">Unknown
</td>
6233 <td><a href=
"https://cplusplus.github.io/CWG/issues/1069.html">1069</a></td>
6235 <td>Incorrect function type with
<I>trailing-return-type
</I></td>
6236 <td class=
"unknown" align=
"center">Unknown
</td>
6239 <td><a href=
"https://cplusplus.github.io/CWG/issues/1070.html">1070</a></td>
6241 <td>Missing initializer clauses in aggregate initialization
</td>
6242 <td class=
"full" align=
"center">Clang
3.5</td>
6245 <td><a href=
"https://cplusplus.github.io/CWG/issues/1071.html">1071</a></td>
6247 <td>Literal class types and trivial default constructors
</td>
6248 <td class=
"unknown" align=
"center">Unknown
</td>
6251 <td><a href=
"https://cplusplus.github.io/CWG/issues/1072.html">1072</a></td>
6253 <td>Scoped enumerator with the same name as its containing class
</td>
6254 <td class=
"unknown" align=
"center">Unknown
</td>
6257 <td><a href=
"https://cplusplus.github.io/CWG/issues/1073.html">1073</a></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>
6263 <td><a href=
"https://cplusplus.github.io/CWG/issues/1074.html">1074</a></td>
6265 <td>Value-dependent
<I>noexcept-expression
</I>s
</td>
6266 <td class=
"unknown" align=
"center">Unknown
</td>
6269 <td><a href=
"https://cplusplus.github.io/CWG/issues/1075.html">1075</a></td>
6271 <td>Grammar does not allow template alias in
<I>type-name
</I></td>
6272 <td class=
"unknown" align=
"center">Unknown
</td>
6275 <td><a href=
"https://cplusplus.github.io/CWG/issues/1076.html">1076</a></td>
6277 <td>Value categories and lvalue temporaries
</td>
6278 <td class=
"unknown" align=
"center">Unknown
</td>
6281 <td><a href=
"https://cplusplus.github.io/CWG/issues/1077.html">1077</a></td>
6283 <td>Explicit specializations in non-containing namespaces
</td>
6284 <td class=
"unknown" align=
"center">Unknown
</td>
6287 <td><a href=
"https://cplusplus.github.io/CWG/issues/1078.html">1078</a></td>
6289 <td>Narrowing and the usual arithmetic conversions
</td>
6290 <td class=
"unknown" align=
"center">Unknown
</td>
6293 <td><a href=
"https://cplusplus.github.io/CWG/issues/1079.html">1079</a></td>
6295 <td>Overload resolution involving aggregate initialization
</td>
6296 <td class=
"unknown" align=
"center">Unknown
</td>
6299 <td><a href=
"https://cplusplus.github.io/CWG/issues/1080.html">1080</a></td>
6301 <td>Confusing relationship between templates and copy constructors
</td>
6302 <td class=
"unknown" align=
"center">Unknown
</td>
6305 <td><a href=
"https://cplusplus.github.io/CWG/issues/1081.html">1081</a></td>
6307 <td>Defaulted destructor and unusable operator delete
</td>
6308 <td class=
"unknown" align=
"center">Unknown
</td>
6311 <td><a href=
"https://cplusplus.github.io/CWG/issues/1082.html">1082</a></td>
6313 <td>Implicit copy function if subobject has none?
</td>
6314 <td class=
"unknown" align=
"center">Unknown
</td>
6317 <td><a href=
"https://cplusplus.github.io/CWG/issues/1083.html">1083</a></td>
6319 <td>Passing an object to ellipsis with non-trivial move constructor
</td>
6320 <td class=
"unknown" align=
"center">Unknown
</td>
6323 <td><a href=
"https://cplusplus.github.io/CWG/issues/1084.html">1084</a></td>
6325 <td>Conditions for a deleted move function
</td>
6326 <td class=
"unknown" align=
"center">Unknown
</td>
6329 <td><a href=
"https://cplusplus.github.io/CWG/issues/1085.html">1085</a></td>
6331 <td>Move assignment operators and virtual bases
</td>
6332 <td class=
"unknown" align=
"center">Unknown
</td>
6335 <td><a href=
"https://cplusplus.github.io/CWG/issues/1086.html">1086</a></td>
6337 <td><TT>const_cast
</TT> to rvalue reference to function type
</td>
6338 <td class=
"unknown" align=
"center">Unknown
</td>
6341 <td><a href=
"https://cplusplus.github.io/CWG/issues/1087.html">1087</a></td>
6343 <td>Additional applications of issue
899</td>
6344 <td class=
"unknown" align=
"center">Unknown
</td>
6347 <td><a href=
"https://cplusplus.github.io/CWG/issues/1088.html">1088</a></td>
6349 <td>Dependent non-type template arguments
</td>
6350 <td class=
"unknown" align=
"center">Unknown
</td>
6352 <tr class=
"open" id=
"1089">
6353 <td><a href=
"https://cplusplus.github.io/CWG/issues/1089.html">1089</a></td>
6355 <td>Template parameters in member selections
</td>
6356 <td align=
"center">Not resolved
</td>
6359 <td><a href=
"https://cplusplus.github.io/CWG/issues/1090.html">1090</a></td>
6361 <td>Alignment of subobjects
</td>
6362 <td class=
"unknown" align=
"center">Unknown
</td>
6365 <td><a href=
"https://cplusplus.github.io/CWG/issues/1091.html">1091</a></td>
6367 <td>Inconsistent use of the term
“object expression
”</td>
6368 <td class=
"unknown" align=
"center">Unknown
</td>
6370 <tr class=
"open" id=
"1092">
6371 <td><a href=
"https://cplusplus.github.io/CWG/issues/1092.html">1092</a></td>
6373 <td>Cycles in overload resolution during instantiation
</td>
6374 <td align=
"center">Not resolved
</td>
6377 <td><a href=
"https://cplusplus.github.io/CWG/issues/1093.html">1093</a></td>
6379 <td>Value-initializing non-objects
</td>
6380 <td class=
"unknown" align=
"center">Unknown
</td>
6383 <td><a href=
"https://cplusplus.github.io/CWG/issues/1094.html">1094</a></td>
6385 <td>Converting floating-point values to scoped enumeration types
</td>
6386 <td class=
"unknown" align=
"center">Unknown
</td>
6389 <td><a href=
"https://cplusplus.github.io/CWG/issues/1095.html">1095</a></td>
6391 <td>List-initialization of references
</td>
6392 <td class=
"unknown" align=
"center">Unknown
</td>
6395 <td><a href=
"https://cplusplus.github.io/CWG/issues/1096.html">1096</a></td>
6397 <td>Missing requirement for template definitions
</td>
6398 <td class=
"unknown" align=
"center">Unknown
</td>
6401 <td><a href=
"https://cplusplus.github.io/CWG/issues/1097.html">1097</a></td>
6403 <td>Aggregate initialization of function parameters
</td>
6404 <td class=
"unknown" align=
"center">Unknown
</td>
6407 <td><a href=
"https://cplusplus.github.io/CWG/issues/1098.html">1098</a></td>
6409 <td>Pointer conversions in constant expressions
</td>
6410 <td class=
"unknown" align=
"center">Unknown
</td>
6413 <td><a href=
"https://cplusplus.github.io/CWG/issues/1099.html">1099</a></td>
6415 <td>Infinite recursion in
<TT>constexpr
</TT> functions
</td>
6416 <td class=
"unknown" align=
"center">Unknown
</td>
6419 <td><a href=
"https://cplusplus.github.io/CWG/issues/1100.html">1100</a></td>
6421 <td><TT>constexpr
</TT> conversion functions and non-type template arguments
</td>
6422 <td class=
"unknown" align=
"center">Unknown
</td>
6425 <td><a href=
"https://cplusplus.github.io/CWG/issues/1101.html">1101</a></td>
6427 <td>Non-integral initialized static data members
</td>
6428 <td class=
"unknown" align=
"center">Unknown
</td>
6431 <td><a href=
"https://cplusplus.github.io/CWG/issues/1102.html">1102</a></td>
6433 <td>Better example of undefined behavior
</td>
6434 <td class=
"unknown" align=
"center">Unknown
</td>
6437 <td><a href=
"https://cplusplus.github.io/CWG/issues/1103.html">1103</a></td>
6439 <td>Reversion of phase
1 and
2 transformations in raw string literals
</td>
6440 <td class=
"unknown" align=
"center">Unknown
</td>
6443 <td><a href=
"https://cplusplus.github.io/CWG/issues/1104.html">1104</a></td>
6445 <td>Global-scope template arguments vs the
<TT><:
</TT> digraph
</td>
6446 <td class=
"unknown" align=
"center">Unknown
</td>
6449 <td><a href=
"https://cplusplus.github.io/CWG/issues/1105.html">1105</a></td>
6451 <td>Issues relating to TR
10176:
2003</td>
6452 <td class=
"unknown" align=
"center">Unknown
</td>
6455 <td><a href=
"https://cplusplus.github.io/CWG/issues/1106.html">1106</a></td>
6457 <td>Need more detail in
<TT>nullptr
</TT> keyword description
</td>
6458 <td class=
"unknown" align=
"center">Unknown
</td>
6461 <td><a href=
"https://cplusplus.github.io/CWG/issues/1107.html">1107</a></td>
6463 <td>Overload resolution for user-defined integer literals
</td>
6464 <td class=
"unknown" align=
"center">Unknown
</td>
6467 <td><a href=
"https://cplusplus.github.io/CWG/issues/1108.html">1108</a></td>
6469 <td>User-defined literals have not been implemented
</td>
6470 <td class=
"unknown" align=
"center">Unknown
</td>
6473 <td><a href=
"https://cplusplus.github.io/CWG/issues/1109.html">1109</a></td>
6475 <td>When is
“use
” a reference to the ODR meaning?
</td>
6476 <td class=
"unknown" align=
"center">Unknown
</td>
6479 <td><a href=
"https://cplusplus.github.io/CWG/issues/1110.html">1110</a></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>
6485 <td><a href=
"https://cplusplus.github.io/CWG/issues/1111.html">1111</a></td>
6487 <td>Remove dual-scope lookup of member template names
</td>
6488 <td class=
"full" align=
"center">Clang
3.2</td>
6491 <td><a href=
"https://cplusplus.github.io/CWG/issues/1112.html">1112</a></td>
6493 <td><TT>constexpr
</TT> variables should have internal linkage like
<TT>const
</TT></td>
6494 <td class=
"unknown" align=
"center">Unknown
</td>
6497 <td><a href=
"https://cplusplus.github.io/CWG/issues/1113.html">1113</a></td>
6499 <td>Linkage of namespace member of unnamed namespace
</td>
6500 <td class=
"partial" align=
"center">Partial
</td>
6503 <td><a href=
"https://cplusplus.github.io/CWG/issues/1114.html">1114</a></td>
6505 <td>Incorrect use of placement
<TT>new
</TT> in example
</td>
6506 <td class=
"unknown" align=
"center">Unknown
</td>
6509 <td><a href=
"https://cplusplus.github.io/CWG/issues/1115.html">1115</a></td>
6511 <td>C-compatible alignment specification
</td>
6512 <td class=
"unknown" align=
"center">Unknown
</td>
6515 <td><a href=
"https://cplusplus.github.io/CWG/issues/1116.html">1116</a></td>
6517 <td>Aliasing of union members
</td>
6518 <td class=
"unknown" align=
"center">Unknown
</td>
6521 <td><a href=
"https://cplusplus.github.io/CWG/issues/1117.html">1117</a></td>
6523 <td>Incorrect note about xvalue member access expressions
</td>
6524 <td class=
"unknown" align=
"center">Unknown
</td>
6527 <td><a href=
"https://cplusplus.github.io/CWG/issues/1118.html">1118</a></td>
6529 <td>Implicit lambda capture via explicit copy constructor
</td>
6530 <td class=
"unknown" align=
"center">Unknown
</td>
6533 <td><a href=
"https://cplusplus.github.io/CWG/issues/1119.html">1119</a></td>
6535 <td>Missing case in description of member access ambiguity
</td>
6536 <td class=
"unknown" align=
"center">Unknown
</td>
6539 <td><a href=
"https://cplusplus.github.io/CWG/issues/1120.html">1120</a></td>
6541 <td><TT>reinterpret_cast
</TT> and
<TT>void*
</TT></td>
6542 <td class=
"unknown" align=
"center">Unknown
</td>
6545 <td><a href=
"https://cplusplus.github.io/CWG/issues/1121.html">1121</a></td>
6547 <td>Unnecessary ambiguity error in formation of pointer to member
</td>
6548 <td class=
"unknown" align=
"center">Unknown
</td>
6551 <td><a href=
"https://cplusplus.github.io/CWG/issues/1122.html">1122</a></td>
6553 <td>Circular definition of
<TT>std::size_t
</TT></td>
6554 <td class=
"unknown" align=
"center">Unknown
</td>
6557 <td><a href=
"https://cplusplus.github.io/CWG/issues/1123.html">1123</a></td>
6559 <td>Destructors should be
<TT>noexcept
</TT> by default
</td>
6560 <td class=
"unknown" align=
"center">Unknown
</td>
6563 <td><a href=
"https://cplusplus.github.io/CWG/issues/1124.html">1124</a></td>
6565 <td>Error in description of value category of pointer-to-member expression
</td>
6566 <td class=
"unknown" align=
"center">Unknown
</td>
6569 <td><a href=
"https://cplusplus.github.io/CWG/issues/1125.html">1125</a></td>
6571 <td>Unclear definition of
“potential constant expression
”</td>
6572 <td class=
"unknown" align=
"center">Unknown
</td>
6575 <td><a href=
"https://cplusplus.github.io/CWG/issues/1126.html">1126</a></td>
6577 <td><TT>constexpr
</TT> functions in
<TT>const
</TT> initializers
</td>
6578 <td class=
"unknown" align=
"center">Unknown
</td>
6581 <td><a href=
"https://cplusplus.github.io/CWG/issues/1127.html">1127</a></td>
6583 <td>Overload resolution in
<TT>constexpr
</TT> functions
</td>
6584 <td class=
"unknown" align=
"center">Unknown
</td>
6587 <td><a href=
"https://cplusplus.github.io/CWG/issues/1128.html">1128</a></td>
6589 <td><I>attribute-specifier
</I>s in
<I>decl-specifier-seq
</I>s
</td>
6590 <td class=
"unknown" align=
"center">Unknown
</td>
6593 <td><a href=
"https://cplusplus.github.io/CWG/issues/1129.html">1129</a></td>
6595 <td>Default
<TT>nothrow
</TT> for
<TT>constexpr
</TT> functions
</td>
6596 <td class=
"unknown" align=
"center">Unknown
</td>
6599 <td><a href=
"https://cplusplus.github.io/CWG/issues/1130.html">1130</a></td>
6601 <td>Function parameter type adjustments and
<TT>decltype
</TT></td>
6602 <td class=
"unknown" align=
"center">Unknown
</td>
6605 <td><a href=
"https://cplusplus.github.io/CWG/issues/1131.html">1131</a></td>
6607 <td>Template aliases in
<I>elaborated-type-specifier
</I>s
</td>
6608 <td class=
"unknown" align=
"center">Unknown
</td>
6611 <td><a href=
"https://cplusplus.github.io/CWG/issues/1132.html">1132</a></td>
6613 <td>Keyword vs attribute for
<TT>noreturn
</TT></td>
6614 <td class=
"unknown" align=
"center">Unknown
</td>
6617 <td><a href=
"https://cplusplus.github.io/CWG/issues/1133.html">1133</a></td>
6619 <td>Keywords vs attributes for control of hiding and overriding
</td>
6620 <td class=
"unknown" align=
"center">Unknown
</td>
6623 <td><a href=
"https://cplusplus.github.io/CWG/issues/1134.html">1134</a></td>
6625 <td>When is an explicitly-defaulted function defined?
</td>
6626 <td class=
"unknown" align=
"center">Unknown
</td>
6629 <td><a href=
"https://cplusplus.github.io/CWG/issues/1135.html">1135</a></td>
6631 <td>Explicitly-defaulted non-public special member functions
</td>
6632 <td class=
"unknown" align=
"center">Unknown
</td>
6635 <td><a href=
"https://cplusplus.github.io/CWG/issues/1136.html">1136</a></td>
6637 <td>Explicitly-defaulted explicit constructors
</td>
6638 <td class=
"unknown" align=
"center">Unknown
</td>
6641 <td><a href=
"https://cplusplus.github.io/CWG/issues/1137.html">1137</a></td>
6643 <td>Explicitly-defaulted virtual special member functions
</td>
6644 <td class=
"unknown" align=
"center">Unknown
</td>
6647 <td><a href=
"https://cplusplus.github.io/CWG/issues/1138.html">1138</a></td>
6649 <td>Rvalue-ness check for rvalue reference binding is wrong
</td>
6650 <td class=
"unknown" align=
"center">Unknown
</td>
6653 <td><a href=
"https://cplusplus.github.io/CWG/issues/1139.html">1139</a></td>
6655 <td>Rvalue reference binding to scalar xvalues
</td>
6656 <td class=
"unknown" align=
"center">Unknown
</td>
6659 <td><a href=
"https://cplusplus.github.io/CWG/issues/1140.html">1140</a></td>
6661 <td>Incorrect redefinition of POD class
</td>
6662 <td class=
"unknown" align=
"center">Unknown
</td>
6665 <td><a href=
"https://cplusplus.github.io/CWG/issues/1141.html">1141</a></td>
6667 <td>Non-static data member initializers have not been implemented
</td>
6668 <td class=
"unknown" align=
"center">Unknown
</td>
6671 <td><a href=
"https://cplusplus.github.io/CWG/issues/1142.html">1142</a></td>
6673 <td><TT>friend
</TT> declaration of member function of containing class
</td>
6674 <td class=
"unknown" align=
"center">Unknown
</td>
6677 <td><a href=
"https://cplusplus.github.io/CWG/issues/1143.html">1143</a></td>
6679 <td>Move semantics for
<TT>*this
</TT> have not been implemented
</td>
6680 <td class=
"unknown" align=
"center">Unknown
</td>
6683 <td><a href=
"https://cplusplus.github.io/CWG/issues/1144.html">1144</a></td>
6685 <td>Remove access declarations
</td>
6686 <td class=
"unknown" align=
"center">Unknown
</td>
6689 <td><a href=
"https://cplusplus.github.io/CWG/issues/1145.html">1145</a></td>
6691 <td>Defaulting and triviality
</td>
6692 <td class=
"unknown" align=
"center">Unknown
</td>
6695 <td><a href=
"https://cplusplus.github.io/CWG/issues/1146.html">1146</a></td>
6697 <td><I>exception-specification
</I>s of defaulted functions
</td>
6698 <td class=
"unknown" align=
"center">Unknown
</td>
6701 <td><a href=
"https://cplusplus.github.io/CWG/issues/1147.html">1147</a></td>
6703 <td>Destructors should be default
<TT>nothrow
</TT></td>
6704 <td class=
"unknown" align=
"center">Unknown
</td>
6707 <td><a href=
"https://cplusplus.github.io/CWG/issues/1148.html">1148</a></td>
6709 <td>Copy elision and move construction of function parameters
</td>
6710 <td class=
"unknown" align=
"center">Unknown
</td>
6713 <td><a href=
"https://cplusplus.github.io/CWG/issues/1149.html">1149</a></td>
6715 <td>Trivial non-public copy operators in subobjects
</td>
6716 <td class=
"unknown" align=
"center">Unknown
</td>
6719 <td><a href=
"https://cplusplus.github.io/CWG/issues/1150.html">1150</a></td>
6721 <td>Inheriting constructors have not been implemented
</td>
6722 <td class=
"na" align=
"center">N/A
</td>
6725 <td><a href=
"https://cplusplus.github.io/CWG/issues/1151.html">1151</a></td>
6727 <td>Overload resolution with initializer-list and non-list constructors
</td>
6728 <td class=
"unknown" align=
"center">Unknown
</td>
6731 <td><a href=
"https://cplusplus.github.io/CWG/issues/1152.html">1152</a></td>
6733 <td>Rules for determining existence of implicit conversion sequence
</td>
6734 <td class=
"unknown" align=
"center">Unknown
</td>
6737 <td><a href=
"https://cplusplus.github.io/CWG/issues/1153.html">1153</a></td>
6739 <td>Type matching in address of overloaded function
</td>
6740 <td class=
"unknown" align=
"center">Unknown
</td>
6743 <td><a href=
"https://cplusplus.github.io/CWG/issues/1154.html">1154</a></td>
6745 <td>Address of
<TT>thread_local
</TT> variable as non-type template argument
</td>
6746 <td class=
"unknown" align=
"center">Unknown
</td>
6749 <td><a href=
"https://cplusplus.github.io/CWG/issues/1155.html">1155</a></td>
6751 <td>Internal-linkage non-type template arguments
</td>
6752 <td class=
"unknown" align=
"center">Unknown
</td>
6755 <td><a href=
"https://cplusplus.github.io/CWG/issues/1156.html">1156</a></td>
6757 <td>Partial ordering in a non-call context
</td>
6758 <td class=
"unknown" align=
"center">Unknown
</td>
6760 <tr class=
"open" id=
"1157">
6761 <td><a href=
"https://cplusplus.github.io/CWG/issues/1157.html">1157</a></td>
6763 <td>Partial ordering of function templates is still underspecified
</td>
6764 <td align=
"center">Not resolved
</td>
6767 <td><a href=
"https://cplusplus.github.io/CWG/issues/1158.html">1158</a></td>
6769 <td>Recursive instantiation via alias template
</td>
6770 <td class=
"unknown" align=
"center">Unknown
</td>
6773 <td><a href=
"https://cplusplus.github.io/CWG/issues/1159.html">1159</a></td>
6775 <td>Class and enumeration definitions in template aliases
</td>
6776 <td class=
"unknown" align=
"center">Unknown
</td>
6779 <td><a href=
"https://cplusplus.github.io/CWG/issues/1160.html">1160</a></td>
6781 <td>Definitions of template members and the current instantiation
</td>
6782 <td class=
"unknown" align=
"center">Unknown
</td>
6785 <td><a href=
"https://cplusplus.github.io/CWG/issues/1161.html">1161</a></td>
6787 <td>Dependent
<I>nested-name-specifier
</I> in a pointer-to-member declarator
</td>
6788 <td class=
"unknown" align=
"center">Unknown
</td>
6791 <td><a href=
"https://cplusplus.github.io/CWG/issues/1162.html">1162</a></td>
6793 <td>Dependent
<I>elaborated-type-specifier
</I>s in non-deduced contexts
</td>
6794 <td class=
"unknown" align=
"center">Unknown
</td>
6797 <td><a href=
"https://cplusplus.github.io/CWG/issues/1163.html">1163</a></td>
6799 <td><TT>extern template
</TT> prevents inlining functions not marked
<TT>inline
</TT></td>
6800 <td class=
"unknown" align=
"center">Unknown
</td>
6803 <td><a href=
"https://cplusplus.github.io/CWG/issues/1164.html">1164</a></td>
6805 <td>Partial ordering of
<TT>f(T
&)
</TT> and
<TT>f(T
&&)
</TT></td>
6806 <td class=
"unknown" align=
"center">Unknown
</td>
6809 <td><a href=
"https://cplusplus.github.io/CWG/issues/1165.html">1165</a></td>
6811 <td>Exceptions when destroying array elements
</td>
6812 <td class=
"unknown" align=
"center">Unknown
</td>
6815 <td><a href=
"https://cplusplus.github.io/CWG/issues/1166.html">1166</a></td>
6817 <td><I>exception-declaration
</I>s that do not declare objects
</td>
6818 <td class=
"unknown" align=
"center">Unknown
</td>
6821 <td><a href=
"https://cplusplus.github.io/CWG/issues/1167.html">1167</a></td>
6823 <td><I>function-try-block
</I>s for destructors
</td>
6824 <td class=
"unknown" align=
"center">Unknown
</td>
6827 <td><a href=
"https://cplusplus.github.io/CWG/issues/1168.html">1168</a></td>
6829 <td>Additional reasons to call
<TT>std::terminate
</TT></td>
6830 <td class=
"unknown" align=
"center">Unknown
</td>
6833 <td><a href=
"https://cplusplus.github.io/CWG/issues/1169.html">1169</a></td>
6835 <td>Missing feature macro for strict pointer safety
</td>
6836 <td class=
"unknown" align=
"center">Unknown
</td>
6839 <td><a href=
"https://cplusplus.github.io/CWG/issues/1170.html">1170</a></td>
6841 <td>Access checking during template argument deduction
</td>
6842 <td class=
"unknown" align=
"center">Unknown
</td>
6845 <td><a href=
"https://cplusplus.github.io/CWG/issues/1171.html">1171</a></td>
6847 <td>Partial stack unwinding with
<TT>noexcept
</TT> violation
</td>
6848 <td class=
"unknown" align=
"center">Unknown
</td>
6850 <tr class=
"open" id=
"1172">
6851 <td><a href=
"https://cplusplus.github.io/CWG/issues/1172.html">1172</a></td>
6853 <td>“instantiation-dependent
” constructs
</td>
6854 <td align=
"center">Not resolved
</td>
6857 <td><a href=
"https://cplusplus.github.io/CWG/issues/1173.html">1173</a></td>
6859 <td>Unclear specification of effects of signal handling
</td>
6860 <td class=
"unknown" align=
"center">Unknown
</td>
6863 <td><a href=
"https://cplusplus.github.io/CWG/issues/1174.html">1174</a></td>
6865 <td>When is a pure virtual function
“used?
”</td>
6866 <td class=
"unknown" align=
"center">Unknown
</td>
6869 <td><a href=
"https://cplusplus.github.io/CWG/issues/1175.html">1175</a></td>
6871 <td>Disambiguating user-defined literals
</td>
6872 <td class=
"unknown" align=
"center">Unknown
</td>
6875 <td><a href=
"https://cplusplus.github.io/CWG/issues/1176.html">1176</a></td>
6877 <td>Definition of release sequence
</td>
6878 <td class=
"unknown" align=
"center">Unknown
</td>
6881 <td><a href=
"https://cplusplus.github.io/CWG/issues/1177.html">1177</a></td>
6883 <td>Intra-thread dependency-ordered-before
</td>
6884 <td class=
"unknown" align=
"center">Unknown
</td>
6887 <td><a href=
"https://cplusplus.github.io/CWG/issues/1178.html">1178</a></td>
6889 <td>Deduction failure matching placement new
</td>
6890 <td class=
"unknown" align=
"center">Unknown
</td>
6893 <td><a href=
"https://cplusplus.github.io/CWG/issues/1179.html">1179</a></td>
6895 <td>Cv-qualification of non-type template parameters
</td>
6896 <td class=
"unknown" align=
"center">Unknown
</td>
6899 <td><a href=
"https://cplusplus.github.io/CWG/issues/1180.html">1180</a></td>
6901 <td>Over-aligned class types
</td>
6902 <td class=
"unknown" align=
"center">Unknown
</td>
6905 <td><a href=
"https://cplusplus.github.io/CWG/issues/1181.html">1181</a></td>
6907 <td>What is a
“built-in type?
”</td>
6908 <td class=
"unknown" align=
"center">Unknown
</td>
6911 <td><a href=
"https://cplusplus.github.io/CWG/issues/1182.html">1182</a></td>
6913 <td>Incorrect description of pack expansion syntax
</td>
6914 <td class=
"unknown" align=
"center">Unknown
</td>
6917 <td><a href=
"https://cplusplus.github.io/CWG/issues/1183.html">1183</a></td>
6919 <td>Expansion of parameter packs in declarators
</td>
6920 <td class=
"unknown" align=
"center">Unknown
</td>
6923 <td><a href=
"https://cplusplus.github.io/CWG/issues/1184.html">1184</a></td>
6925 <td>Argument conversions to nondeduced parameter types
</td>
6926 <td class=
"unknown" align=
"center">Unknown
</td>
6929 <td><a href=
"https://cplusplus.github.io/CWG/issues/1185.html">1185</a></td>
6931 <td>Misleading description of language linkage and member function types
</td>
6932 <td class=
"unknown" align=
"center">Unknown
</td>
6935 <td><a href=
"https://cplusplus.github.io/CWG/issues/1186.html">1186</a></td>
6937 <td>Non-dependent
<TT>constexpr
</TT> violations in function templates
</td>
6938 <td class=
"unknown" align=
"center">Unknown
</td>
6941 <td><a href=
"https://cplusplus.github.io/CWG/issues/1187.html">1187</a></td>
6943 <td>Problems in initialization example
</td>
6944 <td class=
"unknown" align=
"center">Unknown
</td>
6947 <td><a href=
"https://cplusplus.github.io/CWG/issues/1188.html">1188</a></td>
6949 <td>Type punning in constant expressions
</td>
6950 <td class=
"unknown" align=
"center">Unknown
</td>
6953 <td><a href=
"https://cplusplus.github.io/CWG/issues/1189.html">1189</a></td>
6955 <td>Address of distinct base class subobjects
</td>
6956 <td class=
"unknown" align=
"center">Unknown
</td>
6959 <td><a href=
"https://cplusplus.github.io/CWG/issues/1190.html">1190</a></td>
6961 <td>Operations on non-safely-derived pointers
</td>
6962 <td class=
"unknown" align=
"center">Unknown
</td>
6965 <td><a href=
"https://cplusplus.github.io/CWG/issues/1191.html">1191</a></td>
6967 <td>Deleted subobject destructors and implicitly-defined constructors
</td>
6968 <td class=
"unknown" align=
"center">Unknown
</td>
6971 <td><a href=
"https://cplusplus.github.io/CWG/issues/1192.html">1192</a></td>
6973 <td>Inadvertent change to ODR and templates
</td>
6974 <td class=
"unknown" align=
"center">Unknown
</td>
6977 <td><a href=
"https://cplusplus.github.io/CWG/issues/1193.html">1193</a></td>
6979 <td>Use of address-constant pointers in constant expressions
</td>
6980 <td class=
"unknown" align=
"center">Unknown
</td>
6983 <td><a href=
"https://cplusplus.github.io/CWG/issues/1194.html">1194</a></td>
6985 <td>Constexpr references
</td>
6986 <td class=
"unknown" align=
"center">Unknown
</td>
6989 <td><a href=
"https://cplusplus.github.io/CWG/issues/1195.html">1195</a></td>
6991 <td>References to non-literal types in constexpr functions
</td>
6992 <td class=
"unknown" align=
"center">Unknown
</td>
6995 <td><a href=
"https://cplusplus.github.io/CWG/issues/1196.html">1196</a></td>
6997 <td>Definition required for explicit instantiation after explicit specialization?
</td>
6998 <td class=
"unknown" align=
"center">Unknown
</td>
7001 <td><a href=
"https://cplusplus.github.io/CWG/issues/1197.html">1197</a></td>
7003 <td>Constexpr arrays
</td>
7004 <td class=
"unknown" align=
"center">Unknown
</td>
7007 <td><a href=
"https://cplusplus.github.io/CWG/issues/1198.html">1198</a></td>
7009 <td>Literal types and copy constructors
</td>
7010 <td class=
"unknown" align=
"center">Unknown
</td>
7013 <td><a href=
"https://cplusplus.github.io/CWG/issues/1199.html">1199</a></td>
7015 <td>Deleted constexpr functions
</td>
7016 <td class=
"unknown" align=
"center">Unknown
</td>
7019 <td><a href=
"https://cplusplus.github.io/CWG/issues/1200.html">1200</a></td>
7021 <td>Lookup rules for template parameters
</td>
7022 <td class=
"na" align=
"center">N/A
</td>
7025 <td><a href=
"https://cplusplus.github.io/CWG/issues/1201.html">1201</a></td>
7027 <td>Are deleted and defaulted functions definitions?
</td>
7028 <td class=
"unknown" align=
"center">Unknown
</td>
7031 <td><a href=
"https://cplusplus.github.io/CWG/issues/1202.html">1202</a></td>
7033 <td>Calling virtual functions during destruction
</td>
7034 <td class=
"unknown" align=
"center">Unknown
</td>
7037 <td><a href=
"https://cplusplus.github.io/CWG/issues/1203.html">1203</a></td>
7039 <td>Misleading note regarding initialized static data members
</td>
7040 <td class=
"unknown" align=
"center">Unknown
</td>
7043 <td><a href=
"https://cplusplus.github.io/CWG/issues/1204.html">1204</a></td>
7045 <td>Specifiers in a
<I>for-range-declaration
</I></td>
7046 <td class=
"unknown" align=
"center">Unknown
</td>
7049 <td><a href=
"https://cplusplus.github.io/CWG/issues/1205.html">1205</a></td>
7051 <td>Lvalue reference binding and function viability
</td>
7052 <td class=
"unknown" align=
"center">Unknown
</td>
7055 <td><a href=
"https://cplusplus.github.io/CWG/issues/1206.html">1206</a></td>
7057 <td>Defining opaque enumeration members of class templates
</td>
7058 <td class=
"unknown" align=
"center">Unknown
</td>
7061 <td><a href=
"https://cplusplus.github.io/CWG/issues/1207.html">1207</a></td>
7063 <td>Type of class member in
<I>trailing-return-type
</I></td>
7064 <td class=
"unknown" align=
"center">Unknown
</td>
7067 <td><a href=
"https://cplusplus.github.io/CWG/issues/1208.html">1208</a></td>
7069 <td>Explicit
<TT>noexcept
</TT> in defaulted definition
</td>
7070 <td class=
"unknown" align=
"center">Unknown
</td>
7072 <tr class=
"open" id=
"1209">
7073 <td><a href=
"https://cplusplus.github.io/CWG/issues/1209.html">1209</a></td>
7075 <td>Is a potentially-evaluated expression in a template definition a
“use?
”</td>
7076 <td align=
"center">Not resolved
</td>
7079 <td><a href=
"https://cplusplus.github.io/CWG/issues/1210.html">1210</a></td>
7081 <td>Injection of
<I>elaborated-type-specifier
</I> in enumeration scope
</td>
7082 <td class=
"unknown" align=
"center">Unknown
</td>
7084 <tr class=
"open" id=
"1211">
7085 <td><a href=
"https://cplusplus.github.io/CWG/issues/1211.html">1211</a></td>
7087 <td>Misaligned lvalues
</td>
7088 <td align=
"center">Not resolved
</td>
7091 <td><a href=
"https://cplusplus.github.io/CWG/issues/1212.html">1212</a></td>
7093 <td>Non-function-call xvalues and
<TT>decltype
</TT></td>
7094 <td class=
"unknown" align=
"center">Unknown
</td>
7097 <td><a href=
"https://cplusplus.github.io/CWG/issues/1213.html">1213</a></td>
7099 <td>Array subscripting and xvalues
</td>
7100 <td class=
"full" align=
"center">Clang
7</td>
7103 <td><a href=
"https://cplusplus.github.io/CWG/issues/1214.html">1214</a></td>
7105 <td>Kinds of initializers
</td>
7106 <td class=
"unknown" align=
"center">Unknown
</td>
7109 <td><a href=
"https://cplusplus.github.io/CWG/issues/1215.html">1215</a></td>
7111 <td>Definition of POD struct
</td>
7112 <td class=
"unknown" align=
"center">Unknown
</td>
7115 <td><a href=
"https://cplusplus.github.io/CWG/issues/1216.html">1216</a></td>
7117 <td>Exceptions
“allowed
” by a
<I>noexcept-specification
</I></td>
7118 <td class=
"unknown" align=
"center">Unknown
</td>
7121 <td><a href=
"https://cplusplus.github.io/CWG/issues/1217.html">1217</a></td>
7123 <td>Are deleted functions implicitly
<TT>noexcept
</TT>?
</td>
7124 <td class=
"unknown" align=
"center">Unknown
</td>
7127 <td><a href=
"https://cplusplus.github.io/CWG/issues/1218.html">1218</a></td>
7129 <td>What is the
“currently-handled exception
” in a multi-threaded program?
</td>
7130 <td class=
"unknown" align=
"center">Unknown
</td>
7133 <td><a href=
"https://cplusplus.github.io/CWG/issues/1219.html">1219</a></td>
7135 <td>Non-static data member initializers in constant expressions
</td>
7136 <td class=
"unknown" align=
"center">Unknown
</td>
7139 <td><a href=
"https://cplusplus.github.io/CWG/issues/1220.html">1220</a></td>
7141 <td>Looking up
<I>conversion-type-id
</I>s
</td>
7142 <td class=
"unknown" align=
"center">Unknown
</td>
7144 <tr class=
"open" id=
"1221">
7145 <td><a href=
"https://cplusplus.github.io/CWG/issues/1221.html">1221</a></td>
7147 <td>Partial ordering and reference collapsing
</td>
7148 <td align=
"center">Not resolved
</td>
7151 <td><a href=
"https://cplusplus.github.io/CWG/issues/1222.html">1222</a></td>
7153 <td>Unnecessary restriction on
<TT>auto
</TT> array types
</td>
7154 <td class=
"unknown" align=
"center">Unknown
</td>
7156 <tr class=
"open" id=
"1223">
7157 <td><a href=
"https://cplusplus.github.io/CWG/issues/1223.html">1223</a></td>
7159 <td>Syntactic disambiguation and
<I>trailing-return-type
</I>s
</td>
7162 <summary>Not resolved
</summary>
7163 Clang
17 implements
2023-
05-
12 resolution
7167 <td><a href=
"https://cplusplus.github.io/CWG/issues/1224.html">1224</a></td>
7169 <td><TT>constexpr
</TT> defaulted copy constructors
</td>
7170 <td class=
"unknown" align=
"center">Unknown
</td>
7173 <td><a href=
"https://cplusplus.github.io/CWG/issues/1225.html">1225</a></td>
7175 <td><TT>constexpr
</TT> constructors and virtual bases
</td>
7176 <td class=
"unknown" align=
"center">Unknown
</td>
7179 <td><a href=
"https://cplusplus.github.io/CWG/issues/1226.html">1226</a></td>
7181 <td>Converting a
<I>braced-init-list
</I> default argument
</td>
7182 <td class=
"unknown" align=
"center">Unknown
</td>
7185 <td><a href=
"https://cplusplus.github.io/CWG/issues/1227.html">1227</a></td>
7187 <td>Mixing immediate and non-immediate contexts in deduction failure
</td>
7188 <td class=
"full" align=
"center">Clang
3.0</td>
7191 <td><a href=
"https://cplusplus.github.io/CWG/issues/1228.html">1228</a></td>
7193 <td>Copy-list-initialization and
<TT>explicit
</TT> constructors
</td>
7194 <td class=
"unknown" align=
"center">Unknown
</td>
7197 <td><a href=
"https://cplusplus.github.io/CWG/issues/1229.html">1229</a></td>
7199 <td>Overload resolution with empty
<I>braced-init-list
</I> argument
</td>
7200 <td class=
"unknown" align=
"center">Unknown
</td>
7203 <td><a href=
"https://cplusplus.github.io/CWG/issues/1230.html">1230</a></td>
7205 <td>Confusing description of ambiguity of destructor name
</td>
7206 <td class=
"unknown" align=
"center">Unknown
</td>
7209 <td><a href=
"https://cplusplus.github.io/CWG/issues/1231.html">1231</a></td>
7211 <td>Variadic templates requiring an empty pack expansion
</td>
7212 <td class=
"unknown" align=
"center">Unknown
</td>
7215 <td><a href=
"https://cplusplus.github.io/CWG/issues/1232.html">1232</a></td>
7217 <td>Creation of array temporaries using a
<I>braced-init-list
</I></td>
7218 <td class=
"unknown" align=
"center">Unknown
</td>
7221 <td><a href=
"https://cplusplus.github.io/CWG/issues/1233.html">1233</a></td>
7223 <td>Pack expansions and dependent calls
</td>
7224 <td class=
"unknown" align=
"center">Unknown
</td>
7227 <td><a href=
"https://cplusplus.github.io/CWG/issues/1234.html">1234</a></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>
7233 <td><a href=
"https://cplusplus.github.io/CWG/issues/1235.html">1235</a></td>
7235 <td>“Unused
” ellipsis and default arguments in partial ordering
</td>
7236 <td class=
"unknown" align=
"center">Unknown
</td>
7239 <td><a href=
"https://cplusplus.github.io/CWG/issues/1236.html">1236</a></td>
7241 <td>Inconsistently-interrelated examples
</td>
7242 <td class=
"unknown" align=
"center">Unknown
</td>
7245 <td><a href=
"https://cplusplus.github.io/CWG/issues/1237.html">1237</a></td>
7247 <td>Deprecated implicit copy assignment in example
</td>
7248 <td class=
"unknown" align=
"center">Unknown
</td>
7251 <td><a href=
"https://cplusplus.github.io/CWG/issues/1238.html">1238</a></td>
7253 <td>Overloading ambiguity binding reference to function
</td>
7254 <td class=
"unknown" align=
"center">Unknown
</td>
7257 <td><a href=
"https://cplusplus.github.io/CWG/issues/1239.html">1239</a></td>
7259 <td>Hexadecimal floating-point literals vs user-defined literals
</td>
7260 <td class=
"unknown" align=
"center">Unknown
</td>
7263 <td><a href=
"https://cplusplus.github.io/CWG/issues/1240.html">1240</a></td>
7265 <td><TT>constexpr
</TT> defaulted constructors
</td>
7266 <td class=
"unknown" align=
"center">Unknown
</td>
7269 <td><a href=
"https://cplusplus.github.io/CWG/issues/1241.html">1241</a></td>
7271 <td>Which members does a destructor destroy?
</td>
7272 <td class=
"unknown" align=
"center">Unknown
</td>
7275 <td><a href=
"https://cplusplus.github.io/CWG/issues/1242.html">1242</a></td>
7277 <td>Initializing variant class members
</td>
7278 <td class=
"unknown" align=
"center">Unknown
</td>
7281 <td><a href=
"https://cplusplus.github.io/CWG/issues/1243.html">1243</a></td>
7283 <td>Misleading footnote regarding multiple-declarator declarations
</td>
7284 <td class=
"unknown" align=
"center">Unknown
</td>
7287 <td><a href=
"https://cplusplus.github.io/CWG/issues/1244.html">1244</a></td>
7289 <td>Equivalence of alias templates and class templates
</td>
7290 <td class=
"unknown" align=
"center">Unknown
</td>
7293 <td><a href=
"https://cplusplus.github.io/CWG/issues/1245.html">1245</a></td>
7295 <td>Matching declarations involving
<TT>decltype
</TT></td>
7296 <td class=
"unknown" align=
"center">Unknown
</td>
7299 <td><a href=
"https://cplusplus.github.io/CWG/issues/1246.html">1246</a></td>
7301 <td>Non-deduced non-final parameter packs
</td>
7302 <td class=
"unknown" align=
"center">Unknown
</td>
7305 <td><a href=
"https://cplusplus.github.io/CWG/issues/1247.html">1247</a></td>
7307 <td>Restriction on alias name appearing in
<I>type-id
</I></td>
7308 <td class=
"unknown" align=
"center">Unknown
</td>
7310 <tr class=
"open" id=
"1248">
7311 <td><a href=
"https://cplusplus.github.io/CWG/issues/1248.html">1248</a></td>
7313 <td>Updating Annex C to C99 and C23
</td>
7314 <td align=
"center">Not resolved
</td>
7317 <td><a href=
"https://cplusplus.github.io/CWG/issues/1249.html">1249</a></td>
7319 <td>Cv-qualification of nested lambda capture
</td>
7320 <td class=
"unknown" align=
"center">Unknown
</td>
7323 <td><a href=
"https://cplusplus.github.io/CWG/issues/1250.html">1250</a></td>
7325 <td>Cv-qualification of incomplete virtual function return types
</td>
7326 <td class=
"full" align=
"center">Clang
3.9</td>
7329 <td><a href=
"https://cplusplus.github.io/CWG/issues/1251.html">1251</a></td>
7331 <td>C compatibility: casting to unqualified
<TT>void*
</TT></td>
7332 <td class=
"unknown" align=
"center">Unknown
</td>
7335 <td><a href=
"https://cplusplus.github.io/CWG/issues/1252.html">1252</a></td>
7337 <td>Overloading member function templates based on dependent return type
</td>
7338 <td class=
"unknown" align=
"center">Unknown
</td>
7341 <td><a href=
"https://cplusplus.github.io/CWG/issues/1253.html">1253</a></td>
7343 <td>Generic non-template members
</td>
7344 <td class=
"unknown" align=
"center">Unknown
</td>
7347 <td><a href=
"https://cplusplus.github.io/CWG/issues/1254.html">1254</a></td>
7349 <td>odr-use vs template arguments and constexpr functions
</td>
7350 <td class=
"unknown" align=
"center">Unknown
</td>
7352 <tr class=
"open" id=
"1255">
7353 <td><a href=
"https://cplusplus.github.io/CWG/issues/1255.html">1255</a></td>
7355 <td>Definition problems with
<TT>constexpr
</TT> functions
</td>
7356 <td align=
"center">Not resolved
</td>
7358 <tr class=
"open" id=
"1256">
7359 <td><a href=
"https://cplusplus.github.io/CWG/issues/1256.html">1256</a></td>
7361 <td>Unevaluated operands are not necessarily constant expressions
</td>
7362 <td align=
"center">Not resolved
</td>
7364 <tr class=
"open" id=
"1257">
7365 <td><a href=
"https://cplusplus.github.io/CWG/issues/1257.html">1257</a></td>
7367 <td>Instantiation via non-dependent references in uninstantiated templates
</td>
7368 <td align=
"center">Not resolved
</td>
7371 <td><a href=
"https://cplusplus.github.io/CWG/issues/1258.html">1258</a></td>
7373 <td>“Instantiation context
” differs from dependent lookup rules
</td>
7374 <td class=
"unknown" align=
"center">Unknown
</td>
7377 <td><a href=
"https://cplusplus.github.io/CWG/issues/1259.html">1259</a></td>
7379 <td>Deleting a POD via a pointer to base
</td>
7380 <td class=
"unknown" align=
"center">Unknown
</td>
7383 <td><a href=
"https://cplusplus.github.io/CWG/issues/1260.html">1260</a></td>
7385 <td>Incorrect use of term
“overloaded
” in description of odr-use
</td>
7386 <td class=
"unknown" align=
"center">Unknown
</td>
7389 <td><a href=
"https://cplusplus.github.io/CWG/issues/1261.html">1261</a></td>
7391 <td>Explicit handling of cv-qualification with non-class prvalues
</td>
7392 <td class=
"unknown" align=
"center">Unknown
</td>
7395 <td><a href=
"https://cplusplus.github.io/CWG/issues/1262.html">1262</a></td>
7397 <td>Default template arguments and deduction failure
</td>
7398 <td class=
"unknown" align=
"center">Unknown
</td>
7401 <td><a href=
"https://cplusplus.github.io/CWG/issues/1263.html">1263</a></td>
7403 <td>Mismatch between rvalue reference binding and overload resolution
</td>
7404 <td class=
"unknown" align=
"center">Unknown
</td>
7407 <td><a href=
"https://cplusplus.github.io/CWG/issues/1264.html">1264</a></td>
7409 <td>Use of
<TT>this
</TT> in
<TT>constexpr
</TT> constructor
</td>
7410 <td class=
"unknown" align=
"center">Unknown
</td>
7413 <td><a href=
"https://cplusplus.github.io/CWG/issues/1265.html">1265</a></td>
7415 <td>Mixed use of the
<TT>auto
</TT> specifier
</td>
7416 <td class=
"full" align=
"center">Clang
5</td>
7418 <tr class=
"open" id=
"1266">
7419 <td><a href=
"https://cplusplus.github.io/CWG/issues/1266.html">1266</a></td>
7421 <td><I>user-defined-integer-literal
</I> overflow
</td>
7422 <td align=
"center">Not resolved
</td>
7425 <td><a href=
"https://cplusplus.github.io/CWG/issues/1267.html">1267</a></td>
7427 <td>Rvalue reference types in
<I>exception-specification
</I>s
</td>
7428 <td class=
"unknown" align=
"center">Unknown
</td>
7431 <td><a href=
"https://cplusplus.github.io/CWG/issues/1268.html">1268</a></td>
7433 <td><TT>reinterpret_cast
</TT> of an xvalue operand
</td>
7434 <td class=
"unknown" align=
"center">Unknown
</td>
7437 <td><a href=
"https://cplusplus.github.io/CWG/issues/1269.html">1269</a></td>
7439 <td><TT>dynamic_cast
</TT> of an xvalue operand
</td>
7440 <td class=
"unknown" align=
"center">Unknown
</td>
7443 <td><a href=
"https://cplusplus.github.io/CWG/issues/1270.html">1270</a></td>
7445 <td>Brace elision in array temporary initialization
</td>
7446 <td class=
"unknown" align=
"center">Unknown
</td>
7449 <td><a href=
"https://cplusplus.github.io/CWG/issues/1271.html">1271</a></td>
7451 <td>Imprecise wording regarding dependent types
</td>
7452 <td class=
"unknown" align=
"center">Unknown
</td>
7455 <td><a href=
"https://cplusplus.github.io/CWG/issues/1272.html">1272</a></td>
7457 <td>Implicit definition of static data member of const literal type
</td>
7458 <td class=
"unknown" align=
"center">Unknown
</td>
7461 <td><a href=
"https://cplusplus.github.io/CWG/issues/1273.html">1273</a></td>
7463 <td>Accessibility and function signatures
</td>
7464 <td class=
"unknown" align=
"center">Unknown
</td>
7467 <td><a href=
"https://cplusplus.github.io/CWG/issues/1274.html">1274</a></td>
7469 <td>Common nonterminal for
<I>expression
</I> and
<I>braced-init-list
</I></td>
7470 <td class=
"unknown" align=
"center">Unknown
</td>
7473 <td><a href=
"https://cplusplus.github.io/CWG/issues/1275.html">1275</a></td>
7475 <td>Incorrect comment in example of template parameter pack restriction
</td>
7476 <td class=
"unknown" align=
"center">Unknown
</td>
7479 <td><a href=
"https://cplusplus.github.io/CWG/issues/1276.html">1276</a></td>
7481 <td>Reference to
<TT>stdint.h
</TT></td>
7482 <td class=
"unknown" align=
"center">Unknown
</td>
7485 <td><a href=
"https://cplusplus.github.io/CWG/issues/1277.html">1277</a></td>
7487 <td>Lax definition of
<TT>intmax_t
</TT> and
<TT>uintmax_t
</TT></td>
7488 <td class=
"unknown" align=
"center">Unknown
</td>
7490 <tr class=
"open" id=
"1278">
7491 <td><a href=
"https://cplusplus.github.io/CWG/issues/1278.html">1278</a></td>
7493 <td>Incorrect treatment of contrived object
</td>
7494 <td align=
"center">Not resolved
</td>
7496 <tr class=
"open" id=
"1279">
7497 <td><a href=
"https://cplusplus.github.io/CWG/issues/1279.html">1279</a></td>
7499 <td>Additional differences between C++
2003 and C++
2011</td>
7500 <td align=
"center">Not resolved
</td>
7503 <td><a href=
"https://cplusplus.github.io/CWG/issues/1280.html">1280</a></td>
7505 <td>Object reallocation and reference members
</td>
7506 <td class=
"unknown" align=
"center">Unknown
</td>
7509 <td><a href=
"https://cplusplus.github.io/CWG/issues/1281.html">1281</a></td>
7511 <td>Virtual and dependent base classes
</td>
7512 <td class=
"unknown" align=
"center">Unknown
</td>
7515 <td><a href=
"https://cplusplus.github.io/CWG/issues/1282.html">1282</a></td>
7517 <td>Underspecified destructor
<I>exception-specification
</I></td>
7518 <td class=
"unknown" align=
"center">Unknown
</td>
7520 <tr class=
"open" id=
"1283">
7521 <td><a href=
"https://cplusplus.github.io/CWG/issues/1283.html">1283</a></td>
7523 <td>Static data members of classes with typedef name for linkage purposes
</td>
7524 <td align=
"center">Not resolved
</td>
7527 <td><a href=
"https://cplusplus.github.io/CWG/issues/1284.html">1284</a></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>
7533 <td><a href=
"https://cplusplus.github.io/CWG/issues/1285.html">1285</a></td>
7535 <td>Trivial destructors and object lifetime
</td>
7536 <td class=
"unknown" align=
"center">Unknown
</td>
7538 <tr class=
"open" id=
"1286">
7539 <td><a href=
"https://cplusplus.github.io/CWG/issues/1286.html">1286</a></td>
7541 <td>Equivalence of alias templates
</td>
7542 <td align=
"center">Not resolved
</td>
7545 <td><a href=
"https://cplusplus.github.io/CWG/issues/1287.html">1287</a></td>
7547 <td>Direct initialization vs
“implicit
” conversion in reference binding
</td>
7548 <td class=
"unknown" align=
"center">Unknown
</td>
7551 <td><a href=
"https://cplusplus.github.io/CWG/issues/1288.html">1288</a></td>
7553 <td>Reference list initialization
</td>
7554 <td class=
"unknown" align=
"center">Unknown
</td>
7557 <td><a href=
"https://cplusplus.github.io/CWG/issues/1289.html">1289</a></td>
7559 <td>Can an alias template name the current instantiation?
</td>
7560 <td class=
"unknown" align=
"center">Unknown
</td>
7563 <td><a href=
"https://cplusplus.github.io/CWG/issues/1290.html">1290</a></td>
7565 <td>Lifetime of the underlying array of an
<TT>initializer_list
</TT> member
</td>
7566 <td class=
"unknown" align=
"center">Unknown
</td>
7569 <td><a href=
"https://cplusplus.github.io/CWG/issues/1291.html">1291</a></td>
7571 <td>Looking up a
<I>conversion-type-id
</I></td>
7572 <td class=
"na" align=
"center">N/A
</td>
7575 <td><a href=
"https://cplusplus.github.io/CWG/issues/1292.html">1292</a></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>
7581 <td><a href=
"https://cplusplus.github.io/CWG/issues/1293.html">1293</a></td>
7583 <td>String literals in constant expressions
</td>
7584 <td class=
"unknown" align=
"center">Unknown
</td>
7586 <tr class=
"open" id=
"1294">
7587 <td><a href=
"https://cplusplus.github.io/CWG/issues/1294.html">1294</a></td>
7589 <td>Side effects in dynamic/static initialization
</td>
7590 <td align=
"center">Not resolved
</td>
7593 <td><a href=
"https://cplusplus.github.io/CWG/issues/1295.html">1295</a></td>
7595 <td>Binding a reference to an rvalue bit-field
</td>
7596 <td class=
"full" align=
"center">Clang
4</td>
7599 <td><a href=
"https://cplusplus.github.io/CWG/issues/1296.html">1296</a></td>
7601 <td>Ill-formed template declarations (not just definitions)
</td>
7602 <td class=
"unknown" align=
"center">Unknown
</td>
7605 <td><a href=
"https://cplusplus.github.io/CWG/issues/1297.html">1297</a></td>
7607 <td>Misplaced function
<I>attribute-specifier
</I></td>
7608 <td class=
"unknown" align=
"center">Unknown
</td>
7611 <td><a href=
"https://cplusplus.github.io/CWG/issues/1298.html">1298</a></td>
7613 <td>Incorrect example in overload resolution
</td>
7614 <td class=
"unknown" align=
"center">Unknown
</td>
7617 <td><a href=
"https://cplusplus.github.io/CWG/issues/1299.html">1299</a></td>
7619 <td>“Temporary objects
” vs
“temporary expressions
”</td>
7620 <td class=
"unknown" align=
"center">Unknown
</td>
7623 <td><a href=
"https://cplusplus.github.io/CWG/issues/1300.html">1300</a></td>
7625 <td><TT>T()
</TT> for array types
</td>
7626 <td class=
"unknown" align=
"center">Unknown
</td>
7629 <td><a href=
"https://cplusplus.github.io/CWG/issues/1301.html">1301</a></td>
7631 <td>Value initialization of union
</td>
7632 <td class=
"unknown" align=
"center">Unknown
</td>
7635 <td><a href=
"https://cplusplus.github.io/CWG/issues/1302.html">1302</a></td>
7637 <td><TT>noexcept
</TT> applied to expression of type
<TT>void
</TT></td>
7638 <td class=
"unknown" align=
"center">Unknown
</td>
7641 <td><a href=
"https://cplusplus.github.io/CWG/issues/1303.html">1303</a></td>
7643 <td>C language linkage for template with internal linkage
</td>
7644 <td class=
"unknown" align=
"center">Unknown
</td>
7646 <tr class=
"open" id=
"1304">
7647 <td><a href=
"https://cplusplus.github.io/CWG/issues/1304.html">1304</a></td>
7649 <td>Omitted array bound with string initialization
</td>
7650 <td align=
"center">Not resolved
</td>
7653 <td><a href=
"https://cplusplus.github.io/CWG/issues/1305.html">1305</a></td>
7655 <td><TT>alignof
</TT> applied to array of unknown size
</td>
7656 <td class=
"full" align=
"center">Clang
3.0</td>
7659 <td><a href=
"https://cplusplus.github.io/CWG/issues/1306.html">1306</a></td>
7661 <td>Modifying an object within a
<TT>const
</TT> member function
</td>
7662 <td class=
"unknown" align=
"center">Unknown
</td>
7665 <td><a href=
"https://cplusplus.github.io/CWG/issues/1307.html">1307</a></td>
7667 <td>Overload resolution based on size of array
<I>initializer-list
</I></td>
7668 <td class=
"full" align=
"center">Clang
14</td>
7671 <td><a href=
"https://cplusplus.github.io/CWG/issues/1308.html">1308</a></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>
7677 <td><a href=
"https://cplusplus.github.io/CWG/issues/1309.html">1309</a></td>
7679 <td>Incorrect note regarding lookup of a member of the current instantiation
</td>
7680 <td class=
"unknown" align=
"center">Unknown
</td>
7683 <td><a href=
"https://cplusplus.github.io/CWG/issues/1310.html">1310</a></td>
7685 <td>What is an
“acceptable lookup result?
”</td>
7686 <td class=
"full" align=
"center">Clang
5</td>
7689 <td><a href=
"https://cplusplus.github.io/CWG/issues/1311.html">1311</a></td>
7691 <td>Volatile lvalues in constant expressions
</td>
7692 <td class=
"unknown" align=
"center">Unknown
</td>
7695 <td><a href=
"https://cplusplus.github.io/CWG/issues/1312.html">1312</a></td>
7697 <td>Simulated
<TT>reinterpret_cast
</TT> in constant expressions
</td>
7698 <td class=
"unknown" align=
"center">Unknown
</td>
7701 <td><a href=
"https://cplusplus.github.io/CWG/issues/1313.html">1313</a></td>
7703 <td>Undefined pointer arithmetic in constant expressions
</td>
7704 <td class=
"unknown" align=
"center">Unknown
</td>
7707 <td><a href=
"https://cplusplus.github.io/CWG/issues/1314.html">1314</a></td>
7709 <td>Pointer arithmetic within standard-layout objects
</td>
7710 <td class=
"unknown" align=
"center">Unknown
</td>
7713 <td><a href=
"https://cplusplus.github.io/CWG/issues/1315.html">1315</a></td>
7715 <td>Restrictions on non-type template arguments in partial specializations
</td>
7716 <td class=
"partial" align=
"center">Partial
</td>
7719 <td><a href=
"https://cplusplus.github.io/CWG/issues/1316.html">1316</a></td>
7721 <td><TT>constexpr
</TT> function requirements and class scope
</td>
7722 <td class=
"unknown" align=
"center">Unknown
</td>
7725 <td><a href=
"https://cplusplus.github.io/CWG/issues/1317.html">1317</a></td>
7727 <td>Unnamed scoped enumerations
</td>
7728 <td class=
"unknown" align=
"center">Unknown
</td>
7731 <td><a href=
"https://cplusplus.github.io/CWG/issues/1318.html">1318</a></td>
7733 <td>Syntactic ambiguities with
<TT>final
</TT></td>
7734 <td class=
"unknown" align=
"center">Unknown
</td>
7737 <td><a href=
"https://cplusplus.github.io/CWG/issues/1319.html">1319</a></td>
7739 <td>Error in pack expansion example
</td>
7740 <td class=
"unknown" align=
"center">Unknown
</td>
7743 <td><a href=
"https://cplusplus.github.io/CWG/issues/1320.html">1320</a></td>
7745 <td>Converting scoped enumerations to
<TT>bool
</TT></td>
7746 <td class=
"unknown" align=
"center">Unknown
</td>
7749 <td><a href=
"https://cplusplus.github.io/CWG/issues/1321.html">1321</a></td>
7751 <td>Equivalency of dependent calls
</td>
7752 <td class=
"unknown" align=
"center">Unknown
</td>
7754 <tr class=
"open" id=
"1322">
7755 <td><a href=
"https://cplusplus.github.io/CWG/issues/1322.html">1322</a></td>
7757 <td>Function parameter type decay in templates
</td>
7758 <td align=
"center">Not resolved
</td>
7761 <td><a href=
"https://cplusplus.github.io/CWG/issues/1323.html">1323</a></td>
7763 <td>Nonexistent nonterminal in
<I>alignment-specifier
</I> grammar
</td>
7764 <td class=
"unknown" align=
"center">Unknown
</td>
7767 <td><a href=
"https://cplusplus.github.io/CWG/issues/1324.html">1324</a></td>
7769 <td>Value initialization and defaulted constructors
</td>
7770 <td class=
"unknown" align=
"center">Unknown
</td>
7773 <td><a href=
"https://cplusplus.github.io/CWG/issues/1325.html">1325</a></td>
7775 <td>Omitted declarator in
<TT>friend
</TT> declarations
</td>
7776 <td class=
"unknown" align=
"center">Unknown
</td>
7779 <td><a href=
"https://cplusplus.github.io/CWG/issues/1326.html">1326</a></td>
7781 <td>Deducing an array bound from an
<I>initializer-list
</I></td>
7782 <td class=
"unknown" align=
"center">Unknown
</td>
7785 <td><a href=
"https://cplusplus.github.io/CWG/issues/1327.html">1327</a></td>
7787 <td><I>virt-specifier
</I> in a defaulted definition
</td>
7788 <td class=
"unknown" align=
"center">Unknown
</td>
7791 <td><a href=
"https://cplusplus.github.io/CWG/issues/1328.html">1328</a></td>
7793 <td>Conflict in reference binding vs overload resolution
</td>
7794 <td class=
"unknown" align=
"center">Unknown
</td>
7797 <td><a href=
"https://cplusplus.github.io/CWG/issues/1329.html">1329</a></td>
7799 <td>Recursive deduction substitutions
</td>
7800 <td class=
"unknown" align=
"center">Unknown
</td>
7803 <td><a href=
"https://cplusplus.github.io/CWG/issues/1330.html">1330</a></td>
7805 <td>Delayed instantiation of
<TT>noexcept
</TT> specifiers
</td>
7806 <td class=
"full" align=
"center">Clang
4 (C++
11 onwards)
</td>
7809 <td><a href=
"https://cplusplus.github.io/CWG/issues/1331.html">1331</a></td>
7811 <td><TT>const
</TT> mismatch with defaulted copy constructor
</td>
7812 <td class=
"unknown" align=
"center">Unknown
</td>
7815 <td><a href=
"https://cplusplus.github.io/CWG/issues/1332.html">1332</a></td>
7817 <td>Handling of invalid universal-character-names
</td>
7818 <td class=
"unknown" align=
"center">Unknown
</td>
7821 <td><a href=
"https://cplusplus.github.io/CWG/issues/1333.html">1333</a></td>
7823 <td>Omission of
<TT>const
</TT> in a defaulted copy constructor
</td>
7824 <td class=
"unknown" align=
"center">Unknown
</td>
7827 <td><a href=
"https://cplusplus.github.io/CWG/issues/1334.html">1334</a></td>
7829 <td>Layout compatibility and cv-qualification
</td>
7830 <td class=
"full-superseded" align=
"center">Superseded by
<a href=
"#1719">1719</a></td>
7833 <td><a href=
"https://cplusplus.github.io/CWG/issues/1335.html">1335</a></td>
7835 <td>Stringizing, extended characters, and universal-character-names
</td>
7836 <td class=
"unknown" align=
"center">Unknown
</td>
7839 <td><a href=
"https://cplusplus.github.io/CWG/issues/1336.html">1336</a></td>
7841 <td>Definition of
“converting constructor
”</td>
7842 <td class=
"unknown" align=
"center">Unknown
</td>
7845 <td><a href=
"https://cplusplus.github.io/CWG/issues/1337.html">1337</a></td>
7847 <td>Partial ordering and non-deduced parameters
</td>
7848 <td class=
"unknown" align=
"center">Unknown
</td>
7851 <td><a href=
"https://cplusplus.github.io/CWG/issues/1338.html">1338</a></td>
7853 <td>Aliasing and allocation functions
</td>
7854 <td class=
"unknown" align=
"center">Unknown
</td>
7857 <td><a href=
"https://cplusplus.github.io/CWG/issues/1339.html">1339</a></td>
7859 <td>Parenthesized
<I>braced-init-list
</I> and arrays
</td>
7860 <td class=
"unknown" align=
"center">Unknown
</td>
7863 <td><a href=
"https://cplusplus.github.io/CWG/issues/1340.html">1340</a></td>
7865 <td>Complete type in member pointer expressions
</td>
7866 <td class=
"full" align=
"center">Clang
2.9</td>
7869 <td><a href=
"https://cplusplus.github.io/CWG/issues/1341.html">1341</a></td>
7871 <td>Bit-field initializers
</td>
7872 <td class=
"na" align=
"center">Superseded by
<a href=
"https://wg21.link/P0683R1">P0683R1
</a></td>
7875 <td><a href=
"https://cplusplus.github.io/CWG/issues/1342.html">1342</a></td>
7877 <td>Order of initialization with multiple declarators
</td>
7878 <td class=
"unknown" align=
"center">Unknown
</td>
7881 <td><a href=
"https://cplusplus.github.io/CWG/issues/1343.html">1343</a></td>
7883 <td>Sequencing of non-class initialization
</td>
7884 <td class=
"unknown" align=
"center">Unknown
</td>
7887 <td><a href=
"https://cplusplus.github.io/CWG/issues/1344.html">1344</a></td>
7889 <td>Adding new special member functions to a class via default arguments
</td>
7890 <td class=
"unknown" align=
"center">Unknown
</td>
7893 <td><a href=
"https://cplusplus.github.io/CWG/issues/1345.html">1345</a></td>
7895 <td>Initialization of anonymous union class members
</td>
7896 <td class=
"unknown" align=
"center">Unknown
</td>
7899 <td><a href=
"https://cplusplus.github.io/CWG/issues/1346.html">1346</a></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>
7905 <td><a href=
"https://cplusplus.github.io/CWG/issues/1347.html">1347</a></td>
7907 <td>Consistency of
<TT>auto
</TT> in multiple-declarator declarations
</td>
7908 <td class=
"full" align=
"center">Clang
3.1</td>
7910 <tr class=
"open" id=
"1348">
7911 <td><a href=
"https://cplusplus.github.io/CWG/issues/1348.html">1348</a></td>
7913 <td>Use of
<TT>auto
</TT> in a
<I>trailing-return-type
</I></td>
7914 <td align=
"center">Not resolved
</td>
7917 <td><a href=
"https://cplusplus.github.io/CWG/issues/1349.html">1349</a></td>
7919 <td>Consistency of alias template redeclarations
</td>
7920 <td class=
"unknown" align=
"center">Unknown
</td>
7923 <td><a href=
"https://cplusplus.github.io/CWG/issues/1350.html">1350</a></td>
7925 <td>Incorrect exception specification for inherited constructors
</td>
7926 <td class=
"full" align=
"center">Clang
3.5</td>
7929 <td><a href=
"https://cplusplus.github.io/CWG/issues/1351.html">1351</a></td>
7931 <td>Problems with implicitly-declared
<I>exception-specification
</I>s
</td>
7932 <td class=
"unknown" align=
"center">Unknown
</td>
7935 <td><a href=
"https://cplusplus.github.io/CWG/issues/1352.html">1352</a></td>
7937 <td>Inconsistent class scope and completeness rules
</td>
7938 <td class=
"full" align=
"center">Clang
3.0</td>
7941 <td><a href=
"https://cplusplus.github.io/CWG/issues/1353.html">1353</a></td>
7943 <td>Array and variant members and deleted special member functions
</td>
7944 <td class=
"unknown" align=
"center">Unknown
</td>
7947 <td><a href=
"https://cplusplus.github.io/CWG/issues/1354.html">1354</a></td>
7949 <td>Destructor exceptions for temporaries in noexcept expressions
</td>
7950 <td class=
"unknown" align=
"center">Unknown
</td>
7953 <td><a href=
"https://cplusplus.github.io/CWG/issues/1355.html">1355</a></td>
7955 <td>Aggregates and
“user-provided
” constructors
</td>
7956 <td class=
"unknown" align=
"center">Unknown
</td>
7959 <td><a href=
"https://cplusplus.github.io/CWG/issues/1356.html">1356</a></td>
7961 <td>Exception specifications of copy assignment operators with virtual bases
</td>
7962 <td class=
"unknown" align=
"center">Unknown
</td>
7965 <td><a href=
"https://cplusplus.github.io/CWG/issues/1357.html">1357</a></td>
7967 <td><I>brace-or-equal-initializer
</I>s for function and typedef members
</td>
7968 <td class=
"unknown" align=
"center">Unknown
</td>
7971 <td><a href=
"https://cplusplus.github.io/CWG/issues/1358.html">1358</a></td>
7973 <td>Unintentionally ill-formed
<TT>constexpr
</TT> function template instances
</td>
7974 <td class=
"full" align=
"center">Clang
3.1</td>
7977 <td><a href=
"https://cplusplus.github.io/CWG/issues/1359.html">1359</a></td>
7979 <td><TT>constexpr
</TT> union constructors
</td>
7980 <td class=
"full" align=
"center">Clang
3.5</td>
7983 <td><a href=
"https://cplusplus.github.io/CWG/issues/1360.html">1360</a></td>
7985 <td><TT>constexpr
</TT> defaulted default constructors
</td>
7986 <td class=
"unknown" align=
"center">Unknown
</td>
7989 <td><a href=
"https://cplusplus.github.io/CWG/issues/1361.html">1361</a></td>
7991 <td>Requirement on
<I>brace-or-equal-initializer
</I>s of literal types
</td>
7992 <td class=
"unknown" align=
"center">Unknown
</td>
7995 <td><a href=
"https://cplusplus.github.io/CWG/issues/1362.html">1362</a></td>
7997 <td>Complete type required for implicit conversion to
<TT>T
&</TT></td>
7998 <td class=
"unknown" align=
"center">Unknown
</td>
8001 <td><a href=
"https://cplusplus.github.io/CWG/issues/1363.html">1363</a></td>
8003 <td>Triviality vs multiple default constructors
</td>
8004 <td class=
"unknown" align=
"center">Unknown
</td>
8007 <td><a href=
"https://cplusplus.github.io/CWG/issues/1364.html">1364</a></td>
8009 <td><TT>constexpr
</TT> function parameters
</td>
8010 <td class=
"unknown" align=
"center">Unknown
</td>
8013 <td><a href=
"https://cplusplus.github.io/CWG/issues/1365.html">1365</a></td>
8015 <td>Calling undefined
<TT>constexpr
</TT> functions
</td>
8016 <td class=
"unknown" align=
"center">Unknown
</td>
8019 <td><a href=
"https://cplusplus.github.io/CWG/issues/1366.html">1366</a></td>
8021 <td>Deleted
<TT>constexpr
</TT> constructors and virtual base classes
</td>
8022 <td class=
"unknown" align=
"center">Unknown
</td>
8025 <td><a href=
"https://cplusplus.github.io/CWG/issues/1367.html">1367</a></td>
8027 <td>Use of
<TT>this
</TT> in a constant expression
</td>
8028 <td class=
"unknown" align=
"center">Unknown
</td>
8031 <td><a href=
"https://cplusplus.github.io/CWG/issues/1368.html">1368</a></td>
8033 <td>Value initialization and defaulted constructors (part
2)
</td>
8034 <td class=
"unknown" align=
"center">Unknown
</td>
8037 <td><a href=
"https://cplusplus.github.io/CWG/issues/1369.html">1369</a></td>
8039 <td>Function invocation substitution of
<TT>this
</TT></td>
8040 <td class=
"unknown" align=
"center">Unknown
</td>
8043 <td><a href=
"https://cplusplus.github.io/CWG/issues/1370.html">1370</a></td>
8045 <td><I>identifier-list
</I> cannot contain ellipsis
</td>
8046 <td class=
"unknown" align=
"center">Unknown
</td>
8049 <td><a href=
"https://cplusplus.github.io/CWG/issues/1371.html">1371</a></td>
8051 <td>Deduction from
<TT>T
&&</TT> in return types
</td>
8052 <td class=
"unknown" align=
"center">Unknown
</td>
8055 <td><a href=
"https://cplusplus.github.io/CWG/issues/1372.html">1372</a></td>
8057 <td>Cross-references incorrect in conversion function template argument deduction
</td>
8058 <td class=
"unknown" align=
"center">Unknown
</td>
8061 <td><a href=
"https://cplusplus.github.io/CWG/issues/1373.html">1373</a></td>
8063 <td>Overload resolution changes matching reference-binding changes
</td>
8064 <td class=
"unknown" align=
"center">Unknown
</td>
8067 <td><a href=
"https://cplusplus.github.io/CWG/issues/1374.html">1374</a></td>
8069 <td>Qualification conversion vs difference in reference binding
</td>
8070 <td class=
"unknown" align=
"center">Unknown
</td>
8073 <td><a href=
"https://cplusplus.github.io/CWG/issues/1375.html">1375</a></td>
8075 <td>Reference to anonymous union?
</td>
8076 <td class=
"unknown" align=
"center">Unknown
</td>
8079 <td><a href=
"https://cplusplus.github.io/CWG/issues/1376.html">1376</a></td>
8081 <td><TT>static_cast
</TT> of temporary to rvalue reference
</td>
8082 <td class=
"unknown" align=
"center">Unknown
</td>
8085 <td><a href=
"https://cplusplus.github.io/CWG/issues/1377.html">1377</a></td>
8087 <td>Access declarations not mentioned in Annex C
</td>
8088 <td class=
"unknown" align=
"center">Unknown
</td>
8091 <td><a href=
"https://cplusplus.github.io/CWG/issues/1378.html">1378</a></td>
8093 <td>When is an instantiation required?
</td>
8094 <td class=
"unknown" align=
"center">Unknown
</td>
8097 <td><a href=
"https://cplusplus.github.io/CWG/issues/1379.html">1379</a></td>
8099 <td>Is
<TT>std::initializer_list
</TT> an aggregate?
</td>
8100 <td class=
"unknown" align=
"center">Unknown
</td>
8103 <td><a href=
"https://cplusplus.github.io/CWG/issues/1380.html">1380</a></td>
8105 <td>Type definitions in
<I>template-parameter
</I> <I>parameter-declaration
</I>s
</td>
8106 <td class=
"unknown" align=
"center">Unknown
</td>
8109 <td><a href=
"https://cplusplus.github.io/CWG/issues/1381.html">1381</a></td>
8111 <td>Implicitly-declared special member functions and default
<TT>nothrow
</TT></td>
8112 <td class=
"unknown" align=
"center">Unknown
</td>
8115 <td><a href=
"https://cplusplus.github.io/CWG/issues/1382.html">1382</a></td>
8117 <td>Dead code for constructor names
</td>
8118 <td class=
"unknown" align=
"center">Unknown
</td>
8121 <td><a href=
"https://cplusplus.github.io/CWG/issues/1383.html">1383</a></td>
8123 <td>Clarifying discarded-value expressions
</td>
8124 <td class=
"unknown" align=
"center">Unknown
</td>
8127 <td><a href=
"https://cplusplus.github.io/CWG/issues/1384.html">1384</a></td>
8129 <td><TT>reinterpret_cast
</TT> in constant expressions
</td>
8130 <td class=
"unknown" align=
"center">Unknown
</td>
8133 <td><a href=
"https://cplusplus.github.io/CWG/issues/1385.html">1385</a></td>
8135 <td>Syntactic forms of conversion functions for surrogate call functions
</td>
8136 <td class=
"unknown" align=
"center">Unknown
</td>
8139 <td><a href=
"https://cplusplus.github.io/CWG/issues/1386.html">1386</a></td>
8141 <td>Explicitly-specified partial argument list with multiple parameter packs
</td>
8142 <td class=
"unknown" align=
"center">Unknown
</td>
8145 <td><a href=
"https://cplusplus.github.io/CWG/issues/1387.html">1387</a></td>
8147 <td>Missing non-deduced context for
<TT>decltype
</TT></td>
8148 <td class=
"unknown" align=
"center">Unknown
</td>
8151 <td><a href=
"https://cplusplus.github.io/CWG/issues/1388.html">1388</a></td>
8153 <td>Missing non-deduced context following a function parameter pack
</td>
8154 <td class=
"full" align=
"center">Clang
4</td>
8157 <td><a href=
"https://cplusplus.github.io/CWG/issues/1389.html">1389</a></td>
8159 <td>Recursive reference in
<I>trailing-return-type
</I></td>
8160 <td class=
"unknown" align=
"center">Unknown
</td>
8162 <tr class=
"open" id=
"1390">
8163 <td><a href=
"https://cplusplus.github.io/CWG/issues/1390.html">1390</a></td>
8165 <td>Dependency of alias template specializations
</td>
8166 <td align=
"center">Not resolved
</td>
8169 <td><a href=
"https://cplusplus.github.io/CWG/issues/1391.html">1391</a></td>
8171 <td>Conversions to parameter types with non-deduced template arguments
</td>
8172 <td class=
"partial" align=
"center">Partial
</td>
8175 <td><a href=
"https://cplusplus.github.io/CWG/issues/1392.html">1392</a></td>
8177 <td>Explicit conversion functions for references and non-references
</td>
8178 <td class=
"unknown" align=
"center">Unknown
</td>
8181 <td><a href=
"https://cplusplus.github.io/CWG/issues/1393.html">1393</a></td>
8183 <td>Pack expansions in
<I>using-declaration
</I>s
</td>
8184 <td class=
"unknown" align=
"center">Unknown
</td>
8187 <td><a href=
"https://cplusplus.github.io/CWG/issues/1394.html">1394</a></td>
8189 <td>Incomplete types as parameters of deleted functions
</td>
8190 <td class=
"full" align=
"center">Clang
15</td>
8193 <td><a href=
"https://cplusplus.github.io/CWG/issues/1395.html">1395</a></td>
8195 <td>Partial ordering of variadic templates reconsidered
</td>
8196 <td class=
"full" align=
"center">Clang
16</td>
8199 <td><a href=
"https://cplusplus.github.io/CWG/issues/1396.html">1396</a></td>
8201 <td>Deferred instantiation and checking of non-static data member initializers
</td>
8202 <td class=
"unknown" align=
"center">Unknown
</td>
8205 <td><a href=
"https://cplusplus.github.io/CWG/issues/1397.html">1397</a></td>
8207 <td>Class completeness in non-static data member initializers
</td>
8208 <td class=
"full" align=
"center">Clang
3.2</td>
8211 <td><a href=
"https://cplusplus.github.io/CWG/issues/1398.html">1398</a></td>
8213 <td>Non-type template parameters of type
<TT>std::nullptr_t
</TT></td>
8214 <td class=
"unknown" align=
"center">Unknown
</td>
8217 <td><a href=
"https://cplusplus.github.io/CWG/issues/1399.html">1399</a></td>
8219 <td>Deduction with multiple function parameter packs
</td>
8220 <td class=
"full" align=
"center">Duplicate of
<a href=
"#1388">1388</a></td>
8223 <td><a href=
"https://cplusplus.github.io/CWG/issues/1400.html">1400</a></td>
8225 <td>Function pointer equality
</td>
8226 <td class=
"unknown" align=
"center">Unknown
</td>
8229 <td><a href=
"https://cplusplus.github.io/CWG/issues/1401.html">1401</a></td>
8231 <td>Similar types and reference compatibility
</td>
8232 <td class=
"unknown" align=
"center">Unknown
</td>
8235 <td><a href=
"https://cplusplus.github.io/CWG/issues/1402.html">1402</a></td>
8237 <td>Move functions too often deleted
</td>
8238 <td class=
"unknown" align=
"center">Unknown
</td>
8241 <td><a href=
"https://cplusplus.github.io/CWG/issues/1403.html">1403</a></td>
8243 <td>Universal-character-names in comments
</td>
8244 <td class=
"unknown" align=
"center">Unknown
</td>
8246 <tr class=
"open" id=
"1404">
8247 <td><a href=
"https://cplusplus.github.io/CWG/issues/1404.html">1404</a></td>
8249 <td>Object reallocation in unions
</td>
8250 <td align=
"center">Not resolved
</td>
8253 <td><a href=
"https://cplusplus.github.io/CWG/issues/1405.html">1405</a></td>
8255 <td><TT>constexpr
</TT> and mutable members of literal types
</td>
8256 <td class=
"unknown" align=
"center">Unknown
</td>
8259 <td><a href=
"https://cplusplus.github.io/CWG/issues/1406.html">1406</a></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>
8265 <td><a href=
"https://cplusplus.github.io/CWG/issues/1407.html">1407</a></td>
8267 <td>Integral to
<TT>bool
</TT> conversion in converted constant expressions
</td>
8268 <td class=
"unknown" align=
"center">Unknown
</td>
8271 <td><a href=
"https://cplusplus.github.io/CWG/issues/1408.html">1408</a></td>
8273 <td>What is
“the same aggregate initialization?
”</td>
8274 <td class=
"unknown" align=
"center">Unknown
</td>
8277 <td><a href=
"https://cplusplus.github.io/CWG/issues/1409.html">1409</a></td>
8279 <td>What is the second standard conversion sequence of a list-initialization sequence?
</td>
8280 <td class=
"unknown" align=
"center">Unknown
</td>
8283 <td><a href=
"https://cplusplus.github.io/CWG/issues/1410.html">1410</a></td>
8285 <td>Reference overload tiebreakers should apply to rvalue references
</td>
8286 <td class=
"unknown" align=
"center">Unknown
</td>
8289 <td><a href=
"https://cplusplus.github.io/CWG/issues/1411.html">1411</a></td>
8291 <td>More on global scope
<TT>::
</TT> in
<I>nested-name-specifier
</I></td>
8292 <td class=
"unknown" align=
"center">Unknown
</td>
8295 <td><a href=
"https://cplusplus.github.io/CWG/issues/1412.html">1412</a></td>
8297 <td>Problems in specifying pointer conversions
</td>
8298 <td class=
"unknown" align=
"center">Unknown
</td>
8301 <td><a href=
"https://cplusplus.github.io/CWG/issues/1413.html">1413</a></td>
8303 <td>Missing cases of value-dependency
</td>
8304 <td class=
"full" align=
"center">Clang
12</td>
8306 <tr class=
"open" id=
"1414">
8307 <td><a href=
"https://cplusplus.github.io/CWG/issues/1414.html">1414</a></td>
8309 <td>Binding an rvalue reference to a reference-unrelated lvalue
</td>
8310 <td align=
"center">Not resolved
</td>
8313 <td><a href=
"https://cplusplus.github.io/CWG/issues/1415.html">1415</a></td>
8315 <td>Missing prohibition of block-scope definition of
<TT>extern
</TT> object
</td>
8316 <td class=
"unknown" align=
"center">Unknown
</td>
8319 <td><a href=
"https://cplusplus.github.io/CWG/issues/1416.html">1416</a></td>
8321 <td>Function cv-qualifiers and
<TT>typeid
</TT></td>
8322 <td class=
"unknown" align=
"center">Unknown
</td>
8325 <td><a href=
"https://cplusplus.github.io/CWG/issues/1417.html">1417</a></td>
8327 <td>Pointers/references to functions with cv-qualifiers or
<I>ref-qualifier
</I></td>
8328 <td class=
"unknown" align=
"center">Unknown
</td>
8331 <td><a href=
"https://cplusplus.github.io/CWG/issues/1418.html">1418</a></td>
8333 <td>Type of
<TT>initializer_list
</TT> backing array
</td>
8334 <td class=
"unknown" align=
"center">Unknown
</td>
8337 <td><a href=
"https://cplusplus.github.io/CWG/issues/1419.html">1419</a></td>
8339 <td>Evaluation order in aggregate initialization
</td>
8340 <td class=
"unknown" align=
"center">Unknown
</td>
8343 <td><a href=
"https://cplusplus.github.io/CWG/issues/1420.html">1420</a></td>
8345 <td>Abstract final classes
</td>
8346 <td class=
"unknown" align=
"center">Unknown
</td>
8349 <td><a href=
"https://cplusplus.github.io/CWG/issues/1421.html">1421</a></td>
8351 <td>Full expressions and aggregate initialization
</td>
8352 <td class=
"unknown" align=
"center">Unknown
</td>
8355 <td><a href=
"https://cplusplus.github.io/CWG/issues/1422.html">1422</a></td>
8357 <td>Type of character literals containing universal-character-names
</td>
8358 <td class=
"unknown" align=
"center">Unknown
</td>
8361 <td><a href=
"https://cplusplus.github.io/CWG/issues/1423.html">1423</a></td>
8363 <td>Convertibility of
<TT>nullptr
</TT> to
<TT>bool
</TT></td>
8364 <td class=
"full" align=
"center">Clang
11</td>
8367 <td><a href=
"https://cplusplus.github.io/CWG/issues/1424.html">1424</a></td>
8369 <td>When must sub-object destructors be accessible?
</td>
8370 <td class=
"unknown" align=
"center">Unknown
</td>
8373 <td><a href=
"https://cplusplus.github.io/CWG/issues/1425.html">1425</a></td>
8375 <td>Base-class subobjects of standard-layout structs
</td>
8376 <td class=
"na" align=
"center">N/A (ABI constraint)
</td>
8379 <td><a href=
"https://cplusplus.github.io/CWG/issues/1426.html">1426</a></td>
8381 <td>Allowing additional parameter types in defaulted functions
</td>
8382 <td class=
"unknown" align=
"center">Unknown
</td>
8385 <td><a href=
"https://cplusplus.github.io/CWG/issues/1427.html">1427</a></td>
8387 <td>Default constructor and deleted or inaccessible destructors
</td>
8388 <td class=
"unknown" align=
"center">Unknown
</td>
8391 <td><a href=
"https://cplusplus.github.io/CWG/issues/1428.html">1428</a></td>
8393 <td>Dynamic const objects
</td>
8394 <td class=
"unknown" align=
"center">Unknown
</td>
8397 <td><a href=
"https://cplusplus.github.io/CWG/issues/1429.html">1429</a></td>
8399 <td>Scope of a member template's template parameter
</td>
8400 <td class=
"unknown" align=
"center">Unknown
</td>
8402 <tr class=
"open" id=
"1430">
8403 <td><a href=
"https://cplusplus.github.io/CWG/issues/1430.html">1430</a></td>
8405 <td>Pack expansion into fixed alias template parameter list
</td>
8406 <td align=
"center">Not resolved
</td>
8409 <td><a href=
"https://cplusplus.github.io/CWG/issues/1431.html">1431</a></td>
8411 <td>Exceptions from other than
<I>throw-expression
</I>s
</td>
8412 <td class=
"unknown" align=
"center">Unknown
</td>
8415 <td><a href=
"https://cplusplus.github.io/CWG/issues/1432.html">1432</a></td>
8417 <td>Newly-ambiguous variadic template expansions
</td>
8418 <td class=
"full" align=
"center">Clang
16</td>
8421 <td><a href=
"https://cplusplus.github.io/CWG/issues/1433.html">1433</a></td>
8423 <td><I>trailing-return-type
</I> and point of declaration
</td>
8424 <td class=
"unknown" align=
"center">Unknown
</td>
8427 <td><a href=
"https://cplusplus.github.io/CWG/issues/1434.html">1434</a></td>
8429 <td>Parenthesized
<I>braced-init-list
</I></td>
8430 <td class=
"unknown" align=
"center">Unknown
</td>
8433 <td><a href=
"https://cplusplus.github.io/CWG/issues/1435.html">1435</a></td>
8435 <td><I>template-id
</I> as the declarator for a class template constructor
</td>
8436 <td class=
"unknown" align=
"center">Unknown
</td>
8438 <tr class=
"open" id=
"1436">
8439 <td><a href=
"https://cplusplus.github.io/CWG/issues/1436.html">1436</a></td>
8441 <td>Interaction of constant expression changes with preprocessor expressions
</td>
8442 <td align=
"center">Not resolved
</td>
8445 <td><a href=
"https://cplusplus.github.io/CWG/issues/1437.html">1437</a></td>
8447 <td><TT>alignas
</TT> in
<I>alias-declaration
</I></td>
8448 <td class=
"unknown" align=
"center">Unknown
</td>
8451 <td><a href=
"https://cplusplus.github.io/CWG/issues/1438.html">1438</a></td>
8453 <td>Non-dereference use of invalid pointers
</td>
8454 <td class=
"unknown" align=
"center">Unknown
</td>
8457 <td><a href=
"https://cplusplus.github.io/CWG/issues/1439.html">1439</a></td>
8459 <td>Lookup and friend template declarations
</td>
8460 <td class=
"unknown" align=
"center">Unknown
</td>
8463 <td><a href=
"https://cplusplus.github.io/CWG/issues/1440.html">1440</a></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>
8469 <td><a href=
"https://cplusplus.github.io/CWG/issues/1441.html">1441</a></td>
8471 <td>Unclear wording for signal handler restrictions
</td>
8472 <td class=
"unknown" align=
"center">Unknown
</td>
8475 <td><a href=
"https://cplusplus.github.io/CWG/issues/1442.html">1442</a></td>
8477 <td>Argument-dependent lookup in the range-based
<TT>for
</TT></td>
8478 <td class=
"unknown" align=
"center">Unknown
</td>
8481 <td><a href=
"https://cplusplus.github.io/CWG/issues/1443.html">1443</a></td>
8483 <td>Default arguments and non-static data members
</td>
8484 <td class=
"full" align=
"center">Yes
</td>
8486 <tr class=
"open" id=
"1444">
8487 <td><a href=
"https://cplusplus.github.io/CWG/issues/1444.html">1444</a></td>
8489 <td>Type adjustments of non-type template parameters
</td>
8490 <td align=
"center">Not resolved
</td>
8493 <td><a href=
"https://cplusplus.github.io/CWG/issues/1445.html">1445</a></td>
8495 <td>Argument-dependent lookup of
<TT>begin
</TT> and
<TT>end
</TT></td>
8496 <td class=
"unknown" align=
"center">Unknown
</td>
8499 <td><a href=
"https://cplusplus.github.io/CWG/issues/1446.html">1446</a></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>
8505 <td><a href=
"https://cplusplus.github.io/CWG/issues/1447.html">1447</a></td>
8507 <td><TT>static_cast
</TT> of bit-field lvalue to rvalue reference
</td>
8508 <td class=
"unknown" align=
"center">Unknown
</td>
8511 <td><a href=
"https://cplusplus.github.io/CWG/issues/1448.html">1448</a></td>
8513 <td>Integral values of type
<TT>bool
</TT></td>
8514 <td class=
"unknown" align=
"center">Unknown
</td>
8517 <td><a href=
"https://cplusplus.github.io/CWG/issues/1449.html">1449</a></td>
8519 <td>Narrowing conversion of negative value to unsigned type
</td>
8520 <td class=
"unknown" align=
"center">Unknown
</td>
8523 <td><a href=
"https://cplusplus.github.io/CWG/issues/1450.html">1450</a></td>
8525 <td><TT>INT_MIN % -
1</TT></td>
8526 <td class=
"unknown" align=
"center">Unknown
</td>
8529 <td><a href=
"https://cplusplus.github.io/CWG/issues/1451.html">1451</a></td>
8531 <td>Objects with no linkage in non-type template arguments
</td>
8532 <td class=
"unknown" align=
"center">Unknown
</td>
8535 <td><a href=
"https://cplusplus.github.io/CWG/issues/1452.html">1452</a></td>
8537 <td>Value-initialized objects may be constants
</td>
8538 <td class=
"unknown" align=
"center">Unknown
</td>
8541 <td><a href=
"https://cplusplus.github.io/CWG/issues/1453.html">1453</a></td>
8543 <td>Volatile members in literal classes?
</td>
8544 <td class=
"unknown" align=
"center">Unknown
</td>
8547 <td><a href=
"https://cplusplus.github.io/CWG/issues/1454.html">1454</a></td>
8549 <td>Passing constants through
<TT>constexpr
</TT> functions via references
</td>
8550 <td class=
"unknown" align=
"center">Unknown
</td>
8553 <td><a href=
"https://cplusplus.github.io/CWG/issues/1455.html">1455</a></td>
8555 <td>Lvalue converted constant expressions
</td>
8556 <td class=
"unknown" align=
"center">Unknown
</td>
8559 <td><a href=
"https://cplusplus.github.io/CWG/issues/1456.html">1456</a></td>
8561 <td>Address constant expression designating the one-past-the-end address
</td>
8562 <td class=
"unknown" align=
"center">Unknown
</td>
8565 <td><a href=
"https://cplusplus.github.io/CWG/issues/1457.html">1457</a></td>
8567 <td>Undefined behavior in left-shift
</td>
8568 <td class=
"unknown" align=
"center">Unknown
</td>
8571 <td><a href=
"https://cplusplus.github.io/CWG/issues/1458.html">1458</a></td>
8573 <td>Address of incomplete type vs
<TT>operator
&()
</TT></td>
8574 <td class=
"full" align=
"center">Clang
3.1</td>
8576 <tr class=
"open" id=
"1459">
8577 <td><a href=
"https://cplusplus.github.io/CWG/issues/1459.html">1459</a></td>
8579 <td>Reference-binding tiebreakers in overload resolution
</td>
8580 <td align=
"center">Not resolved
</td>
8583 <td><a href=
"https://cplusplus.github.io/CWG/issues/1460.html">1460</a></td>
8585 <td>What is an empty union?
</td>
8586 <td class=
"full" align=
"center">Clang
3.5</td>
8589 <td><a href=
"https://cplusplus.github.io/CWG/issues/1461.html">1461</a></td>
8591 <td>Narrowing conversions to bit-fields
</td>
8592 <td class=
"unknown" align=
"center">Unknown
</td>
8595 <td><a href=
"https://cplusplus.github.io/CWG/issues/1462.html">1462</a></td>
8597 <td>Deduction failure vs
“ill-formed, no diagnostic required
”</td>
8598 <td class=
"unknown" align=
"center">Unknown
</td>
8600 <tr class=
"open" id=
"1463">
8601 <td><a href=
"https://cplusplus.github.io/CWG/issues/1463.html">1463</a></td>
8603 <td><TT>extern
"C"</TT> alias templates
</td>
8604 <td align=
"center">Not resolved
</td>
8607 <td><a href=
"https://cplusplus.github.io/CWG/issues/1464.html">1464</a></td>
8609 <td>Negative array bound in a
<I>new-expression
</I></td>
8610 <td class=
"unknown" align=
"center">Unknown
</td>
8613 <td><a href=
"https://cplusplus.github.io/CWG/issues/1465.html">1465</a></td>
8615 <td><TT>noexcept
</TT> and
<TT>std::bad_array_new_length
</TT></td>
8616 <td class=
"unknown" align=
"center">Unknown
</td>
8619 <td><a href=
"https://cplusplus.github.io/CWG/issues/1466.html">1466</a></td>
8621 <td>Visible sequences of side effects are redundant
</td>
8622 <td class=
"unknown" align=
"center">Unknown
</td>
8625 <td><a href=
"https://cplusplus.github.io/CWG/issues/1467.html">1467</a></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>
8631 <td><a href=
"https://cplusplus.github.io/CWG/issues/1468.html">1468</a></td>
8633 <td><TT>typeid
</TT>, overload resolution, and implicit lambda capture
</td>
8634 <td class=
"unknown" align=
"center">Unknown
</td>
8637 <td><a href=
"https://cplusplus.github.io/CWG/issues/1469.html">1469</a></td>
8639 <td>Omitted bound in array
<I>new-expression
</I></td>
8640 <td class=
"unknown" align=
"center">Unknown
</td>
8643 <td><a href=
"https://cplusplus.github.io/CWG/issues/1470.html">1470</a></td>
8645 <td>Thread migration
</td>
8646 <td class=
"unknown" align=
"center">Unknown
</td>
8649 <td><a href=
"https://cplusplus.github.io/CWG/issues/1471.html">1471</a></td>
8651 <td>Nested type of non-dependent base
</td>
8652 <td class=
"unknown" align=
"center">Unknown
</td>
8655 <td><a href=
"https://cplusplus.github.io/CWG/issues/1472.html">1472</a></td>
8657 <td>odr-use of reference variables
</td>
8658 <td class=
"unknown" align=
"center">Unknown
</td>
8661 <td><a href=
"https://cplusplus.github.io/CWG/issues/1473.html">1473</a></td>
8663 <td>Syntax of
<I>literal-operator-id
</I></td>
8664 <td class=
"unknown" align=
"center">Unknown
</td>
8667 <td><a href=
"https://cplusplus.github.io/CWG/issues/1474.html">1474</a></td>
8669 <td>User-defined literals and
<TT><inttypes.h
></TT> format macros
</td>
8670 <td class=
"unknown" align=
"center">Unknown
</td>
8673 <td><a href=
"https://cplusplus.github.io/CWG/issues/1475.html">1475</a></td>
8675 <td>Errors in
<TT>[[carries_dependency]]
</TT> example
</td>
8676 <td class=
"unknown" align=
"center">Unknown
</td>
8679 <td><a href=
"https://cplusplus.github.io/CWG/issues/1476.html">1476</a></td>
8681 <td>Definition of user-defined type
</td>
8682 <td class=
"unknown" align=
"center">Unknown
</td>
8685 <td><a href=
"https://cplusplus.github.io/CWG/issues/1477.html">1477</a></td>
8687 <td>Definition of a
<TT>friend
</TT> outside its namespace
</td>
8688 <td class=
"full" align=
"center">Clang
2.7</td>
8691 <td><a href=
"https://cplusplus.github.io/CWG/issues/1478.html">1478</a></td>
8693 <td><TT>template
</TT> keyword for dependent template template arguments
</td>
8694 <td class=
"unknown" align=
"center">Unknown
</td>
8697 <td><a href=
"https://cplusplus.github.io/CWG/issues/1479.html">1479</a></td>
8699 <td>Literal operators and default arguments
</td>
8700 <td class=
"full" align=
"center">Clang
3.1</td>
8703 <td><a href=
"https://cplusplus.github.io/CWG/issues/1480.html">1480</a></td>
8705 <td>Constant initialization via non-constant temporary
</td>
8706 <td class=
"unknown" align=
"center">Unknown
</td>
8709 <td><a href=
"https://cplusplus.github.io/CWG/issues/1481.html">1481</a></td>
8711 <td>Increment/decrement operators with reference parameters
</td>
8712 <td class=
"unknown" align=
"center">Unknown
</td>
8715 <td><a href=
"https://cplusplus.github.io/CWG/issues/1482.html">1482</a></td>
8717 <td>Point of declaration of enumeration
</td>
8718 <td class=
"full" align=
"center">Clang
3.0</td>
8721 <td><a href=
"https://cplusplus.github.io/CWG/issues/1483.html">1483</a></td>
8723 <td>Non-dependent
<I>static_assert-declaration
</I>s
</td>
8724 <td class=
"unknown" align=
"center">Unknown
</td>
8727 <td><a href=
"https://cplusplus.github.io/CWG/issues/1484.html">1484</a></td>
8729 <td>Unused local classes of function templates
</td>
8730 <td class=
"unknown" align=
"center">Unknown
</td>
8732 <tr class=
"open" id=
"1485">
8733 <td><a href=
"https://cplusplus.github.io/CWG/issues/1485.html">1485</a></td>
8735 <td>Out-of-class definition of member unscoped opaque enumeration
</td>
8736 <td align=
"center">Not resolved
</td>
8738 <tr class=
"open" id=
"1486">
8739 <td><a href=
"https://cplusplus.github.io/CWG/issues/1486.html">1486</a></td>
8741 <td>Base-derived conversion in member pointer deduction
</td>
8742 <td align=
"center">Not resolved
</td>
8745 <td><a href=
"https://cplusplus.github.io/CWG/issues/1487.html">1487</a></td>
8747 <td>When are inheriting constructors declared?
</td>
8748 <td class=
"full" align=
"center">Clang
3.3</td>
8750 <tr class=
"open" id=
"1488">
8751 <td><a href=
"https://cplusplus.github.io/CWG/issues/1488.html">1488</a></td>
8753 <td><I>abstract-pack-declarator
</I>s in
<I>type-id
</I>s
</td>
8754 <td align=
"center">Not resolved
</td>
8757 <td><a href=
"https://cplusplus.github.io/CWG/issues/1489.html">1489</a></td>
8759 <td>Is value-initialization of an array constant initialization?
</td>
8760 <td class=
"unknown" align=
"center">Unknown
</td>
8763 <td><a href=
"https://cplusplus.github.io/CWG/issues/1490.html">1490</a></td>
8765 <td>List-initialization from a string literal
</td>
8766 <td class=
"full" align=
"center">Clang
3.7 (C++
11 onwards)
</td>
8769 <td><a href=
"https://cplusplus.github.io/CWG/issues/1491.html">1491</a></td>
8771 <td>Move construction and rvalue reference members
</td>
8772 <td class=
"unknown" align=
"center">Unknown
</td>
8775 <td><a href=
"https://cplusplus.github.io/CWG/issues/1492.html">1492</a></td>
8777 <td>Exception specifications on template destructors
</td>
8778 <td class=
"unknown" align=
"center">Unknown
</td>
8781 <td><a href=
"https://cplusplus.github.io/CWG/issues/1493.html">1493</a></td>
8783 <td>Criteria for move-construction
</td>
8784 <td class=
"unknown" align=
"center">Unknown
</td>
8787 <td><a href=
"https://cplusplus.github.io/CWG/issues/1494.html">1494</a></td>
8789 <td>Temporary initialization for reference binding in list-initialization
</td>
8790 <td class=
"unknown" align=
"center">Unknown
</td>
8793 <td><a href=
"https://cplusplus.github.io/CWG/issues/1495.html">1495</a></td>
8795 <td>Partial specialization of variadic class template
</td>
8796 <td class=
"full" align=
"center">Clang
4</td>
8799 <td><a href=
"https://cplusplus.github.io/CWG/issues/1496.html">1496</a></td>
8801 <td>Triviality with deleted and missing default constructors
</td>
8802 <td class=
"none" align=
"center">No
</td>
8805 <td><a href=
"https://cplusplus.github.io/CWG/issues/1497.html">1497</a></td>
8807 <td>Aggregate initialization with parenthesized string literal
</td>
8808 <td class=
"unknown" align=
"center">Unknown
</td>
8811 <td><a href=
"https://cplusplus.github.io/CWG/issues/1498.html">1498</a></td>
8813 <td>Lifetime of temporaries in range-based
<TT>for
</TT></td>
8814 <td class=
"unknown" align=
"center">Unknown
</td>
8817 <td><a href=
"https://cplusplus.github.io/CWG/issues/1499.html">1499</a></td>
8819 <td>Missing case for deleted move assignment operator
</td>
8820 <td class=
"unknown" align=
"center">Unknown
</td>
8823 <td><a href=
"https://cplusplus.github.io/CWG/issues/1500.html">1500</a></td>
8825 <td>Name lookup of dependent conversion function
</td>
8826 <td class=
"unknown" align=
"center">Unknown
</td>
8829 <td><a href=
"https://cplusplus.github.io/CWG/issues/1501.html">1501</a></td>
8831 <td>Nested braces in list-initialization
</td>
8832 <td class=
"unknown" align=
"center">Unknown
</td>
8835 <td><a href=
"https://cplusplus.github.io/CWG/issues/1502.html">1502</a></td>
8837 <td>Value initialization of unions with member initializers
</td>
8838 <td class=
"unknown" align=
"center">Unknown
</td>
8841 <td><a href=
"https://cplusplus.github.io/CWG/issues/1503.html">1503</a></td>
8843 <td>Exceptions during copy to exception object
</td>
8844 <td class=
"unknown" align=
"center">Unknown
</td>
8847 <td><a href=
"https://cplusplus.github.io/CWG/issues/1504.html">1504</a></td>
8849 <td>Pointer arithmetic after derived-base conversion
</td>
8850 <td class=
"unknown" align=
"center">Unknown
</td>
8853 <td><a href=
"https://cplusplus.github.io/CWG/issues/1505.html">1505</a></td>
8855 <td>Direct binding of reference to temporary in list-initialization
</td>
8856 <td class=
"unknown" align=
"center">Unknown
</td>
8859 <td><a href=
"https://cplusplus.github.io/CWG/issues/1506.html">1506</a></td>
8861 <td>Value category of
<TT>initializer_list
</TT> object
</td>
8862 <td class=
"unknown" align=
"center">Unknown
</td>
8865 <td><a href=
"https://cplusplus.github.io/CWG/issues/1507.html">1507</a></td>
8867 <td>Value initialization with trivial inaccessible default constructor
</td>
8868 <td class=
"unknown" align=
"center">Unknown
</td>
8871 <td><a href=
"https://cplusplus.github.io/CWG/issues/1508.html">1508</a></td>
8873 <td>Template initializer-list constructors
</td>
8874 <td class=
"unknown" align=
"center">Unknown
</td>
8877 <td><a href=
"https://cplusplus.github.io/CWG/issues/1509.html">1509</a></td>
8879 <td>Definition of
“non-template function
”</td>
8880 <td class=
"unknown" align=
"center">Unknown
</td>
8883 <td><a href=
"https://cplusplus.github.io/CWG/issues/1510.html">1510</a></td>
8885 <td>cv-qualified references via
<TT>decltype
</TT></td>
8886 <td class=
"unknown" align=
"center">Unknown
</td>
8889 <td><a href=
"https://cplusplus.github.io/CWG/issues/1511.html">1511</a></td>
8891 <td><TT>const volatile
</TT> variables and the one-definition rule
</td>
8892 <td class=
"unknown" align=
"center">Unknown
</td>
8895 <td><a href=
"https://cplusplus.github.io/CWG/issues/1512.html">1512</a></td>
8897 <td>Pointer comparison vs qualification conversions
</td>
8898 <td class=
"full" align=
"center">Clang
4</td>
8900 <tr class=
"open" id=
"1513">
8901 <td><a href=
"https://cplusplus.github.io/CWG/issues/1513.html">1513</a></td>
8903 <td><TT>initializer_list
</TT> deduction failure
</td>
8904 <td align=
"center">Not resolved
</td>
8907 <td><a href=
"https://cplusplus.github.io/CWG/issues/1514.html">1514</a></td>
8909 <td>Ambiguity between enumeration definition and zero-length bit-field
</td>
8910 <td class=
"full" align=
"center">Clang
11</td>
8913 <td><a href=
"https://cplusplus.github.io/CWG/issues/1515.html">1515</a></td>
8915 <td>Modulo
2<SUP><I>n
</I></SUP> arithmetic for implicitly-unsigned types
</td>
8916 <td class=
"unknown" align=
"center">Unknown
</td>
8919 <td><a href=
"https://cplusplus.github.io/CWG/issues/1516.html">1516</a></td>
8921 <td>Definition of
“virtual function call
”</td>
8922 <td class=
"unknown" align=
"center">Unknown
</td>
8924 <tr class=
"open" id=
"1517">
8925 <td><a href=
"https://cplusplus.github.io/CWG/issues/1517.html">1517</a></td>
8927 <td>Unclear/missing description of behavior during construction/destruction
</td>
8928 <td align=
"center">Not resolved
</td>
8931 <td><a href=
"https://cplusplus.github.io/CWG/issues/1518.html">1518</a></td>
8933 <td>Explicit default constructors and copy-list-initialization
</td>
8934 <td class=
"full" align=
"center">Clang
4</td>
8937 <td><a href=
"https://cplusplus.github.io/CWG/issues/1519.html">1519</a></td>
8939 <td>Conflicting default and variadic constructors
</td>
8940 <td class=
"unknown" align=
"center">Unknown
</td>
8943 <td><a href=
"https://cplusplus.github.io/CWG/issues/1520.html">1520</a></td>
8945 <td>Alias template specialization vs pack expansion
</td>
8946 <td class=
"unknown" align=
"center">Unknown
</td>
8948 <tr class=
"open" id=
"1521">
8949 <td><a href=
"https://cplusplus.github.io/CWG/issues/1521.html">1521</a></td>
8951 <td><TT>T{
</TT><I>expr
</I><TT>}
</TT> with reference types
</td>
8952 <td align=
"center">Not resolved
</td>
8955 <td><a href=
"https://cplusplus.github.io/CWG/issues/1522.html">1522</a></td>
8957 <td>Access checking for
<TT>initializer_list
</TT> array initialization
</td>
8958 <td class=
"unknown" align=
"center">Unknown
</td>
8961 <td><a href=
"https://cplusplus.github.io/CWG/issues/1523.html">1523</a></td>
8963 <td>Point of declaration in range-based
<TT>for
</TT></td>
8964 <td class=
"unknown" align=
"center">Unknown
</td>
8966 <tr class=
"open" id=
"1524">
8967 <td><a href=
"https://cplusplus.github.io/CWG/issues/1524.html">1524</a></td>
8969 <td>Incompletely-defined class template base
</td>
8970 <td align=
"center">Not resolved
</td>
8973 <td><a href=
"https://cplusplus.github.io/CWG/issues/1525.html">1525</a></td>
8975 <td>Array bound inference in temporary array
</td>
8976 <td class=
"unknown" align=
"center">Unknown
</td>
8979 <td><a href=
"https://cplusplus.github.io/CWG/issues/1526.html">1526</a></td>
8981 <td>Dependent-class lookup in the current instantiation
</td>
8982 <td class=
"unknown" align=
"center">Unknown
</td>
8985 <td><a href=
"https://cplusplus.github.io/CWG/issues/1527.html">1527</a></td>
8987 <td>Assignment from
<I>braced-init-list
</I></td>
8988 <td class=
"unknown" align=
"center">Unknown
</td>
8991 <td><a href=
"https://cplusplus.github.io/CWG/issues/1528.html">1528</a></td>
8993 <td>Repeated
<I>cv-qualifier
</I>s in declarators
</td>
8994 <td class=
"unknown" align=
"center">Unknown
</td>
8996 <tr class=
"open" id=
"1529">
8997 <td><a href=
"https://cplusplus.github.io/CWG/issues/1529.html">1529</a></td>
8999 <td>Nomenclature for variable vs reference non-static data member
</td>
9000 <td align=
"center">Not resolved
</td>
9002 <tr class=
"open" id=
"1530">
9003 <td><a href=
"https://cplusplus.github.io/CWG/issues/1530.html">1530</a></td>
9005 <td>Member access in out-of-lifetime objects
</td>
9006 <td align=
"center">Not resolved
</td>
9009 <td><a href=
"https://cplusplus.github.io/CWG/issues/1531.html">1531</a></td>
9011 <td>Definition of
“access
” (verb)
</td>
9012 <td class=
"unknown" align=
"center">Unknown
</td>
9015 <td><a href=
"https://cplusplus.github.io/CWG/issues/1532.html">1532</a></td>
9017 <td>Explicit instantiation and member templates
</td>
9018 <td class=
"unknown" align=
"center">Unknown
</td>
9021 <td><a href=
"https://cplusplus.github.io/CWG/issues/1533.html">1533</a></td>
9023 <td>Function pack expansion for member initialization
</td>
9024 <td class=
"unknown" align=
"center">Unknown
</td>
9027 <td><a href=
"https://cplusplus.github.io/CWG/issues/1534.html">1534</a></td>
9029 <td>cv-qualification of prvalue of type
“array of class
”</td>
9030 <td class=
"unknown" align=
"center">Unknown
</td>
9033 <td><a href=
"https://cplusplus.github.io/CWG/issues/1535.html">1535</a></td>
9035 <td><TT>typeid
</TT> in core constant expressions
</td>
9036 <td class=
"unknown" align=
"center">Unknown
</td>
9038 <tr class=
"open" id=
"1536">
9039 <td><a href=
"https://cplusplus.github.io/CWG/issues/1536.html">1536</a></td>
9041 <td>Overload resolution with temporary from initializer list
</td>
9042 <td align=
"center">Not resolved
</td>
9045 <td><a href=
"https://cplusplus.github.io/CWG/issues/1537.html">1537</a></td>
9047 <td>Optional compile-time evaluation of constant expressions
</td>
9048 <td class=
"unknown" align=
"center">Unknown
</td>
9051 <td><a href=
"https://cplusplus.github.io/CWG/issues/1538.html">1538</a></td>
9053 <td>C-style cast in
<I>braced-init-list
</I> assignment
</td>
9054 <td class=
"unknown" align=
"center">Unknown
</td>
9057 <td><a href=
"https://cplusplus.github.io/CWG/issues/1539.html">1539</a></td>
9059 <td>Definition of
“character type
”</td>
9060 <td class=
"unknown" align=
"center">Unknown
</td>
9063 <td><a href=
"https://cplusplus.github.io/CWG/issues/1540.html">1540</a></td>
9065 <td>Use of address constants in constant expressions
</td>
9066 <td class=
"unknown" align=
"center">Unknown
</td>
9069 <td><a href=
"https://cplusplus.github.io/CWG/issues/1541.html">1541</a></td>
9071 <td><I>cv
</I> <TT>void
</TT> return types
</td>
9072 <td class=
"unknown" align=
"center">Unknown
</td>
9074 <tr class=
"open" id=
"1542">
9075 <td><a href=
"https://cplusplus.github.io/CWG/issues/1542.html">1542</a></td>
9077 <td>Compound assignment of
<I>braced-init-list
</I></td>
9078 <td align=
"center">Not resolved
</td>
9081 <td><a href=
"https://cplusplus.github.io/CWG/issues/1543.html">1543</a></td>
9083 <td>Implicit conversion sequence for empty initializer list
</td>
9084 <td class=
"unknown" align=
"center">Unknown
</td>
9087 <td><a href=
"https://cplusplus.github.io/CWG/issues/1544.html">1544</a></td>
9089 <td>Linkage of member of unnamed namespace
</td>
9090 <td class=
"unknown" align=
"center">Unknown
</td>
9093 <td><a href=
"https://cplusplus.github.io/CWG/issues/1545.html">1545</a></td>
9095 <td><TT>friend
</TT> function templates defined in class templates
</td>
9096 <td class=
"unknown" align=
"center">Unknown
</td>
9099 <td><a href=
"https://cplusplus.github.io/CWG/issues/1546.html">1546</a></td>
9101 <td>Errors in function template default arguments
</td>
9102 <td class=
"unknown" align=
"center">Unknown
</td>
9105 <td><a href=
"https://cplusplus.github.io/CWG/issues/1547.html">1547</a></td>
9107 <td><TT>typename
</TT> keyword in
<I>alias-declaration
</I>s
</td>
9108 <td class=
"unknown" align=
"center">Unknown
</td>
9110 <tr class=
"open" id=
"1548">
9111 <td><a href=
"https://cplusplus.github.io/CWG/issues/1548.html">1548</a></td>
9113 <td>Copy/move construction and conversion functions
</td>
9114 <td align=
"center">Not resolved
</td>
9116 <tr class=
"open" id=
"1549">
9117 <td><a href=
"https://cplusplus.github.io/CWG/issues/1549.html">1549</a></td>
9119 <td>Overloaded comma operator with
<TT>void
</TT> operand
</td>
9120 <td align=
"center">Not resolved
</td>
9123 <td><a href=
"https://cplusplus.github.io/CWG/issues/1550.html">1550</a></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>
9129 <td><a href=
"https://cplusplus.github.io/CWG/issues/1551.html">1551</a></td>
9131 <td>Wording problems in
<I>using-declaration
</I> specification
</td>
9132 <td class=
"unknown" align=
"center">Unknown
</td>
9135 <td><a href=
"https://cplusplus.github.io/CWG/issues/1552.html">1552</a></td>
9137 <td><I>exception-specification
</I>s and defaulted special member functions
</td>
9138 <td class=
"unknown" align=
"center">Unknown
</td>
9141 <td><a href=
"https://cplusplus.github.io/CWG/issues/1553.html">1553</a></td>
9143 <td><TT>sizeof
</TT> and xvalue bit-fields
</td>
9144 <td class=
"unknown" align=
"center">Unknown
</td>
9146 <tr class=
"open" id=
"1554">
9147 <td><a href=
"https://cplusplus.github.io/CWG/issues/1554.html">1554</a></td>
9149 <td>Access and alias templates
</td>
9150 <td align=
"center">Not resolved
</td>
9153 <td><a href=
"https://cplusplus.github.io/CWG/issues/1555.html">1555</a></td>
9155 <td>Language linkage and function type compatibility
</td>
9156 <td class=
"unknown" align=
"center">Unknown
</td>
9159 <td><a href=
"https://cplusplus.github.io/CWG/issues/1556.html">1556</a></td>
9161 <td>Constructors and explicit conversion functions in direct initialization
</td>
9162 <td class=
"unknown" align=
"center">Unknown
</td>
9165 <td><a href=
"https://cplusplus.github.io/CWG/issues/1557.html">1557</a></td>
9167 <td>Language linkage of converted lambda function pointer
</td>
9168 <td class=
"unknown" align=
"center">Unknown
</td>
9171 <td><a href=
"https://cplusplus.github.io/CWG/issues/1558.html">1558</a></td>
9173 <td>Unused arguments in alias template specializations
</td>
9174 <td class=
"full" align=
"center">Clang
12</td>
9177 <td><a href=
"https://cplusplus.github.io/CWG/issues/1559.html">1559</a></td>
9179 <td>String too long in initializer list of
<I>new-expression
</I></td>
9180 <td class=
"unknown" align=
"center">Unknown
</td>
9183 <td><a href=
"https://cplusplus.github.io/CWG/issues/1560.html">1560</a></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>
9189 <td><a href=
"https://cplusplus.github.io/CWG/issues/1561.html">1561</a></td>
9191 <td>Aggregates with empty base classes
</td>
9192 <td class=
"unknown" align=
"center">Unknown
</td>
9195 <td><a href=
"https://cplusplus.github.io/CWG/issues/1562.html">1562</a></td>
9197 <td>Non-static data member initializers and union
<I>ctor-initializer
</I></td>
9198 <td class=
"unknown" align=
"center">Unknown
</td>
9201 <td><a href=
"https://cplusplus.github.io/CWG/issues/1563.html">1563</a></td>
9203 <td>List-initialization and overloaded function disambiguation
</td>
9204 <td class=
"full" align=
"center">Yes
</td>
9207 <td><a href=
"https://cplusplus.github.io/CWG/issues/1564.html">1564</a></td>
9209 <td>Template argument deduction from an initializer list
</td>
9210 <td class=
"unknown" align=
"center">Unknown
</td>
9213 <td><a href=
"https://cplusplus.github.io/CWG/issues/1565.html">1565</a></td>
9215 <td>Copy elision and lifetime of
<TT>initializer_list
</TT> underlying array
</td>
9216 <td class=
"unknown" align=
"center">Unknown
</td>
9219 <td><a href=
"https://cplusplus.github.io/CWG/issues/1566.html">1566</a></td>
9221 <td>Should
<TT>new std::initializer_list
<T
></TT> be ill-formed?
</td>
9222 <td class=
"unknown" align=
"center">Unknown
</td>
9225 <td><a href=
"https://cplusplus.github.io/CWG/issues/1567.html">1567</a></td>
9227 <td>Inheriting constructors and copy/move constructors
</td>
9228 <td class=
"full" align=
"center">Clang
3.3</td>
9231 <td><a href=
"https://cplusplus.github.io/CWG/issues/1568.html">1568</a></td>
9233 <td>Temporary lifetime extension with intervening cast
</td>
9234 <td class=
"unknown" align=
"center">Unknown
</td>
9237 <td><a href=
"https://cplusplus.github.io/CWG/issues/1569.html">1569</a></td>
9239 <td>Deducing a function parameter pack before ellipsis
</td>
9240 <td class=
"unknown" align=
"center">Unknown
</td>
9243 <td><a href=
"https://cplusplus.github.io/CWG/issues/1570.html">1570</a></td>
9245 <td>Address of subobject as non-type template argument
</td>
9246 <td class=
"unknown" align=
"center">Unknown
</td>
9249 <td><a href=
"https://cplusplus.github.io/CWG/issues/1571.html">1571</a></td>
9251 <td>cv-qualification for indirect reference binding via conversion function
</td>
9252 <td class=
"unknown" align=
"center">Unknown
</td>
9255 <td><a href=
"https://cplusplus.github.io/CWG/issues/1572.html">1572</a></td>
9257 <td>Incorrect example for rvalue reference binding via conversion function
</td>
9258 <td class=
"unknown" align=
"center">Unknown
</td>
9261 <td><a href=
"https://cplusplus.github.io/CWG/issues/1573.html">1573</a></td>
9263 <td>Inherited constructor characteristics
</td>
9264 <td class=
"full" align=
"center">Clang
3.9</td>
9267 <td><a href=
"https://cplusplus.github.io/CWG/issues/1574.html">1574</a></td>
9269 <td>Explicitly-defaulted
<TT>constexpr
</TT> functions in wrapper templates
</td>
9270 <td class=
"unknown" align=
"center">Unknown
</td>
9273 <td><a href=
"https://cplusplus.github.io/CWG/issues/1575.html">1575</a></td>
9275 <td>Incorrect definition of
“strict pointer safety
”</td>
9276 <td class=
"unknown" align=
"center">Unknown
</td>
9279 <td><a href=
"https://cplusplus.github.io/CWG/issues/1576.html">1576</a></td>
9281 <td>Discarded-value volatile xvalues
</td>
9282 <td class=
"unknown" align=
"center">Unknown
</td>
9285 <td><a href=
"https://cplusplus.github.io/CWG/issues/1577.html">1577</a></td>
9287 <td>Unnecessary restrictions on partial specializations
</td>
9288 <td class=
"unknown" align=
"center">Unknown
</td>
9291 <td><a href=
"https://cplusplus.github.io/CWG/issues/1578.html">1578</a></td>
9293 <td>Value-initialization of aggregates
</td>
9294 <td class=
"unknown" align=
"center">Unknown
</td>
9297 <td><a href=
"https://cplusplus.github.io/CWG/issues/1579.html">1579</a></td>
9299 <td>Return by converting move constructor
</td>
9300 <td class=
"full" align=
"center">Clang
3.9</td>
9302 <tr class=
"open" id=
"1580">
9303 <td><a href=
"https://cplusplus.github.io/CWG/issues/1580.html">1580</a></td>
9305 <td>Default arguments in explicit instantiations
</td>
9306 <td align=
"center">Not resolved
</td>
9309 <td><a href=
"https://cplusplus.github.io/CWG/issues/1581.html">1581</a></td>
9311 <td>When are
<TT>constexpr
</TT> member functions defined?
</td>
9312 <td class=
"unknown" align=
"center">Unknown
</td>
9314 <tr class=
"open" id=
"1582">
9315 <td><a href=
"https://cplusplus.github.io/CWG/issues/1582.html">1582</a></td>
9317 <td>Template default arguments and deduction failure
</td>
9318 <td align=
"center">Not resolved
</td>
9321 <td><a href=
"https://cplusplus.github.io/CWG/issues/1583.html">1583</a></td>
9323 <td>Incorrect example of unspecified behavior
</td>
9324 <td class=
"unknown" align=
"center">Unknown
</td>
9326 <tr class=
"open" id=
"1584">
9327 <td><a href=
"https://cplusplus.github.io/CWG/issues/1584.html">1584</a></td>
9329 <td>Deducing function types from cv-qualified types
</td>
9332 <summary>Not resolved
</summary>
9333 Clang
7 implements
2015-
05 resolution
9337 <td><a href=
"https://cplusplus.github.io/CWG/issues/1585.html">1585</a></td>
9339 <td>Value category of member access of rvalue reference member
</td>
9340 <td class=
"unknown" align=
"center">Unknown
</td>
9343 <td><a href=
"https://cplusplus.github.io/CWG/issues/1586.html">1586</a></td>
9345 <td>Naming a destructor via
<TT>decltype
</TT></td>
9346 <td class=
"unknown" align=
"center">Unknown
</td>
9349 <td><a href=
"https://cplusplus.github.io/CWG/issues/1587.html">1587</a></td>
9351 <td><TT>constexpr
</TT> initialization and nested anonymous unions
</td>
9352 <td class=
"unknown" align=
"center">Unknown
</td>
9355 <td><a href=
"https://cplusplus.github.io/CWG/issues/1588.html">1588</a></td>
9357 <td>Deducing cv-qualified
<TT>auto
</TT></td>
9358 <td class=
"unknown" align=
"center">Unknown
</td>
9361 <td><a href=
"https://cplusplus.github.io/CWG/issues/1589.html">1589</a></td>
9363 <td>Ambiguous ranking of list-initialization sequences
</td>
9364 <td class=
"full" align=
"center">Clang
3.7 (C++
11 onwards)
</td>
9367 <td><a href=
"https://cplusplus.github.io/CWG/issues/1590.html">1590</a></td>
9369 <td>Bypassing non-copy/move constructor copying
</td>
9370 <td class=
"unknown" align=
"center">Unknown
</td>
9373 <td><a href=
"https://cplusplus.github.io/CWG/issues/1591.html">1591</a></td>
9375 <td>Deducing array bound and element type from initializer list
</td>
9376 <td class=
"unknown" align=
"center">Unknown
</td>
9379 <td><a href=
"https://cplusplus.github.io/CWG/issues/1592.html">1592</a></td>
9381 <td>When do template parameters match?
</td>
9382 <td class=
"unknown" align=
"center">Unknown
</td>
9385 <td><a href=
"https://cplusplus.github.io/CWG/issues/1593.html">1593</a></td>
9387 <td>“Parameter type
” of special member functions
</td>
9388 <td class=
"unknown" align=
"center">Unknown
</td>
9390 <tr class=
"open" id=
"1594">
9391 <td><a href=
"https://cplusplus.github.io/CWG/issues/1594.html">1594</a></td>
9393 <td>Lazy declaration of special members vs overload errors
</td>
9394 <td align=
"center">Not resolved
</td>
9397 <td><a href=
"https://cplusplus.github.io/CWG/issues/1595.html">1595</a></td>
9399 <td>Constructors
“involved in
” subobject initialization
</td>
9400 <td class=
"unknown" align=
"center">Unknown
</td>
9403 <td><a href=
"https://cplusplus.github.io/CWG/issues/1596.html">1596</a></td>
9405 <td>Non-array objects as
<TT>array[
1]
</TT></td>
9406 <td class=
"unknown" align=
"center">Unknown
</td>
9409 <td><a href=
"https://cplusplus.github.io/CWG/issues/1597.html">1597</a></td>
9411 <td>Misleading
<TT>constexpr
</TT> example
</td>
9412 <td class=
"unknown" align=
"center">Unknown
</td>
9415 <td><a href=
"https://cplusplus.github.io/CWG/issues/1598.html">1598</a></td>
9417 <td>Criterion for equality of pointers to members
</td>
9418 <td class=
"unknown" align=
"center">Unknown
</td>
9421 <td><a href=
"https://cplusplus.github.io/CWG/issues/1599.html">1599</a></td>
9423 <td>Lifetime of
<TT>initializer_list
</TT> underlying array
</td>
9424 <td class=
"unknown" align=
"center">Unknown
</td>
9427 <td><a href=
"https://cplusplus.github.io/CWG/issues/1600.html">1600</a></td>
9429 <td>Erroneous reference initialization in example
</td>
9430 <td class=
"unknown" align=
"center">Unknown
</td>
9433 <td><a href=
"https://cplusplus.github.io/CWG/issues/1601.html">1601</a></td>
9435 <td>Promotion of enumeration with fixed underlying type
</td>
9436 <td class=
"full" align=
"center">Clang
10</td>
9438 <tr class=
"open" id=
"1602">
9439 <td><a href=
"https://cplusplus.github.io/CWG/issues/1602.html">1602</a></td>
9441 <td>Linkage of specialization vs linkage of template arguments
</td>
9442 <td align=
"center">Not resolved
</td>
9445 <td><a href=
"https://cplusplus.github.io/CWG/issues/1603.html">1603</a></td>
9447 <td>Errors resulting from giving unnamed namespaces internal linkage
</td>
9448 <td class=
"unknown" align=
"center">Unknown
</td>
9451 <td><a href=
"https://cplusplus.github.io/CWG/issues/1604.html">1604</a></td>
9453 <td>Double temporaries in reference initialization
</td>
9454 <td class=
"unknown" align=
"center">Unknown
</td>
9457 <td><a href=
"https://cplusplus.github.io/CWG/issues/1605.html">1605</a></td>
9459 <td>Misleading parenthetical comment for explicit destructor call
</td>
9460 <td class=
"unknown" align=
"center">Unknown
</td>
9463 <td><a href=
"https://cplusplus.github.io/CWG/issues/1606.html">1606</a></td>
9465 <td><TT>sizeof
</TT> closure class
</td>
9466 <td class=
"full" align=
"center">Clang
3.1</td>
9469 <td><a href=
"https://cplusplus.github.io/CWG/issues/1607.html">1607</a></td>
9471 <td>Lambdas in template parameters
</td>
9472 <td class=
"unknown" align=
"center">Unknown
</td>
9475 <td><a href=
"https://cplusplus.github.io/CWG/issues/1608.html">1608</a></td>
9477 <td>Operator lookup in trailing return type
</td>
9478 <td class=
"unknown" align=
"center">Unknown
</td>
9480 <tr class=
"open" id=
"1609">
9481 <td><a href=
"https://cplusplus.github.io/CWG/issues/1609.html">1609</a></td>
9483 <td>Default arguments and function parameter packs
</td>
9484 <td align=
"center">Not resolved
</td>
9486 <tr class=
"open" id=
"1610">
9487 <td><a href=
"https://cplusplus.github.io/CWG/issues/1610.html">1610</a></td>
9489 <td>Cv-qualification in deduction of reference to array
</td>
9490 <td align=
"center">Not resolved
</td>
9493 <td><a href=
"https://cplusplus.github.io/CWG/issues/1611.html">1611</a></td>
9495 <td>Deleted default constructor for abstract class
</td>
9496 <td class=
"full" align=
"center">Duplicate of
<a href=
"#1658">1658</a></td>
9499 <td><a href=
"https://cplusplus.github.io/CWG/issues/1612.html">1612</a></td>
9501 <td>Implicit lambda capture and anonymous unions
</td>
9502 <td class=
"unknown" align=
"center">Unknown
</td>
9505 <td><a href=
"https://cplusplus.github.io/CWG/issues/1613.html">1613</a></td>
9507 <td>Constant expressions and lambda capture
</td>
9508 <td class=
"unknown" align=
"center">Unknown
</td>
9511 <td><a href=
"https://cplusplus.github.io/CWG/issues/1614.html">1614</a></td>
9513 <td>Address of pure virtual function vs odr-use
</td>
9514 <td class=
"unknown" align=
"center">Unknown
</td>
9517 <td><a href=
"https://cplusplus.github.io/CWG/issues/1615.html">1615</a></td>
9519 <td>Alignment of types, variables, and members
</td>
9520 <td class=
"unknown" align=
"center">Unknown
</td>
9523 <td><a href=
"https://cplusplus.github.io/CWG/issues/1616.html">1616</a></td>
9525 <td>Disambiguation parsing and template parameters
</td>
9526 <td class=
"unknown" align=
"center">Unknown
</td>
9528 <tr class=
"open" id=
"1617">
9529 <td><a href=
"https://cplusplus.github.io/CWG/issues/1617.html">1617</a></td>
9531 <td><TT>alignas
</TT> and non-defining declarations
</td>
9532 <td align=
"center">Not resolved
</td>
9535 <td><a href=
"https://cplusplus.github.io/CWG/issues/1618.html">1618</a></td>
9537 <td>Gratuitously-unsigned underlying enum type
</td>
9538 <td class=
"unknown" align=
"center">Unknown
</td>
9540 <tr class=
"open" id=
"1619">
9541 <td><a href=
"https://cplusplus.github.io/CWG/issues/1619.html">1619</a></td>
9543 <td>Definition of current instantiation
</td>
9544 <td align=
"center">Not resolved
</td>
9546 <tr class=
"open" id=
"1620">
9547 <td><a href=
"https://cplusplus.github.io/CWG/issues/1620.html">1620</a></td>
9549 <td>User-defined literals and extended integer types
</td>
9550 <td align=
"center">Not resolved
</td>
9553 <td><a href=
"https://cplusplus.github.io/CWG/issues/1621.html">1621</a></td>
9555 <td>Member initializers in anonymous unions
</td>
9556 <td class=
"unknown" align=
"center">Unknown
</td>
9559 <td><a href=
"https://cplusplus.github.io/CWG/issues/1622.html">1622</a></td>
9561 <td>Empty aggregate initializer for union
</td>
9562 <td class=
"unknown" align=
"center">Unknown
</td>
9564 <tr class=
"open" id=
"1623">
9565 <td><a href=
"https://cplusplus.github.io/CWG/issues/1623.html">1623</a></td>
9567 <td>Deleted default union constructor and member initializers
</td>
9568 <td align=
"center">Not resolved
</td>
9571 <td><a href=
"https://cplusplus.github.io/CWG/issues/1624.html">1624</a></td>
9573 <td>Destruction of union members with member initializers
</td>
9574 <td class=
"unknown" align=
"center">Unknown
</td>
9576 <tr class=
"open" id=
"1625">
9577 <td><a href=
"https://cplusplus.github.io/CWG/issues/1625.html">1625</a></td>
9579 <td>Adding spaces between tokens in stringizing
</td>
9580 <td align=
"center">Not resolved
</td>
9583 <td><a href=
"https://cplusplus.github.io/CWG/issues/1626.html">1626</a></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>
9589 <td><a href=
"https://cplusplus.github.io/CWG/issues/1627.html">1627</a></td>
9591 <td>Agreement of dependent
<TT>alignas
</TT> specifiers
</td>
9592 <td class=
"unknown" align=
"center">Unknown
</td>
9594 <tr class=
"open" id=
"1628">
9595 <td><a href=
"https://cplusplus.github.io/CWG/issues/1628.html">1628</a></td>
9597 <td>Deallocation function templates
</td>
9598 <td align=
"center">Not resolved
</td>
9601 <td><a href=
"https://cplusplus.github.io/CWG/issues/1629.html">1629</a></td>
9603 <td>Can a closure class be a literal type?
</td>
9604 <td class=
"unknown" align=
"center">Unknown
</td>
9607 <td><a href=
"https://cplusplus.github.io/CWG/issues/1630.html">1630</a></td>
9609 <td>Multiple default constructor templates
</td>
9610 <td class=
"unknown" align=
"center">Unknown
</td>
9613 <td><a href=
"https://cplusplus.github.io/CWG/issues/1631.html">1631</a></td>
9615 <td>Incorrect overload resolution for single-element
<I>initializer-list
</I></td>
9616 <td class=
"full" align=
"center">Clang
3.7</td>
9619 <td><a href=
"https://cplusplus.github.io/CWG/issues/1632.html">1632</a></td>
9621 <td>Lambda capture in member initializers
</td>
9622 <td class=
"unknown" align=
"center">Unknown
</td>
9625 <td><a href=
"https://cplusplus.github.io/CWG/issues/1633.html">1633</a></td>
9627 <td>Copy-initialization in member initialization
</td>
9628 <td class=
"unknown" align=
"center">Unknown
</td>
9630 <tr class=
"open" id=
"1634">
9631 <td><a href=
"https://cplusplus.github.io/CWG/issues/1634.html">1634</a></td>
9633 <td>Temporary storage duration
</td>
9634 <td align=
"center">Not resolved
</td>
9636 <tr class=
"open" id=
"1635">
9637 <td><a href=
"https://cplusplus.github.io/CWG/issues/1635.html">1635</a></td>
9639 <td>How similar are template default arguments to function default arguments?
</td>
9640 <td align=
"center">Not resolved
</td>
9643 <td><a href=
"https://cplusplus.github.io/CWG/issues/1636.html">1636</a></td>
9645 <td>Bits required for negative enumerator values
</td>
9646 <td class=
"unknown" align=
"center">Unknown
</td>
9649 <td><a href=
"https://cplusplus.github.io/CWG/issues/1637.html">1637</a></td>
9651 <td>Recursion in
<TT>constexpr
</TT> template default constructor
</td>
9652 <td class=
"unknown" align=
"center">Unknown
</td>
9655 <td><a href=
"https://cplusplus.github.io/CWG/issues/1638.html">1638</a></td>
9657 <td>Declaring an explicit specialization of a scoped enumeration
</td>
9658 <td class=
"full" align=
"center">Clang
3.1</td>
9661 <td><a href=
"https://cplusplus.github.io/CWG/issues/1639.html">1639</a></td>
9663 <td><I>exception-specification
</I>s and pointer/pointer-to-member expressions
</td>
9664 <td class=
"unknown" align=
"center">Unknown
</td>
9667 <td><a href=
"https://cplusplus.github.io/CWG/issues/1640.html">1640</a></td>
9669 <td>Array of abstract instance of class template
</td>
9670 <td class=
"unknown" align=
"center">Unknown
</td>
9673 <td><a href=
"https://cplusplus.github.io/CWG/issues/1641.html">1641</a></td>
9675 <td>Assignment in member initializer
</td>
9676 <td class=
"unknown" align=
"center">Unknown
</td>
9679 <td><a href=
"https://cplusplus.github.io/CWG/issues/1642.html">1642</a></td>
9681 <td>Missing requirements for prvalue operands
</td>
9682 <td class=
"unknown" align=
"center">Unknown
</td>
9685 <td><a href=
"https://cplusplus.github.io/CWG/issues/1643.html">1643</a></td>
9687 <td>Default arguments for template parameter packs
</td>
9688 <td class=
"unknown" align=
"center">Unknown
</td>
9691 <td><a href=
"https://cplusplus.github.io/CWG/issues/1644.html">1644</a></td>
9693 <td>Equivalent
<I>exception-specification
</I>s in function template declarations
</td>
9694 <td class=
"unknown" align=
"center">Unknown
</td>
9697 <td><a href=
"https://cplusplus.github.io/CWG/issues/1645.html">1645</a></td>
9699 <td>Identical inheriting constructors via default arguments
</td>
9700 <td class=
"full" align=
"center">Clang
3.9</td>
9703 <td><a href=
"https://cplusplus.github.io/CWG/issues/1646.html">1646</a></td>
9705 <td><I>decltype-specifier
</I>s, abstract classes, and deduction failure
</td>
9706 <td class=
"unknown" align=
"center">Unknown
</td>
9708 <tr class=
"open" id=
"1647">
9709 <td><a href=
"https://cplusplus.github.io/CWG/issues/1647.html">1647</a></td>
9711 <td>Type agreement of non-type template arguments in partial specializations
</td>
9712 <td align=
"center">Not resolved
</td>
9715 <td><a href=
"https://cplusplus.github.io/CWG/issues/1648.html">1648</a></td>
9717 <td><TT>thread_local
</TT> vs block extern declarations
</td>
9718 <td class=
"unknown" align=
"center">Unknown
</td>
9721 <td><a href=
"https://cplusplus.github.io/CWG/issues/1649.html">1649</a></td>
9723 <td>Error in the syntax of
<I>mem-initializer-list
</I></td>
9724 <td class=
"unknown" align=
"center">Unknown
</td>
9727 <td><a href=
"https://cplusplus.github.io/CWG/issues/1650.html">1650</a></td>
9729 <td>Class prvalues in reference initialization
</td>
9730 <td class=
"unknown" align=
"center">Unknown
</td>
9733 <td><a href=
"https://cplusplus.github.io/CWG/issues/1651.html">1651</a></td>
9735 <td>Lifetime extension of temporary via reference to subobject
</td>
9736 <td class=
"unknown" align=
"center">Unknown
</td>
9739 <td><a href=
"https://cplusplus.github.io/CWG/issues/1652.html">1652</a></td>
9741 <td>Object addresses in
<TT>constexpr
</TT> expressions
</td>
9742 <td class=
"full" align=
"center">Clang
3.6</td>
9745 <td><a href=
"https://cplusplus.github.io/CWG/issues/1653.html">1653</a></td>
9747 <td>Removing deprecated increment of
<TT>bool
</TT></td>
9748 <td class=
"full" align=
"center">Clang
4 (C++
17 onwards)
</td>
9751 <td><a href=
"https://cplusplus.github.io/CWG/issues/1654.html">1654</a></td>
9753 <td>Literal types and
<TT>constexpr
</TT> defaulted constructors
</td>
9754 <td class=
"unknown" align=
"center">Unknown
</td>
9756 <tr class=
"open" id=
"1655">
9757 <td><a href=
"https://cplusplus.github.io/CWG/issues/1655.html">1655</a></td>
9759 <td>Line endings in raw string literals
</td>
9760 <td align=
"center">Not resolved
</td>
9763 <td><a href=
"https://cplusplus.github.io/CWG/issues/1656.html">1656</a></td>
9765 <td>Encoding of numerically-escaped characters
</td>
9766 <td class=
"unknown" align=
"center">Unknown
</td>
9769 <td><a href=
"https://cplusplus.github.io/CWG/issues/1657.html">1657</a></td>
9771 <td>Attributes for namespaces and enumerators
</td>
9772 <td class=
"unknown" align=
"center">Unknown
</td>
9775 <td><a href=
"https://cplusplus.github.io/CWG/issues/1658.html">1658</a></td>
9777 <td>Deleted default constructor for abstract class via destructor
</td>
9778 <td class=
"full" align=
"center">Clang
5</td>
9780 <tr class=
"open" id=
"1659">
9781 <td><a href=
"https://cplusplus.github.io/CWG/issues/1659.html">1659</a></td>
9783 <td>Initialization order of thread_local template static data members
</td>
9784 <td align=
"center">Not resolved
</td>
9787 <td><a href=
"https://cplusplus.github.io/CWG/issues/1660.html">1660</a></td>
9789 <td><I>member-declaration
</I> requirements and unnamed bit-fields
</td>
9790 <td class=
"unknown" align=
"center">Unknown
</td>
9793 <td><a href=
"https://cplusplus.github.io/CWG/issues/1661.html">1661</a></td>
9795 <td>Preservation of infinite loops
</td>
9796 <td class=
"unknown" align=
"center">Unknown
</td>
9799 <td><a href=
"https://cplusplus.github.io/CWG/issues/1662.html">1662</a></td>
9801 <td>Capturing function parameter packs
</td>
9802 <td class=
"unknown" align=
"center">Unknown
</td>
9805 <td><a href=
"https://cplusplus.github.io/CWG/issues/1663.html">1663</a></td>
9807 <td>Capturing an empty pack expansion
</td>
9808 <td class=
"unknown" align=
"center">Unknown
</td>
9811 <td><a href=
"https://cplusplus.github.io/CWG/issues/1664.html">1664</a></td>
9813 <td>Argument-dependent lookup of lambdas used in default arguments
</td>
9814 <td class=
"unknown" align=
"center">Unknown
</td>
9816 <tr class=
"open" id=
"1665">
9817 <td><a href=
"https://cplusplus.github.io/CWG/issues/1665.html">1665</a></td>
9819 <td>Declaration matching in explicit instantiations
</td>
9820 <td align=
"center">Not resolved
</td>
9823 <td><a href=
"https://cplusplus.github.io/CWG/issues/1666.html">1666</a></td>
9825 <td>Address constant expressions
</td>
9826 <td class=
"unknown" align=
"center">Unknown
</td>
9829 <td><a href=
"https://cplusplus.github.io/CWG/issues/1667.html">1667</a></td>
9831 <td>Function exiting via exception called by destructor during unwinding
</td>
9832 <td class=
"unknown" align=
"center">Unknown
</td>
9834 <tr class=
"open" id=
"1668">
9835 <td><a href=
"https://cplusplus.github.io/CWG/issues/1668.html">1668</a></td>
9837 <td>Parameter type determination still not clear enough
</td>
9838 <td align=
"center">Not resolved
</td>
9841 <td><a href=
"https://cplusplus.github.io/CWG/issues/1669.html">1669</a></td>
9843 <td><TT>auto
</TT> return type for
<TT>main
</TT></td>
9844 <td class=
"unknown" align=
"center">Unknown
</td>
9846 <tr class=
"open" id=
"1670">
9847 <td><a href=
"https://cplusplus.github.io/CWG/issues/1670.html">1670</a></td>
9849 <td><TT>auto
</TT> as
<I>conversion-type-id
</I></td>
9850 <td align=
"center">Not resolved
</td>
9853 <td><a href=
"https://cplusplus.github.io/CWG/issues/1671.html">1671</a></td>
9855 <td>Unclear rules for deduction with cv-qualification
</td>
9856 <td class=
"unknown" align=
"center">Unknown
</td>
9859 <td><a href=
"https://cplusplus.github.io/CWG/issues/1672.html">1672</a></td>
9861 <td>Layout compatibility with multiple empty bases
</td>
9862 <td class=
"full" align=
"center">Clang
7</td>
9865 <td><a href=
"https://cplusplus.github.io/CWG/issues/1673.html">1673</a></td>
9867 <td>Clarifying overload resolution for the second step of copy-initialization
</td>
9868 <td class=
"unknown" align=
"center">Unknown
</td>
9871 <td><a href=
"https://cplusplus.github.io/CWG/issues/1674.html">1674</a></td>
9873 <td>Return type deduction for address of function
</td>
9874 <td class=
"unknown" align=
"center">Unknown
</td>
9877 <td><a href=
"https://cplusplus.github.io/CWG/issues/1675.html">1675</a></td>
9879 <td>Size limit for automatic array object
</td>
9880 <td class=
"unknown" align=
"center">Unknown
</td>
9882 <tr class=
"open" id=
"1676">
9883 <td><a href=
"https://cplusplus.github.io/CWG/issues/1676.html">1676</a></td>
9885 <td><TT>auto
</TT> return type for allocation and deallocation functions
</td>
9886 <td align=
"center">Not resolved
</td>
9889 <td><a href=
"https://cplusplus.github.io/CWG/issues/1677.html">1677</a></td>
9891 <td>Constant initialization via aggregate initialization
</td>
9892 <td class=
"unknown" align=
"center">Unknown
</td>
9895 <td><a href=
"https://cplusplus.github.io/CWG/issues/1678.html">1678</a></td>
9897 <td>Naming the type of an array of runtime bound
</td>
9898 <td class=
"unknown" align=
"center">Unknown
</td>
9901 <td><a href=
"https://cplusplus.github.io/CWG/issues/1679.html">1679</a></td>
9903 <td>Range-based
<TT>for
</TT> and array of runtime bound
</td>
9904 <td class=
"unknown" align=
"center">Unknown
</td>
9906 <tr class=
"open" id=
"1680">
9907 <td><a href=
"https://cplusplus.github.io/CWG/issues/1680.html">1680</a></td>
9909 <td>Including
<TT><initializer_list
></TT> for range-based
<TT>for
</TT></td>
9910 <td align=
"center">Not resolved
</td>
9913 <td><a href=
"https://cplusplus.github.io/CWG/issues/1681.html">1681</a></td>
9915 <td><I>init-capture
</I>s and nested lambdas
</td>
9916 <td class=
"unknown" align=
"center">Unknown
</td>
9918 <tr class=
"open" id=
"1682">
9919 <td><a href=
"https://cplusplus.github.io/CWG/issues/1682.html">1682</a></td>
9921 <td>Overly-restrictive rules on function templates as allocation functions
</td>
9922 <td align=
"center">Not resolved
</td>
9925 <td><a href=
"https://cplusplus.github.io/CWG/issues/1683.html">1683</a></td>
9927 <td>Incorrect example after
<TT>constexpr
</TT> changes
</td>
9928 <td class=
"unknown" align=
"center">Unknown
</td>
9931 <td><a href=
"https://cplusplus.github.io/CWG/issues/1684.html">1684</a></td>
9933 <td>Static
<TT>constexpr
</TT> member functions for non-literal classes
</td>
9934 <td class=
"full" align=
"center">Clang
3.6</td>
9937 <td><a href=
"https://cplusplus.github.io/CWG/issues/1685.html">1685</a></td>
9939 <td>Value category of
<TT>noexcept
</TT> expression
</td>
9940 <td class=
"unknown" align=
"center">Unknown
</td>
9943 <td><a href=
"https://cplusplus.github.io/CWG/issues/1686.html">1686</a></td>
9945 <td>Which variables are
“explicitly declared
<TT>const
</TT>?
”</td>
9946 <td class=
"unknown" align=
"center">Unknown
</td>
9949 <td><a href=
"https://cplusplus.github.io/CWG/issues/1687.html">1687</a></td>
9951 <td>Conversions of operands of built-in operators
</td>
9952 <td class=
"full" align=
"center">Clang
7</td>
9955 <td><a href=
"https://cplusplus.github.io/CWG/issues/1688.html">1688</a></td>
9957 <td>Volatile
<TT>constexpr
</TT> variables
</td>
9958 <td class=
"unknown" align=
"center">Unknown
</td>
9961 <td><a href=
"https://cplusplus.github.io/CWG/issues/1689.html">1689</a></td>
9963 <td>Syntactic nonterminal for operand of
<TT>alignas
</TT></td>
9964 <td class=
"unknown" align=
"center">Unknown
</td>
9967 <td><a href=
"https://cplusplus.github.io/CWG/issues/1690.html">1690</a></td>
9969 <td>Associated namespace for local type
</td>
9970 <td class=
"full" align=
"center">Clang
9</td>
9973 <td><a href=
"https://cplusplus.github.io/CWG/issues/1691.html">1691</a></td>
9975 <td>Argument-dependent lookup and opaque enumerations
</td>
9976 <td class=
"full" align=
"center">Clang
9</td>
9979 <td><a href=
"https://cplusplus.github.io/CWG/issues/1692.html">1692</a></td>
9981 <td>Associated namespaces of doubly-nested classes
</td>
9982 <td class=
"full" align=
"center">Clang
9</td>
9985 <td><a href=
"https://cplusplus.github.io/CWG/issues/1693.html">1693</a></td>
9987 <td>Superfluous semicolons in class definitions
</td>
9988 <td class=
"unknown" align=
"center">Unknown
</td>
9991 <td><a href=
"https://cplusplus.github.io/CWG/issues/1694.html">1694</a></td>
9993 <td>Restriction on reference to temporary as a constant expression
</td>
9994 <td class=
"unknown" align=
"center">Unknown
</td>
9997 <td><a href=
"https://cplusplus.github.io/CWG/issues/1695.html">1695</a></td>
9999 <td>Lifetime extension via
<I>init-capture
</I></td>
10000 <td class=
"unknown" align=
"center">Unknown
</td>
10003 <td><a href=
"https://cplusplus.github.io/CWG/issues/1696.html">1696</a></td>
10005 <td>Temporary lifetime and non-static data member initializers
</td>
10006 <td class=
"full" align=
"center">Clang
7</td>
10009 <td><a href=
"https://cplusplus.github.io/CWG/issues/1697.html">1697</a></td>
10011 <td>Lifetime extension and copy elision
</td>
10012 <td class=
"unknown" align=
"center">Unknown
</td>
10015 <td><a href=
"https://cplusplus.github.io/CWG/issues/1698.html">1698</a></td>
10017 <td>Files ending in
<TT>\
</TT></td>
10018 <td class=
"unknown" align=
"center">Unknown
</td>
10020 <tr class=
"open" id=
"1699">
10021 <td><a href=
"https://cplusplus.github.io/CWG/issues/1699.html">1699</a></td>
10023 <td>Does befriending a class befriend its friends?
</td>
10024 <td align=
"center">Not resolved
</td>
10027 <td><a href=
"https://cplusplus.github.io/CWG/issues/1700.html">1700</a></td>
10029 <td>Does the special rvalue-reference deduction apply to alias templates?
</td>
10030 <td class=
"unknown" align=
"center">Unknown
</td>
10032 <tr class=
"open" id=
"1701">
10033 <td><a href=
"https://cplusplus.github.io/CWG/issues/1701.html">1701</a></td>
10035 <td>Array vs sequence in object representation
</td>
10036 <td align=
"center">Not resolved
</td>
10038 <tr class=
"open" id=
"1702">
10039 <td><a href=
"https://cplusplus.github.io/CWG/issues/1702.html">1702</a></td>
10041 <td>Rephrasing the definition of
“anonymous union
”</td>
10042 <td align=
"center">Not resolved
</td>
10045 <td><a href=
"https://cplusplus.github.io/CWG/issues/1703.html">1703</a></td>
10047 <td>Language linkage of names of functions with internal linkage
</td>
10048 <td class=
"unknown" align=
"center">Unknown
</td>
10051 <td><a href=
"https://cplusplus.github.io/CWG/issues/1704.html">1704</a></td>
10053 <td>Type checking in explicit instantiation of variable templates
</td>
10054 <td class=
"unknown" align=
"center">Unknown
</td>
10057 <td><a href=
"https://cplusplus.github.io/CWG/issues/1705.html">1705</a></td>
10059 <td>Unclear specification of
“more specialized
”</td>
10060 <td class=
"unknown" align=
"center">Unknown
</td>
10062 <tr class=
"open" id=
"1706">
10063 <td><a href=
"https://cplusplus.github.io/CWG/issues/1706.html">1706</a></td>
10065 <td><TT>alignas
</TT> pack expansion syntax
</td>
10066 <td align=
"center">Not resolved
</td>
10069 <td><a href=
"https://cplusplus.github.io/CWG/issues/1707.html">1707</a></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>
10075 <td><a href=
"https://cplusplus.github.io/CWG/issues/1708.html">1708</a></td>
10077 <td>overly-strict requirements for names with C language linkage
</td>
10078 <td class=
"unknown" align=
"center">Unknown
</td>
10080 <tr class=
"open" id=
"1709">
10081 <td><a href=
"https://cplusplus.github.io/CWG/issues/1709.html">1709</a></td>
10083 <td>Stringizing raw string literals containing newline
</td>
10084 <td align=
"center">Not resolved
</td>
10087 <td><a href=
"https://cplusplus.github.io/CWG/issues/1710.html">1710</a></td>
10089 <td>Missing
<TT>template
</TT> keyword in
<I>class-or-decltype
</I></td>
10090 <td class=
"none" align=
"center">No
</td>
10093 <td><a href=
"https://cplusplus.github.io/CWG/issues/1711.html">1711</a></td>
10095 <td>Missing specification of variable template partial specializations
</td>
10096 <td class=
"unknown" align=
"center">Unknown
</td>
10099 <td><a href=
"https://cplusplus.github.io/CWG/issues/1712.html">1712</a></td>
10101 <td><TT>constexpr
</TT> variable template declarations
</td>
10102 <td class=
"unknown" align=
"center">Unknown
</td>
10105 <td><a href=
"https://cplusplus.github.io/CWG/issues/1713.html">1713</a></td>
10107 <td>Linkage of variable template specializations
</td>
10108 <td class=
"unknown" align=
"center">Unknown
</td>
10111 <td><a href=
"https://cplusplus.github.io/CWG/issues/1714.html">1714</a></td>
10113 <td>odr-use of
<TT>this
</TT> from a local class
</td>
10114 <td class=
"unknown" align=
"center">Unknown
</td>
10117 <td><a href=
"https://cplusplus.github.io/CWG/issues/1715.html">1715</a></td>
10119 <td>Access and inherited constructor templates
</td>
10120 <td class=
"full" align=
"center">Clang
3.9</td>
10123 <td><a href=
"https://cplusplus.github.io/CWG/issues/1716.html">1716</a></td>
10125 <td>When are default arguments evaluated?
</td>
10126 <td class=
"unknown" align=
"center">Unknown
</td>
10129 <td><a href=
"https://cplusplus.github.io/CWG/issues/1717.html">1717</a></td>
10131 <td>Missing specification of type of binary literal
</td>
10132 <td class=
"unknown" align=
"center">Unknown
</td>
10134 <tr class=
"open" id=
"1718">
10135 <td><a href=
"https://cplusplus.github.io/CWG/issues/1718.html">1718</a></td>
10137 <td>Macro invocation spanning end-of-file
</td>
10138 <td align=
"center">Not resolved
</td>
10141 <td><a href=
"https://cplusplus.github.io/CWG/issues/1719.html">1719</a></td>
10143 <td>Layout compatibility and cv-qualification revisited
</td>
10144 <td class=
"full" align=
"center">Clang
19</td>
10147 <td><a href=
"https://cplusplus.github.io/CWG/issues/1720.html">1720</a></td>
10149 <td>Macro invocation in
<TT>#include
</TT> directive
</td>
10150 <td class=
"unknown" align=
"center">Unknown
</td>
10152 <tr class=
"open" id=
"1721">
10153 <td><a href=
"https://cplusplus.github.io/CWG/issues/1721.html">1721</a></td>
10155 <td>Diagnosing ODR violations for static data members
</td>
10156 <td align=
"center">Not resolved
</td>
10159 <td><a href=
"https://cplusplus.github.io/CWG/issues/1722.html">1722</a></td>
10161 <td>Should lambda to function pointer conversion function be
<TT>noexcept
</TT>?
</td>
10162 <td class=
"full" align=
"center">Clang
9</td>
10164 <tr class=
"open" id=
"1723">
10165 <td><a href=
"https://cplusplus.github.io/CWG/issues/1723.html">1723</a></td>
10167 <td>Multicharacter user-defined character literals
</td>
10168 <td align=
"center">Not resolved
</td>
10171 <td><a href=
"https://cplusplus.github.io/CWG/issues/1724.html">1724</a></td>
10173 <td>Unclear rules for deduction failure
</td>
10174 <td class=
"unknown" align=
"center">Unknown
</td>
10177 <td><a href=
"https://cplusplus.github.io/CWG/issues/1725.html">1725</a></td>
10179 <td>Trailing return type with nested function declarator
</td>
10180 <td class=
"unknown" align=
"center">Unknown
</td>
10183 <td><a href=
"https://cplusplus.github.io/CWG/issues/1726.html">1726</a></td>
10185 <td>Declarator operators and conversion function
</td>
10186 <td class=
"unknown" align=
"center">Unknown
</td>
10189 <td><a href=
"https://cplusplus.github.io/CWG/issues/1727.html">1727</a></td>
10191 <td>Type of a specialization of a variable template
</td>
10192 <td class=
"unknown" align=
"center">Unknown
</td>
10195 <td><a href=
"https://cplusplus.github.io/CWG/issues/1728.html">1728</a></td>
10197 <td>Type of an explicit instantiation of a variable template
</td>
10198 <td class=
"unknown" align=
"center">Unknown
</td>
10201 <td><a href=
"https://cplusplus.github.io/CWG/issues/1729.html">1729</a></td>
10203 <td>Matching declarations and definitions of variable templates
</td>
10204 <td class=
"unknown" align=
"center">Unknown
</td>
10206 <tr class=
"open" id=
"1730">
10207 <td><a href=
"https://cplusplus.github.io/CWG/issues/1730.html">1730</a></td>
10209 <td>Can a variable template have an unnamed type?
</td>
10210 <td align=
"center">Not resolved
</td>
10213 <td><a href=
"https://cplusplus.github.io/CWG/issues/1731.html">1731</a></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>
10219 <td><a href=
"https://cplusplus.github.io/CWG/issues/1732.html">1732</a></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>
10225 <td><a href=
"https://cplusplus.github.io/CWG/issues/1733.html">1733</a></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>
10231 <td><a href=
"https://cplusplus.github.io/CWG/issues/1734.html">1734</a></td>
10233 <td>Nontrivial deleted copy functions
</td>
10234 <td class=
"none" align=
"center">No
</td>
10236 <tr class=
"open" id=
"1735">
10237 <td><a href=
"https://cplusplus.github.io/CWG/issues/1735.html">1735</a></td>
10239 <td>Out-of-range literals in
<I>user-defined-literal
</I>s
</td>
10240 <td align=
"center">Not resolved
</td>
10243 <td><a href=
"https://cplusplus.github.io/CWG/issues/1736.html">1736</a></td>
10245 <td>Inheriting constructor templates in a local class
</td>
10246 <td class=
"full" align=
"center">Clang
3.9</td>
10249 <td><a href=
"https://cplusplus.github.io/CWG/issues/1737.html">1737</a></td>
10251 <td>Type dependence of call to a member of the current instantiation
</td>
10252 <td class=
"unknown" align=
"center">Unknown
</td>
10255 <td><a href=
"https://cplusplus.github.io/CWG/issues/1738.html">1738</a></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>
10261 <td><a href=
"https://cplusplus.github.io/CWG/issues/1739.html">1739</a></td>
10263 <td>Conversion of floating point to enumeration
</td>
10264 <td class=
"unknown" align=
"center">Unknown
</td>
10267 <td><a href=
"https://cplusplus.github.io/CWG/issues/1740.html">1740</a></td>
10269 <td>Disambiguation of
<TT>noexcept
</TT></td>
10270 <td class=
"unknown" align=
"center">Unknown
</td>
10273 <td><a href=
"https://cplusplus.github.io/CWG/issues/1741.html">1741</a></td>
10275 <td>odr-use of class object in lvalue-to-rvalue conversion
</td>
10276 <td class=
"unknown" align=
"center">Unknown
</td>
10279 <td><a href=
"https://cplusplus.github.io/CWG/issues/1742.html">1742</a></td>
10281 <td><I>using-declaration
</I>s and scoped enumerators
</td>
10282 <td class=
"unknown" align=
"center">Unknown
</td>
10285 <td><a href=
"https://cplusplus.github.io/CWG/issues/1743.html">1743</a></td>
10287 <td><I>init-capture
</I>s in nested lambdas
</td>
10288 <td class=
"unknown" align=
"center">Unknown
</td>
10291 <td><a href=
"https://cplusplus.github.io/CWG/issues/1744.html">1744</a></td>
10293 <td>Unordered initialization for variable template specializations
</td>
10294 <td class=
"unknown" align=
"center">Unknown
</td>
10297 <td><a href=
"https://cplusplus.github.io/CWG/issues/1745.html">1745</a></td>
10299 <td><TT>thread_local constexpr
</TT> variable
</td>
10300 <td class=
"unknown" align=
"center">Unknown
</td>
10303 <td><a href=
"https://cplusplus.github.io/CWG/issues/1746.html">1746</a></td>
10305 <td>Are volatile scalar types trivially copyable?
</td>
10306 <td class=
"unknown" align=
"center">Unknown
</td>
10309 <td><a href=
"https://cplusplus.github.io/CWG/issues/1747.html">1747</a></td>
10311 <td>Constant initialization of reference to function
</td>
10312 <td class=
"unknown" align=
"center">Unknown
</td>
10315 <td><a href=
"https://cplusplus.github.io/CWG/issues/1748.html">1748</a></td>
10317 <td>Placement new with a null pointer
</td>
10318 <td class=
"full" align=
"center">Clang
3.7</td>
10321 <td><a href=
"https://cplusplus.github.io/CWG/issues/1749.html">1749</a></td>
10323 <td>Confusing definition for constant initializer
</td>
10324 <td class=
"unknown" align=
"center">Unknown
</td>
10327 <td><a href=
"https://cplusplus.github.io/CWG/issues/1750.html">1750</a></td>
10329 <td>“Argument
” vs
“parameter
”</td>
10330 <td class=
"unknown" align=
"center">Unknown
</td>
10333 <td><a href=
"https://cplusplus.github.io/CWG/issues/1751.html">1751</a></td>
10335 <td>Non-trivial operations vs non-trivial initialization
</td>
10336 <td class=
"unknown" align=
"center">Unknown
</td>
10339 <td><a href=
"https://cplusplus.github.io/CWG/issues/1752.html">1752</a></td>
10341 <td>Right-recursion in
<I>mem-initializer-list
</I></td>
10342 <td class=
"unknown" align=
"center">Unknown
</td>
10345 <td><a href=
"https://cplusplus.github.io/CWG/issues/1753.html">1753</a></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>
10351 <td><a href=
"https://cplusplus.github.io/CWG/issues/1754.html">1754</a></td>
10353 <td>Declaration of partial specialization of static data member template
</td>
10354 <td class=
"unknown" align=
"center">Unknown
</td>
10356 <tr class=
"open" id=
"1755">
10357 <td><a href=
"https://cplusplus.github.io/CWG/issues/1755.html">1755</a></td>
10359 <td>Out-of-class partial specializations of member templates
</td>
10360 <td align=
"center">Not resolved
</td>
10363 <td><a href=
"https://cplusplus.github.io/CWG/issues/1756.html">1756</a></td>
10365 <td>Direct-list-initialization of a non-class object
</td>
10366 <td class=
"full" align=
"center">Clang
3.7</td>
10369 <td><a href=
"https://cplusplus.github.io/CWG/issues/1757.html">1757</a></td>
10371 <td>Const integral subobjects
</td>
10372 <td class=
"unknown" align=
"center">Unknown
</td>
10375 <td><a href=
"https://cplusplus.github.io/CWG/issues/1758.html">1758</a></td>
10377 <td>Explicit conversion in copy/move list initialization
</td>
10378 <td class=
"full" align=
"center">Clang
3.7</td>
10381 <td><a href=
"https://cplusplus.github.io/CWG/issues/1759.html">1759</a></td>
10383 <td>UTF-
8 code units in plain
<TT>char
</TT></td>
10384 <td class=
"unknown" align=
"center">Unknown
</td>
10387 <td><a href=
"https://cplusplus.github.io/CWG/issues/1760.html">1760</a></td>
10389 <td>Access of member corresponding to
<I>init-capture
</I></td>
10390 <td class=
"unknown" align=
"center">Unknown
</td>
10393 <td><a href=
"https://cplusplus.github.io/CWG/issues/1761.html">1761</a></td>
10395 <td>Runtime check on size of automatic array
</td>
10396 <td class=
"unknown" align=
"center">Unknown
</td>
10399 <td><a href=
"https://cplusplus.github.io/CWG/issues/1762.html">1762</a></td>
10401 <td>Reserved identifier used in
<I>literal-operator-id
</I> example
</td>
10402 <td class=
"full" align=
"center">Clang
14</td>
10404 <tr class=
"open" id=
"1763">
10405 <td><a href=
"https://cplusplus.github.io/CWG/issues/1763.html">1763</a></td>
10407 <td>Length mismatch in template type deduction
</td>
10408 <td align=
"center">Not resolved
</td>
10411 <td><a href=
"https://cplusplus.github.io/CWG/issues/1764.html">1764</a></td>
10413 <td>Hiding of function from using-declaration by signature
</td>
10414 <td class=
"unknown" align=
"center">Unknown
</td>
10417 <td><a href=
"https://cplusplus.github.io/CWG/issues/1765.html">1765</a></td>
10419 <td>Overflow of enumeration used as enumerator value
</td>
10420 <td class=
"unknown" align=
"center">Unknown
</td>
10423 <td><a href=
"https://cplusplus.github.io/CWG/issues/1766.html">1766</a></td>
10425 <td>Values outside the range of the values of an enumeration
</td>
10426 <td class=
"unknown" align=
"center">Unknown
</td>
10429 <td><a href=
"https://cplusplus.github.io/CWG/issues/1767.html">1767</a></td>
10431 <td>Scoped enumeration in a
<TT>switch
</TT> statement
</td>
10432 <td class=
"unknown" align=
"center">Unknown
</td>
10435 <td><a href=
"https://cplusplus.github.io/CWG/issues/1768.html">1768</a></td>
10437 <td>Zero-element array of runtime bound
</td>
10438 <td class=
"unknown" align=
"center">Unknown
</td>
10441 <td><a href=
"https://cplusplus.github.io/CWG/issues/1769.html">1769</a></td>
10443 <td>Catching a base class of the exception object
</td>
10444 <td class=
"unknown" align=
"center">Unknown
</td>
10447 <td><a href=
"https://cplusplus.github.io/CWG/issues/1770.html">1770</a></td>
10449 <td>Type matching of non-type template parameters and arguments
</td>
10450 <td class=
"unknown" align=
"center">Unknown
</td>
10453 <td><a href=
"https://cplusplus.github.io/CWG/issues/1771.html">1771</a></td>
10455 <td>Restricted lookup in
<I>nested-name-specifier
</I></td>
10456 <td class=
"unknown" align=
"center">Unknown
</td>
10459 <td><a href=
"https://cplusplus.github.io/CWG/issues/1772.html">1772</a></td>
10461 <td><TT>__func__
</TT> in a lambda body
</td>
10462 <td class=
"full" align=
"center">Clang
14</td>
10465 <td><a href=
"https://cplusplus.github.io/CWG/issues/1773.html">1773</a></td>
10467 <td>Out-of-lifetime lvalue-to-rvalue conversion
</td>
10468 <td class=
"unknown" align=
"center">Unknown
</td>
10471 <td><a href=
"https://cplusplus.github.io/CWG/issues/1774.html">1774</a></td>
10473 <td>Discrepancy between subobject destruction and stack unwinding
</td>
10474 <td class=
"unknown" align=
"center">Unknown
</td>
10477 <td><a href=
"https://cplusplus.github.io/CWG/issues/1775.html">1775</a></td>
10479 <td>Undefined behavior of line splice in raw string literal
</td>
10480 <td class=
"unknown" align=
"center">Unknown
</td>
10483 <td><a href=
"https://cplusplus.github.io/CWG/issues/1776.html">1776</a></td>
10485 <td>Replacement of class objects containing reference members
</td>
10486 <td class=
"unknown" align=
"center">Unknown
</td>
10489 <td><a href=
"https://cplusplus.github.io/CWG/issues/1777.html">1777</a></td>
10491 <td>Empty pack expansion in
<I>dynamic-exception-specification
</I></td>
10492 <td class=
"unknown" align=
"center">Unknown
</td>
10495 <td><a href=
"https://cplusplus.github.io/CWG/issues/1778.html">1778</a></td>
10497 <td><I>exception-specification
</I> in explicitly-defaulted functions
</td>
10498 <td class=
"full" align=
"center">Clang
9</td>
10501 <td><a href=
"https://cplusplus.github.io/CWG/issues/1779.html">1779</a></td>
10503 <td>Type dependency of
<TT>__func__
</TT></td>
10504 <td class=
"full" align=
"center">Clang
14</td>
10507 <td><a href=
"https://cplusplus.github.io/CWG/issues/1780.html">1780</a></td>
10509 <td>Explicit instantiation/specialization of generic lambda
<TT>operator()
</TT></td>
10510 <td class=
"unknown" align=
"center">Unknown
</td>
10513 <td><a href=
"https://cplusplus.github.io/CWG/issues/1781.html">1781</a></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>
10519 <td><a href=
"https://cplusplus.github.io/CWG/issues/1782.html">1782</a></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>
10525 <td><a href=
"https://cplusplus.github.io/CWG/issues/1783.html">1783</a></td>
10527 <td>Why are virtual destructors non-trivial?
</td>
10528 <td class=
"unknown" align=
"center">Unknown
</td>
10531 <td><a href=
"https://cplusplus.github.io/CWG/issues/1784.html">1784</a></td>
10533 <td>Concurrent execution during static local initialization
</td>
10534 <td class=
"unknown" align=
"center">Unknown
</td>
10537 <td><a href=
"https://cplusplus.github.io/CWG/issues/1785.html">1785</a></td>
10539 <td>Conflicting diagnostic requirements for template definitions
</td>
10540 <td class=
"unknown" align=
"center">Unknown
</td>
10543 <td><a href=
"https://cplusplus.github.io/CWG/issues/1786.html">1786</a></td>
10545 <td>Effect of merging allocations on memory leakage
</td>
10546 <td class=
"unknown" align=
"center">Unknown
</td>
10549 <td><a href=
"https://cplusplus.github.io/CWG/issues/1787.html">1787</a></td>
10551 <td>Uninitialized
<TT>unsigned char
</TT> values
</td>
10552 <td class=
"unknown" align=
"center">Unknown
</td>
10555 <td><a href=
"https://cplusplus.github.io/CWG/issues/1788.html">1788</a></td>
10557 <td>Sized deallocation of array of non-class type
</td>
10558 <td class=
"unknown" align=
"center">Unknown
</td>
10560 <tr class=
"open" id=
"1789">
10561 <td><a href=
"https://cplusplus.github.io/CWG/issues/1789.html">1789</a></td>
10563 <td>Array reference vs array decay in overload resolution
</td>
10564 <td align=
"center">Not resolved
</td>
10566 <tr class=
"open" id=
"1790">
10567 <td><a href=
"https://cplusplus.github.io/CWG/issues/1790.html">1790</a></td>
10569 <td>Ellipsis following function parameter pack
</td>
10570 <td align=
"center">Not resolved
</td>
10573 <td><a href=
"https://cplusplus.github.io/CWG/issues/1791.html">1791</a></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>
10579 <td><a href=
"https://cplusplus.github.io/CWG/issues/1792.html">1792</a></td>
10581 <td>Incorrect example of explicit specialization of member enumeration
</td>
10582 <td class=
"unknown" align=
"center">Unknown
</td>
10585 <td><a href=
"https://cplusplus.github.io/CWG/issues/1793.html">1793</a></td>
10587 <td><TT>thread_local
</TT> in explicit specializations
</td>
10588 <td class=
"unknown" align=
"center">Unknown
</td>
10591 <td><a href=
"https://cplusplus.github.io/CWG/issues/1794.html">1794</a></td>
10593 <td><TT>template
</TT> keyword and alias templates
</td>
10594 <td class=
"full" align=
"center">Yes
</td>
10597 <td><a href=
"https://cplusplus.github.io/CWG/issues/1795.html">1795</a></td>
10599 <td>Disambiguating
<I>original-namespace-definition
</I> and
<I>extension-namespace-definition
</I></td>
10600 <td class=
"unknown" align=
"center">Unknown
</td>
10603 <td><a href=
"https://cplusplus.github.io/CWG/issues/1796.html">1796</a></td>
10605 <td>Is all-bits-zero for null characters a meaningful requirement?
</td>
10606 <td class=
"unknown" align=
"center">Unknown
</td>
10609 <td><a href=
"https://cplusplus.github.io/CWG/issues/1797.html">1797</a></td>
10611 <td>Are all bit patterns of
<TT>unsigned char
</TT> distinct numbers?
</td>
10612 <td class=
"unknown" align=
"center">Unknown
</td>
10615 <td><a href=
"https://cplusplus.github.io/CWG/issues/1798.html">1798</a></td>
10617 <td><I>exception-specification
</I>s of template arguments
</td>
10618 <td class=
"unknown" align=
"center">Unknown
</td>
10621 <td><a href=
"https://cplusplus.github.io/CWG/issues/1799.html">1799</a></td>
10623 <td><TT>mutable
</TT> and non-explicit const qualification
</td>
10624 <td class=
"unknown" align=
"center">Unknown
</td>
10627 <td><a href=
"https://cplusplus.github.io/CWG/issues/1800.html">1800</a></td>
10629 <td>Pointer to member of nested anonymous union
</td>
10630 <td class=
"full" align=
"center">Clang
2.9</td>
10633 <td><a href=
"https://cplusplus.github.io/CWG/issues/1801.html">1801</a></td>
10635 <td>Kind of expression referring to member of anonymous union
</td>
10636 <td class=
"full" align=
"center">Clang
2.8</td>
10639 <td><a href=
"https://cplusplus.github.io/CWG/issues/1802.html">1802</a></td>
10641 <td><TT>char16_t
</TT> string literals and surrogate pairs
</td>
10642 <td class=
"full" align=
"center">Clang
3.1</td>
10645 <td><a href=
"https://cplusplus.github.io/CWG/issues/1803.html">1803</a></td>
10647 <td><I>opaque-enum-declaration
</I> as
<I>member-declaration
</I></td>
10648 <td class=
"full" align=
"center">Clang
2.9</td>
10651 <td><a href=
"https://cplusplus.github.io/CWG/issues/1804.html">1804</a></td>
10653 <td>Partial specialization and friendship
</td>
10654 <td class=
"full" align=
"center">Clang
2.7</td>
10657 <td><a href=
"https://cplusplus.github.io/CWG/issues/1805.html">1805</a></td>
10659 <td>Conversions of array operands in
<I>conditional-expression
</I>s
</td>
10660 <td class=
"unknown" align=
"center">Unknown
</td>
10663 <td><a href=
"https://cplusplus.github.io/CWG/issues/1806.html">1806</a></td>
10665 <td>Virtual bases and move-assignment
</td>
10666 <td class=
"unknown" align=
"center">Unknown
</td>
10669 <td><a href=
"https://cplusplus.github.io/CWG/issues/1807.html">1807</a></td>
10671 <td>Order of destruction of array elements after an exception
</td>
10672 <td class=
"full" align=
"center">Clang
3.0</td>
10674 <tr class=
"open" id=
"1808">
10675 <td><a href=
"https://cplusplus.github.io/CWG/issues/1808.html">1808</a></td>
10677 <td>Constructor templates vs default constructors
</td>
10678 <td align=
"center">Not resolved
</td>
10681 <td><a href=
"https://cplusplus.github.io/CWG/issues/1809.html">1809</a></td>
10683 <td>Narrowing and template argument deduction
</td>
10684 <td class=
"unknown" align=
"center">Unknown
</td>
10687 <td><a href=
"https://cplusplus.github.io/CWG/issues/1810.html">1810</a></td>
10689 <td>Invalid
<I>ud-suffix
</I>es
</td>
10690 <td class=
"unknown" align=
"center">Unknown
</td>
10693 <td><a href=
"https://cplusplus.github.io/CWG/issues/1811.html">1811</a></td>
10695 <td>Lookup of deallocation function in a virtual destructor definition
</td>
10696 <td class=
"unknown" align=
"center">Unknown
</td>
10699 <td><a href=
"https://cplusplus.github.io/CWG/issues/1812.html">1812</a></td>
10701 <td>Omission of
<TT>template
</TT> in a
<I>typename-specifier
</I></td>
10702 <td class=
"none" align=
"center">No
</td>
10705 <td><a href=
"https://cplusplus.github.io/CWG/issues/1813.html">1813</a></td>
10707 <td>Direct vs indirect bases in standard-layout classes
</td>
10708 <td class=
"full" align=
"center">Clang
7</td>
10711 <td><a href=
"https://cplusplus.github.io/CWG/issues/1814.html">1814</a></td>
10713 <td>Default arguments in
<I>lambda-expression
</I>s
</td>
10714 <td class=
"full" align=
"center">Yes
</td>
10717 <td><a href=
"https://cplusplus.github.io/CWG/issues/1815.html">1815</a></td>
10719 <td>Lifetime extension in aggregate initialization
</td>
10720 <td class=
"unreleased" align=
"center">Clang
20</td>
10723 <td><a href=
"https://cplusplus.github.io/CWG/issues/1816.html">1816</a></td>
10725 <td>Unclear specification of bit-field values
</td>
10726 <td class=
"unknown" align=
"center">Unknown
</td>
10728 <tr class=
"open" id=
"1817">
10729 <td><a href=
"https://cplusplus.github.io/CWG/issues/1817.html">1817</a></td>
10731 <td>Linkage specifications and nested scopes
</td>
10732 <td align=
"center">Not resolved
</td>
10735 <td><a href=
"https://cplusplus.github.io/CWG/issues/1818.html">1818</a></td>
10737 <td>Visibility and inherited language linkage
</td>
10738 <td class=
"full" align=
"center">Clang
3.4</td>
10741 <td><a href=
"https://cplusplus.github.io/CWG/issues/1819.html">1819</a></td>
10743 <td>Acceptable scopes for definition of partial specialization
</td>
10744 <td class=
"unknown" align=
"center">Unknown
</td>
10747 <td><a href=
"https://cplusplus.github.io/CWG/issues/1820.html">1820</a></td>
10749 <td>Qualified typedef names
</td>
10750 <td class=
"full" align=
"center">Clang
3.5</td>
10753 <td><a href=
"https://cplusplus.github.io/CWG/issues/1821.html">1821</a></td>
10755 <td>Qualified redeclarations in a class
<I>member-specification
</I></td>
10756 <td class=
"full" align=
"center">Clang
2.9</td>
10759 <td><a href=
"https://cplusplus.github.io/CWG/issues/1822.html">1822</a></td>
10761 <td>Lookup of parameter names in
<I>lambda-expression
</I>s
</td>
10762 <td class=
"full" align=
"center">Yes
</td>
10765 <td><a href=
"https://cplusplus.github.io/CWG/issues/1823.html">1823</a></td>
10767 <td>String literal uniqueness in inline functions
</td>
10768 <td class=
"unknown" align=
"center">Unknown
</td>
10771 <td><a href=
"https://cplusplus.github.io/CWG/issues/1824.html">1824</a></td>
10773 <td>Completeness of return type vs point of instantiation
</td>
10774 <td class=
"full" align=
"center">Clang
2.7</td>
10777 <td><a href=
"https://cplusplus.github.io/CWG/issues/1825.html">1825</a></td>
10779 <td>Partial ordering between variadic and non-variadic function templates
</td>
10780 <td class=
"unknown" align=
"center">Unknown
</td>
10783 <td><a href=
"https://cplusplus.github.io/CWG/issues/1826.html">1826</a></td>
10785 <td><TT>const
</TT> floating-point in constant expressions
</td>
10786 <td class=
"unknown" align=
"center">Unknown
</td>
10788 <tr class=
"open" id=
"1827">
10789 <td><a href=
"https://cplusplus.github.io/CWG/issues/1827.html">1827</a></td>
10791 <td>Reference binding with ambiguous conversions
</td>
10792 <td align=
"center">Not resolved
</td>
10795 <td><a href=
"https://cplusplus.github.io/CWG/issues/1828.html">1828</a></td>
10797 <td><I>nested-name-specifier
</I> ambiguity
</td>
10798 <td class=
"unknown" align=
"center">Unknown
</td>
10801 <td><a href=
"https://cplusplus.github.io/CWG/issues/1829.html">1829</a></td>
10803 <td>Dependent unnamed types
</td>
10804 <td class=
"unknown" align=
"center">Unknown
</td>
10807 <td><a href=
"https://cplusplus.github.io/CWG/issues/1830.html">1830</a></td>
10809 <td>Repeated specifiers
</td>
10810 <td class=
"unknown" align=
"center">Unknown
</td>
10813 <td><a href=
"https://cplusplus.github.io/CWG/issues/1831.html">1831</a></td>
10815 <td>Explicitly vs implicitly deleted move constructors
</td>
10816 <td class=
"unknown" align=
"center">Unknown
</td>
10819 <td><a href=
"https://cplusplus.github.io/CWG/issues/1832.html">1832</a></td>
10821 <td>Casting to incomplete enumeration
</td>
10822 <td class=
"full" align=
"center">Clang
3.0</td>
10825 <td><a href=
"https://cplusplus.github.io/CWG/issues/1833.html">1833</a></td>
10827 <td><TT>friend
</TT> declarations naming implicitly-declared member functions
</td>
10828 <td class=
"unknown" align=
"center">Unknown
</td>
10831 <td><a href=
"https://cplusplus.github.io/CWG/issues/1834.html">1834</a></td>
10833 <td>Constant initialization binding a reference to an xvalue
</td>
10834 <td class=
"unknown" align=
"center">Unknown
</td>
10837 <td><a href=
"https://cplusplus.github.io/CWG/issues/1835.html">1835</a></td>
10839 <td>Dependent member lookup before
<TT><</TT></td>
10840 <td class=
"unknown" align=
"center">Unknown
</td>
10843 <td><a href=
"https://cplusplus.github.io/CWG/issues/1836.html">1836</a></td>
10845 <td>Use of class type being defined in
<I>trailing-return-type
</I></td>
10846 <td class=
"unknown" align=
"center">Unknown
</td>
10849 <td><a href=
"https://cplusplus.github.io/CWG/issues/1837.html">1837</a></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>
10855 <td><a href=
"https://cplusplus.github.io/CWG/issues/1838.html">1838</a></td>
10857 <td>Definition via
<I>unqualified-id
</I> and
<I>using-declaration
</I></td>
10858 <td class=
"unknown" align=
"center">Unknown
</td>
10861 <td><a href=
"https://cplusplus.github.io/CWG/issues/1839.html">1839</a></td>
10863 <td>Lookup of block-scope
<TT>extern
</TT> declarations
</td>
10864 <td class=
"unknown" align=
"center">Unknown
</td>
10866 <tr class=
"open" id=
"1840">
10867 <td><a href=
"https://cplusplus.github.io/CWG/issues/1840.html">1840</a></td>
10869 <td>Non-deleted explicit specialization of deleted function template
</td>
10870 <td align=
"center">Not resolved
</td>
10873 <td><a href=
"https://cplusplus.github.io/CWG/issues/1841.html">1841</a></td>
10875 <td><TT><</TT> following template injected-class-name
</td>
10876 <td class=
"unknown" align=
"center">Unknown
</td>
10878 <tr class=
"open" id=
"1842">
10879 <td><a href=
"https://cplusplus.github.io/CWG/issues/1842.html">1842</a></td>
10881 <td>Unevaluated operands and
“carries a dependency
”</td>
10882 <td align=
"center">Not resolved
</td>
10885 <td><a href=
"https://cplusplus.github.io/CWG/issues/1843.html">1843</a></td>
10887 <td>Bit-field in conditional operator with
<TT>throw
</TT> operand
</td>
10888 <td class=
"unknown" align=
"center">Unknown
</td>
10890 <tr class=
"open" id=
"1844">
10891 <td><a href=
"https://cplusplus.github.io/CWG/issues/1844.html">1844</a></td>
10893 <td>Defining
“immediate context
”</td>
10894 <td align=
"center">Not resolved
</td>
10896 <tr class=
"open" id=
"1845">
10897 <td><a href=
"https://cplusplus.github.io/CWG/issues/1845.html">1845</a></td>
10899 <td>Point of instantiation of a variable template specialization
</td>
10900 <td align=
"center">Not resolved
</td>
10903 <td><a href=
"https://cplusplus.github.io/CWG/issues/1846.html">1846</a></td>
10905 <td>Declaring explicitly-defaulted implicitly-deleted functions
</td>
10906 <td class=
"unknown" align=
"center">Unknown
</td>
10909 <td><a href=
"https://cplusplus.github.io/CWG/issues/1847.html">1847</a></td>
10911 <td>Clarifying compatibility during partial ordering
</td>
10912 <td class=
"unknown" align=
"center">Unknown
</td>
10915 <td><a href=
"https://cplusplus.github.io/CWG/issues/1848.html">1848</a></td>
10917 <td>Parenthesized constructor and destructor declarators
</td>
10918 <td class=
"unknown" align=
"center">Unknown
</td>
10921 <td><a href=
"https://cplusplus.github.io/CWG/issues/1849.html">1849</a></td>
10923 <td>Variable templates and the ODR
</td>
10924 <td class=
"unknown" align=
"center">Unknown
</td>
10927 <td><a href=
"https://cplusplus.github.io/CWG/issues/1850.html">1850</a></td>
10929 <td>Differences between definition context and point of instantiation
</td>
10930 <td class=
"unknown" align=
"center">Unknown
</td>
10933 <td><a href=
"https://cplusplus.github.io/CWG/issues/1851.html">1851</a></td>
10935 <td><TT>decltype(auto)
</TT> in
<I>new-expression
</I>s
</td>
10936 <td class=
"unknown" align=
"center">Unknown
</td>
10939 <td><a href=
"https://cplusplus.github.io/CWG/issues/1852.html">1852</a></td>
10941 <td>Wording issues regarding
<TT>decltype(auto)
</TT></td>
10942 <td class=
"unknown" align=
"center">Unknown
</td>
10945 <td><a href=
"https://cplusplus.github.io/CWG/issues/1853.html">1853</a></td>
10947 <td>Defining
“allocated storage
”</td>
10948 <td class=
"unknown" align=
"center">Unknown
</td>
10950 <tr class=
"open" id=
"1854">
10951 <td><a href=
"https://cplusplus.github.io/CWG/issues/1854.html">1854</a></td>
10953 <td>Disallowing use of implicitly-deleted functions
</td>
10954 <td align=
"center">Not resolved
</td>
10957 <td><a href=
"https://cplusplus.github.io/CWG/issues/1855.html">1855</a></td>
10959 <td>Out-of-lifetime access to nonstatic data members
</td>
10960 <td class=
"unknown" align=
"center">Unknown
</td>
10962 <tr class=
"open" id=
"1856">
10963 <td><a href=
"https://cplusplus.github.io/CWG/issues/1856.html">1856</a></td>
10965 <td>Indirect nested classes of class templates
</td>
10966 <td align=
"center">Not resolved
</td>
10969 <td><a href=
"https://cplusplus.github.io/CWG/issues/1857.html">1857</a></td>
10971 <td>Additional questions about bits
</td>
10972 <td class=
"unknown" align=
"center">Unknown
</td>
10975 <td><a href=
"https://cplusplus.github.io/CWG/issues/1858.html">1858</a></td>
10977 <td>Comparing pointers to union members
</td>
10978 <td class=
"unknown" align=
"center">Unknown
</td>
10981 <td><a href=
"https://cplusplus.github.io/CWG/issues/1859.html">1859</a></td>
10983 <td>UTF-
16 in
<TT>char16_t
</TT> string literals
</td>
10984 <td class=
"unknown" align=
"center">Unknown
</td>
10987 <td><a href=
"https://cplusplus.github.io/CWG/issues/1860.html">1860</a></td>
10989 <td>What is a
“direct member?
”</td>
10990 <td class=
"unknown" align=
"center">Unknown
</td>
10993 <td><a href=
"https://cplusplus.github.io/CWG/issues/1861.html">1861</a></td>
10995 <td>Values of a bit-field
</td>
10996 <td class=
"unknown" align=
"center">Unknown
</td>
10999 <td><a href=
"https://cplusplus.github.io/CWG/issues/1862.html">1862</a></td>
11001 <td>Determining
“corresponding members
” for friendship
</td>
11002 <td class=
"none" align=
"center">No
</td>
11005 <td><a href=
"https://cplusplus.github.io/CWG/issues/1863.html">1863</a></td>
11007 <td>Requirements on thrown object type to support
<TT>std::current_exception()
</TT></td>
11008 <td class=
"unknown" align=
"center">Unknown
</td>
11011 <td><a href=
"https://cplusplus.github.io/CWG/issues/1864.html">1864</a></td>
11013 <td>List-initialization of array objects
</td>
11014 <td class=
"unknown" align=
"center">Unknown
</td>
11017 <td><a href=
"https://cplusplus.github.io/CWG/issues/1865.html">1865</a></td>
11019 <td>Pointer arithmetic and multi-level qualification conversions
</td>
11020 <td class=
"unknown" align=
"center">Unknown
</td>
11023 <td><a href=
"https://cplusplus.github.io/CWG/issues/1866.html">1866</a></td>
11025 <td>Initializing variant members with non-trivial destructors
</td>
11026 <td class=
"unknown" align=
"center">Unknown
</td>
11029 <td><a href=
"https://cplusplus.github.io/CWG/issues/1867.html">1867</a></td>
11031 <td>Function/expression ambiguity with qualified parameter name
</td>
11032 <td class=
"unknown" align=
"center">Unknown
</td>
11034 <tr class=
"open" id=
"1868">
11035 <td><a href=
"https://cplusplus.github.io/CWG/issues/1868.html">1868</a></td>
11037 <td>Meaning of
“placeholder type
”</td>
11038 <td align=
"center">Not resolved
</td>
11041 <td><a href=
"https://cplusplus.github.io/CWG/issues/1869.html">1869</a></td>
11043 <td><TT>thread_local
</TT> vs
<I>linkage-specification
</I>s
</td>
11044 <td class=
"unknown" align=
"center">Unknown
</td>
11047 <td><a href=
"https://cplusplus.github.io/CWG/issues/1870.html">1870</a></td>
11049 <td>Contradictory wording about definitions vs explicit specialization/instantiation
</td>
11050 <td class=
"unknown" align=
"center">Unknown
</td>
11053 <td><a href=
"https://cplusplus.github.io/CWG/issues/1871.html">1871</a></td>
11055 <td>Non-identifier characters in
<I>ud-suffix
</I></td>
11056 <td class=
"unknown" align=
"center">Unknown
</td>
11059 <td><a href=
"https://cplusplus.github.io/CWG/issues/1872.html">1872</a></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>
11065 <td><a href=
"https://cplusplus.github.io/CWG/issues/1873.html">1873</a></td>
11067 <td>Protected member access from derived class friends
</td>
11068 <td class=
"unknown" align=
"center">Unknown
</td>
11071 <td><a href=
"https://cplusplus.github.io/CWG/issues/1874.html">1874</a></td>
11073 <td>Type vs non-type template parameters with
<TT>class
</TT> keyword
</td>
11074 <td class=
"unknown" align=
"center">Unknown
</td>
11077 <td><a href=
"https://cplusplus.github.io/CWG/issues/1875.html">1875</a></td>
11079 <td>Reordering declarations in class scope
</td>
11080 <td class=
"unknown" align=
"center">Unknown
</td>
11083 <td><a href=
"https://cplusplus.github.io/CWG/issues/1876.html">1876</a></td>
11085 <td>Preventing explicit specialization
</td>
11086 <td class=
"unknown" align=
"center">Unknown
</td>
11089 <td><a href=
"https://cplusplus.github.io/CWG/issues/1877.html">1877</a></td>
11091 <td>Return type deduction from
<TT>return
</TT> with no operand
</td>
11092 <td class=
"unknown" align=
"center">Unknown
</td>
11095 <td><a href=
"https://cplusplus.github.io/CWG/issues/1878.html">1878</a></td>
11097 <td><TT>operator auto
</TT> template
</td>
11098 <td class=
"full" align=
"center">Clang
18</td>
11101 <td><a href=
"https://cplusplus.github.io/CWG/issues/1879.html">1879</a></td>
11103 <td>Inadequate definition of alignment requirement
</td>
11104 <td class=
"unknown" align=
"center">Unknown
</td>
11107 <td><a href=
"https://cplusplus.github.io/CWG/issues/1880.html">1880</a></td>
11109 <td>When are parameter objects destroyed?
</td>
11110 <td class=
"unknown" align=
"center">Unknown
</td>
11113 <td><a href=
"https://cplusplus.github.io/CWG/issues/1881.html">1881</a></td>
11115 <td>Standard-layout classes and unnamed bit-fields
</td>
11116 <td class=
"full" align=
"center">Clang
7</td>
11119 <td><a href=
"https://cplusplus.github.io/CWG/issues/1882.html">1882</a></td>
11121 <td>Reserved names without library use
</td>
11122 <td class=
"unknown" align=
"center">Unknown
</td>
11124 <tr class=
"open" id=
"1883">
11125 <td><a href=
"https://cplusplus.github.io/CWG/issues/1883.html">1883</a></td>
11127 <td>Protected access to constructors in
<I>mem-initializer
</I>s
</td>
11128 <td align=
"center">Not resolved
</td>
11131 <td><a href=
"https://cplusplus.github.io/CWG/issues/1884.html">1884</a></td>
11133 <td>Unclear requirements for same-named external-linkage entities
</td>
11134 <td class=
"partial" align=
"center">Partial
</td>
11137 <td><a href=
"https://cplusplus.github.io/CWG/issues/1885.html">1885</a></td>
11139 <td>Return value of a function is underspecified
</td>
11140 <td class=
"unknown" align=
"center">Unknown
</td>
11143 <td><a href=
"https://cplusplus.github.io/CWG/issues/1886.html">1886</a></td>
11145 <td>Language linkage for
<TT>main()
</TT></td>
11146 <td class=
"unknown" align=
"center">Unknown
</td>
11149 <td><a href=
"https://cplusplus.github.io/CWG/issues/1887.html">1887</a></td>
11151 <td>Problems with
<TT>::
</TT> as
<I>nested-name-specifier
</I></td>
11152 <td class=
"unknown" align=
"center">Unknown
</td>
11155 <td><a href=
"https://cplusplus.github.io/CWG/issues/1888.html">1888</a></td>
11157 <td>Implicitly-declared default constructors and
<TT>explicit
</TT></td>
11158 <td class=
"unknown" align=
"center">Unknown
</td>
11160 <tr class=
"open" id=
"1889">
11161 <td><a href=
"https://cplusplus.github.io/CWG/issues/1889.html">1889</a></td>
11163 <td>Unclear effect of
<TT>#pragma
</TT> on conformance
</td>
11164 <td align=
"center">Not resolved
</td>
11166 <tr class=
"open" id=
"1890">
11167 <td><a href=
"https://cplusplus.github.io/CWG/issues/1890.html">1890</a></td>
11169 <td>Member type depending on definition of member function
</td>
11170 <td align=
"center">
11172 <summary>Not resolved
</summary>
11173 Clang does not implement
2018-
06-
04 resolution
11177 <td><a href=
"https://cplusplus.github.io/CWG/issues/1891.html">1891</a></td>
11179 <td>Move constructor/assignment for closure class
</td>
11180 <td class=
"full" align=
"center">Clang
4</td>
11183 <td><a href=
"https://cplusplus.github.io/CWG/issues/1892.html">1892</a></td>
11185 <td>Use of
<TT>auto
</TT> in function type
</td>
11186 <td class=
"unknown" align=
"center">Unknown
</td>
11189 <td><a href=
"https://cplusplus.github.io/CWG/issues/1893.html">1893</a></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>
11195 <td><a href=
"https://cplusplus.github.io/CWG/issues/1894.html">1894</a></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>
11201 <td><a href=
"https://cplusplus.github.io/CWG/issues/1895.html">1895</a></td>
11203 <td>Deleted conversions in conditional operator operands
</td>
11204 <td class=
"unknown" align=
"center">Unknown
</td>
11207 <td><a href=
"https://cplusplus.github.io/CWG/issues/1896.html">1896</a></td>
11209 <td>Repeated alias templates
</td>
11210 <td class=
"unknown" align=
"center">Unknown
</td>
11212 <tr class=
"open" id=
"1897">
11213 <td><a href=
"https://cplusplus.github.io/CWG/issues/1897.html">1897</a></td>
11215 <td>ODR vs alternative tokens
</td>
11216 <td align=
"center">Not resolved
</td>
11219 <td><a href=
"https://cplusplus.github.io/CWG/issues/1898.html">1898</a></td>
11221 <td>Use of
“equivalent
” in overload resolution
</td>
11222 <td class=
"full" align=
"center">Clang
2.7</td>
11225 <td><a href=
"https://cplusplus.github.io/CWG/issues/1899.html">1899</a></td>
11227 <td>Value-dependent constant expressions
</td>
11228 <td class=
"unknown" align=
"center">Unknown
</td>
11231 <td><a href=
"https://cplusplus.github.io/CWG/issues/1900.html">1900</a></td>
11233 <td>Do
<TT>friend
</TT> declarations count as
“previous declarations
”?
</td>
11234 <td class=
"full" align=
"center">Clang
2.7</td>
11236 <tr class=
"open" id=
"1901">
11237 <td><a href=
"https://cplusplus.github.io/CWG/issues/1901.html">1901</a></td>
11239 <td><I>punctuator
</I> referenced but not defined
</td>
11240 <td align=
"center">Not resolved
</td>
11243 <td><a href=
"https://cplusplus.github.io/CWG/issues/1902.html">1902</a></td>
11245 <td>What makes a conversion
“otherwise ill-formed
”?
</td>
11246 <td class=
"full" align=
"center">Clang
3.7</td>
11249 <td><a href=
"https://cplusplus.github.io/CWG/issues/1903.html">1903</a></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>
11255 <td><a href=
"https://cplusplus.github.io/CWG/issues/1904.html">1904</a></td>
11257 <td>Default template arguments for members of class templates
</td>
11258 <td class=
"unknown" align=
"center">Unknown
</td>
11261 <td><a href=
"https://cplusplus.github.io/CWG/issues/1905.html">1905</a></td>
11263 <td>Dependent types and injected-class-names
</td>
11264 <td class=
"unknown" align=
"center">Unknown
</td>
11267 <td><a href=
"https://cplusplus.github.io/CWG/issues/1906.html">1906</a></td>
11269 <td>Name lookup in member
<TT>friend
</TT> declaration
</td>
11270 <td class=
"unknown" align=
"center">Unknown
</td>
11273 <td><a href=
"https://cplusplus.github.io/CWG/issues/1907.html">1907</a></td>
11275 <td><I>using-declaration
</I>s and default arguments
</td>
11276 <td class=
"unknown" align=
"center">Unknown
</td>
11279 <td><a href=
"https://cplusplus.github.io/CWG/issues/1908.html">1908</a></td>
11281 <td>Dual destructor lookup and
<I>template-id
</I>s
</td>
11282 <td class=
"unknown" align=
"center">Unknown
</td>
11285 <td><a href=
"https://cplusplus.github.io/CWG/issues/1909.html">1909</a></td>
11287 <td>Member class template with the same name as the class
</td>
11288 <td class=
"full" align=
"center">Clang
3.7</td>
11291 <td><a href=
"https://cplusplus.github.io/CWG/issues/1910.html">1910</a></td>
11293 <td>“Shall
” requirement applied to runtime behavior
</td>
11294 <td class=
"unknown" align=
"center">Unknown
</td>
11297 <td><a href=
"https://cplusplus.github.io/CWG/issues/1911.html">1911</a></td>
11299 <td><TT>constexpr
</TT> constructor with non-literal base class
</td>
11300 <td class=
"unknown" align=
"center">Unknown
</td>
11303 <td><a href=
"https://cplusplus.github.io/CWG/issues/1912.html">1912</a></td>
11305 <td><I>exception-specification
</I> of defaulted function
</td>
11306 <td class=
"unknown" align=
"center">Unknown
</td>
11309 <td><a href=
"https://cplusplus.github.io/CWG/issues/1913.html">1913</a></td>
11311 <td><TT>decltype((x))
</TT> in
<I>lambda-expression
</I>s
</td>
11312 <td class=
"unknown" align=
"center">Unknown
</td>
11314 <tr class=
"open" id=
"1914">
11315 <td><a href=
"https://cplusplus.github.io/CWG/issues/1914.html">1914</a></td>
11317 <td>Duplicate standard attributes
</td>
11318 <td align=
"center">Extension
</td>
11320 <tr class=
"open" id=
"1915">
11321 <td><a href=
"https://cplusplus.github.io/CWG/issues/1915.html">1915</a></td>
11323 <td>Potentially-invoked destructors in non-throwing constructors
</td>
11324 <td align=
"center">Not resolved
</td>
11327 <td><a href=
"https://cplusplus.github.io/CWG/issues/1916.html">1916</a></td>
11329 <td>“Same cv-unqualified type
”</td>
11330 <td class=
"unknown" align=
"center">Unknown
</td>
11333 <td><a href=
"https://cplusplus.github.io/CWG/issues/1917.html">1917</a></td>
11335 <td>decltype-qualified enumeration names
</td>
11336 <td class=
"unknown" align=
"center">Unknown
</td>
11339 <td><a href=
"https://cplusplus.github.io/CWG/issues/1918.html">1918</a></td>
11341 <td><TT>friend
</TT> templates with dependent scopes
</td>
11342 <td class=
"none" align=
"center">No
</td>
11344 <tr class=
"open" id=
"1919">
11345 <td><a href=
"https://cplusplus.github.io/CWG/issues/1919.html">1919</a></td>
11347 <td>Overload resolution for
<TT>!
</TT> with explicit conversion operator
</td>
11348 <td align=
"center">Not resolved
</td>
11351 <td><a href=
"https://cplusplus.github.io/CWG/issues/1920.html">1920</a></td>
11353 <td>Qualification mismatch in
<I>pseudo-destructor-name
</I></td>
11354 <td class=
"unknown" align=
"center">Unknown
</td>
11357 <td><a href=
"https://cplusplus.github.io/CWG/issues/1921.html">1921</a></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>
11363 <td><a href=
"https://cplusplus.github.io/CWG/issues/1922.html">1922</a></td>
11365 <td>Injected class template names and default arguments
</td>
11366 <td class=
"unknown" align=
"center">Unknown
</td>
11369 <td><a href=
"https://cplusplus.github.io/CWG/issues/1923.html">1923</a></td>
11371 <td>Lvalues of type
<TT>void
</TT></td>
11372 <td class=
"unknown" align=
"center">Unknown
</td>
11374 <tr class=
"open" id=
"1924">
11375 <td><a href=
"https://cplusplus.github.io/CWG/issues/1924.html">1924</a></td>
11377 <td>Definition of
“literal
” and kinds of literals
</td>
11378 <td align=
"center">Not resolved
</td>
11381 <td><a href=
"https://cplusplus.github.io/CWG/issues/1925.html">1925</a></td>
11383 <td>Bit-field prvalues
</td>
11384 <td class=
"unknown" align=
"center">Unknown
</td>
11387 <td><a href=
"https://cplusplus.github.io/CWG/issues/1926.html">1926</a></td>
11389 <td>Potential results of subscript operator
</td>
11390 <td class=
"unknown" align=
"center">Unknown
</td>
11393 <td><a href=
"https://cplusplus.github.io/CWG/issues/1927.html">1927</a></td>
11395 <td>Lifetime of temporaries in
<I>init-capture
</I>s
</td>
11396 <td class=
"unknown" align=
"center">Unknown
</td>
11399 <td><a href=
"https://cplusplus.github.io/CWG/issues/1928.html">1928</a></td>
11401 <td>Triviality of deleted special member functions
</td>
11402 <td class=
"unknown" align=
"center">Unknown
</td>
11405 <td><a href=
"https://cplusplus.github.io/CWG/issues/1929.html">1929</a></td>
11407 <td><TT>template
</TT> keyword following namespace
<I>nested-name-specifier
</I></td>
11408 <td class=
"unknown" align=
"center">Unknown
</td>
11411 <td><a href=
"https://cplusplus.github.io/CWG/issues/1930.html">1930</a></td>
11413 <td><I>init-declarator-list
</I> vs
<I>member-declarator-list
</I></td>
11414 <td class=
"unknown" align=
"center">Unknown
</td>
11417 <td><a href=
"https://cplusplus.github.io/CWG/issues/1931.html">1931</a></td>
11419 <td>Default-constructible and copy-assignable closure types
</td>
11420 <td class=
"unknown" align=
"center">Unknown
</td>
11423 <td><a href=
"https://cplusplus.github.io/CWG/issues/1932.html">1932</a></td>
11425 <td>Bit-field results of conditional operators
</td>
11426 <td class=
"unknown" align=
"center">Unknown
</td>
11429 <td><a href=
"https://cplusplus.github.io/CWG/issues/1933.html">1933</a></td>
11431 <td>Implementation limit for
<I>initializer-list
</I> elements
</td>
11432 <td class=
"unknown" align=
"center">Unknown
</td>
11435 <td><a href=
"https://cplusplus.github.io/CWG/issues/1934.html">1934</a></td>
11437 <td>Relaxing
<I>exception-specification
</I> compatibility requirements
</td>
11438 <td class=
"unknown" align=
"center">Unknown
</td>
11441 <td><a href=
"https://cplusplus.github.io/CWG/issues/1935.html">1935</a></td>
11443 <td>Reuse of placement arguments in deallocation
</td>
11444 <td class=
"unknown" align=
"center">Unknown
</td>
11447 <td><a href=
"https://cplusplus.github.io/CWG/issues/1936.html">1936</a></td>
11449 <td>Dependent
<I>qualified-id
</I>s
</td>
11450 <td class=
"unknown" align=
"center">Unknown
</td>
11453 <td><a href=
"https://cplusplus.github.io/CWG/issues/1937.html">1937</a></td>
11455 <td>Incomplete specification of function pointer from lambda
</td>
11456 <td class=
"unknown" align=
"center">Unknown
</td>
11459 <td><a href=
"https://cplusplus.github.io/CWG/issues/1938.html">1938</a></td>
11461 <td>Should hosted/freestanding be implementation-defined?
</td>
11462 <td class=
"unknown" align=
"center">Unknown
</td>
11464 <tr class=
"open" id=
"1939">
11465 <td><a href=
"https://cplusplus.github.io/CWG/issues/1939.html">1939</a></td>
11467 <td>Argument conversions to nondeduced parameter types revisited
</td>
11468 <td align=
"center">Not resolved
</td>
11471 <td><a href=
"https://cplusplus.github.io/CWG/issues/1940.html">1940</a></td>
11473 <td><TT>static_assert
</TT> in anonymous unions
</td>
11474 <td class=
"full" align=
"center">Clang
3.5</td>
11477 <td><a href=
"https://cplusplus.github.io/CWG/issues/1941.html">1941</a></td>
11479 <td>SFINAE and inherited constructor default arguments
</td>
11480 <td class=
"full" align=
"center">Clang
3.9</td>
11483 <td><a href=
"https://cplusplus.github.io/CWG/issues/1942.html">1942</a></td>
11485 <td>Incorrect reference to
<I>trailing-return-type
</I></td>
11486 <td class=
"unknown" align=
"center">Unknown
</td>
11489 <td><a href=
"https://cplusplus.github.io/CWG/issues/1943.html">1943</a></td>
11491 <td>Unspecified meaning of
“bit
”</td>
11492 <td class=
"unknown" align=
"center">Unknown
</td>
11494 <tr class=
"open" id=
"1944">
11495 <td><a href=
"https://cplusplus.github.io/CWG/issues/1944.html">1944</a></td>
11497 <td>New C incompatibilities
</td>
11498 <td align=
"center">Not resolved
</td>
11501 <td><a href=
"https://cplusplus.github.io/CWG/issues/1945.html">1945</a></td>
11503 <td>Friend declarations naming members of class templates in non-templates
</td>
11504 <td class=
"none" align=
"center">No
</td>
11507 <td><a href=
"https://cplusplus.github.io/CWG/issues/1946.html">1946</a></td>
11509 <td><I>exception-specification
</I>s vs pointer dereference
</td>
11510 <td class=
"unknown" align=
"center">Unknown
</td>
11513 <td><a href=
"https://cplusplus.github.io/CWG/issues/1947.html">1947</a></td>
11515 <td>Digit separators following non-octal prefix
</td>
11516 <td class=
"full" align=
"center">Clang
3.5</td>
11519 <td><a href=
"https://cplusplus.github.io/CWG/issues/1948.html">1948</a></td>
11521 <td><I>exception-specification
</I> of replacement global
<TT>new
</TT></td>
11522 <td class=
"full" align=
"center">Clang
3.5</td>
11525 <td><a href=
"https://cplusplus.github.io/CWG/issues/1949.html">1949</a></td>
11527 <td>“sequenced after
” instead of
“sequenced before
”</td>
11528 <td class=
"unknown" align=
"center">Unknown
</td>
11531 <td><a href=
"https://cplusplus.github.io/CWG/issues/1950.html">1950</a></td>
11533 <td>Restructuring description of ranks of conversion sequences
</td>
11534 <td class=
"unknown" align=
"center">Unknown
</td>
11537 <td><a href=
"https://cplusplus.github.io/CWG/issues/1951.html">1951</a></td>
11539 <td>Cv-qualification and literal types
</td>
11540 <td class=
"unknown" align=
"center">Unknown
</td>
11543 <td><a href=
"https://cplusplus.github.io/CWG/issues/1952.html">1952</a></td>
11545 <td>Constant expressions and library undefined behavior
</td>
11546 <td class=
"unknown" align=
"center">Unknown
</td>
11548 <tr class=
"open" id=
"1953">
11549 <td><a href=
"https://cplusplus.github.io/CWG/issues/1953.html">1953</a></td>
11551 <td>Data races and common initial sequence
</td>
11552 <td align=
"center">Not resolved
</td>
11555 <td><a href=
"https://cplusplus.github.io/CWG/issues/1954.html">1954</a></td>
11557 <td><TT>typeid
</TT> null dereference check in subexpressions
</td>
11558 <td class=
"unknown" align=
"center">Unknown
</td>
11561 <td><a href=
"https://cplusplus.github.io/CWG/issues/1955.html">1955</a></td>
11563 <td><TT>#elif
</TT> with invalid controlling expression
</td>
11564 <td class=
"unknown" align=
"center">Unknown
</td>
11567 <td><a href=
"https://cplusplus.github.io/CWG/issues/1956.html">1956</a></td>
11569 <td>Reuse of storage of automatic variables
</td>
11570 <td class=
"unknown" align=
"center">Unknown
</td>
11573 <td><a href=
"https://cplusplus.github.io/CWG/issues/1957.html">1957</a></td>
11575 <td><TT>decltype(auto)
</TT> with direct-list-initialization
</td>
11576 <td class=
"unknown" align=
"center">Unknown
</td>
11579 <td><a href=
"https://cplusplus.github.io/CWG/issues/1958.html">1958</a></td>
11581 <td><TT>decltype(auto)
</TT> with parenthesized initializer
</td>
11582 <td class=
"unknown" align=
"center">Unknown
</td>
11585 <td><a href=
"https://cplusplus.github.io/CWG/issues/1959.html">1959</a></td>
11587 <td>Inadvertently inherited copy constructor
</td>
11588 <td class=
"full" align=
"center">Clang
3.9</td>
11591 <td><a href=
"https://cplusplus.github.io/CWG/issues/1960.html">1960</a></td>
11593 <td>Visibility of entity named in class-scope
<I>using-declaration
</I></td>
11594 <td class=
"none" align=
"center">No
</td>
11597 <td><a href=
"https://cplusplus.github.io/CWG/issues/1961.html">1961</a></td>
11599 <td>Potentially-concurrent actions within a signal handler
</td>
11600 <td class=
"unknown" align=
"center">Unknown
</td>
11602 <tr class=
"open" id=
"1962">
11603 <td><a href=
"https://cplusplus.github.io/CWG/issues/1962.html">1962</a></td>
11605 <td>Type of
<TT>__func__
</TT></td>
11606 <td align=
"center">Not resolved
</td>
11609 <td><a href=
"https://cplusplus.github.io/CWG/issues/1963.html">1963</a></td>
11611 <td>Implementation-defined identifier characters
</td>
11612 <td class=
"unknown" align=
"center">Unknown
</td>
11615 <td><a href=
"https://cplusplus.github.io/CWG/issues/1964.html">1964</a></td>
11617 <td><I>opaque-enum-declaration
</I> in
<I>alias-declaration
</I>?
</td>
11618 <td class=
"unknown" align=
"center">Unknown
</td>
11620 <tr class=
"open" id=
"1965">
11621 <td><a href=
"https://cplusplus.github.io/CWG/issues/1965.html">1965</a></td>
11623 <td>Explicit casts to reference types
</td>
11624 <td align=
"center">Not resolved
</td>
11627 <td><a href=
"https://cplusplus.github.io/CWG/issues/1966.html">1966</a></td>
11629 <td>Colon following enumeration
<I>elaborated-type-specifier
</I></td>
11630 <td class=
"full" align=
"center">Clang
11</td>
11633 <td><a href=
"https://cplusplus.github.io/CWG/issues/1967.html">1967</a></td>
11635 <td>Temporary lifetime and move-elision
</td>
11636 <td class=
"unknown" align=
"center">Unknown
</td>
11639 <td><a href=
"https://cplusplus.github.io/CWG/issues/1968.html">1968</a></td>
11641 <td>Address of
<TT>typeid
</TT> in constant expressions
</td>
11642 <td class=
"none" align=
"center">No
</td>
11645 <td><a href=
"https://cplusplus.github.io/CWG/issues/1969.html">1969</a></td>
11647 <td>Missing exclusion of
<TT>~S
</TT> as an ordinary function name
</td>
11648 <td class=
"unknown" align=
"center">Unknown
</td>
11651 <td><a href=
"https://cplusplus.github.io/CWG/issues/1970.html">1970</a></td>
11653 <td>Ambiguity resolution for
<TT>(T())*x
</TT></td>
11654 <td class=
"unknown" align=
"center">Unknown
</td>
11657 <td><a href=
"https://cplusplus.github.io/CWG/issues/1971.html">1971</a></td>
11659 <td>Unclear disambiguation of destructor and
<TT>operator~
</TT></td>
11660 <td class=
"unknown" align=
"center">Unknown
</td>
11663 <td><a href=
"https://cplusplus.github.io/CWG/issues/1972.html">1972</a></td>
11665 <td>Identifier character restrictions in non-
<I>identifier
</I>s
</td>
11666 <td class=
"unknown" align=
"center">Unknown
</td>
11669 <td><a href=
"https://cplusplus.github.io/CWG/issues/1973.html">1973</a></td>
11671 <td>Which
<I>parameter-declaration-clause
</I> in a
<I>lambda-expression
</I>?
</td>
11672 <td class=
"unknown" align=
"center">Unknown
</td>
11675 <td><a href=
"https://cplusplus.github.io/CWG/issues/1974.html">1974</a></td>
11677 <td>Redundant specification of non-type
<I>typename-specifier
</I></td>
11678 <td class=
"unknown" align=
"center">Unknown
</td>
11681 <td><a href=
"https://cplusplus.github.io/CWG/issues/1975.html">1975</a></td>
11683 <td>Permissible declarations for
<I>exception-specification
</I>s
</td>
11684 <td class=
"unknown" align=
"center">Unknown
</td>
11687 <td><a href=
"https://cplusplus.github.io/CWG/issues/1976.html">1976</a></td>
11689 <td>Ambiguity of
<I>namespace-alias
</I>es
</td>
11690 <td class=
"unknown" align=
"center">Unknown
</td>
11692 <tr class=
"open" id=
"1977">
11693 <td><a href=
"https://cplusplus.github.io/CWG/issues/1977.html">1977</a></td>
11695 <td>Contradictory results of failed destructor lookup
</td>
11696 <td align=
"center">Not resolved
</td>
11699 <td><a href=
"https://cplusplus.github.io/CWG/issues/1978.html">1978</a></td>
11701 <td>Redundant description of explicit constructor use
</td>
11702 <td class=
"unknown" align=
"center">Unknown
</td>
11704 <tr class=
"open" id=
"1979">
11705 <td><a href=
"https://cplusplus.github.io/CWG/issues/1979.html">1979</a></td>
11707 <td>Alias template specialization in template member definition
</td>
11708 <td align=
"center">Not resolved
</td>
11710 <tr class=
"open" id=
"1980">
11711 <td><a href=
"https://cplusplus.github.io/CWG/issues/1980.html">1980</a></td>
11713 <td>Equivalent but not functionally-equivalent redeclarations
</td>
11714 <td align=
"center">Not resolved
</td>
11717 <td><a href=
"https://cplusplus.github.io/CWG/issues/1981.html">1981</a></td>
11719 <td>Implicit contextual conversions and
<TT>explicit
</TT></td>
11720 <td class=
"unknown" align=
"center">Unknown
</td>
11723 <td><a href=
"https://cplusplus.github.io/CWG/issues/1982.html">1982</a></td>
11725 <td>Deduction extending parameter pack
</td>
11726 <td class=
"unknown" align=
"center">Unknown
</td>
11729 <td><a href=
"https://cplusplus.github.io/CWG/issues/1983.html">1983</a></td>
11731 <td>Inappropriate use of
<I>virt-specifier
</I></td>
11732 <td class=
"unknown" align=
"center">Unknown
</td>
11735 <td><a href=
"https://cplusplus.github.io/CWG/issues/1984.html">1984</a></td>
11737 <td>Lossless narrowing conversions
</td>
11738 <td class=
"unknown" align=
"center">Unknown
</td>
11741 <td><a href=
"https://cplusplus.github.io/CWG/issues/1985.html">1985</a></td>
11743 <td>Unknown bound array member with
<I>brace-or-equal-initializer
</I></td>
11744 <td class=
"unknown" align=
"center">Unknown
</td>
11746 <tr class=
"open" id=
"1986">
11747 <td><a href=
"https://cplusplus.github.io/CWG/issues/1986.html">1986</a></td>
11749 <td>odr-use and delayed initialization
</td>
11750 <td align=
"center">Not resolved
</td>
11753 <td><a href=
"https://cplusplus.github.io/CWG/issues/1987.html">1987</a></td>
11755 <td><TT>constexpr
</TT> static data members across translation units
</td>
11756 <td class=
"unknown" align=
"center">Unknown
</td>
11759 <td><a href=
"https://cplusplus.github.io/CWG/issues/1988.html">1988</a></td>
11761 <td>Ambiguity between dependent and non-dependent bases in implicit member access
</td>
11762 <td class=
"unknown" align=
"center">Unknown
</td>
11764 <tr class=
"open" id=
"1989">
11765 <td><a href=
"https://cplusplus.github.io/CWG/issues/1989.html">1989</a></td>
11767 <td>Insufficient restrictions on parameters of postfix operators
</td>
11768 <td align=
"center">Not resolved
</td>
11771 <td><a href=
"https://cplusplus.github.io/CWG/issues/1990.html">1990</a></td>
11773 <td>Ambiguity due to optional
<I>decl-specifier-seq
</I></td>
11774 <td class=
"unknown" align=
"center">Unknown
</td>
11777 <td><a href=
"https://cplusplus.github.io/CWG/issues/1991.html">1991</a></td>
11779 <td>Inheriting constructors vs default arguments
</td>
11780 <td class=
"full" align=
"center">Clang
3.9</td>
11783 <td><a href=
"https://cplusplus.github.io/CWG/issues/1992.html">1992</a></td>
11785 <td><TT>new (std::nothrow) int[N]
</TT> can throw
</td>
11786 <td class=
"unknown" align=
"center">Unknown
</td>
11788 <tr class=
"open" id=
"1993">
11789 <td><a href=
"https://cplusplus.github.io/CWG/issues/1993.html">1993</a></td>
11791 <td>Use of
<TT>template
<></TT> defining member of explicit specialization
</td>
11792 <td align=
"center">Not resolved
</td>
11795 <td><a href=
"https://cplusplus.github.io/CWG/issues/1994.html">1994</a></td>
11797 <td>Confusing wording regarding multiple
<TT>template
<></TT> prefixes
</td>
11798 <td class=
"unknown" align=
"center">Duplicate of
<a href=
"#529">529</a></td>
11801 <td><a href=
"https://cplusplus.github.io/CWG/issues/1995.html">1995</a></td>
11803 <td><I>exception-specification
</I>s and non-type template parameters
</td>
11804 <td class=
"unknown" align=
"center">Unknown
</td>
11806 <tr class=
"open" id=
"1996">
11807 <td><a href=
"https://cplusplus.github.io/CWG/issues/1996.html">1996</a></td>
11809 <td>Reference list-initialization ignores conversion functions
</td>
11810 <td align=
"center">Not resolved
</td>
11813 <td><a href=
"https://cplusplus.github.io/CWG/issues/1997.html">1997</a></td>
11815 <td>Placement new and previous initialization
</td>
11816 <td class=
"unknown" align=
"center">Unknown
</td>
11819 <td><a href=
"https://cplusplus.github.io/CWG/issues/1998.html">1998</a></td>
11821 <td>Additional sources of xvalue expressions
</td>
11822 <td class=
"unknown" align=
"center">Unknown
</td>
11825 <td><a href=
"https://cplusplus.github.io/CWG/issues/1999.html">1999</a></td>
11827 <td>Representation of source characters as universal-character-names
</td>
11828 <td class=
"unknown" align=
"center">Unknown
</td>
11831 <td><a href=
"https://cplusplus.github.io/CWG/issues/2000.html">2000</a></td>
11833 <td><I>header-name
</I> outside
<TT>#include
</TT> directive
</td>
11834 <td class=
"unknown" align=
"center">Unknown
</td>
11837 <td><a href=
"https://cplusplus.github.io/CWG/issues/2001.html">2001</a></td>
11839 <td><I>non-directive
</I> is underspecified
</td>
11840 <td class=
"unknown" align=
"center">Unknown
</td>
11842 <tr class=
"open" id=
"2002">
11843 <td><a href=
"https://cplusplus.github.io/CWG/issues/2002.html">2002</a></td>
11845 <td>White space within preprocessing directives
</td>
11846 <td align=
"center">Not resolved
</td>
11848 <tr class=
"open" id=
"2003">
11849 <td><a href=
"https://cplusplus.github.io/CWG/issues/2003.html">2003</a></td>
11851 <td>Zero-argument macros incorrectly specified
</td>
11852 <td align=
"center">Not resolved
</td>
11855 <td><a href=
"https://cplusplus.github.io/CWG/issues/2004.html">2004</a></td>
11857 <td>Unions with mutable members in constant expressions
</td>
11858 <td class=
"unknown" align=
"center">Unknown
</td>
11861 <td><a href=
"https://cplusplus.github.io/CWG/issues/2005.html">2005</a></td>
11863 <td>Incorrect
<TT>constexpr
</TT> reference initialization requirements
</td>
11864 <td class=
"unknown" align=
"center">Unknown
</td>
11867 <td><a href=
"https://cplusplus.github.io/CWG/issues/2006.html">2006</a></td>
11869 <td>Cv-qualified
<TT>void
</TT> types
</td>
11870 <td class=
"unknown" align=
"center">Unknown
</td>
11873 <td><a href=
"https://cplusplus.github.io/CWG/issues/2007.html">2007</a></td>
11875 <td>Argument-dependent lookup for
<TT>operator=
</TT></td>
11876 <td class=
"full" align=
"center">Clang
3.4</td>
11879 <td><a href=
"https://cplusplus.github.io/CWG/issues/2008.html">2008</a></td>
11881 <td>Default
<I>template-argument
</I>s underspecified
</td>
11882 <td class=
"unknown" align=
"center">Unknown
</td>
11885 <td><a href=
"https://cplusplus.github.io/CWG/issues/2009.html">2009</a></td>
11887 <td>Unclear specification of class scope
</td>
11888 <td class=
"na" align=
"center">N/A
</td>
11891 <td><a href=
"https://cplusplus.github.io/CWG/issues/2010.html">2010</a></td>
11893 <td><I>exception-specification
</I>s and conversion operators
</td>
11894 <td class=
"unknown" align=
"center">Unknown
</td>
11897 <td><a href=
"https://cplusplus.github.io/CWG/issues/2011.html">2011</a></td>
11899 <td>Unclear effect of reference capture of reference
</td>
11900 <td class=
"unknown" align=
"center">Unknown
</td>
11903 <td><a href=
"https://cplusplus.github.io/CWG/issues/2012.html">2012</a></td>
11905 <td>Lifetime of references
</td>
11906 <td class=
"unknown" align=
"center">Unknown
</td>
11908 <tr class=
"open" id=
"2013">
11909 <td><a href=
"https://cplusplus.github.io/CWG/issues/2013.html">2013</a></td>
11911 <td>Pointer subtraction in large array
</td>
11912 <td align=
"center">Not resolved
</td>
11915 <td><a href=
"https://cplusplus.github.io/CWG/issues/2014.html">2014</a></td>
11917 <td>Unneeded deallocation signatures
</td>
11918 <td class=
"unknown" align=
"center">Unknown
</td>
11921 <td><a href=
"https://cplusplus.github.io/CWG/issues/2015.html">2015</a></td>
11923 <td>odr-use of deleted virtual functions
</td>
11924 <td class=
"unknown" align=
"center">Unknown
</td>
11927 <td><a href=
"https://cplusplus.github.io/CWG/issues/2016.html">2016</a></td>
11929 <td>Confusing wording in description of conversion function
</td>
11930 <td class=
"unknown" align=
"center">Unknown
</td>
11933 <td><a href=
"https://cplusplus.github.io/CWG/issues/2017.html">2017</a></td>
11935 <td>Flowing off end is not equivalent to no-expression return
</td>
11936 <td class=
"unknown" align=
"center">Unknown
</td>
11939 <td><a href=
"https://cplusplus.github.io/CWG/issues/2018.html">2018</a></td>
11941 <td>Qualification conversion vs reference binding
</td>
11942 <td class=
"unknown" align=
"center">Unknown
</td>
11945 <td><a href=
"https://cplusplus.github.io/CWG/issues/2019.html">2019</a></td>
11947 <td>Member references omitted from description of storage duration
</td>
11948 <td class=
"unknown" align=
"center">Unknown
</td>
11951 <td><a href=
"https://cplusplus.github.io/CWG/issues/2020.html">2020</a></td>
11953 <td>Inadequate description of odr-use of implicitly-invoked functions
</td>
11954 <td class=
"unknown" align=
"center">Unknown
</td>
11957 <td><a href=
"https://cplusplus.github.io/CWG/issues/2021.html">2021</a></td>
11959 <td>Function template redeclaration via alias template
</td>
11960 <td class=
"unknown" align=
"center">Unknown
</td>
11963 <td><a href=
"https://cplusplus.github.io/CWG/issues/2022.html">2022</a></td>
11965 <td>Copy elision in constant expressions
</td>
11966 <td class=
"unknown" align=
"center">Unknown
</td>
11968 <tr class=
"open" id=
"2023">
11969 <td><a href=
"https://cplusplus.github.io/CWG/issues/2023.html">2023</a></td>
11971 <td>Composite reference result type of conditional operator
</td>
11972 <td align=
"center">Not resolved
</td>
11975 <td><a href=
"https://cplusplus.github.io/CWG/issues/2024.html">2024</a></td>
11977 <td>Dependent types and unexpanded parameter packs
</td>
11978 <td class=
"unknown" align=
"center">Unknown
</td>
11981 <td><a href=
"https://cplusplus.github.io/CWG/issues/2025.html">2025</a></td>
11983 <td>Declaration matching via alias templates
</td>
11984 <td class=
"unknown" align=
"center">Unknown
</td>
11987 <td><a href=
"https://cplusplus.github.io/CWG/issues/2026.html">2026</a></td>
11989 <td>Zero-initialization and
<TT>constexpr
</TT></td>
11990 <td class=
"full" align=
"center">Clang
11</td>
11993 <td><a href=
"https://cplusplus.github.io/CWG/issues/2027.html">2027</a></td>
11995 <td>Unclear requirements for multiple
<TT>alignas
</TT> specifiers
</td>
11996 <td class=
"unknown" align=
"center">Unknown
</td>
11998 <tr class=
"open" id=
"2028">
11999 <td><a href=
"https://cplusplus.github.io/CWG/issues/2028.html">2028</a></td>
12001 <td>Converting constructors in rvalue reference initialization
</td>
12002 <td align=
"center">Not resolved
</td>
12005 <td><a href=
"https://cplusplus.github.io/CWG/issues/2029.html">2029</a></td>
12007 <td>Abstract class return type in
<TT>decltype
</TT> operand
</td>
12008 <td class=
"unknown" align=
"center">Unknown
</td>
12011 <td><a href=
"https://cplusplus.github.io/CWG/issues/2030.html">2030</a></td>
12013 <td>Access of injected-class-name with template arguments
</td>
12014 <td class=
"unknown" align=
"center">Unknown
</td>
12017 <td><a href=
"https://cplusplus.github.io/CWG/issues/2031.html">2031</a></td>
12019 <td>Missing incompatibility for
<TT>&&</TT></td>
12020 <td class=
"unknown" align=
"center">Unknown
</td>
12023 <td><a href=
"https://cplusplus.github.io/CWG/issues/2032.html">2032</a></td>
12025 <td>Default
<I>template-argument
</I>s of variable templates
</td>
12026 <td class=
"unknown" align=
"center">Unknown
</td>
12029 <td><a href=
"https://cplusplus.github.io/CWG/issues/2033.html">2033</a></td>
12031 <td>Redundant restriction on partial specialization argument
</td>
12032 <td class=
"unknown" align=
"center">Unknown
</td>
12035 <td><a href=
"https://cplusplus.github.io/CWG/issues/2034.html">2034</a></td>
12037 <td>Deprecating
<TT>uncaught_exception()
</TT></td>
12038 <td class=
"unknown" align=
"center">Unknown
</td>
12041 <td><a href=
"https://cplusplus.github.io/CWG/issues/2035.html">2035</a></td>
12043 <td>Multi-section example is confusing
</td>
12044 <td class=
"unknown" align=
"center">Unknown
</td>
12047 <td><a href=
"https://cplusplus.github.io/CWG/issues/2036.html">2036</a></td>
12049 <td>Refactoring
<I>parameters-and-qualifiers
</I></td>
12050 <td class=
"unknown" align=
"center">Unknown
</td>
12052 <tr class=
"open" id=
"2037">
12053 <td><a href=
"https://cplusplus.github.io/CWG/issues/2037.html">2037</a></td>
12055 <td>Alias templates and template declaration matching
</td>
12056 <td align=
"center">Not resolved
</td>
12059 <td><a href=
"https://cplusplus.github.io/CWG/issues/2038.html">2038</a></td>
12061 <td>Document C++
14 incompatibility of new braced deduction rule
</td>
12062 <td class=
"unknown" align=
"center">Unknown
</td>
12065 <td><a href=
"https://cplusplus.github.io/CWG/issues/2039.html">2039</a></td>
12067 <td>Constant conversions to
<TT>bool
</TT></td>
12068 <td class=
"unknown" align=
"center">Unknown
</td>
12071 <td><a href=
"https://cplusplus.github.io/CWG/issues/2040.html">2040</a></td>
12073 <td><I>trailing-return-type
</I> no longer ambiguous
</td>
12074 <td class=
"unknown" align=
"center">Unknown
</td>
12077 <td><a href=
"https://cplusplus.github.io/CWG/issues/2041.html">2041</a></td>
12079 <td>Namespace for explicit class template specialization
</td>
12080 <td class=
"unknown" align=
"center">Unknown
</td>
12082 <tr class=
"open" id=
"2042">
12083 <td><a href=
"https://cplusplus.github.io/CWG/issues/2042.html">2042</a></td>
12085 <td>Exceptions and deallocation functions
</td>
12086 <td align=
"center">Not resolved
</td>
12088 <tr class=
"open" id=
"2043">
12089 <td><a href=
"https://cplusplus.github.io/CWG/issues/2043.html">2043</a></td>
12091 <td>Generalized template arguments and array-to-pointer decay
</td>
12092 <td align=
"center">Not resolved
</td>
12095 <td><a href=
"https://cplusplus.github.io/CWG/issues/2044.html">2044</a></td>
12097 <td><TT>decltype(auto)
</TT> and
<TT>void
</TT></td>
12098 <td class=
"unknown" align=
"center">Unknown
</td>
12101 <td><a href=
"https://cplusplus.github.io/CWG/issues/2045.html">2045</a></td>
12103 <td>“Identical
” template parameter lists
</td>
12104 <td class=
"unknown" align=
"center">Unknown
</td>
12107 <td><a href=
"https://cplusplus.github.io/CWG/issues/2046.html">2046</a></td>
12109 <td>Incomplete thread specifications
</td>
12110 <td class=
"unknown" align=
"center">Unknown
</td>
12113 <td><a href=
"https://cplusplus.github.io/CWG/issues/2047.html">2047</a></td>
12115 <td>Coordinating
“throws anything
” specifications
</td>
12116 <td class=
"unknown" align=
"center">Unknown
</td>
12118 <tr class=
"open" id=
"2048">
12119 <td><a href=
"https://cplusplus.github.io/CWG/issues/2048.html">2048</a></td>
12121 <td>C-style casts that cast away constness vs
<TT>static_cast
</TT></td>
12122 <td align=
"center">Not resolved
</td>
12125 <td><a href=
"https://cplusplus.github.io/CWG/issues/2049.html">2049</a></td>
12127 <td>List initializer in non-type template default argument
</td>
12128 <td class=
"full" align=
"center">Clang
18</td>
12131 <td><a href=
"https://cplusplus.github.io/CWG/issues/2050.html">2050</a></td>
12133 <td>Consolidate specification of linkage
</td>
12134 <td class=
"unknown" align=
"center">Unknown
</td>
12137 <td><a href=
"https://cplusplus.github.io/CWG/issues/2051.html">2051</a></td>
12139 <td>Simplifying alias rules
</td>
12140 <td class=
"unknown" align=
"center">Unknown
</td>
12143 <td><a href=
"https://cplusplus.github.io/CWG/issues/2052.html">2052</a></td>
12145 <td>Template argument deduction vs overloaded operators
</td>
12146 <td class=
"unknown" align=
"center">Unknown
</td>
12149 <td><a href=
"https://cplusplus.github.io/CWG/issues/2053.html">2053</a></td>
12151 <td><TT>auto
</TT> in non-generic lambdas
</td>
12152 <td class=
"unknown" align=
"center">Unknown
</td>
12155 <td><a href=
"https://cplusplus.github.io/CWG/issues/2054.html">2054</a></td>
12157 <td>Missing description of class SFINAE
</td>
12158 <td class=
"unknown" align=
"center">Unknown
</td>
12160 <tr class=
"open" id=
"2055">
12161 <td><a href=
"https://cplusplus.github.io/CWG/issues/2055.html">2055</a></td>
12163 <td>Explicitly-specified non-deduced parameter packs
</td>
12164 <td align=
"center">Not resolved
</td>
12166 <tr class=
"open" id=
"2056">
12167 <td><a href=
"https://cplusplus.github.io/CWG/issues/2056.html">2056</a></td>
12169 <td>Member function calls in partially-initialized class objects
</td>
12170 <td align=
"center">Not resolved
</td>
12172 <tr class=
"open" id=
"2057">
12173 <td><a href=
"https://cplusplus.github.io/CWG/issues/2057.html">2057</a></td>
12175 <td>Template template arguments with default arguments
</td>
12176 <td align=
"center">Not resolved
</td>
12179 <td><a href=
"https://cplusplus.github.io/CWG/issues/2058.html">2058</a></td>
12181 <td>More errors from internal-linkage namespaces
</td>
12182 <td class=
"unknown" align=
"center">Unknown
</td>
12185 <td><a href=
"https://cplusplus.github.io/CWG/issues/2059.html">2059</a></td>
12187 <td>Linkage and deduced return types
</td>
12188 <td class=
"unknown" align=
"center">Unknown
</td>
12191 <td><a href=
"https://cplusplus.github.io/CWG/issues/2060.html">2060</a></td>
12193 <td>Deduced return type for explicit specialization
</td>
12194 <td class=
"unknown" align=
"center">Unknown
</td>
12197 <td><a href=
"https://cplusplus.github.io/CWG/issues/2061.html">2061</a></td>
12199 <td>Inline namespace after simplifications
</td>
12200 <td class=
"full" align=
"center">Yes
</td>
12203 <td><a href=
"https://cplusplus.github.io/CWG/issues/2062.html">2062</a></td>
12205 <td>Class template redeclaration requirements
</td>
12206 <td class=
"unknown" align=
"center">Unknown
</td>
12209 <td><a href=
"https://cplusplus.github.io/CWG/issues/2063.html">2063</a></td>
12211 <td>Type/nontype hiding in class scope
</td>
12212 <td class=
"unknown" align=
"center">Unknown
</td>
12215 <td><a href=
"https://cplusplus.github.io/CWG/issues/2064.html">2064</a></td>
12217 <td>Conflicting specifications for dependent
<I>decltype-specifier
</I>s
</td>
12218 <td class=
"unknown" align=
"center">Unknown
</td>
12221 <td><a href=
"https://cplusplus.github.io/CWG/issues/2065.html">2065</a></td>
12223 <td>Current instantiation of a partial specialization
</td>
12224 <td class=
"unknown" align=
"center">Unknown
</td>
12227 <td><a href=
"https://cplusplus.github.io/CWG/issues/2066.html">2066</a></td>
12229 <td>Does type-dependent imply value-dependent?
</td>
12230 <td class=
"unknown" align=
"center">Unknown
</td>
12232 <tr class=
"open" id=
"2067">
12233 <td><a href=
"https://cplusplus.github.io/CWG/issues/2067.html">2067</a></td>
12235 <td>Generated variadic templates requiring empty pack
</td>
12236 <td align=
"center">Not resolved
</td>
12239 <td><a href=
"https://cplusplus.github.io/CWG/issues/2068.html">2068</a></td>
12241 <td>When can/must a defaulted virtual destructor be defined?
</td>
12242 <td class=
"unknown" align=
"center">Unknown
</td>
12245 <td><a href=
"https://cplusplus.github.io/CWG/issues/2069.html">2069</a></td>
12247 <td>Do destructors have names?
</td>
12248 <td class=
"unknown" align=
"center">Unknown
</td>
12251 <td><a href=
"https://cplusplus.github.io/CWG/issues/2070.html">2070</a></td>
12253 <td><I>using-declaration
</I> with dependent
<I>nested-name-specifier
</I></td>
12254 <td class=
"unknown" align=
"center">Unknown
</td>
12257 <td><a href=
"https://cplusplus.github.io/CWG/issues/2071.html">2071</a></td>
12259 <td><TT>typedef
</TT> with no declarator
</td>
12260 <td class=
"unknown" align=
"center">Unknown
</td>
12263 <td><a href=
"https://cplusplus.github.io/CWG/issues/2072.html">2072</a></td>
12265 <td>Default argument instantiation for member functions of templates
</td>
12266 <td class=
"unknown" align=
"center">Unknown
</td>
12268 <tr class=
"open" id=
"2073">
12269 <td><a href=
"https://cplusplus.github.io/CWG/issues/2073.html">2073</a></td>
12271 <td>Allocating memory for exception objects
</td>
12272 <td align=
"center">Not resolved
</td>
12274 <tr class=
"open" id=
"2074">
12275 <td><a href=
"https://cplusplus.github.io/CWG/issues/2074.html">2074</a></td>
12277 <td>Type-dependence of local class of function template
</td>
12278 <td align=
"center">Not resolved
</td>
12281 <td><a href=
"https://cplusplus.github.io/CWG/issues/2075.html">2075</a></td>
12283 <td>Passing short initializer lists to array reference parameters
</td>
12284 <td class=
"unknown" align=
"center">Unknown
</td>
12287 <td><a href=
"https://cplusplus.github.io/CWG/issues/2076.html">2076</a></td>
12289 <td>List-initialization of arguments for constructor parameters
</td>
12290 <td class=
"full" align=
"center">Clang
13</td>
12292 <tr class=
"open" id=
"2077">
12293 <td><a href=
"https://cplusplus.github.io/CWG/issues/2077.html">2077</a></td>
12295 <td>Overload resolution and invalid rvalue-reference initialization
</td>
12296 <td align=
"center">Not resolved
</td>
12299 <td><a href=
"https://cplusplus.github.io/CWG/issues/2078.html">2078</a></td>
12301 <td>Name lookup of
<I>mem-initilizer-id
</I></td>
12302 <td class=
"unknown" align=
"center">Unknown
</td>
12305 <td><a href=
"https://cplusplus.github.io/CWG/issues/2079.html">2079</a></td>
12307 <td><TT>[[
</TT> appearing in a
<I>balanced-token-seq
</I></td>
12308 <td class=
"unknown" align=
"center">Unknown
</td>
12311 <td><a href=
"https://cplusplus.github.io/CWG/issues/2080.html">2080</a></td>
12313 <td>Example with empty anonymous union member
</td>
12314 <td class=
"unknown" align=
"center">Unknown
</td>
12317 <td><a href=
"https://cplusplus.github.io/CWG/issues/2081.html">2081</a></td>
12319 <td>Deduced return type in redeclaration or specialization of function template
</td>
12320 <td class=
"unknown" align=
"center">Unknown
</td>
12323 <td><a href=
"https://cplusplus.github.io/CWG/issues/2082.html">2082</a></td>
12325 <td>Referring to parameters in unevaluated operands of default arguments
</td>
12326 <td class=
"full" align=
"center">Clang
11</td>
12329 <td><a href=
"https://cplusplus.github.io/CWG/issues/2083.html">2083</a></td>
12331 <td>Incorrect cases of odr-use
</td>
12332 <td class=
"partial" align=
"center">Partial
</td>
12335 <td><a href=
"https://cplusplus.github.io/CWG/issues/2084.html">2084</a></td>
12337 <td>NSDMIs and deleted union default constructors
</td>
12338 <td class=
"unknown" align=
"center">Unknown
</td>
12341 <td><a href=
"https://cplusplus.github.io/CWG/issues/2085.html">2085</a></td>
12343 <td>Invalid example of adding special member function via default argument
</td>
12344 <td class=
"unknown" align=
"center">Unknown
</td>
12346 <tr class=
"open" id=
"2086">
12347 <td><a href=
"https://cplusplus.github.io/CWG/issues/2086.html">2086</a></td>
12349 <td>Reference odr-use vs implicit capture
</td>
12350 <td align=
"center">Not resolved
</td>
12353 <td><a href=
"https://cplusplus.github.io/CWG/issues/2087.html">2087</a></td>
12355 <td>Left shift of negative value by zero bits
</td>
12356 <td class=
"unknown" align=
"center">Unknown
</td>
12359 <td><a href=
"https://cplusplus.github.io/CWG/issues/2088.html">2088</a></td>
12361 <td>Late tiebreakers in partial ordering
</td>
12362 <td class=
"unknown" align=
"center">Unknown
</td>
12364 <tr class=
"open" id=
"2089">
12365 <td><a href=
"https://cplusplus.github.io/CWG/issues/2089.html">2089</a></td>
12367 <td>Restricting selection of builtin overloaded operators
</td>
12368 <td align=
"center">Not resolved
</td>
12370 <tr class=
"open" id=
"2090">
12371 <td><a href=
"https://cplusplus.github.io/CWG/issues/2090.html">2090</a></td>
12373 <td>Dependency via non-dependent base class
</td>
12374 <td align=
"center">Not resolved
</td>
12377 <td><a href=
"https://cplusplus.github.io/CWG/issues/2091.html">2091</a></td>
12379 <td>Deducing reference non-type template arguments
</td>
12380 <td class=
"full" align=
"center">Clang
10</td>
12383 <td><a href=
"https://cplusplus.github.io/CWG/issues/2092.html">2092</a></td>
12385 <td>Deduction failure and overload resolution
</td>
12386 <td class=
"unknown" align=
"center">Unknown
</td>
12389 <td><a href=
"https://cplusplus.github.io/CWG/issues/2093.html">2093</a></td>
12391 <td>Qualification conversion for pointer-to-member handler matching
</td>
12392 <td class=
"unknown" align=
"center">Unknown
</td>
12395 <td><a href=
"https://cplusplus.github.io/CWG/issues/2094.html">2094</a></td>
12397 <td>Trivial copy/move constructor for class with volatile member
</td>
12398 <td class=
"full" align=
"center">Clang
5</td>
12401 <td><a href=
"https://cplusplus.github.io/CWG/issues/2095.html">2095</a></td>
12403 <td>Capturing rvalue references to functions by copy
</td>
12404 <td class=
"unknown" align=
"center">Unknown
</td>
12407 <td><a href=
"https://cplusplus.github.io/CWG/issues/2096.html">2096</a></td>
12409 <td>Constraints on literal unions
</td>
12410 <td class=
"full" align=
"center">Duplicate of
<a href=
"#2598">2598</a></td>
12412 <tr class=
"open" id=
"2097">
12413 <td><a href=
"https://cplusplus.github.io/CWG/issues/2097.html">2097</a></td>
12415 <td>Lambdas and
<TT>noreturn
</TT> attribute
</td>
12416 <td align=
"center">Extension
</td>
12419 <td><a href=
"https://cplusplus.github.io/CWG/issues/2098.html">2098</a></td>
12421 <td>Is
<TT>uncaught_exceptions()
</TT> per-thread?
</td>
12422 <td class=
"unknown" align=
"center">Unknown
</td>
12425 <td><a href=
"https://cplusplus.github.io/CWG/issues/2099.html">2099</a></td>
12427 <td>Inferring the bound of an array static data member
</td>
12428 <td class=
"unknown" align=
"center">Unknown
</td>
12431 <td><a href=
"https://cplusplus.github.io/CWG/issues/2100.html">2100</a></td>
12433 <td>Value-dependent address of static data member of class template
</td>
12434 <td class=
"full" align=
"center">Clang
12</td>
12437 <td><a href=
"https://cplusplus.github.io/CWG/issues/2101.html">2101</a></td>
12439 <td>Incorrect description of type- and value-dependence
</td>
12440 <td class=
"unknown" align=
"center">Unknown
</td>
12443 <td><a href=
"https://cplusplus.github.io/CWG/issues/2102.html">2102</a></td>
12445 <td>Constructor checking in
<I>new-expression
</I></td>
12446 <td class=
"unknown" align=
"center">Unknown
</td>
12449 <td><a href=
"https://cplusplus.github.io/CWG/issues/2103.html">2103</a></td>
12451 <td>Lvalue-to-rvalue conversion is irrelevant in odr-use of a reference
</td>
12452 <td class=
"full" align=
"center">Yes
</td>
12455 <td><a href=
"https://cplusplus.github.io/CWG/issues/2104.html">2104</a></td>
12457 <td>Internal-linkage
<TT>constexpr
</TT> references and ODR requirements
</td>
12458 <td class=
"unknown" align=
"center">Unknown
</td>
12460 <tr class=
"open" id=
"2105">
12461 <td><a href=
"https://cplusplus.github.io/CWG/issues/2105.html">2105</a></td>
12463 <td>When do the arguments for a parameter pack end?
</td>
12464 <td align=
"center">Not resolved
</td>
12467 <td><a href=
"https://cplusplus.github.io/CWG/issues/2106.html">2106</a></td>
12469 <td>Unclear restrictions on use of function-type template arguments
</td>
12470 <td class=
"unknown" align=
"center">Unknown
</td>
12473 <td><a href=
"https://cplusplus.github.io/CWG/issues/2107.html">2107</a></td>
12475 <td>Lifetime of temporaries for default arguments in array copying
</td>
12476 <td class=
"unknown" align=
"center">Unknown
</td>
12478 <tr class=
"open" id=
"2108">
12479 <td><a href=
"https://cplusplus.github.io/CWG/issues/2108.html">2108</a></td>
12481 <td>Conversions to non-class prvalues in reference initialization
</td>
12482 <td align=
"center">Not resolved
</td>
12485 <td><a href=
"https://cplusplus.github.io/CWG/issues/2109.html">2109</a></td>
12487 <td>Value dependence underspecified
</td>
12488 <td class=
"unknown" align=
"center">Unknown
</td>
12490 <tr class=
"open" id=
"2110">
12491 <td><a href=
"https://cplusplus.github.io/CWG/issues/2110.html">2110</a></td>
12493 <td>Overload resolution for base class conversion and reference/non-reference
</td>
12494 <td align=
"center">Not resolved
</td>
12497 <td><a href=
"https://cplusplus.github.io/CWG/issues/2111.html">2111</a></td>
12499 <td>Array temporaries in reference binding
</td>
12500 <td class=
"unknown" align=
"center">Unknown
</td>
12503 <td><a href=
"https://cplusplus.github.io/CWG/issues/2112.html">2112</a></td>
12505 <td><TT>new auto{x}
</TT></td>
12506 <td class=
"unknown" align=
"center">Unknown
</td>
12509 <td><a href=
"https://cplusplus.github.io/CWG/issues/2113.html">2113</a></td>
12511 <td>Incompete specification of types for declarators
</td>
12512 <td class=
"unknown" align=
"center">Unknown
</td>
12515 <td><a href=
"https://cplusplus.github.io/CWG/issues/2114.html">2114</a></td>
12517 <td>Missing description of incompatibility from aggregate NSDMIs
</td>
12518 <td class=
"unknown" align=
"center">Unknown
</td>
12520 <tr class=
"open" id=
"2115">
12521 <td><a href=
"https://cplusplus.github.io/CWG/issues/2115.html">2115</a></td>
12523 <td>Order of implicit destruction vs release of automatic storage
</td>
12524 <td align=
"center">Not resolved
</td>
12527 <td><a href=
"https://cplusplus.github.io/CWG/issues/2116.html">2116</a></td>
12529 <td>Direct or copy initialization for omitted aggregate initializers
</td>
12530 <td class=
"unknown" align=
"center">Unknown
</td>
12532 <tr class=
"open" id=
"2117">
12533 <td><a href=
"https://cplusplus.github.io/CWG/issues/2117.html">2117</a></td>
12535 <td>Explicit specializations and
<TT>constexpr
</TT> function templates
</td>
12536 <td align=
"center">Not resolved
</td>
12538 <tr class=
"open" id=
"2118">
12539 <td><a href=
"https://cplusplus.github.io/CWG/issues/2118.html">2118</a></td>
12541 <td>Stateful metaprogramming via friend injection
</td>
12542 <td align=
"center">Not resolved
</td>
12545 <td><a href=
"https://cplusplus.github.io/CWG/issues/2119.html">2119</a></td>
12547 <td>Disambiguation of multi-level covariant return type
</td>
12548 <td class=
"unknown" align=
"center">Unknown
</td>
12551 <td><a href=
"https://cplusplus.github.io/CWG/issues/2120.html">2120</a></td>
12553 <td>Array as first non-static data member in standard-layout class
</td>
12554 <td class=
"full" align=
"center">Clang
7</td>
12557 <td><a href=
"https://cplusplus.github.io/CWG/issues/2121.html">2121</a></td>
12559 <td>More flexible lambda syntax
</td>
12560 <td class=
"unknown" align=
"center">Unknown
</td>
12563 <td><a href=
"https://cplusplus.github.io/CWG/issues/2122.html">2122</a></td>
12565 <td>Glvalues of
<TT>void
</TT> type
</td>
12566 <td class=
"unknown" align=
"center">Unknown
</td>
12568 <tr class=
"open" id=
"2123">
12569 <td><a href=
"https://cplusplus.github.io/CWG/issues/2123.html">2123</a></td>
12571 <td>Omitted constant initialization of local static variables
</td>
12572 <td align=
"center">Not resolved
</td>
12575 <td><a href=
"https://cplusplus.github.io/CWG/issues/2124.html">2124</a></td>
12577 <td>Signature of constructor template
</td>
12578 <td class=
"unknown" align=
"center">Unknown
</td>
12581 <td><a href=
"https://cplusplus.github.io/CWG/issues/2125.html">2125</a></td>
12583 <td>Copy elision and comma operator
</td>
12584 <td class=
"unknown" align=
"center">Unknown
</td>
12587 <td><a href=
"https://cplusplus.github.io/CWG/issues/2126.html">2126</a></td>
12589 <td>Lifetime-extended temporaries in constant expressions
</td>
12590 <td class=
"full" align=
"center">Clang
12</td>
12592 <tr class=
"open" id=
"2127">
12593 <td><a href=
"https://cplusplus.github.io/CWG/issues/2127.html">2127</a></td>
12595 <td>Partial specialization and nullptr
</td>
12596 <td align=
"center">Not resolved
</td>
12598 <tr class=
"open" id=
"2128">
12599 <td><a href=
"https://cplusplus.github.io/CWG/issues/2128.html">2128</a></td>
12601 <td>Imprecise rule for reference member initializer
</td>
12602 <td align=
"center">Not resolved
</td>
12605 <td><a href=
"https://cplusplus.github.io/CWG/issues/2129.html">2129</a></td>
12607 <td>Non-object prvalues and constant expressions
</td>
12608 <td class=
"unknown" align=
"center">Unknown
</td>
12611 <td><a href=
"https://cplusplus.github.io/CWG/issues/2130.html">2130</a></td>
12613 <td>Over-aligned types in
<I>new-expression
</I>s
</td>
12614 <td class=
"unknown" align=
"center">Unknown
</td>
12616 <tr class=
"open" id=
"2131">
12617 <td><a href=
"https://cplusplus.github.io/CWG/issues/2131.html">2131</a></td>
12619 <td>Ambiguity with
<I>opaque-enum-declaration
</I></td>
12620 <td align=
"center">Not resolved
</td>
12623 <td><a href=
"https://cplusplus.github.io/CWG/issues/2132.html">2132</a></td>
12625 <td>Deprecated default generated copy constructors
</td>
12626 <td class=
"unknown" align=
"center">Unknown
</td>
12629 <td><a href=
"https://cplusplus.github.io/CWG/issues/2133.html">2133</a></td>
12631 <td>Converting
<TT>std::nullptr_t
</TT> to
<TT>bool
</TT></td>
12632 <td class=
"unknown" align=
"center">Unknown
</td>
12635 <td><a href=
"https://cplusplus.github.io/CWG/issues/2134.html">2134</a></td>
12637 <td>Objectless references to non-static member functions
</td>
12638 <td class=
"unknown" align=
"center">Unknown
</td>
12641 <td><a href=
"https://cplusplus.github.io/CWG/issues/2135.html">2135</a></td>
12643 <td><I>mem-initializer
</I>s for virtual bases of abstract classes
</td>
12644 <td class=
"unknown" align=
"center">Unknown
</td>
12647 <td><a href=
"https://cplusplus.github.io/CWG/issues/2136.html">2136</a></td>
12649 <td>Argument-dependent lookup and initializer lists
</td>
12650 <td class=
"unknown" align=
"center">Unknown
</td>
12653 <td><a href=
"https://cplusplus.github.io/CWG/issues/2137.html">2137</a></td>
12655 <td>List-initialization from object of same type
</td>
12656 <td class=
"unreleased" align=
"center">Clang
20</td>
12659 <td><a href=
"https://cplusplus.github.io/CWG/issues/2138.html">2138</a></td>
12661 <td>Explicit member specialization vs implicit instantiation
</td>
12662 <td class=
"unknown" align=
"center">Unknown
</td>
12665 <td><a href=
"https://cplusplus.github.io/CWG/issues/2139.html">2139</a></td>
12667 <td>Floating-point requirements for integer representation
</td>
12668 <td class=
"unknown" align=
"center">Unknown
</td>
12671 <td><a href=
"https://cplusplus.github.io/CWG/issues/2140.html">2140</a></td>
12673 <td>Lvalue-to-rvalue conversion of
<TT>std::nullptr_t
</TT></td>
12674 <td class=
"full" align=
"center">Clang
9</td>
12677 <td><a href=
"https://cplusplus.github.io/CWG/issues/2141.html">2141</a></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>
12683 <td><a href=
"https://cplusplus.github.io/CWG/issues/2142.html">2142</a></td>
12685 <td>Missing definition of associated classes and namespaces
</td>
12686 <td class=
"unknown" align=
"center">Unknown
</td>
12689 <td><a href=
"https://cplusplus.github.io/CWG/issues/2143.html">2143</a></td>
12691 <td>Value-dependency via injected-class-name
</td>
12692 <td class=
"unknown" align=
"center">Unknown
</td>
12695 <td><a href=
"https://cplusplus.github.io/CWG/issues/2144.html">2144</a></td>
12697 <td>Function/variable declaration ambiguity
</td>
12698 <td class=
"unknown" align=
"center">Unknown
</td>
12701 <td><a href=
"https://cplusplus.github.io/CWG/issues/2145.html">2145</a></td>
12703 <td>Parenthesized declarator in function definition
</td>
12704 <td class=
"unknown" align=
"center">Unknown
</td>
12707 <td><a href=
"https://cplusplus.github.io/CWG/issues/2146.html">2146</a></td>
12709 <td>Scalar object vs memory location in definition of
“unsequenced
”</td>
12710 <td class=
"unknown" align=
"center">Unknown
</td>
12713 <td><a href=
"https://cplusplus.github.io/CWG/issues/2147.html">2147</a></td>
12715 <td>Initializer-list arguments and pack deduction
</td>
12716 <td class=
"unknown" align=
"center">Unknown
</td>
12718 <tr class=
"open" id=
"2148">
12719 <td><a href=
"https://cplusplus.github.io/CWG/issues/2148.html">2148</a></td>
12721 <td>Thread storage duration and order of initialization
</td>
12722 <td align=
"center">Not resolved
</td>
12725 <td><a href=
"https://cplusplus.github.io/CWG/issues/2149.html">2149</a></td>
12727 <td>Brace elision and array length deduction
</td>
12728 <td class=
"full" align=
"center">Clang
3.1</td>
12731 <td><a href=
"https://cplusplus.github.io/CWG/issues/2150.html">2150</a></td>
12733 <td>Initializer list array lifetime
</td>
12734 <td class=
"unknown" align=
"center">Unknown
</td>
12737 <td><a href=
"https://cplusplus.github.io/CWG/issues/2151.html">2151</a></td>
12739 <td>Exception object is not created
</td>
12740 <td class=
"unknown" align=
"center">Unknown
</td>
12743 <td><a href=
"https://cplusplus.github.io/CWG/issues/2152.html">2152</a></td>
12745 <td>Can an alternative token be used as a
<I>ud-suffix
</I>?
</td>
12746 <td class=
"unknown" align=
"center">Unknown
</td>
12749 <td><a href=
"https://cplusplus.github.io/CWG/issues/2153.html">2153</a></td>
12751 <td><I>pure-specifier
</I> in friend declaration
</td>
12752 <td class=
"unknown" align=
"center">Unknown
</td>
12755 <td><a href=
"https://cplusplus.github.io/CWG/issues/2154.html">2154</a></td>
12757 <td>Ambiguity of
<I>pure-specifier
</I></td>
12758 <td class=
"unknown" align=
"center">Unknown
</td>
12761 <td><a href=
"https://cplusplus.github.io/CWG/issues/2155.html">2155</a></td>
12763 <td>Defining classes and enumerations via
<I>using-declaration
</I>s
</td>
12764 <td class=
"unknown" align=
"center">Unknown
</td>
12767 <td><a href=
"https://cplusplus.github.io/CWG/issues/2156.html">2156</a></td>
12769 <td>Definition of enumeration declared by
<I>using-declaration
</I></td>
12770 <td class=
"unknown" align=
"center">Unknown
</td>
12773 <td><a href=
"https://cplusplus.github.io/CWG/issues/2157.html">2157</a></td>
12775 <td>Further disambiguation of enumeration
<I>elaborated-type-specifier
</I></td>
12776 <td class=
"full" align=
"center">Clang
11</td>
12778 <tr class=
"open" id=
"2158">
12779 <td><a href=
"https://cplusplus.github.io/CWG/issues/2158.html">2158</a></td>
12781 <td>Polymorphic behavior during destruction
</td>
12782 <td align=
"center">Not resolved
</td>
12785 <td><a href=
"https://cplusplus.github.io/CWG/issues/2159.html">2159</a></td>
12787 <td>Lambda capture and local
<TT>thread_local
</TT> variables
</td>
12788 <td class=
"unknown" align=
"center">Unknown
</td>
12790 <tr class=
"open" id=
"2160">
12791 <td><a href=
"https://cplusplus.github.io/CWG/issues/2160.html">2160</a></td>
12793 <td>Issues with partial ordering
</td>
12794 <td align=
"center">Not resolved
</td>
12797 <td><a href=
"https://cplusplus.github.io/CWG/issues/2161.html">2161</a></td>
12799 <td>Explicit instantiation declaration and
“preceding initialization
”</td>
12800 <td class=
"unknown" align=
"center">Unknown
</td>
12803 <td><a href=
"https://cplusplus.github.io/CWG/issues/2162.html">2162</a></td>
12805 <td>Capturing
<TT>this
</TT> by reference
</td>
12806 <td class=
"unknown" align=
"center">Unknown
</td>
12809 <td><a href=
"https://cplusplus.github.io/CWG/issues/2163.html">2163</a></td>
12811 <td>Labels in
<TT>constexpr
</TT> functions
</td>
12812 <td class=
"unknown" align=
"center">Unknown
</td>
12815 <td><a href=
"https://cplusplus.github.io/CWG/issues/2164.html">2164</a></td>
12817 <td>Name hiding and
<I>using-directive
</I>s
</td>
12818 <td class=
"unknown" align=
"center">Unknown
</td>
12821 <td><a href=
"https://cplusplus.github.io/CWG/issues/2165.html">2165</a></td>
12823 <td>Namespaces, declarative regions, and translation units
</td>
12824 <td class=
"na" align=
"center">N/A
</td>
12826 <tr class=
"open" id=
"2166">
12827 <td><a href=
"https://cplusplus.github.io/CWG/issues/2166.html">2166</a></td>
12829 <td>Unclear meaning of
“undefined
<TT>constexpr
</TT> function
”</td>
12830 <td align=
"center">Not resolved
</td>
12833 <td><a href=
"https://cplusplus.github.io/CWG/issues/2167.html">2167</a></td>
12835 <td>Non-member references with lifetimes within the current evaluation
</td>
12836 <td class=
"unknown" align=
"center">Unknown
</td>
12838 <tr class=
"open" id=
"2168">
12839 <td><a href=
"https://cplusplus.github.io/CWG/issues/2168.html">2168</a></td>
12841 <td>Narrowing conversions and +/- infinity
</td>
12842 <td align=
"center">Not resolved
</td>
12844 <tr class=
"open" id=
"2169">
12845 <td><a href=
"https://cplusplus.github.io/CWG/issues/2169.html">2169</a></td>
12847 <td>Narrowing conversions and overload resolution
</td>
12848 <td align=
"center">Not resolved
</td>
12851 <td><a href=
"https://cplusplus.github.io/CWG/issues/2170.html">2170</a></td>
12853 <td>Unclear definition of odr-use for arrays
</td>
12854 <td class=
"full" align=
"center">Clang
9</td>
12857 <td><a href=
"https://cplusplus.github.io/CWG/issues/2171.html">2171</a></td>
12859 <td>Triviality of copy constructor with less-qualified parameter
</td>
12860 <td class=
"full" align=
"center">Clang
15</td>
12862 <tr class=
"open" id=
"2172">
12863 <td><a href=
"https://cplusplus.github.io/CWG/issues/2172.html">2172</a></td>
12865 <td>Multiple exceptions with one exception object
</td>
12866 <td align=
"center">Not resolved
</td>
12868 <tr class=
"open" id=
"2173">
12869 <td><a href=
"https://cplusplus.github.io/CWG/issues/2173.html">2173</a></td>
12871 <td>Partial specialization with non-deduced contexts
</td>
12872 <td align=
"center">Not resolved
</td>
12875 <td><a href=
"https://cplusplus.github.io/CWG/issues/2174.html">2174</a></td>
12877 <td>Unclear rules for friend definitions in templates
</td>
12878 <td class=
"unknown" align=
"center">Unknown
</td>
12881 <td><a href=
"https://cplusplus.github.io/CWG/issues/2175.html">2175</a></td>
12883 <td>Ambiguity with attribute in conversion operator declaration
</td>
12884 <td class=
"unknown" align=
"center">Unknown
</td>
12887 <td><a href=
"https://cplusplus.github.io/CWG/issues/2176.html">2176</a></td>
12889 <td>Destroying the returned object when a destructor throws
</td>
12890 <td class=
"unknown" align=
"center">Unknown
</td>
12893 <td><a href=
"https://cplusplus.github.io/CWG/issues/2177.html">2177</a></td>
12895 <td>Placement
<TT>operator delete
</TT> and parameter copies
</td>
12896 <td class=
"unknown" align=
"center">Unknown
</td>
12899 <td><a href=
"https://cplusplus.github.io/CWG/issues/2178.html">2178</a></td>
12901 <td>Substitution of dependent template arguments in default template arguments
</td>
12902 <td class=
"unknown" align=
"center">Unknown
</td>
12904 <tr class=
"open" id=
"2179">
12905 <td><a href=
"https://cplusplus.github.io/CWG/issues/2179.html">2179</a></td>
12907 <td>Required diagnostic for partial specialization after first use
</td>
12908 <td align=
"center">Not resolved
</td>
12911 <td><a href=
"https://cplusplus.github.io/CWG/issues/2180.html">2180</a></td>
12913 <td>Virtual bases in destructors and defaulted assignment operators
</td>
12914 <td class=
"full" align=
"center">Yes
</td>
12917 <td><a href=
"https://cplusplus.github.io/CWG/issues/2181.html">2181</a></td>
12919 <td>Normative requirements in an informative Annex
</td>
12920 <td class=
"unknown" align=
"center">Unknown
</td>
12922 <tr class=
"open" id=
"2182">
12923 <td><a href=
"https://cplusplus.github.io/CWG/issues/2182.html">2182</a></td>
12925 <td>Pointer arithmetic in array-like containers
</td>
12926 <td align=
"center">Not resolved
</td>
12929 <td><a href=
"https://cplusplus.github.io/CWG/issues/2183.html">2183</a></td>
12931 <td>Problems in description of potential exceptions
</td>
12932 <td class=
"unknown" align=
"center">Unknown
</td>
12935 <td><a href=
"https://cplusplus.github.io/CWG/issues/2184.html">2184</a></td>
12937 <td>Missing C compatibility entry for decrement of
<TT>bool
</TT></td>
12938 <td class=
"unknown" align=
"center">Unknown
</td>
12941 <td><a href=
"https://cplusplus.github.io/CWG/issues/2185.html">2185</a></td>
12943 <td>Cv-qualified numeric types
</td>
12944 <td class=
"unknown" align=
"center">Unknown
</td>
12947 <td><a href=
"https://cplusplus.github.io/CWG/issues/2186.html">2186</a></td>
12949 <td>Unclear point that
“preceding initialization
” must precede
</td>
12950 <td class=
"unknown" align=
"center">Unknown
</td>
12952 <tr class=
"open" id=
"2187">
12953 <td><a href=
"https://cplusplus.github.io/CWG/issues/2187.html">2187</a></td>
12955 <td>Protected members and access via
<I>qualified-id
</I></td>
12956 <td align=
"center">Not resolved
</td>
12958 <tr class=
"open" id=
"2188">
12959 <td><a href=
"https://cplusplus.github.io/CWG/issues/2188.html">2188</a></td>
12961 <td><I>empty-declaration
</I> grammar ambiguity
</td>
12962 <td align=
"center">Not resolved
</td>
12964 <tr class=
"open" id=
"2189">
12965 <td><a href=
"https://cplusplus.github.io/CWG/issues/2189.html">2189</a></td>
12967 <td>Surrogate call template
</td>
12968 <td align=
"center">Not resolved
</td>
12970 <tr class=
"open" id=
"2190">
12971 <td><a href=
"https://cplusplus.github.io/CWG/issues/2190.html">2190</a></td>
12973 <td>Insufficient specification of
<TT>__has_include
</TT></td>
12974 <td align=
"center">Not resolved
</td>
12977 <td><a href=
"https://cplusplus.github.io/CWG/issues/2191.html">2191</a></td>
12979 <td>Incorrect result for
<TT>noexcept(typeid(v))
</TT></td>
12980 <td class=
"full" align=
"center">Clang
19</td>
12982 <tr class=
"open" id=
"2192">
12983 <td><a href=
"https://cplusplus.github.io/CWG/issues/2192.html">2192</a></td>
12985 <td>Constant expressions and order-of-eval undefined behavior
</td>
12986 <td align=
"center">Not resolved
</td>
12989 <td><a href=
"https://cplusplus.github.io/CWG/issues/2193.html">2193</a></td>
12991 <td><TT>numeric_limits
<int
>::radix
</TT> and
<TT>digits
</TT></td>
12992 <td class=
"unknown" align=
"center">Unknown
</td>
12994 <tr class=
"open" id=
"2194">
12995 <td><a href=
"https://cplusplus.github.io/CWG/issues/2194.html">2194</a></td>
12997 <td>Impossible case in list initialization
</td>
12998 <td align=
"center">Not resolved
</td>
13000 <tr class=
"open" id=
"2195">
13001 <td><a href=
"https://cplusplus.github.io/CWG/issues/2195.html">2195</a></td>
13003 <td>Unsolicited reading of trailing volatile members
</td>
13004 <td align=
"center">Not resolved
</td>
13007 <td><a href=
"https://cplusplus.github.io/CWG/issues/2196.html">2196</a></td>
13009 <td>Zero-initialization with virtual base classes
</td>
13010 <td class=
"unknown" align=
"center">Unknown
</td>
13013 <td><a href=
"https://cplusplus.github.io/CWG/issues/2197.html">2197</a></td>
13015 <td>Overload resolution and deleted special member functions
</td>
13016 <td class=
"unknown" align=
"center">Unknown
</td>
13019 <td><a href=
"https://cplusplus.github.io/CWG/issues/2198.html">2198</a></td>
13021 <td>Linkage of enumerators
</td>
13022 <td class=
"unknown" align=
"center">Unknown
</td>
13025 <td><a href=
"https://cplusplus.github.io/CWG/issues/2199.html">2199</a></td>
13027 <td>Typedefs and tags
</td>
13028 <td class=
"full" align=
"center">Clang
3.8</td>
13031 <td><a href=
"https://cplusplus.github.io/CWG/issues/2200.html">2200</a></td>
13033 <td>Conversions in template argument deduction
</td>
13034 <td class=
"unknown" align=
"center">Unknown
</td>
13037 <td><a href=
"https://cplusplus.github.io/CWG/issues/2201.html">2201</a></td>
13039 <td>Cv-qualification of array types
</td>
13040 <td class=
"unknown" align=
"center">Unknown
</td>
13042 <tr class=
"open" id=
"2202">
13043 <td><a href=
"https://cplusplus.github.io/CWG/issues/2202.html">2202</a></td>
13045 <td>When does default argument instantiation occur?
</td>
13046 <td align=
"center">Not resolved
</td>
13048 <tr class=
"open" id=
"2203">
13049 <td><a href=
"https://cplusplus.github.io/CWG/issues/2203.html">2203</a></td>
13051 <td>Defaulted copy/move constructors and UDCs
</td>
13052 <td align=
"center">Not resolved
</td>
13055 <td><a href=
"https://cplusplus.github.io/CWG/issues/2204.html">2204</a></td>
13057 <td>Naming delegated constructors
</td>
13058 <td class=
"unknown" align=
"center">Unknown
</td>
13061 <td><a href=
"https://cplusplus.github.io/CWG/issues/2205.html">2205</a></td>
13063 <td>Restrictions on use of
<TT>alignas
</TT></td>
13064 <td class=
"unknown" align=
"center">Unknown
</td>
13067 <td><a href=
"https://cplusplus.github.io/CWG/issues/2206.html">2206</a></td>
13069 <td>Composite type of object and function pointers
</td>
13070 <td class=
"unknown" align=
"center">Unknown
</td>
13073 <td><a href=
"https://cplusplus.github.io/CWG/issues/2207.html">2207</a></td>
13075 <td>Alignment of allocation function return value
</td>
13076 <td class=
"unknown" align=
"center">Unknown
</td>
13079 <td><a href=
"https://cplusplus.github.io/CWG/issues/2208.html">2208</a></td>
13081 <td><I>static_assert-declaration
</I> does not declare a member
</td>
13082 <td class=
"unknown" align=
"center">Unknown
</td>
13085 <td><a href=
"https://cplusplus.github.io/CWG/issues/2209.html">2209</a></td>
13087 <td>Destruction of constructed array elements
</td>
13088 <td class=
"unknown" align=
"center">Unknown
</td>
13091 <td><a href=
"https://cplusplus.github.io/CWG/issues/2210.html">2210</a></td>
13093 <td>Principal/target constructor confusion
</td>
13094 <td class=
"unknown" align=
"center">Unknown
</td>
13097 <td><a href=
"https://cplusplus.github.io/CWG/issues/2211.html">2211</a></td>
13099 <td>Hiding by lambda captures and parameters
</td>
13100 <td class=
"full" align=
"center">Clang
8</td>
13103 <td><a href=
"https://cplusplus.github.io/CWG/issues/2212.html">2212</a></td>
13105 <td>Typedef changing linkage after use
</td>
13106 <td class=
"unknown" align=
"center">Unknown
</td>
13109 <td><a href=
"https://cplusplus.github.io/CWG/issues/2213.html">2213</a></td>
13111 <td>Forward declaration of partial specializations
</td>
13112 <td class=
"full" align=
"center">Yes
</td>
13115 <td><a href=
"https://cplusplus.github.io/CWG/issues/2214.html">2214</a></td>
13117 <td>Missing requirement on representation of integer values
</td>
13118 <td class=
"unknown" align=
"center">Unknown
</td>
13121 <td><a href=
"https://cplusplus.github.io/CWG/issues/2215.html">2215</a></td>
13123 <td>Redundant description of language linkage in function call
</td>
13124 <td class=
"unknown" align=
"center">Unknown
</td>
13127 <td><a href=
"https://cplusplus.github.io/CWG/issues/2216.html">2216</a></td>
13129 <td>Exception specifications in unevaluated contexts
</td>
13130 <td class=
"unknown" align=
"center">Unknown
</td>
13133 <td><a href=
"https://cplusplus.github.io/CWG/issues/2217.html">2217</a></td>
13135 <td><TT>constexpr
</TT> constructors for non-literal types
</td>
13136 <td class=
"unknown" align=
"center">Unknown
</td>
13139 <td><a href=
"https://cplusplus.github.io/CWG/issues/2218.html">2218</a></td>
13141 <td>Ambiguity and namespace aliases
</td>
13142 <td class=
"unknown" align=
"center">Unknown
</td>
13144 <tr class=
"open" id=
"2219">
13145 <td><a href=
"https://cplusplus.github.io/CWG/issues/2219.html">2219</a></td>
13147 <td>Dynamically-unreachable handlers
</td>
13148 <td align=
"center">Not resolved
</td>
13151 <td><a href=
"https://cplusplus.github.io/CWG/issues/2220.html">2220</a></td>
13153 <td>Hiding index variable in range-based
<TT>for
</TT></td>
13154 <td class=
"unknown" align=
"center">Unknown
</td>
13157 <td><a href=
"https://cplusplus.github.io/CWG/issues/2221.html">2221</a></td>
13159 <td>Copying volatile objects
</td>
13160 <td class=
"unknown" align=
"center">Unknown
</td>
13162 <tr class=
"open" id=
"2222">
13163 <td><a href=
"https://cplusplus.github.io/CWG/issues/2222.html">2222</a></td>
13165 <td>Additional contexts where instantiation is not required
</td>
13166 <td align=
"center">Not resolved
</td>
13168 <tr class=
"open" id=
"2223">
13169 <td><a href=
"https://cplusplus.github.io/CWG/issues/2223.html">2223</a></td>
13171 <td>Multiple
<TT>alignas
</TT> specifiers
</td>
13172 <td align=
"center">Not resolved
</td>
13175 <td><a href=
"https://cplusplus.github.io/CWG/issues/2224.html">2224</a></td>
13177 <td>Member subobjects and base-class casts
</td>
13178 <td class=
"unknown" align=
"center">Unknown
</td>
13181 <td><a href=
"https://cplusplus.github.io/CWG/issues/2225.html">2225</a></td>
13183 <td><TT>reinterpret_cast
</TT> to same floating-point type
</td>
13184 <td class=
"unknown" align=
"center">Unknown
</td>
13187 <td><a href=
"https://cplusplus.github.io/CWG/issues/2226.html">2226</a></td>
13189 <td>Xvalues vs lvalues in conditional expressions
</td>
13190 <td class=
"unknown" align=
"center">Unknown
</td>
13193 <td><a href=
"https://cplusplus.github.io/CWG/issues/2227.html">2227</a></td>
13195 <td>Destructor access and default member initializers
</td>
13196 <td class=
"unknown" align=
"center">Unknown
</td>
13198 <tr class=
"open" id=
"2228">
13199 <td><a href=
"https://cplusplus.github.io/CWG/issues/2228.html">2228</a></td>
13201 <td>Ambiguity resolution for cast to function type
</td>
13202 <td align=
"center">Not resolved
</td>
13205 <td><a href=
"https://cplusplus.github.io/CWG/issues/2229.html">2229</a></td>
13207 <td>Volatile unnamed bit-fields
</td>
13208 <td class=
"full" align=
"center">Clang
7</td>
13211 <td><a href=
"https://cplusplus.github.io/CWG/issues/2230.html">2230</a></td>
13213 <td>Linkage of
<TT>extern
"C"</TT> function in unnamed namespace
</td>
13214 <td class=
"unknown" align=
"center">Unknown
</td>
13217 <td><a href=
"https://cplusplus.github.io/CWG/issues/2231.html">2231</a></td>
13219 <td>Class member access to static data member template
</td>
13220 <td class=
"unknown" align=
"center">Unknown
</td>
13222 <tr class=
"open" id=
"2232">
13223 <td><a href=
"https://cplusplus.github.io/CWG/issues/2232.html">2232</a></td>
13225 <td><TT>thread_local
</TT> anonymous unions
</td>
13226 <td align=
"center">Not resolved
</td>
13229 <td><a href=
"https://cplusplus.github.io/CWG/issues/2233.html">2233</a></td>
13231 <td>Function parameter packs following default arguments
</td>
13232 <td class=
"full" align=
"center">Clang
11</td>
13235 <td><a href=
"https://cplusplus.github.io/CWG/issues/2234.html">2234</a></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>
13241 <td><a href=
"https://cplusplus.github.io/CWG/issues/2235.html">2235</a></td>
13243 <td>Partial ordering and non-dependent types
</td>
13244 <td class=
"unknown" align=
"center">Unknown
</td>
13246 <tr class=
"open" id=
"2236">
13247 <td><a href=
"https://cplusplus.github.io/CWG/issues/2236.html">2236</a></td>
13249 <td>When is an alias template specialization dependent?
</td>
13250 <td align=
"center">Not resolved
</td>
13253 <td><a href=
"https://cplusplus.github.io/CWG/issues/2237.html">2237</a></td>
13255 <td>Can a
<I>template-id
</I> name a constructor?
</td>
13256 <td class=
"unknown" align=
"center">Unknown
</td>
13259 <td><a href=
"https://cplusplus.github.io/CWG/issues/2238.html">2238</a></td>
13261 <td>Contradictory alignment requirements for allocation
</td>
13262 <td class=
"unknown" align=
"center">Unknown
</td>
13265 <td><a href=
"https://cplusplus.github.io/CWG/issues/2239.html">2239</a></td>
13267 <td>Sized deallocation with a trivial destructor
</td>
13268 <td class=
"unknown" align=
"center">Unknown
</td>
13271 <td><a href=
"https://cplusplus.github.io/CWG/issues/2240.html">2240</a></td>
13273 <td><TT>this
</TT> is not odr-used in a constant expression
</td>
13274 <td class=
"unknown" align=
"center">Unknown
</td>
13277 <td><a href=
"https://cplusplus.github.io/CWG/issues/2241.html">2241</a></td>
13279 <td>Overload resolution is not invoked with a single function
</td>
13280 <td class=
"unknown" align=
"center">Unknown
</td>
13283 <td><a href=
"https://cplusplus.github.io/CWG/issues/2242.html">2242</a></td>
13285 <td>ODR violation with constant initialization possibly omitted
</td>
13286 <td class=
"unknown" align=
"center">Unknown
</td>
13288 <tr class=
"open" id=
"2243">
13289 <td><a href=
"https://cplusplus.github.io/CWG/issues/2243.html">2243</a></td>
13291 <td>Incorrect use of implicit conversion sequence
</td>
13292 <td align=
"center">Not resolved
</td>
13294 <tr class=
"open" id=
"2244">
13295 <td><a href=
"https://cplusplus.github.io/CWG/issues/2244.html">2244</a></td>
13297 <td>Base class access in aggregate initialization
</td>
13298 <td align=
"center">Not resolved
</td>
13300 <tr class=
"open" id=
"2245">
13301 <td><a href=
"https://cplusplus.github.io/CWG/issues/2245.html">2245</a></td>
13303 <td>Point of instantiation of incomplete class template
</td>
13304 <td align=
"center">Not resolved
</td>
13306 <tr class=
"open" id=
"2246">
13307 <td><a href=
"https://cplusplus.github.io/CWG/issues/2246.html">2246</a></td>
13309 <td>Access of indirect virtual base class constructors
</td>
13310 <td align=
"center">Not resolved
</td>
13313 <td><a href=
"https://cplusplus.github.io/CWG/issues/2247.html">2247</a></td>
13315 <td>Lambda capture and variable argument list
</td>
13316 <td class=
"unknown" align=
"center">Unknown
</td>
13319 <td><a href=
"https://cplusplus.github.io/CWG/issues/2248.html">2248</a></td>
13321 <td>Problems with sized delete
</td>
13322 <td class=
"unknown" align=
"center">Unknown
</td>
13325 <td><a href=
"https://cplusplus.github.io/CWG/issues/2249.html">2249</a></td>
13327 <td><I>identifier
</I>s and
<I>id-expression
</I>s
</td>
13328 <td class=
"unknown" align=
"center">Unknown
</td>
13330 <tr class=
"open" id=
"2250">
13331 <td><a href=
"https://cplusplus.github.io/CWG/issues/2250.html">2250</a></td>
13333 <td>Implicit instantiation, destruction, and TUs
</td>
13334 <td align=
"center">Not resolved
</td>
13337 <td><a href=
"https://cplusplus.github.io/CWG/issues/2251.html">2251</a></td>
13339 <td>Unreachable enumeration list-initialization
</td>
13340 <td class=
"unknown" align=
"center">Unknown
</td>
13343 <td><a href=
"https://cplusplus.github.io/CWG/issues/2252.html">2252</a></td>
13345 <td>Enumeration list-initialization from the same type
</td>
13346 <td class=
"unknown" align=
"center">Unknown
</td>
13349 <td><a href=
"https://cplusplus.github.io/CWG/issues/2253.html">2253</a></td>
13351 <td>Unnamed bit-fields and zero-initialization
</td>
13352 <td class=
"unknown" align=
"center">Unknown
</td>
13355 <td><a href=
"https://cplusplus.github.io/CWG/issues/2254.html">2254</a></td>
13357 <td>Standard-layout classes and bit-fields
</td>
13358 <td class=
"unknown" align=
"center">Unknown
</td>
13361 <td><a href=
"https://cplusplus.github.io/CWG/issues/2255.html">2255</a></td>
13363 <td>Instantiated static data member templates
</td>
13364 <td class=
"unknown" align=
"center">Unknown
</td>
13367 <td><a href=
"https://cplusplus.github.io/CWG/issues/2256.html">2256</a></td>
13369 <td>Lifetime of trivially-destructible objects
</td>
13370 <td class=
"unknown" align=
"center">Unknown
</td>
13373 <td><a href=
"https://cplusplus.github.io/CWG/issues/2257.html">2257</a></td>
13375 <td>Lifetime extension of references vs exceptions
</td>
13376 <td class=
"unknown" align=
"center">Unknown
</td>
13378 <tr class=
"open" id=
"2258">
13379 <td><a href=
"https://cplusplus.github.io/CWG/issues/2258.html">2258</a></td>
13381 <td>Storage deallocation during period of destruction
</td>
13382 <td align=
"center">Not resolved
</td>
13385 <td><a href=
"https://cplusplus.github.io/CWG/issues/2259.html">2259</a></td>
13387 <td>Unclear context describing ambiguity
</td>
13388 <td class=
"unknown" align=
"center">Unknown
</td>
13391 <td><a href=
"https://cplusplus.github.io/CWG/issues/2260.html">2260</a></td>
13393 <td>Explicit specializations of deleted member functions
</td>
13394 <td class=
"unknown" align=
"center">Unknown
</td>
13396 <tr class=
"open" id=
"2261">
13397 <td><a href=
"https://cplusplus.github.io/CWG/issues/2261.html">2261</a></td>
13399 <td>Explicit instantiation of in-class
<TT>friend
</TT> definition
</td>
13400 <td align=
"center">Extension
</td>
13403 <td><a href=
"https://cplusplus.github.io/CWG/issues/2262.html">2262</a></td>
13405 <td>Attributes for
<I>asm-definition
</I></td>
13406 <td class=
"unknown" align=
"center">Unknown
</td>
13408 <tr class=
"open" id=
"2263">
13409 <td><a href=
"https://cplusplus.github.io/CWG/issues/2263.html">2263</a></td>
13411 <td>Default argument instantiation for
<TT>friend
</TT>s
</td>
13412 <td align=
"center">Not resolved
</td>
13414 <tr class=
"open" id=
"2264">
13415 <td><a href=
"https://cplusplus.github.io/CWG/issues/2264.html">2264</a></td>
13417 <td>Memberwise copying with indeterminate value
</td>
13418 <td align=
"center">Not resolved
</td>
13420 <tr class=
"open" id=
"2265">
13421 <td><a href=
"https://cplusplus.github.io/CWG/issues/2265.html">2265</a></td>
13423 <td>Delayed pack expansion and member redeclarations
</td>
13424 <td align=
"center">Not resolved
</td>
13427 <td><a href=
"https://cplusplus.github.io/CWG/issues/2266.html">2266</a></td>
13429 <td>Has dependent type vs is type-dependent
</td>
13430 <td class=
"unknown" align=
"center">Unknown
</td>
13433 <td><a href=
"https://cplusplus.github.io/CWG/issues/2267.html">2267</a></td>
13435 <td>Copy-initialization of temporary in reference direct-initialization
</td>
13436 <td class=
"none" align=
"center">No
</td>
13439 <td><a href=
"https://cplusplus.github.io/CWG/issues/2268.html">2268</a></td>
13441 <td>Unions with mutable members in constant expressions revisited
</td>
13442 <td class=
"unknown" align=
"center">Unknown
</td>
13445 <td><a href=
"https://cplusplus.github.io/CWG/issues/2269.html">2269</a></td>
13447 <td>Additional recursive references in aggregate DMIs
</td>
13448 <td class=
"unknown" align=
"center">Unknown
</td>
13451 <td><a href=
"https://cplusplus.github.io/CWG/issues/2270.html">2270</a></td>
13453 <td>Non-inline functions and explicit instantiation declarations
</td>
13454 <td class=
"unknown" align=
"center">Unknown
</td>
13457 <td><a href=
"https://cplusplus.github.io/CWG/issues/2271.html">2271</a></td>
13459 <td>Aliasing
<TT>this
</TT></td>
13460 <td class=
"unknown" align=
"center">Unknown
</td>
13463 <td><a href=
"https://cplusplus.github.io/CWG/issues/2272.html">2272</a></td>
13465 <td>Implicit initialization of aggregate members of reference type
</td>
13466 <td class=
"unknown" align=
"center">Unknown
</td>
13469 <td><a href=
"https://cplusplus.github.io/CWG/issues/2273.html">2273</a></td>
13471 <td>Inheriting constructors vs implicit default constructor
</td>
13472 <td class=
"full" align=
"center">Clang
3.3</td>
13475 <td><a href=
"https://cplusplus.github.io/CWG/issues/2274.html">2274</a></td>
13477 <td>Generic lambda capture vs constexpr if
</td>
13478 <td class=
"unknown" align=
"center">Unknown
</td>
13480 <tr class=
"open" id=
"2275">
13481 <td><a href=
"https://cplusplus.github.io/CWG/issues/2275.html">2275</a></td>
13483 <td>Type-dependence of function template
</td>
13484 <td align=
"center">Not resolved
</td>
13487 <td><a href=
"https://cplusplus.github.io/CWG/issues/2276.html">2276</a></td>
13489 <td>Dependent
<TT>noexcept
</TT> and function type-dependence
</td>
13490 <td class=
"unknown" align=
"center">Unknown
</td>
13493 <td><a href=
"https://cplusplus.github.io/CWG/issues/2277.html">2277</a></td>
13495 <td>Ambiguity inheriting constructors with default arguments
</td>
13496 <td class=
"partial" align=
"center">Partial
</td>
13499 <td><a href=
"https://cplusplus.github.io/CWG/issues/2278.html">2278</a></td>
13501 <td>Copy elision in constant expressions reconsidered
</td>
13502 <td class=
"unknown" align=
"center">Unknown
</td>
13505 <td><a href=
"https://cplusplus.github.io/CWG/issues/2279.html">2279</a></td>
13507 <td>Multiple
<I>attribute-specifier
</I>s in one
<I>attribute-list
</I></td>
13508 <td class=
"unknown" align=
"center">Unknown
</td>
13511 <td><a href=
"https://cplusplus.github.io/CWG/issues/2280.html">2280</a></td>
13513 <td>Matching a usual deallocation function with placement new
</td>
13514 <td class=
"unknown" align=
"center">Unknown
</td>
13516 <tr class=
"open" id=
"2281">
13517 <td><a href=
"https://cplusplus.github.io/CWG/issues/2281.html">2281</a></td>
13519 <td>Consistency of aligned
<TT>operator delete
</TT> replacement
</td>
13520 <td align=
"center">Not resolved
</td>
13523 <td><a href=
"https://cplusplus.github.io/CWG/issues/2282.html">2282</a></td>
13525 <td>Consistency with mismatched aligned/non-over-aligned allocation/deallocation functions
</td>
13526 <td class=
"unknown" align=
"center">Unknown
</td>
13528 <tr class=
"open" id=
"2283">
13529 <td><a href=
"https://cplusplus.github.io/CWG/issues/2283.html">2283</a></td>
13531 <td>Missing complete type requirements
</td>
13532 <td align=
"center">Not resolved
</td>
13534 <tr class=
"open" id=
"2284">
13535 <td><a href=
"https://cplusplus.github.io/CWG/issues/2284.html">2284</a></td>
13537 <td>Sequencing of
<I>braced-init-list
</I> arguments
</td>
13538 <td align=
"center">Not resolved
</td>
13541 <td><a href=
"https://cplusplus.github.io/CWG/issues/2285.html">2285</a></td>
13543 <td>Issues with structured bindings
</td>
13544 <td class=
"unknown" align=
"center">Unknown
</td>
13547 <td><a href=
"https://cplusplus.github.io/CWG/issues/2286.html">2286</a></td>
13549 <td>Assignment evaluation order
</td>
13550 <td class=
"unknown" align=
"center">Unknown
</td>
13553 <td><a href=
"https://cplusplus.github.io/CWG/issues/2287.html">2287</a></td>
13555 <td>Pointer-interconvertibility in non-standard-layout unions
</td>
13556 <td class=
"unknown" align=
"center">Unknown
</td>
13559 <td><a href=
"https://cplusplus.github.io/CWG/issues/2288.html">2288</a></td>
13561 <td>Contradictory optionality in
<I>simple-declaration
</I></td>
13562 <td class=
"unknown" align=
"center">Unknown
</td>
13565 <td><a href=
"https://cplusplus.github.io/CWG/issues/2289.html">2289</a></td>
13567 <td>Uniqueness of structured binding names
</td>
13568 <td class=
"unknown" align=
"center">Unknown
</td>
13571 <td><a href=
"https://cplusplus.github.io/CWG/issues/2290.html">2290</a></td>
13573 <td>Unclear specification for overload resolution and deleted special member functions
</td>
13574 <td class=
"unknown" align=
"center">Unknown
</td>
13577 <td><a href=
"https://cplusplus.github.io/CWG/issues/2291.html">2291</a></td>
13579 <td>Implicit conversion sequences in non-call contexts
</td>
13580 <td class=
"unknown" align=
"center">Unknown
</td>
13583 <td><a href=
"https://cplusplus.github.io/CWG/issues/2292.html">2292</a></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>
13589 <td><a href=
"https://cplusplus.github.io/CWG/issues/2293.html">2293</a></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>
13595 <td><a href=
"https://cplusplus.github.io/CWG/issues/2294.html">2294</a></td>
13597 <td>Dependent
<TT>auto
</TT> static data members
</td>
13598 <td class=
"unknown" align=
"center">Unknown
</td>
13601 <td><a href=
"https://cplusplus.github.io/CWG/issues/2295.html">2295</a></td>
13603 <td>Aggregates with deleted defaulted constructors
</td>
13604 <td class=
"unknown" align=
"center">Unknown
</td>
13606 <tr class=
"open" id=
"2296">
13607 <td><a href=
"https://cplusplus.github.io/CWG/issues/2296.html">2296</a></td>
13609 <td>Are default argument instantiation failures in the
“immediate context
”?
</td>
13610 <td align=
"center">Not resolved
</td>
13612 <tr class=
"open" id=
"2297">
13613 <td><a href=
"https://cplusplus.github.io/CWG/issues/2297.html">2297</a></td>
13615 <td>Unclear specification of atomic operations
</td>
13616 <td align=
"center">Not resolved
</td>
13618 <tr class=
"open" id=
"2298">
13619 <td><a href=
"https://cplusplus.github.io/CWG/issues/2298.html">2298</a></td>
13621 <td>Actions and expression evaluation
</td>
13622 <td align=
"center">Not resolved
</td>
13625 <td><a href=
"https://cplusplus.github.io/CWG/issues/2299.html">2299</a></td>
13627 <td><TT>constexpr
</TT> vararg functions
</td>
13628 <td class=
"unknown" align=
"center">Unknown
</td>
13631 <td><a href=
"https://cplusplus.github.io/CWG/issues/2300.html">2300</a></td>
13633 <td>Lambdas in multiple definitions
</td>
13634 <td class=
"unknown" align=
"center">Unknown
</td>
13636 <tr class=
"open" id=
"2301">
13637 <td><a href=
"https://cplusplus.github.io/CWG/issues/2301.html">2301</a></td>
13639 <td>Value-initialization and constexpr constructor evaluation
</td>
13640 <td align=
"center">Not resolved
</td>
13643 <td><a href=
"https://cplusplus.github.io/CWG/issues/2302.html">2302</a></td>
13645 <td>Address comparison between different member subobjects
</td>
13646 <td class=
"unknown" align=
"center">Unknown
</td>
13649 <td><a href=
"https://cplusplus.github.io/CWG/issues/2303.html">2303</a></td>
13651 <td>Partial ordering and recursive variadic inheritance
</td>
13652 <td class=
"full" align=
"center">Clang
12</td>
13655 <td><a href=
"https://cplusplus.github.io/CWG/issues/2304.html">2304</a></td>
13657 <td>Incomplete type vs overload resolution
</td>
13658 <td class=
"full" align=
"center">Clang
2.8</td>
13661 <td><a href=
"https://cplusplus.github.io/CWG/issues/2305.html">2305</a></td>
13663 <td>Explicit instantiation of constexpr or inline variable template
</td>
13664 <td class=
"unknown" align=
"center">Unknown
</td>
13667 <td><a href=
"https://cplusplus.github.io/CWG/issues/2306.html">2306</a></td>
13669 <td>Nested friend templates of class templates
</td>
13670 <td class=
"unknown" align=
"center">Unknown
</td>
13673 <td><a href=
"https://cplusplus.github.io/CWG/issues/2307.html">2307</a></td>
13675 <td>Unclear definition of
“equivalent to a nontype template parameter
”</td>
13676 <td class=
"unknown" align=
"center">Unknown
</td>
13679 <td><a href=
"https://cplusplus.github.io/CWG/issues/2308.html">2308</a></td>
13681 <td>Structured bindings and lambda capture
</td>
13682 <td class=
"unknown" align=
"center">Unknown
</td>
13685 <td><a href=
"https://cplusplus.github.io/CWG/issues/2309.html">2309</a></td>
13687 <td>Restrictions on nested statements within
<TT>constexpr
</TT> functions
</td>
13688 <td class=
"unknown" align=
"center">Unknown
</td>
13691 <td><a href=
"https://cplusplus.github.io/CWG/issues/2310.html">2310</a></td>
13693 <td>Type completeness and derived-to-base pointer conversions
</td>
13694 <td class=
"partial" align=
"center">Partial
</td>
13696 <tr class=
"open" id=
"2311">
13697 <td><a href=
"https://cplusplus.github.io/CWG/issues/2311.html">2311</a></td>
13699 <td>Missed case for guaranteed copy elision
</td>
13700 <td align=
"center">Not resolved
</td>
13703 <td><a href=
"https://cplusplus.github.io/CWG/issues/2312.html">2312</a></td>
13705 <td>Structured bindings and
<TT>mutable
</TT></td>
13706 <td class=
"unknown" align=
"center">Unknown
</td>
13709 <td><a href=
"https://cplusplus.github.io/CWG/issues/2313.html">2313</a></td>
13711 <td>Redeclaration of structured binding reference variables
</td>
13712 <td class=
"unknown" align=
"center">Unknown
</td>
13715 <td><a href=
"https://cplusplus.github.io/CWG/issues/2314.html">2314</a></td>
13717 <td>Structured bindings and lambda capture
</td>
13718 <td class=
"unknown" align=
"center">Unknown
</td>
13721 <td><a href=
"https://cplusplus.github.io/CWG/issues/2315.html">2315</a></td>
13723 <td>What is the
“corresponding special member
” of a variant member?
</td>
13724 <td class=
"unknown" align=
"center">Unknown
</td>
13726 <tr class=
"open" id=
"2316">
13727 <td><a href=
"https://cplusplus.github.io/CWG/issues/2316.html">2316</a></td>
13729 <td>Simplifying class conversions in conditional expressions
</td>
13730 <td align=
"center">Not resolved
</td>
13733 <td><a href=
"https://cplusplus.github.io/CWG/issues/2317.html">2317</a></td>
13735 <td>Self-referential default member initializers
</td>
13736 <td class=
"unknown" align=
"center">Unknown
</td>
13739 <td><a href=
"https://cplusplus.github.io/CWG/issues/2318.html">2318</a></td>
13741 <td>Nondeduced contexts in deduction from a
<I>braced-init-list
</I></td>
13742 <td class=
"unknown" align=
"center">Unknown
</td>
13744 <tr class=
"open" id=
"2319">
13745 <td><a href=
"https://cplusplus.github.io/CWG/issues/2319.html">2319</a></td>
13747 <td>Nested brace initialization from same type
</td>
13748 <td align=
"center">Not resolved
</td>
13750 <tr class=
"open" id=
"2320">
13751 <td><a href=
"https://cplusplus.github.io/CWG/issues/2320.html">2320</a></td>
13753 <td><TT>constexpr if
</TT> and boolean conversions
</td>
13754 <td align=
"center">Extension
</td>
13757 <td><a href=
"https://cplusplus.github.io/CWG/issues/2321.html">2321</a></td>
13759 <td>Conditional operator and cv-qualified class prvalues
</td>
13760 <td class=
"unknown" align=
"center">Unknown
</td>
13763 <td><a href=
"https://cplusplus.github.io/CWG/issues/2322.html">2322</a></td>
13765 <td>Substitution failure and lexical order
</td>
13766 <td class=
"unknown" align=
"center">Unknown
</td>
13769 <td><a href=
"https://cplusplus.github.io/CWG/issues/2323.html">2323</a></td>
13771 <td>Expunge POD
</td>
13772 <td class=
"unknown" align=
"center">Unknown
</td>
13774 <tr class=
"open" id=
"2324">
13775 <td><a href=
"https://cplusplus.github.io/CWG/issues/2324.html">2324</a></td>
13777 <td>Size of base class subobject
</td>
13778 <td align=
"center">Not resolved
</td>
13780 <tr class=
"open" id=
"2325">
13781 <td><a href=
"https://cplusplus.github.io/CWG/issues/2325.html">2325</a></td>
13783 <td><TT>std::launder
</TT> and reuse of character buffers
</td>
13784 <td align=
"center">Not resolved
</td>
13787 <td><a href=
"https://cplusplus.github.io/CWG/issues/2326.html">2326</a></td>
13789 <td>Type deduction with initializer list containing ambiguous functions
</td>
13790 <td class=
"unknown" align=
"center">Unknown
</td>
13792 <tr class=
"open" id=
"2327">
13793 <td><a href=
"https://cplusplus.github.io/CWG/issues/2327.html">2327</a></td>
13795 <td>Copy elision for direct-initialization with a conversion function
</td>
13796 <td align=
"center">Not resolved
</td>
13798 <tr class=
"open" id=
"2328">
13799 <td><a href=
"https://cplusplus.github.io/CWG/issues/2328.html">2328</a></td>
13801 <td>Unclear presentation style of template argument deduction rules
</td>
13802 <td align=
"center">Not resolved
</td>
13804 <tr class=
"open" id=
"2329">
13805 <td><a href=
"https://cplusplus.github.io/CWG/issues/2329.html">2329</a></td>
13807 <td>Virtual base classes and generated assignment operators
</td>
13808 <td align=
"center">Not resolved
</td>
13811 <td><a href=
"https://cplusplus.github.io/CWG/issues/2330.html">2330</a></td>
13813 <td>Missing references to variable templates
</td>
13814 <td class=
"unknown" align=
"center">Unknown
</td>
13817 <td><a href=
"https://cplusplus.github.io/CWG/issues/2331.html">2331</a></td>
13819 <td>Redundancy in description of class scope
</td>
13820 <td class=
"na" align=
"center">N/A
</td>
13823 <td><a href=
"https://cplusplus.github.io/CWG/issues/2332.html">2332</a></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>
13829 <td><a href=
"https://cplusplus.github.io/CWG/issues/2333.html">2333</a></td>
13831 <td>Escape sequences in UTF-
8 character literals
</td>
13832 <td class=
"unknown" align=
"center">Unknown
</td>
13834 <tr class=
"open" id=
"2334">
13835 <td><a href=
"https://cplusplus.github.io/CWG/issues/2334.html">2334</a></td>
13837 <td>Creation of objects by
<TT>typeid
</TT></td>
13838 <td align=
"center">Not resolved
</td>
13840 <tr class=
"open" id=
"2335">
13841 <td><a href=
"https://cplusplus.github.io/CWG/issues/2335.html">2335</a></td>
13843 <td>Deduced return types vs member types
</td>
13844 <td align=
"center">
13846 <summary>Not resolved
</summary>
13847 Clang does not implement
2018-
06 resolution
13851 <td><a href=
"https://cplusplus.github.io/CWG/issues/2336.html">2336</a></td>
13853 <td>Destructor characteristics vs potentially-constructed subobjects
</td>
13854 <td class=
"unknown" align=
"center">Unknown
</td>
13856 <tr class=
"open" id=
"2337">
13857 <td><a href=
"https://cplusplus.github.io/CWG/issues/2337.html">2337</a></td>
13859 <td>Incorrect implication of logic ladder for conversion sequence tiebreakers
</td>
13860 <td align=
"center">Not resolved
</td>
13863 <td><a href=
"https://cplusplus.github.io/CWG/issues/2338.html">2338</a></td>
13865 <td>Undefined behavior converting to short enums with fixed underlying types
</td>
13866 <td class=
"full" align=
"center">Clang
12</td>
13869 <td><a href=
"https://cplusplus.github.io/CWG/issues/2339.html">2339</a></td>
13871 <td>Underspecified template arguments in structured bindings
</td>
13872 <td class=
"unknown" align=
"center">Unknown
</td>
13874 <tr class=
"open" id=
"2340">
13875 <td><a href=
"https://cplusplus.github.io/CWG/issues/2340.html">2340</a></td>
13877 <td>Reference collapsing and structured bindings
</td>
13878 <td align=
"center">Not resolved
</td>
13881 <td><a href=
"https://cplusplus.github.io/CWG/issues/2341.html">2341</a></td>
13883 <td>Structured bindings with static storage duration
</td>
13884 <td class=
"unknown" align=
"center">Unknown
</td>
13887 <td><a href=
"https://cplusplus.github.io/CWG/issues/2342.html">2342</a></td>
13889 <td>Reference
<TT>reinterpret_cast
</TT> and pointer-interconvertibility
</td>
13890 <td class=
"unknown" align=
"center">Unknown
</td>
13893 <td><a href=
"https://cplusplus.github.io/CWG/issues/2343.html">2343</a></td>
13895 <td><TT>void*
</TT> non-type template parameters
</td>
13896 <td class=
"unknown" align=
"center">Unknown
</td>
13899 <td><a href=
"https://cplusplus.github.io/CWG/issues/2344.html">2344</a></td>
13901 <td>Redeclaration of names in
<I>init-statement
</I>s
</td>
13902 <td class=
"unknown" align=
"center">Unknown
</td>
13905 <td><a href=
"https://cplusplus.github.io/CWG/issues/2345.html">2345</a></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>
13911 <td><a href=
"https://cplusplus.github.io/CWG/issues/2346.html">2346</a></td>
13913 <td>Local variables in default arguments
</td>
13914 <td class=
"full" align=
"center">Clang
11</td>
13917 <td><a href=
"https://cplusplus.github.io/CWG/issues/2347.html">2347</a></td>
13919 <td>Passing short scoped enumerations to ellipsis
</td>
13920 <td class=
"unknown" align=
"center">Unknown
</td>
13923 <td><a href=
"https://cplusplus.github.io/CWG/issues/2348.html">2348</a></td>
13925 <td>Non-templated
<TT>constexpr if
</TT></td>
13926 <td class=
"unknown" align=
"center">Unknown
</td>
13929 <td><a href=
"https://cplusplus.github.io/CWG/issues/2349.html">2349</a></td>
13931 <td>Class/enumeration names vs conditions
</td>
13932 <td class=
"unknown" align=
"center">Unknown
</td>
13935 <td><a href=
"https://cplusplus.github.io/CWG/issues/2350.html">2350</a></td>
13937 <td>Forwarding references and deduction guides
</td>
13938 <td class=
"unknown" align=
"center">Unknown
</td>
13941 <td><a href=
"https://cplusplus.github.io/CWG/issues/2351.html">2351</a></td>
13943 <td><TT>void{}
</TT></td>
13944 <td class=
"unreleased" align=
"center">Clang
20</td>
13947 <td><a href=
"https://cplusplus.github.io/CWG/issues/2352.html">2352</a></td>
13949 <td>Similar types and reference binding
</td>
13950 <td class=
"full" align=
"center">Clang
10</td>
13953 <td><a href=
"https://cplusplus.github.io/CWG/issues/2353.html">2353</a></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>
13959 <td><a href=
"https://cplusplus.github.io/CWG/issues/2354.html">2354</a></td>
13961 <td>Extended alignment and object representation
</td>
13962 <td class=
"full" align=
"center">Clang
15</td>
13965 <td><a href=
"https://cplusplus.github.io/CWG/issues/2355.html">2355</a></td>
13967 <td>Deducing
<I>noexcept-specifier
</I>s
</td>
13968 <td class=
"unknown" align=
"center">Unknown
</td>
13971 <td><a href=
"https://cplusplus.github.io/CWG/issues/2356.html">2356</a></td>
13973 <td>Base class copy and move constructors should not be inherited
</td>
13974 <td class=
"full" align=
"center">Clang
4</td>
13977 <td><a href=
"https://cplusplus.github.io/CWG/issues/2357.html">2357</a></td>
13979 <td>Lookup in member function declarations
</td>
13980 <td class=
"unknown" align=
"center">Unknown
</td>
13983 <td><a href=
"https://cplusplus.github.io/CWG/issues/2358.html">2358</a></td>
13985 <td>Explicit capture of value
</td>
13986 <td class=
"full" align=
"center">Clang
16</td>
13989 <td><a href=
"https://cplusplus.github.io/CWG/issues/2359.html">2359</a></td>
13991 <td>Unintended copy initialization with designated initializers
</td>
13992 <td class=
"unknown" align=
"center">Unknown
</td>
13995 <td><a href=
"https://cplusplus.github.io/CWG/issues/2360.html">2360</a></td>
13997 <td><TT>[[maybe_unused]]
</TT> and structured bindings
</td>
13998 <td class=
"unknown" align=
"center">Unknown
</td>
14000 <tr class=
"open" id=
"2361">
14001 <td><a href=
"https://cplusplus.github.io/CWG/issues/2361.html">2361</a></td>
14003 <td>Unclear description of
<TT>longjmp
</TT> undefined behavior
</td>
14004 <td align=
"center">Not resolved
</td>
14006 <tr class=
"open" id=
"2362">
14007 <td><a href=
"https://cplusplus.github.io/CWG/issues/2362.html">2362</a></td>
14009 <td><TT>__func__
</TT> should be
<TT>constexpr
</TT></td>
14010 <td align=
"center">Not resolved
</td>
14013 <td><a href=
"https://cplusplus.github.io/CWG/issues/2363.html">2363</a></td>
14015 <td>Opaque enumeration friend declarations
</td>
14016 <td class=
"full" align=
"center">Yes
</td>
14019 <td><a href=
"https://cplusplus.github.io/CWG/issues/2364.html">2364</a></td>
14021 <td>Constant expressions, aggregate initialization, and modifications
</td>
14022 <td class=
"unknown" align=
"center">Unknown
</td>
14025 <td><a href=
"https://cplusplus.github.io/CWG/issues/2365.html">2365</a></td>
14027 <td>Confusing specification for
<TT>dynamic_cast
</TT></td>
14028 <td class=
"unknown" align=
"center">Unknown
</td>
14031 <td><a href=
"https://cplusplus.github.io/CWG/issues/2366.html">2366</a></td>
14033 <td>Can default initialization be constant initialization?
</td>
14034 <td class=
"unknown" align=
"center">Unknown
</td>
14037 <td><a href=
"https://cplusplus.github.io/CWG/issues/2367.html">2367</a></td>
14039 <td>Lambdas in default arguments vs the ODR
</td>
14040 <td class=
"unknown" align=
"center">Unknown
</td>
14043 <td><a href=
"https://cplusplus.github.io/CWG/issues/2368.html">2368</a></td>
14045 <td>Differences in relational and three-way constant comparisons
</td>
14046 <td class=
"unknown" align=
"center">Unknown
</td>
14049 <td><a href=
"https://cplusplus.github.io/CWG/issues/2369.html">2369</a></td>
14051 <td>Ordering between constraints and substitution
</td>
14052 <td class=
"unknown" align=
"center">Unknown
</td>
14055 <td><a href=
"https://cplusplus.github.io/CWG/issues/2370.html">2370</a></td>
14057 <td><TT>friend
</TT> declarations of namespace-scope functions
</td>
14058 <td class=
"none" align=
"center">No
</td>
14061 <td><a href=
"https://cplusplus.github.io/CWG/issues/2371.html">2371</a></td>
14063 <td>Use of the English term
“attributes
” is confusing
</td>
14064 <td class=
"unknown" align=
"center">Unknown
</td>
14067 <td><a href=
"https://cplusplus.github.io/CWG/issues/2372.html">2372</a></td>
14069 <td>Incorrect matching rules for block-scope
<TT>extern
</TT> declarations
</td>
14070 <td class=
"unknown" align=
"center">Unknown
</td>
14073 <td><a href=
"https://cplusplus.github.io/CWG/issues/2373.html">2373</a></td>
14075 <td>Incorrect handling of static member function templates in partial ordering
</td>
14076 <td class=
"unknown" align=
"center">Unknown
</td>
14079 <td><a href=
"https://cplusplus.github.io/CWG/issues/2374.html">2374</a></td>
14081 <td>Overly permissive specification of
<TT>enum
</TT> direct-list-initialization
</td>
14082 <td class=
"unknown" align=
"center">Unknown
</td>
14085 <td><a href=
"https://cplusplus.github.io/CWG/issues/2375.html">2375</a></td>
14087 <td>Multiple redeclarations of
<TT>constexpr
</TT> static data members
</td>
14088 <td class=
"unknown" align=
"center">Unknown
</td>
14091 <td><a href=
"https://cplusplus.github.io/CWG/issues/2376.html">2376</a></td>
14093 <td>Class template argument deduction with array declarator
</td>
14094 <td class=
"unknown" align=
"center">Unknown
</td>
14097 <td><a href=
"https://cplusplus.github.io/CWG/issues/2377.html">2377</a></td>
14099 <td>Explicit copy constructor vs function viability
</td>
14100 <td class=
"unknown" align=
"center">Unknown
</td>
14103 <td><a href=
"https://cplusplus.github.io/CWG/issues/2378.html">2378</a></td>
14105 <td>Inconsistent grammar for reference
<I>init-capture
</I> of pack
</td>
14106 <td class=
"unknown" align=
"center">Unknown
</td>
14109 <td><a href=
"https://cplusplus.github.io/CWG/issues/2379.html">2379</a></td>
14111 <td>Missing prohibition against
<TT>constexpr
</TT> in
<TT>friend
</TT> declaration
</td>
14112 <td class=
"unknown" align=
"center">Unknown
</td>
14115 <td><a href=
"https://cplusplus.github.io/CWG/issues/2380.html">2380</a></td>
14117 <td><I>capture-default
</I> makes too many references odr-usable
</td>
14118 <td class=
"unknown" align=
"center">Unknown
</td>
14121 <td><a href=
"https://cplusplus.github.io/CWG/issues/2381.html">2381</a></td>
14123 <td>Composite pointer type of pointers to plain and noexcept member functions
</td>
14124 <td class=
"unknown" align=
"center">Unknown
</td>
14127 <td><a href=
"https://cplusplus.github.io/CWG/issues/2382.html">2382</a></td>
14129 <td>Array allocation overhead for non-allocating placement
<TT>new
</TT></td>
14130 <td class=
"unknown" align=
"center">Unknown
</td>
14133 <td><a href=
"https://cplusplus.github.io/CWG/issues/2383.html">2383</a></td>
14135 <td>Variadic member functions of variadic class templates
</td>
14136 <td class=
"unknown" align=
"center">Unknown
</td>
14139 <td><a href=
"https://cplusplus.github.io/CWG/issues/2384.html">2384</a></td>
14141 <td>Conversion function templates and qualification conversions
</td>
14142 <td class=
"unknown" align=
"center">Unknown
</td>
14145 <td><a href=
"https://cplusplus.github.io/CWG/issues/2385.html">2385</a></td>
14147 <td>Lookup for
<I>conversion-function-id
</I>s
</td>
14148 <td class=
"na" align=
"center">N/A
</td>
14151 <td><a href=
"https://cplusplus.github.io/CWG/issues/2386.html">2386</a></td>
14153 <td><T>tuple_size
</T> requirements for structured binding
</td>
14154 <td class=
"full" align=
"center">Clang
9</td>
14157 <td><a href=
"https://cplusplus.github.io/CWG/issues/2387.html">2387</a></td>
14159 <td>Linkage of const-qualified variable template
</td>
14160 <td class=
"full" align=
"center">Clang
9</td>
14163 <td><a href=
"https://cplusplus.github.io/CWG/issues/2388.html">2388</a></td>
14165 <td>Applicability of
<I>contract-attribute-specifier
</I>s
</td>
14166 <td class=
"unknown" align=
"center">Unknown
</td>
14169 <td><a href=
"https://cplusplus.github.io/CWG/issues/2389.html">2389</a></td>
14171 <td>Agreement of deduced and explicitly-specified variable types
</td>
14172 <td class=
"unknown" align=
"center">Unknown
</td>
14175 <td><a href=
"https://cplusplus.github.io/CWG/issues/2390.html">2390</a></td>
14177 <td>Is the argument of
<TT>__has_cpp_attribute
</TT> macro-expanded?
</td>
14178 <td class=
"full" align=
"center">Clang
14</td>
14181 <td><a href=
"https://cplusplus.github.io/CWG/issues/2391.html">2391</a></td>
14183 <td>Additional template parameters following pack expansion
</td>
14184 <td class=
"unknown" align=
"center">Unknown
</td>
14187 <td><a href=
"https://cplusplus.github.io/CWG/issues/2392.html">2392</a></td>
14189 <td><I>new-expression
</I> size check and constant evaluation
</td>
14190 <td class=
"unknown" align=
"center">Unknown
</td>
14193 <td><a href=
"https://cplusplus.github.io/CWG/issues/2393.html">2393</a></td>
14195 <td>Pseudo-destructors and object lifetime
</td>
14196 <td class=
"unknown" align=
"center">Unknown
</td>
14199 <td><a href=
"https://cplusplus.github.io/CWG/issues/2394.html">2394</a></td>
14201 <td>Const-default-constructible for members
</td>
14202 <td class=
"full" align=
"center">Clang
15</td>
14204 <tr class=
"open" id=
"2395">
14205 <td><a href=
"https://cplusplus.github.io/CWG/issues/2395.html">2395</a></td>
14207 <td>Parameters following a pack expansion
</td>
14208 <td align=
"center">Not resolved
</td>
14211 <td><a href=
"https://cplusplus.github.io/CWG/issues/2396.html">2396</a></td>
14213 <td>Lookup of names in complex
<I>conversion-type-id
</I>s
</td>
14214 <td class=
"none" align=
"center">No
</td>
14217 <td><a href=
"https://cplusplus.github.io/CWG/issues/2397.html">2397</a></td>
14219 <td><TT>auto
</TT> specifier for pointers and references to arrays
</td>
14220 <td class=
"full" align=
"center">Clang
17</td>
14222 <tr class=
"open" id=
"2398">
14223 <td><a href=
"https://cplusplus.github.io/CWG/issues/2398.html">2398</a></td>
14225 <td>Template template parameter matching and deduction
</td>
14226 <td align=
"center">Not resolved
</td>
14229 <td><a href=
"https://cplusplus.github.io/CWG/issues/2399.html">2399</a></td>
14231 <td>Unclear referent of
“expression
” in
<I>assignment-expression
</I></td>
14232 <td class=
"unknown" align=
"center">Unknown
</td>
14235 <td><a href=
"https://cplusplus.github.io/CWG/issues/2400.html">2400</a></td>
14237 <td>Constexpr virtual functions and temporary objects
</td>
14238 <td class=
"unknown" align=
"center">Unknown
</td>
14240 <tr class=
"open" id=
"2401">
14241 <td><a href=
"https://cplusplus.github.io/CWG/issues/2401.html">2401</a></td>
14243 <td>Array decay vs prohibition of subobject non-type arguments
</td>
14244 <td align=
"center">Not resolved
</td>
14247 <td><a href=
"https://cplusplus.github.io/CWG/issues/2402.html">2402</a></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>
14252 <tr class=
"open" id=
"2403">
14253 <td><a href=
"https://cplusplus.github.io/CWG/issues/2403.html">2403</a></td>
14255 <td>Temporary materialization and base/member initialization
</td>
14256 <td align=
"center">Not resolved
</td>
14259 <td><a href=
"https://cplusplus.github.io/CWG/issues/2404.html">2404</a></td>
14261 <td><TT>[[no_unique_address]]
</TT> and allocation order
</td>
14262 <td class=
"unknown" align=
"center">Unknown
</td>
14265 <td><a href=
"https://cplusplus.github.io/CWG/issues/2405.html">2405</a></td>
14267 <td>Additional type-dependent expressions
</td>
14268 <td class=
"unknown" align=
"center">Unknown
</td>
14271 <td><a href=
"https://cplusplus.github.io/CWG/issues/2406.html">2406</a></td>
14273 <td><TT>[[fallthrough]]
</TT> attribute and iteration statements
</td>
14274 <td class=
"full" align=
"center">Clang
5</td>
14277 <td><a href=
"https://cplusplus.github.io/CWG/issues/2407.html">2407</a></td>
14279 <td>Missing entry in Annex C for defaulted comparison operators
</td>
14280 <td class=
"unknown" align=
"center">Unknown
</td>
14283 <td><a href=
"https://cplusplus.github.io/CWG/issues/2408.html">2408</a></td>
14285 <td>Temporaries and previously-initialized elements in aggregate initialization
</td>
14286 <td class=
"unknown" align=
"center">Unknown
</td>
14288 <tr class=
"open" id=
"2409">
14289 <td><a href=
"https://cplusplus.github.io/CWG/issues/2409.html">2409</a></td>
14291 <td>Explicit specializations of constexpr static data members
</td>
14292 <td align=
"center">Not resolved
</td>
14295 <td><a href=
"https://cplusplus.github.io/CWG/issues/2410.html">2410</a></td>
14297 <td>Implicit calls of immediate functions
</td>
14298 <td class=
"unknown" align=
"center">Unknown
</td>
14301 <td><a href=
"https://cplusplus.github.io/CWG/issues/2411.html">2411</a></td>
14303 <td>Comparison of pointers to members in template non-type arguments
</td>
14304 <td class=
"unknown" align=
"center">Unknown
</td>
14306 <tr class=
"open" id=
"2412">
14307 <td><a href=
"https://cplusplus.github.io/CWG/issues/2412.html">2412</a></td>
14309 <td>SFINAE vs undeduced placeholder type
</td>
14310 <td align=
"center">Not resolved
</td>
14313 <td><a href=
"https://cplusplus.github.io/CWG/issues/2413.html">2413</a></td>
14315 <td><TT>typename
</TT> in
<I>conversion-function-id
</I>s
</td>
14316 <td class=
"unknown" align=
"center">Unknown
</td>
14319 <td><a href=
"https://cplusplus.github.io/CWG/issues/2414.html">2414</a></td>
14321 <td>Unclear results if both member and friend
<TT>operator
<=
></TT> are declared
</td>
14322 <td class=
"unknown" align=
"center">Unknown
</td>
14325 <td><a href=
"https://cplusplus.github.io/CWG/issues/2415.html">2415</a></td>
14327 <td><I>using-declaration
</I>s vs copy assignment operators
</td>
14328 <td class=
"unknown" align=
"center">Unknown
</td>
14331 <td><a href=
"https://cplusplus.github.io/CWG/issues/2416.html">2416</a></td>
14333 <td>Explicit specializations vs
<TT>constexpr
</TT> and
<TT>consteval
</TT></td>
14334 <td class=
"unknown" align=
"center">Unknown
</td>
14336 <tr class=
"open" id=
"2417">
14337 <td><a href=
"https://cplusplus.github.io/CWG/issues/2417.html">2417</a></td>
14339 <td>Explicit instantiation and exception specifications
</td>
14340 <td align=
"center">Not resolved
</td>
14343 <td><a href=
"https://cplusplus.github.io/CWG/issues/2418.html">2418</a></td>
14345 <td>Missing cases in definition of
“usable in constant expressions
”</td>
14346 <td class=
"unknown" align=
"center">Unknown
</td>
14349 <td><a href=
"https://cplusplus.github.io/CWG/issues/2419.html">2419</a></td>
14351 <td>Loss of generality treating pointers to objects as one-element arrays
</td>
14352 <td class=
"unknown" align=
"center">Unknown
</td>
14355 <td><a href=
"https://cplusplus.github.io/CWG/issues/2420.html">2420</a></td>
14357 <td>Exception specifications in explicit instantiation
</td>
14358 <td class=
"unknown" align=
"center">Unknown
</td>
14360 <tr class=
"open" id=
"2421">
14361 <td><a href=
"https://cplusplus.github.io/CWG/issues/2421.html">2421</a></td>
14363 <td>Explicit instantiation of constrained member functions
</td>
14364 <td align=
"center">Not resolved
</td>
14367 <td><a href=
"https://cplusplus.github.io/CWG/issues/2422.html">2422</a></td>
14369 <td>Incorrect grammar for
<I>deduction-guide
</I></td>
14370 <td class=
"unknown" align=
"center">Unknown
</td>
14373 <td><a href=
"https://cplusplus.github.io/CWG/issues/2423.html">2423</a></td>
14375 <td>Typedefs, names, and entities
</td>
14376 <td class=
"unknown" align=
"center">Unknown
</td>
14379 <td><a href=
"https://cplusplus.github.io/CWG/issues/2424.html">2424</a></td>
14381 <td><TT>constexpr
</TT> initialization requirements for variant members
</td>
14382 <td class=
"unknown" align=
"center">Unknown
</td>
14384 <tr class=
"open" id=
"2425">
14385 <td><a href=
"https://cplusplus.github.io/CWG/issues/2425.html">2425</a></td>
14387 <td>Confusing wording for deduction from a type
</td>
14388 <td align=
"center">Not resolved
</td>
14391 <td><a href=
"https://cplusplus.github.io/CWG/issues/2426.html">2426</a></td>
14393 <td>Reference to destructor that cannot be invoked
</td>
14394 <td class=
"unknown" align=
"center">Unknown
</td>
14397 <td><a href=
"https://cplusplus.github.io/CWG/issues/2427.html">2427</a></td>
14399 <td>Deprecation of volatile operands and unevaluated contexts
</td>
14400 <td class=
"unknown" align=
"center">Unknown
</td>
14403 <td><a href=
"https://cplusplus.github.io/CWG/issues/2428.html">2428</a></td>
14405 <td>Deprecating a concept
</td>
14406 <td class=
"full" align=
"center">Clang
19</td>
14409 <td><a href=
"https://cplusplus.github.io/CWG/issues/2429.html">2429</a></td>
14411 <td>Initialization of
<TT>thread_local
</TT> variables referenced by lambdas
</td>
14412 <td class=
"unknown" align=
"center">Unknown
</td>
14415 <td><a href=
"https://cplusplus.github.io/CWG/issues/2430.html">2430</a></td>
14417 <td>Completeness of return and parameter types of member functions
</td>
14418 <td class=
"full" align=
"center">Clang
2.7</td>
14421 <td><a href=
"https://cplusplus.github.io/CWG/issues/2431.html">2431</a></td>
14423 <td>Full-expressions and temporaries bound to references
</td>
14424 <td class=
"unknown" align=
"center">Unknown
</td>
14427 <td><a href=
"https://cplusplus.github.io/CWG/issues/2432.html">2432</a></td>
14429 <td>Return types for defaulted
<TT><=
></TT></td>
14430 <td class=
"unknown" align=
"center">Unknown
</td>
14433 <td><a href=
"https://cplusplus.github.io/CWG/issues/2433.html">2433</a></td>
14435 <td>Variable templates in the ODR
</td>
14436 <td class=
"unknown" align=
"center">Unknown
</td>
14438 <tr class=
"open" id=
"2434">
14439 <td><a href=
"https://cplusplus.github.io/CWG/issues/2434.html">2434</a></td>
14441 <td>Mandatory copy elision vs non-class objects
</td>
14442 <td align=
"center">Not resolved
</td>
14444 <tr class=
"open" id=
"2435">
14445 <td><a href=
"https://cplusplus.github.io/CWG/issues/2435.html">2435</a></td>
14447 <td>Alias template specializations
</td>
14448 <td align=
"center">Not resolved
</td>
14451 <td><a href=
"https://cplusplus.github.io/CWG/issues/2436.html">2436</a></td>
14453 <td>Copy semantics of coroutine parameters
</td>
14454 <td class=
"unknown" align=
"center">Unknown
</td>
14457 <td><a href=
"https://cplusplus.github.io/CWG/issues/2437.html">2437</a></td>
14459 <td>Conversion of
<TT>std::strong_ordering
</TT> in a defaulted
<TT>operator
<=
></TT></td>
14460 <td class=
"unknown" align=
"center">Unknown
</td>
14462 <tr class=
"open" id=
"2438">
14463 <td><a href=
"https://cplusplus.github.io/CWG/issues/2438.html">2438</a></td>
14465 <td>Problems in the specification of qualification conversions
</td>
14466 <td align=
"center">Not resolved
</td>
14469 <td><a href=
"https://cplusplus.github.io/CWG/issues/2439.html">2439</a></td>
14471 <td>Undefined term in definition of
“usable in constant expressions
”</td>
14472 <td class=
"unknown" align=
"center">Unknown
</td>
14475 <td><a href=
"https://cplusplus.github.io/CWG/issues/2440.html">2440</a></td>
14477 <td>Allocation in core constant expressions
</td>
14478 <td class=
"unknown" align=
"center">Unknown
</td>
14481 <td><a href=
"https://cplusplus.github.io/CWG/issues/2441.html">2441</a></td>
14483 <td>Inline function parameters
</td>
14484 <td class=
"unknown" align=
"center">Unknown
</td>
14487 <td><a href=
"https://cplusplus.github.io/CWG/issues/2442.html">2442</a></td>
14489 <td>Incorrect requirement for default arguments
</td>
14490 <td class=
"unknown" align=
"center">Unknown
</td>
14493 <td><a href=
"https://cplusplus.github.io/CWG/issues/2443.html">2443</a></td>
14495 <td>Meaningless template exports
</td>
14496 <td class=
"unknown" align=
"center">Unknown
</td>
14498 <tr class=
"open" id=
"2444">
14499 <td><a href=
"https://cplusplus.github.io/CWG/issues/2444.html">2444</a></td>
14501 <td>Constant expressions in initialization odr-use
</td>
14502 <td align=
"center">Not resolved
</td>
14505 <td><a href=
"https://cplusplus.github.io/CWG/issues/2445.html">2445</a></td>
14507 <td>Partial ordering with rewritten candidates
</td>
14508 <td class=
"full" align=
"center">Clang
19</td>
14511 <td><a href=
"https://cplusplus.github.io/CWG/issues/2446.html">2446</a></td>
14513 <td>Questionable type-dependency of
<I>concept-id
</I>s
</td>
14514 <td class=
"unknown" align=
"center">Unknown
</td>
14517 <td><a href=
"https://cplusplus.github.io/CWG/issues/2447.html">2447</a></td>
14519 <td>Unintended description of abbreviated function templates
</td>
14520 <td class=
"unknown" align=
"center">Unknown
</td>
14523 <td><a href=
"https://cplusplus.github.io/CWG/issues/2448.html">2448</a></td>
14525 <td>Cv-qualification of arithmetic types and deprecation of volatile
</td>
14526 <td class=
"unknown" align=
"center">Unknown
</td>
14528 <tr class=
"open" id=
"2449">
14529 <td><a href=
"https://cplusplus.github.io/CWG/issues/2449.html">2449</a></td>
14531 <td>Thunks as an implementation technique for pointers to virtual functions
</td>
14532 <td align=
"center">Extension
</td>
14535 <td><a href=
"https://cplusplus.github.io/CWG/issues/2450.html">2450</a></td>
14537 <td><I>braced-init-list
</I> as a
<I>template-argument
</I></td>
14538 <td class=
"full" align=
"center">Clang
18</td>
14541 <td><a href=
"https://cplusplus.github.io/CWG/issues/2451.html">2451</a></td>
14543 <td><I>promise
</I><TT>.unhandled_exception()
</TT> and final suspend point
</td>
14544 <td class=
"unknown" align=
"center">Unknown
</td>
14547 <td><a href=
"https://cplusplus.github.io/CWG/issues/2452.html">2452</a></td>
14549 <td>Flowing off the end of a coroutine
</td>
14550 <td class=
"unknown" align=
"center">Unknown
</td>
14553 <td><a href=
"https://cplusplus.github.io/CWG/issues/2453.html">2453</a></td>
14555 <td>Deduced return types and coroutine lambdas
</td>
14556 <td class=
"unknown" align=
"center">Unknown
</td>
14559 <td><a href=
"https://cplusplus.github.io/CWG/issues/2454.html">2454</a></td>
14561 <td>Tail recursion and coroutine symmetric transfer
</td>
14562 <td class=
"unknown" align=
"center">Unknown
</td>
14565 <td><a href=
"https://cplusplus.github.io/CWG/issues/2455.html">2455</a></td>
14567 <td>Concatenation of string literals vs translation phases
5 and
6</td>
14568 <td class=
"unknown" align=
"center">Unknown
</td>
14570 <tr class=
"open" id=
"2456">
14571 <td><a href=
"https://cplusplus.github.io/CWG/issues/2456.html">2456</a></td>
14573 <td>Viable user-defined conversions in converted constant expressions
</td>
14574 <td align=
"center">Not resolved
</td>
14577 <td><a href=
"https://cplusplus.github.io/CWG/issues/2457.html">2457</a></td>
14579 <td>Unexpanded parameter packs don't make a function type dependent
</td>
14580 <td class=
"unknown" align=
"center">Unknown
</td>
14583 <td><a href=
"https://cplusplus.github.io/CWG/issues/2458.html">2458</a></td>
14585 <td>Value category of expressions denoting non-static member functions
</td>
14586 <td class=
"unknown" align=
"center">Unknown
</td>
14589 <td><a href=
"https://cplusplus.github.io/CWG/issues/2459.html">2459</a></td>
14591 <td>Template parameter initialization
</td>
14592 <td class=
"full" align=
"center">Clang
18</td>
14595 <td><a href=
"https://cplusplus.github.io/CWG/issues/2460.html">2460</a></td>
14597 <td>C language linkage and constrained non-template friends
</td>
14598 <td class=
"unknown" align=
"center">Unknown
</td>
14601 <td><a href=
"https://cplusplus.github.io/CWG/issues/2461.html">2461</a></td>
14603 <td>Diagnosing non-
<TT>bool
</TT> type constraints
</td>
14604 <td class=
"unknown" align=
"center">Unknown
</td>
14606 <tr class=
"open" id=
"2462">
14607 <td><a href=
"https://cplusplus.github.io/CWG/issues/2462.html">2462</a></td>
14609 <td>Problems with the omission of the
<TT>typename
</TT> keyword
</td>
14610 <td align=
"center">Not resolved
</td>
14612 <tr class=
"open" id=
"2463">
14613 <td><a href=
"https://cplusplus.github.io/CWG/issues/2463.html">2463</a></td>
14615 <td>Trivial copyability and unions with non-trivial members
</td>
14616 <td align=
"center">Not resolved
</td>
14619 <td><a href=
"https://cplusplus.github.io/CWG/issues/2464.html">2464</a></td>
14621 <td>Constexpr launder and unions
</td>
14622 <td class=
"unknown" align=
"center">Unknown
</td>
14625 <td><a href=
"https://cplusplus.github.io/CWG/issues/2465.html">2465</a></td>
14627 <td>Coroutine parameters passed to a promise constructor
</td>
14628 <td class=
"unknown" align=
"center">Unknown
</td>
14631 <td><a href=
"https://cplusplus.github.io/CWG/issues/2466.html">2466</a></td>
14633 <td><TT>co_await
</TT> should be a single evaluation
</td>
14634 <td class=
"unknown" align=
"center">Unknown
</td>
14636 <tr class=
"open" id=
"2467">
14637 <td><a href=
"https://cplusplus.github.io/CWG/issues/2467.html">2467</a></td>
14639 <td>CTAD for alias templates and the deducible check
</td>
14640 <td align=
"center">Not resolved
</td>
14642 <tr class=
"open" id=
"2468">
14643 <td><a href=
"https://cplusplus.github.io/CWG/issues/2468.html">2468</a></td>
14645 <td>Omission of the
<TT>typename
</TT> keyword in a member template parameter list
</td>
14646 <td align=
"center">Not resolved
</td>
14648 <tr class=
"open" id=
"2469">
14649 <td><a href=
"https://cplusplus.github.io/CWG/issues/2469.html">2469</a></td>
14651 <td>Implicit object creation vs constant expressions
</td>
14652 <td align=
"center">Not resolved
</td>
14655 <td><a href=
"https://cplusplus.github.io/CWG/issues/2470.html">2470</a></td>
14657 <td>Multiple array objects providing storage for one object
</td>
14658 <td class=
"unknown" align=
"center">Unknown
</td>
14660 <tr class=
"open" id=
"2471">
14661 <td><a href=
"https://cplusplus.github.io/CWG/issues/2471.html">2471</a></td>
14663 <td>Nested class template argument deduction
</td>
14664 <td align=
"center">Not resolved
</td>
14667 <td><a href=
"https://cplusplus.github.io/CWG/issues/2472.html">2472</a></td>
14669 <td>Value categories in
<I>await-expression
</I>s
</td>
14670 <td class=
"unknown" align=
"center">Unknown
</td>
14672 <tr class=
"open" id=
"2473">
14673 <td><a href=
"https://cplusplus.github.io/CWG/issues/2473.html">2473</a></td>
14675 <td>Parentheses in pseudo-destructor calls
</td>
14676 <td align=
"center">Not resolved
</td>
14679 <td><a href=
"https://cplusplus.github.io/CWG/issues/2474.html">2474</a></td>
14681 <td>Cv-qualification and deletion
</td>
14682 <td class=
"unknown" align=
"center">Unknown
</td>
14685 <td><a href=
"https://cplusplus.github.io/CWG/issues/2475.html">2475</a></td>
14687 <td>Object declarations of type
<I>cv
</I> <TT>void
</TT></td>
14688 <td class=
"unknown" align=
"center">Unknown
</td>
14691 <td><a href=
"https://cplusplus.github.io/CWG/issues/2476.html">2476</a></td>
14693 <td><I>placeholder-type-specifier
</I>s and function declarators
</td>
14694 <td class=
"unknown" align=
"center">Unknown
</td>
14697 <td><a href=
"https://cplusplus.github.io/CWG/issues/2477.html">2477</a></td>
14699 <td>Defaulted vs deleted copy constructors/assignment operators
</td>
14700 <td class=
"unknown" align=
"center">Unknown
</td>
14703 <td><a href=
"https://cplusplus.github.io/CWG/issues/2478.html">2478</a></td>
14705 <td>Properties of explicit specializations of implicitly-instantiated class templates
</td>
14706 <td class=
"unknown" align=
"center">Unknown
</td>
14709 <td><a href=
"https://cplusplus.github.io/CWG/issues/2479.html">2479</a></td>
14711 <td>Missing specifications for
<TT>consteval
</TT> and
<TT>constinit
</TT></td>
14712 <td class=
"unknown" align=
"center">Unknown
</td>
14714 <tr class=
"open" id=
"2480">
14715 <td><a href=
"https://cplusplus.github.io/CWG/issues/2480.html">2480</a></td>
14717 <td>Lookup for enumerators in modules
</td>
14718 <td align=
"center">Not resolved
</td>
14721 <td><a href=
"https://cplusplus.github.io/CWG/issues/2481.html">2481</a></td>
14723 <td>Cv-qualification of temporary to which a reference is bound
</td>
14724 <td class=
"unknown" align=
"center">Unknown
</td>
14727 <td><a href=
"https://cplusplus.github.io/CWG/issues/2482.html">2482</a></td>
14729 <td><TT>bit_cast
</TT> and indeterminate values
</td>
14730 <td class=
"unknown" align=
"center">Unknown
</td>
14733 <td><a href=
"https://cplusplus.github.io/CWG/issues/2483.html">2483</a></td>
14735 <td>Language linkage of static member functions
</td>
14736 <td class=
"unknown" align=
"center">Unknown
</td>
14739 <td><a href=
"https://cplusplus.github.io/CWG/issues/2484.html">2484</a></td>
14741 <td><TT>char8_t
</TT> and
<TT>char16_t
</TT> in integral promotions
</td>
14742 <td class=
"unknown" align=
"center">Unknown
</td>
14745 <td><a href=
"https://cplusplus.github.io/CWG/issues/2485.html">2485</a></td>
14747 <td>Bit-fields in integral promotions
</td>
14748 <td class=
"unknown" align=
"center">Unknown
</td>
14751 <td><a href=
"https://cplusplus.github.io/CWG/issues/2486.html">2486</a></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>
14756 <tr class=
"open" id=
"2487">
14757 <td><a href=
"https://cplusplus.github.io/CWG/issues/2487.html">2487</a></td>
14759 <td>Type dependence of function-style cast to incomplete array type
</td>
14760 <td align=
"center">Not resolved
</td>
14762 <tr class=
"open" id=
"2488">
14763 <td><a href=
"https://cplusplus.github.io/CWG/issues/2488.html">2488</a></td>
14765 <td>Overloading virtual functions and functions with trailing
<I>requires-clause
</I>s
</td>
14766 <td align=
"center">Not resolved
</td>
14769 <td><a href=
"https://cplusplus.github.io/CWG/issues/2489.html">2489</a></td>
14771 <td>Storage provided by array of
<TT>char
</TT></td>
14772 <td class=
"unknown" align=
"center">Unknown
</td>
14775 <td><a href=
"https://cplusplus.github.io/CWG/issues/2490.html">2490</a></td>
14777 <td>Restrictions on destruction in constant expressions
</td>
14778 <td class=
"unknown" align=
"center">Unknown
</td>
14781 <td><a href=
"https://cplusplus.github.io/CWG/issues/2491.html">2491</a></td>
14783 <td>Export of typedef after its first declaration
</td>
14784 <td class=
"unknown" align=
"center">Unknown
</td>
14786 <tr class=
"open" id=
"2492">
14787 <td><a href=
"https://cplusplus.github.io/CWG/issues/2492.html">2492</a></td>
14789 <td>Comparing user-defined conversion sequences in list-initialization
</td>
14790 <td align=
"center">Not resolved
</td>
14793 <td><a href=
"https://cplusplus.github.io/CWG/issues/2493.html">2493</a></td>
14795 <td><TT>auto
</TT> as a
<I>conversion-type-id
</I></td>
14796 <td class=
"unknown" align=
"center">Unknown
</td>
14799 <td><a href=
"https://cplusplus.github.io/CWG/issues/2494.html">2494</a></td>
14801 <td>Multiple definitions of non-odr-used entities
</td>
14802 <td class=
"unknown" align=
"center">Unknown
</td>
14804 <tr class=
"open" id=
"2495">
14805 <td><a href=
"https://cplusplus.github.io/CWG/issues/2495.html">2495</a></td>
14807 <td>Glvalue result of a function call
</td>
14808 <td align=
"center">Not resolved
</td>
14811 <td><a href=
"https://cplusplus.github.io/CWG/issues/2496.html">2496</a></td>
14813 <td><I>ref-qualifier
</I>s and virtual overriding
</td>
14814 <td class=
"unknown" align=
"center">Unknown
</td>
14816 <tr class=
"open" id=
"2497">
14817 <td><a href=
"https://cplusplus.github.io/CWG/issues/2497.html">2497</a></td>
14819 <td>Points of instantiation for constexpr function templates
</td>
14820 <td align=
"center">Not resolved
</td>
14822 <tr class=
"open" id=
"2498">
14823 <td><a href=
"https://cplusplus.github.io/CWG/issues/2498.html">2498</a></td>
14825 <td>Partial specialization failure and the immediate context
</td>
14826 <td align=
"center">Not resolved
</td>
14829 <td><a href=
"https://cplusplus.github.io/CWG/issues/2499.html">2499</a></td>
14831 <td>Inconsistency in definition of pointer-interconvertibility
</td>
14832 <td class=
"unknown" align=
"center">Unknown
</td>
14834 <tr class=
"open" id=
"2500">
14835 <td><a href=
"https://cplusplus.github.io/CWG/issues/2500.html">2500</a></td>
14837 <td><TT>noexcept(false)
</TT> functions and
<TT>noexcept
</TT> expressions
</td>
14838 <td align=
"center">Extension
</td>
14840 <tr class=
"open" id=
"2501">
14841 <td><a href=
"https://cplusplus.github.io/CWG/issues/2501.html">2501</a></td>
14843 <td>Explicit instantiation and trailing
<I>requires-clause
</I>s
</td>
14844 <td align=
"center">Not resolved
</td>
14847 <td><a href=
"https://cplusplus.github.io/CWG/issues/2502.html">2502</a></td>
14849 <td>Unintended declaration conflicts in nested statement scopes
</td>
14850 <td class=
"unknown" align=
"center">Unknown
</td>
14852 <tr class=
"open" id=
"2503">
14853 <td><a href=
"https://cplusplus.github.io/CWG/issues/2503.html">2503</a></td>
14855 <td>Unclear relationship among name, qualified name, and unqualified name
</td>
14856 <td align=
"center">Not resolved
</td>
14859 <td><a href=
"https://cplusplus.github.io/CWG/issues/2504.html">2504</a></td>
14861 <td>Inheriting constructors from virtual base classes
</td>
14862 <td class=
"none" align=
"center">No
</td>
14864 <tr class=
"open" id=
"2505">
14865 <td><a href=
"https://cplusplus.github.io/CWG/issues/2505.html">2505</a></td>
14867 <td>Nested unnamed namespace of inline unnamed namespace
</td>
14868 <td align=
"center">Not resolved
</td>
14871 <td><a href=
"https://cplusplus.github.io/CWG/issues/2506.html">2506</a></td>
14873 <td>Structured bindings and array cv-qualifiers
</td>
14874 <td class=
"unknown" align=
"center">Unknown
</td>
14877 <td><a href=
"https://cplusplus.github.io/CWG/issues/2507.html">2507</a></td>
14879 <td>Default arguments for
<TT>operator[]
</TT></td>
14880 <td class=
"unknown" align=
"center">Unknown
</td>
14883 <td><a href=
"https://cplusplus.github.io/CWG/issues/2508.html">2508</a></td>
14885 <td>Restrictions on uses of template parameter names
</td>
14886 <td class=
"unknown" align=
"center">Unknown
</td>
14889 <td><a href=
"https://cplusplus.github.io/CWG/issues/2509.html">2509</a></td>
14891 <td><I>decl-specifier-seq
</I> in
<I>lambda-specifiers
</I></td>
14892 <td class=
"unknown" align=
"center">Unknown
</td>
14895 <td><a href=
"https://cplusplus.github.io/CWG/issues/2510.html">2510</a></td>
14897 <td><I>noexcept-specifier
</I> of friend function vs class completeness
</td>
14898 <td class=
"unknown" align=
"center">Unknown
</td>
14901 <td><a href=
"https://cplusplus.github.io/CWG/issues/2511.html">2511</a></td>
14903 <td>cv-qualified bit-fields
</td>
14904 <td class=
"unknown" align=
"center">Unknown
</td>
14907 <td><a href=
"https://cplusplus.github.io/CWG/issues/2512.html">2512</a></td>
14909 <td><TT>typeid
</TT> and incomplete class types
</td>
14910 <td class=
"full" align=
"center">Clang
2.7</td>
14912 <tr class=
"open" id=
"2513">
14913 <td><a href=
"https://cplusplus.github.io/CWG/issues/2513.html">2513</a></td>
14915 <td>Ambiguity with
<I>requires-clause
</I> and
<I>operator-function-id
</I></td>
14916 <td align=
"center">Not resolved
</td>
14918 <tr class=
"open" id=
"2514">
14919 <td><a href=
"https://cplusplus.github.io/CWG/issues/2514.html">2514</a></td>
14921 <td>Modifying const subobjects
</td>
14922 <td align=
"center">Not resolved
</td>
14924 <tr class=
"open" id=
"2515">
14925 <td><a href=
"https://cplusplus.github.io/CWG/issues/2515.html">2515</a></td>
14927 <td>Result of a function call
</td>
14928 <td align=
"center">Not resolved
</td>
14931 <td><a href=
"https://cplusplus.github.io/CWG/issues/2516.html">2516</a></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>
14937 <td><a href=
"https://cplusplus.github.io/CWG/issues/2517.html">2517</a></td>
14939 <td>Useless restriction on use of parameter in
<I>constraint-expression
</I></td>
14940 <td class=
"unknown" align=
"center">Unknown
</td>
14943 <td><a href=
"https://cplusplus.github.io/CWG/issues/2518.html">2518</a></td>
14945 <td>Conformance requirements and
<TT>#error
</TT>/
<TT>#warning
</TT></td>
14946 <td class=
"full" align=
"center">Clang
17</td>
14949 <td><a href=
"https://cplusplus.github.io/CWG/issues/2519.html">2519</a></td>
14951 <td>Object representation of a bit-field
</td>
14952 <td class=
"unknown" align=
"center">Unknown
</td>
14955 <td><a href=
"https://cplusplus.github.io/CWG/issues/2520.html">2520</a></td>
14957 <td>Template signature and default template arguments
</td>
14958 <td class=
"unknown" align=
"center">Unknown
</td>
14961 <td><a href=
"https://cplusplus.github.io/CWG/issues/2521.html">2521</a></td>
14963 <td>User-defined literals and reserved identifiers
</td>
14964 <td class=
"full" align=
"center">Clang
17</td>
14966 <tr class=
"open" id=
"2522">
14967 <td><a href=
"https://cplusplus.github.io/CWG/issues/2522.html">2522</a></td>
14969 <td>Removing placemarker tokens and retention of whitespace
</td>
14970 <td align=
"center">Not resolved
</td>
14973 <td><a href=
"https://cplusplus.github.io/CWG/issues/2523.html">2523</a></td>
14975 <td>Undefined behavior via omitted destructor call in constant expressions
</td>
14976 <td class=
"unknown" align=
"center">Unknown
</td>
14979 <td><a href=
"https://cplusplus.github.io/CWG/issues/2524.html">2524</a></td>
14981 <td>Distinguishing user-defined conversion sequences by
<I>ref-qualifier
</I></td>
14982 <td class=
"unknown" align=
"center">Unknown
</td>
14984 <tr class=
"open" id=
"2525">
14985 <td><a href=
"https://cplusplus.github.io/CWG/issues/2525.html">2525</a></td>
14987 <td>Incorrect definition of implicit conversion sequence
</td>
14988 <td align=
"center">Not resolved
</td>
14991 <td><a href=
"https://cplusplus.github.io/CWG/issues/2526.html">2526</a></td>
14993 <td>Relational comparison of
<TT>void*
</TT> pointers
</td>
14994 <td class=
"unknown" align=
"center">Unknown
</td>
14997 <td><a href=
"https://cplusplus.github.io/CWG/issues/2527.html">2527</a></td>
14999 <td>Non-class potentially-overlapping objects
</td>
15000 <td class=
"unknown" align=
"center">Unknown
</td>
15003 <td><a href=
"https://cplusplus.github.io/CWG/issues/2528.html">2528</a></td>
15005 <td>Three-way comparison and the usual arithmetic conversions
</td>
15006 <td class=
"unknown" align=
"center">Unknown
</td>
15009 <td><a href=
"https://cplusplus.github.io/CWG/issues/2529.html">2529</a></td>
15011 <td>Constant destruction of constexpr references
</td>
15012 <td class=
"unknown" align=
"center">Unknown
</td>
15015 <td><a href=
"https://cplusplus.github.io/CWG/issues/2530.html">2530</a></td>
15017 <td>Multiple definitions of enumerators
</td>
15018 <td class=
"unknown" align=
"center">Unknown
</td>
15021 <td><a href=
"https://cplusplus.github.io/CWG/issues/2531.html">2531</a></td>
15023 <td>Static data members redeclared as constexpr
</td>
15024 <td class=
"unknown" align=
"center">Unknown
</td>
15026 <tr class=
"open" id=
"2532">
15027 <td><a href=
"https://cplusplus.github.io/CWG/issues/2532.html">2532</a></td>
15029 <td>Kind of pointer value returned by
<TT>new T[
0]
</TT></td>
15030 <td align=
"center">Not resolved
</td>
15033 <td><a href=
"https://cplusplus.github.io/CWG/issues/2533.html">2533</a></td>
15035 <td>Storage duration of implicitly created objects
</td>
15036 <td class=
"unknown" align=
"center">Unknown
</td>
15039 <td><a href=
"https://cplusplus.github.io/CWG/issues/2534.html">2534</a></td>
15041 <td>Value category of pseudo-destructor expression
</td>
15042 <td class=
"unknown" align=
"center">Unknown
</td>
15045 <td><a href=
"https://cplusplus.github.io/CWG/issues/2535.html">2535</a></td>
15047 <td>Type punning in class member access
</td>
15048 <td class=
"unknown" align=
"center">Unknown
</td>
15050 <tr class=
"open" id=
"2536">
15051 <td><a href=
"https://cplusplus.github.io/CWG/issues/2536.html">2536</a></td>
15053 <td>Partially initialized variables during constant initialization
</td>
15054 <td align=
"center">Not resolved
</td>
15056 <tr class=
"open" id=
"2537">
15057 <td><a href=
"https://cplusplus.github.io/CWG/issues/2537.html">2537</a></td>
15059 <td>Overbroad grammar for
<I>parameter-declaration
</I></td>
15060 <td align=
"center">Not resolved
</td>
15063 <td><a href=
"https://cplusplus.github.io/CWG/issues/2538.html">2538</a></td>
15065 <td>Can standard attributes be syntactically ignored?
</td>
15066 <td class=
"unknown" align=
"center">Unknown
</td>
15069 <td><a href=
"https://cplusplus.github.io/CWG/issues/2539.html">2539</a></td>
15071 <td>Three-way comparison requiring strong ordering for floating-point types
</td>
15072 <td class=
"unknown" align=
"center">Unknown
</td>
15075 <td><a href=
"https://cplusplus.github.io/CWG/issues/2540.html">2540</a></td>
15077 <td>Unspecified interpretation of
<I>numeric-escape-sequence
</I></td>
15078 <td class=
"unknown" align=
"center">Unknown
</td>
15080 <tr class=
"open" id=
"2541">
15081 <td><a href=
"https://cplusplus.github.io/CWG/issues/2541.html">2541</a></td>
15083 <td>Linkage specifications, module purview, and module attachment
</td>
15084 <td align=
"center">Not resolved
</td>
15087 <td><a href=
"https://cplusplus.github.io/CWG/issues/2542.html">2542</a></td>
15089 <td>Is a closure type a structural type?
</td>
15090 <td class=
"unknown" align=
"center">Unknown
</td>
15093 <td><a href=
"https://cplusplus.github.io/CWG/issues/2543.html">2543</a></td>
15095 <td><TT>constinit
</TT> and optimized dynamic initialization
</td>
15096 <td class=
"unknown" align=
"center">Unknown
</td>
15098 <tr class=
"open" id=
"2544">
15099 <td><a href=
"https://cplusplus.github.io/CWG/issues/2544.html">2544</a></td>
15101 <td>Address of past-the-end of a potentially-overlapping subobject
</td>
15102 <td align=
"center">Not resolved
</td>
15104 <tr class=
"open" id=
"2545">
15105 <td><a href=
"https://cplusplus.github.io/CWG/issues/2545.html">2545</a></td>
15107 <td>Transparently replacing objects in constant expressions
</td>
15108 <td align=
"center">Not resolved
</td>
15111 <td><a href=
"https://cplusplus.github.io/CWG/issues/2546.html">2546</a></td>
15113 <td>Defaulted secondary comparison operators defined as deleted
</td>
15114 <td class=
"unknown" align=
"center">Unknown
</td>
15117 <td><a href=
"https://cplusplus.github.io/CWG/issues/2547.html">2547</a></td>
15119 <td>Defaulted comparison operator function for non-classes
</td>
15120 <td class=
"unreleased" align=
"center">Clang
20</td>
15123 <td><a href=
"https://cplusplus.github.io/CWG/issues/2548.html">2548</a></td>
15125 <td>Array prvalues and additive operators
</td>
15126 <td class=
"unknown" align=
"center">Unknown
</td>
15128 <tr class=
"open" id=
"2549">
15129 <td><a href=
"https://cplusplus.github.io/CWG/issues/2549.html">2549</a></td>
15131 <td>Implicitly moving the operand of a
<I>throw-expression
</I> in unevaluated contexts
</td>
15132 <td align=
"center">Not resolved
</td>
15135 <td><a href=
"https://cplusplus.github.io/CWG/issues/2550.html">2550</a></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>
15140 <tr class=
"open" id=
"2551">
15141 <td><a href=
"https://cplusplus.github.io/CWG/issues/2551.html">2551</a></td>
15143 <td>"Refers to allocated storage" has no meaning
</td>
15144 <td align=
"center">Not resolved
</td>
15147 <td><a href=
"https://cplusplus.github.io/CWG/issues/2552.html">2552</a></td>
15149 <td>Constant evaluation of non-defining variable declarations
</td>
15150 <td class=
"unknown" align=
"center">Unknown
</td>
15152 <tr class=
"open" id=
"2553">
15153 <td><a href=
"https://cplusplus.github.io/CWG/issues/2553.html">2553</a></td>
15155 <td>Restrictions on explicit object member functions
</td>
15156 <td align=
"center">
15158 <summary>Not resolved
</summary>
15159 Clang
18 implements
2023-
07-
14 resolution
15162 <tr class=
"open" id=
"2554">
15163 <td><a href=
"https://cplusplus.github.io/CWG/issues/2554.html">2554</a></td>
15165 <td>Overriding virtual functions, also with explicit object parameters
</td>
15166 <td align=
"center">
15168 <summary>Not resolved
</summary>
15169 Clang
18 implements
2021-
12-
10 resolution
15172 <tr class=
"open" id=
"2555">
15173 <td><a href=
"https://cplusplus.github.io/CWG/issues/2555.html">2555</a></td>
15175 <td>Ineffective redeclaration prevention for
<I>using-declarator
</I>s
</td>
15176 <td align=
"center">Not resolved
</td>
15179 <td><a href=
"https://cplusplus.github.io/CWG/issues/2556.html">2556</a></td>
15181 <td>Unusable
<TT>promise::return_void
</TT></td>
15182 <td class=
"unknown" align=
"center">Unknown
</td>
15184 <tr class=
"open" id=
"2557">
15185 <td><a href=
"https://cplusplus.github.io/CWG/issues/2557.html">2557</a></td>
15187 <td>Class member access referring to an unrelated class
</td>
15188 <td align=
"center">Not resolved
</td>
15191 <td><a href=
"https://cplusplus.github.io/CWG/issues/2558.html">2558</a></td>
15193 <td>Uninitialized subobjects as a result of an immediate invocation
</td>
15194 <td class=
"unknown" align=
"center">Unknown
</td>
15196 <tr class=
"open" id=
"2559">
15197 <td><a href=
"https://cplusplus.github.io/CWG/issues/2559.html">2559</a></td>
15199 <td>Defaulted consteval functions
</td>
15200 <td align=
"center">Not resolved
</td>
15203 <td><a href=
"https://cplusplus.github.io/CWG/issues/2560.html">2560</a></td>
15205 <td>Parameter type determination in a
<I>requirement-parameter-list
</I></td>
15206 <td class=
"unknown" align=
"center">Unknown
</td>
15209 <td><a href=
"https://cplusplus.github.io/CWG/issues/2561.html">2561</a></td>
15211 <td>Conversion to function pointer for lambda with explicit object parameter
</td>
15212 <td class=
"none" align=
"center">No
</td>
15214 <tr class=
"open" id=
"2562">
15215 <td><a href=
"https://cplusplus.github.io/CWG/issues/2562.html">2562</a></td>
15217 <td>Exceptions thrown during coroutine startup
</td>
15218 <td align=
"center">Not resolved
</td>
15220 <tr class=
"open" id=
"2563">
15221 <td><a href=
"https://cplusplus.github.io/CWG/issues/2563.html">2563</a></td>
15223 <td>Initialization of coroutine result object
</td>
15224 <td align=
"center">Not resolved
</td>
15226 <tr class=
"open" id=
"2564">
15227 <td><a href=
"https://cplusplus.github.io/CWG/issues/2564.html">2564</a></td>
15229 <td>Conversion to function pointer with an explicit object parameter
</td>
15230 <td align=
"center">Not resolved
</td>
15232 <tr class=
"open" id=
"2565">
15233 <td><a href=
"https://cplusplus.github.io/CWG/issues/2565.html">2565</a></td>
15235 <td>Invalid types in the
<I>parameter-declaration-clause
</I> of a
<I>requires-expression
</I></td>
15236 <td align=
"center">
15238 <summary>Not resolved
</summary>
15239 Clang
16 implements
2023-
06-
07 resolution
15242 <tr class=
"open" id=
"2566">
15243 <td><a href=
"https://cplusplus.github.io/CWG/issues/2566.html">2566</a></td>
15245 <td>Matching deallocation for uncaught exception
</td>
15246 <td align=
"center">Not resolved
</td>
15249 <td><a href=
"https://cplusplus.github.io/CWG/issues/2567.html">2567</a></td>
15251 <td>Operator lookup ambiguity
</td>
15252 <td class=
"unknown" align=
"center">Unknown
</td>
15255 <td><a href=
"https://cplusplus.github.io/CWG/issues/2568.html">2568</a></td>
15257 <td>Access checking during synthesis of defaulted comparison operator
</td>
15258 <td class=
"unknown" align=
"center">Unknown
</td>
15261 <td><a href=
"https://cplusplus.github.io/CWG/issues/2569.html">2569</a></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>
15267 <td><a href=
"https://cplusplus.github.io/CWG/issues/2570.html">2570</a></td>
15269 <td>Clarify constexpr for defaulted functions
</td>
15270 <td class=
"unknown" align=
"center">Unknown
</td>
15273 <td><a href=
"https://cplusplus.github.io/CWG/issues/2571.html">2571</a></td>
15275 <td>Evaluation order for subscripting
</td>
15276 <td class=
"unknown" align=
"center">Unknown
</td>
15278 <tr class=
"open" id=
"2572">
15279 <td><a href=
"https://cplusplus.github.io/CWG/issues/2572.html">2572</a></td>
15281 <td>Address of overloaded function with no target
</td>
15282 <td align=
"center">Not resolved
</td>
15285 <td><a href=
"https://cplusplus.github.io/CWG/issues/2573.html">2573</a></td>
15287 <td>Undefined behavior when splicing results in a
<I>universal-character-name
</I></td>
15288 <td class=
"unknown" align=
"center">Unknown
</td>
15291 <td><a href=
"https://cplusplus.github.io/CWG/issues/2574.html">2574</a></td>
15293 <td>Undefined behavior when lexing unmatched quotes
</td>
15294 <td class=
"unknown" align=
"center">Unknown
</td>
15296 <tr class=
"open" id=
"2575">
15297 <td><a href=
"https://cplusplus.github.io/CWG/issues/2575.html">2575</a></td>
15299 <td>Undefined behavior when macro-replacing
"defined" operator
</td>
15300 <td align=
"center">Not resolved
</td>
15302 <tr class=
"open" id=
"2576">
15303 <td><a href=
"https://cplusplus.github.io/CWG/issues/2576.html">2576</a></td>
15305 <td>Undefined behavior with macro-expanded
<TT>#include
</TT> directives
</td>
15306 <td align=
"center">Not resolved
</td>
15308 <tr class=
"open" id=
"2577">
15309 <td><a href=
"https://cplusplus.github.io/CWG/issues/2577.html">2577</a></td>
15311 <td>Undefined behavior for preprocessing directives in macro arguments
</td>
15312 <td align=
"center">Not resolved
</td>
15314 <tr class=
"open" id=
"2578">
15315 <td><a href=
"https://cplusplus.github.io/CWG/issues/2578.html">2578</a></td>
15317 <td>Undefined behavior when creating an invalid string literal via stringizing
</td>
15318 <td align=
"center">Not resolved
</td>
15320 <tr class=
"open" id=
"2579">
15321 <td><a href=
"https://cplusplus.github.io/CWG/issues/2579.html">2579</a></td>
15323 <td>Undefined behavior when token pasting does not create a preprocessing token
</td>
15324 <td align=
"center">Not resolved
</td>
15326 <tr class=
"open" id=
"2580">
15327 <td><a href=
"https://cplusplus.github.io/CWG/issues/2580.html">2580</a></td>
15329 <td>Undefined behavior with
<TT>#line
</TT></td>
15330 <td align=
"center">Not resolved
</td>
15332 <tr class=
"open" id=
"2581">
15333 <td><a href=
"https://cplusplus.github.io/CWG/issues/2581.html">2581</a></td>
15335 <td>Undefined behavior for predefined macros
</td>
15336 <td align=
"center">Not resolved
</td>
15339 <td><a href=
"https://cplusplus.github.io/CWG/issues/2582.html">2582</a></td>
15341 <td>Differing member lookup from nested classes
</td>
15342 <td class=
"unknown" align=
"center">Unknown
</td>
15345 <td><a href=
"https://cplusplus.github.io/CWG/issues/2583.html">2583</a></td>
15347 <td>Common initial sequence should consider over-alignment
</td>
15348 <td class=
"full" align=
"center">Clang
19</td>
15350 <tr class=
"open" id=
"2584">
15351 <td><a href=
"https://cplusplus.github.io/CWG/issues/2584.html">2584</a></td>
15353 <td>Equivalent types in function template declarations
</td>
15354 <td align=
"center">Not resolved
</td>
15357 <td><a href=
"https://cplusplus.github.io/CWG/issues/2585.html">2585</a></td>
15359 <td>Name lookup for coroutine allocation
</td>
15360 <td class=
"unknown" align=
"center">Unknown
</td>
15363 <td><a href=
"https://cplusplus.github.io/CWG/issues/2586.html">2586</a></td>
15365 <td>Explicit object parameter for assignment and comparison
</td>
15366 <td class=
"unreleased" align=
"center">Clang
20</td>
15368 <tr class=
"open" id=
"2587">
15369 <td><a href=
"https://cplusplus.github.io/CWG/issues/2587.html">2587</a></td>
15371 <td>Visible side effects and initial value of an object
</td>
15372 <td align=
"center">Not resolved
</td>
15375 <td><a href=
"https://cplusplus.github.io/CWG/issues/2588.html">2588</a></td>
15377 <td>friend declarations and module linkage
</td>
15378 <td class=
"unknown" align=
"center">Unknown
</td>
15380 <tr class=
"open" id=
"2589">
15381 <td><a href=
"https://cplusplus.github.io/CWG/issues/2589.html">2589</a></td>
15383 <td>Context of access checks during constraint satisfaction checking
</td>
15384 <td align=
"center">Not resolved
</td>
15387 <td><a href=
"https://cplusplus.github.io/CWG/issues/2590.html">2590</a></td>
15389 <td>Underlying type should determine size and alignment requirements of an enum
</td>
15390 <td class=
"unknown" align=
"center">Unknown
</td>
15393 <td><a href=
"https://cplusplus.github.io/CWG/issues/2591.html">2591</a></td>
15395 <td>Implicit change of active union member for anonymous union in union
</td>
15396 <td class=
"unknown" align=
"center">Unknown
</td>
15398 <tr class=
"open" id=
"2592">
15399 <td><a href=
"https://cplusplus.github.io/CWG/issues/2592.html">2592</a></td>
15401 <td>Missing definition for placement allocation/deallocation function
</td>
15402 <td align=
"center">Not resolved
</td>
15404 <tr class=
"open" id=
"2593">
15405 <td><a href=
"https://cplusplus.github.io/CWG/issues/2593.html">2593</a></td>
15407 <td>Insufficient base class restriction for pointer-to-member expression
</td>
15408 <td align=
"center">Not resolved
</td>
15411 <td><a href=
"https://cplusplus.github.io/CWG/issues/2594.html">2594</a></td>
15413 <td>Disallowing a global function template
<TT>main
</TT></td>
15414 <td class=
"unknown" align=
"center">Unknown
</td>
15417 <td><a href=
"https://cplusplus.github.io/CWG/issues/2595.html">2595</a></td>
15419 <td>"More constrained" for eligible special member functions
</td>
15420 <td class=
"unknown" align=
"center">Unknown
</td>
15422 <tr class=
"open" id=
"2596">
15423 <td><a href=
"https://cplusplus.github.io/CWG/issues/2596.html">2596</a></td>
15425 <td>Instantiation of constrained non-template friends
</td>
15426 <td align=
"center">Not resolved
</td>
15429 <td><a href=
"https://cplusplus.github.io/CWG/issues/2597.html">2597</a></td>
15431 <td>Replaceable allocation and deallocation functions in the global module
</td>
15432 <td class=
"unknown" align=
"center">Unknown
</td>
15435 <td><a href=
"https://cplusplus.github.io/CWG/issues/2598.html">2598</a></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>
15441 <td><a href=
"https://cplusplus.github.io/CWG/issues/2599.html">2599</a></td>
15443 <td>What does initializing a parameter include?
</td>
15444 <td class=
"unknown" align=
"center">Unknown
</td>
15447 <td><a href=
"https://cplusplus.github.io/CWG/issues/2600.html">2600</a></td>
15449 <td>Type dependency of placeholder types
</td>
15450 <td class=
"unknown" align=
"center">Unknown
</td>
15453 <td><a href=
"https://cplusplus.github.io/CWG/issues/2601.html">2601</a></td>
15455 <td>Tracking of created and destroyed subobjects
</td>
15456 <td class=
"unknown" align=
"center">Unknown
</td>
15459 <td><a href=
"https://cplusplus.github.io/CWG/issues/2602.html">2602</a></td>
15461 <td>consteval defaulted functions
</td>
15462 <td class=
"unknown" align=
"center">Unknown
</td>
15465 <td><a href=
"https://cplusplus.github.io/CWG/issues/2603.html">2603</a></td>
15467 <td>Holistic functional equivalence for function templates
</td>
15468 <td class=
"unknown" align=
"center">Unknown
</td>
15471 <td><a href=
"https://cplusplus.github.io/CWG/issues/2604.html">2604</a></td>
15473 <td>Attributes for an explicit specialization
</td>
15474 <td class=
"unknown" align=
"center">Unknown
</td>
15477 <td><a href=
"https://cplusplus.github.io/CWG/issues/2605.html">2605</a></td>
15479 <td>Implicit-lifetime aggregates
</td>
15480 <td class=
"unknown" align=
"center">Unknown
</td>
15483 <td><a href=
"https://cplusplus.github.io/CWG/issues/2606.html">2606</a></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>
15488 <tr class=
"open" id=
"2607">
15489 <td><a href=
"https://cplusplus.github.io/CWG/issues/2607.html">2607</a></td>
15491 <td>Visibility of enumerator names
</td>
15492 <td align=
"center">Not resolved
</td>
15495 <td><a href=
"https://cplusplus.github.io/CWG/issues/2608.html">2608</a></td>
15497 <td>Omitting an empty template argument list
</td>
15498 <td class=
"unknown" align=
"center">Unknown
</td>
15500 <tr class=
"open" id=
"2609">
15501 <td><a href=
"https://cplusplus.github.io/CWG/issues/2609.html">2609</a></td>
15503 <td>Padding in class types
</td>
15504 <td align=
"center">Not resolved
</td>
15507 <td><a href=
"https://cplusplus.github.io/CWG/issues/2610.html">2610</a></td>
15509 <td>Indirect private base classes in aggregates
</td>
15510 <td class=
"unknown" align=
"center">Unknown
</td>
15513 <td><a href=
"https://cplusplus.github.io/CWG/issues/2611.html">2611</a></td>
15515 <td>Missing parentheses in expansion of fold-expression could cause syntactic reinterpretation
</td>
15516 <td class=
"unknown" align=
"center">Unknown
</td>
15519 <td><a href=
"https://cplusplus.github.io/CWG/issues/2612.html">2612</a></td>
15521 <td>Incorrect comment in example
</td>
15522 <td class=
"unknown" align=
"center">Unknown
</td>
15525 <td><a href=
"https://cplusplus.github.io/CWG/issues/2613.html">2613</a></td>
15527 <td>Incomplete definition of resumer
</td>
15528 <td class=
"unknown" align=
"center">Unknown
</td>
15531 <td><a href=
"https://cplusplus.github.io/CWG/issues/2614.html">2614</a></td>
15533 <td>Unspecified results for class member access
</td>
15534 <td class=
"unknown" align=
"center">Unknown
</td>
15537 <td><a href=
"https://cplusplus.github.io/CWG/issues/2615.html">2615</a></td>
15539 <td>Missing
<TT>__has_cpp_attribute(assume)
</TT></td>
15540 <td class=
"unknown" align=
"center">Unknown
</td>
15543 <td><a href=
"https://cplusplus.github.io/CWG/issues/2616.html">2616</a></td>
15545 <td>Imprecise restrictions on
<TT>break
</TT> and
<TT>continue
</TT></td>
15546 <td class=
"unknown" align=
"center">Unknown
</td>
15548 <tr class=
"open" id=
"2617">
15549 <td><a href=
"https://cplusplus.github.io/CWG/issues/2617.html">2617</a></td>
15551 <td>Default template arguments for template members of non-template classes
</td>
15552 <td align=
"center">Not resolved
</td>
15555 <td><a href=
"https://cplusplus.github.io/CWG/issues/2618.html">2618</a></td>
15557 <td>Substitution during deduction should exclude exception specifications
</td>
15558 <td class=
"unknown" align=
"center">Unknown
</td>
15561 <td><a href=
"https://cplusplus.github.io/CWG/issues/2619.html">2619</a></td>
15563 <td>Kind of initialization for a
<I>designated-initializer-list
</I></td>
15564 <td class=
"unknown" align=
"center">Unknown
</td>
15567 <td><a href=
"https://cplusplus.github.io/CWG/issues/2620.html">2620</a></td>
15569 <td>Nonsensical disambiguation rule
</td>
15570 <td class=
"unknown" align=
"center">Unknown
</td>
15573 <td><a href=
"https://cplusplus.github.io/CWG/issues/2621.html">2621</a></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>
15579 <td><a href=
"https://cplusplus.github.io/CWG/issues/2622.html">2622</a></td>
15581 <td>Compounding types from function and pointer-to-member types
</td>
15582 <td class=
"unknown" align=
"center">Unknown
</td>
15584 <tr class=
"open" id=
"2623">
15585 <td><a href=
"https://cplusplus.github.io/CWG/issues/2623.html">2623</a></td>
15587 <td>Invoking destroying
<TT>operator delete
</TT> for constructor failure
</td>
15588 <td align=
"center">Not resolved
</td>
15591 <td><a href=
"https://cplusplus.github.io/CWG/issues/2624.html">2624</a></td>
15593 <td>Array delete expression with no array cookie
</td>
15594 <td class=
"unknown" align=
"center">Unknown
</td>
15597 <td><a href=
"https://cplusplus.github.io/CWG/issues/2625.html">2625</a></td>
15599 <td>Deletion of pointer to out-of-lifetime object
</td>
15600 <td class=
"unknown" align=
"center">Unknown
</td>
15603 <td><a href=
"https://cplusplus.github.io/CWG/issues/2626.html">2626</a></td>
15605 <td>Rephrase ones' complement using base-
2 representation
</td>
15606 <td class=
"unknown" align=
"center">Unknown
</td>
15609 <td><a href=
"https://cplusplus.github.io/CWG/issues/2627.html">2627</a></td>
15611 <td>Bit-fields and narrowing conversions
</td>
15612 <td class=
"unreleased" align=
"center">Clang
20</td>
15615 <td><a href=
"https://cplusplus.github.io/CWG/issues/2628.html">2628</a></td>
15617 <td>Implicit deduction guides should propagate constraints
</td>
15618 <td class=
"none" align=
"center">No
</td>
15621 <td><a href=
"https://cplusplus.github.io/CWG/issues/2629.html">2629</a></td>
15623 <td>Variables of floating-point type as
<TT>switch
</TT> conditions
</td>
15624 <td class=
"unknown" align=
"center">Unknown
</td>
15627 <td><a href=
"https://cplusplus.github.io/CWG/issues/2630.html">2630</a></td>
15629 <td>Syntactic specification of class completeness
</td>
15630 <td class=
"full" align=
"center">Clang
9</td>
15633 <td><a href=
"https://cplusplus.github.io/CWG/issues/2631.html">2631</a></td>
15635 <td>Immediate function evaluations in default arguments
</td>
15636 <td class=
"full" align=
"center">Clang
16</td>
15638 <tr class=
"open" id=
"2632">
15639 <td><a href=
"https://cplusplus.github.io/CWG/issues/2632.html">2632</a></td>
15641 <td>'user-declared' is not defined
</td>
15642 <td align=
"center">Not resolved
</td>
15644 <tr class=
"open" id=
"2633">
15645 <td><a href=
"https://cplusplus.github.io/CWG/issues/2633.html">2633</a></td>
15647 <td>typeid of constexpr-unknown dynamic type
</td>
15648 <td align=
"center">Not resolved
</td>
15651 <td><a href=
"https://cplusplus.github.io/CWG/issues/2634.html">2634</a></td>
15653 <td>Avoid circularity in specification of scope for friend class declarations
</td>
15654 <td class=
"unknown" align=
"center">Unknown
</td>
15657 <td><a href=
"https://cplusplus.github.io/CWG/issues/2635.html">2635</a></td>
15659 <td>Constrained structured bindings
</td>
15660 <td class=
"full" align=
"center">Clang
16</td>
15663 <td><a href=
"https://cplusplus.github.io/CWG/issues/2636.html">2636</a></td>
15665 <td>Update Annex E based on Unicode
15.0 UAX #
31</td>
15666 <td class=
"na" align=
"center">N/A
</td>
15669 <td><a href=
"https://cplusplus.github.io/CWG/issues/2637.html">2637</a></td>
15671 <td>Injected-class-name as a
<I>simple-template-id
</I></td>
15672 <td class=
"unknown" align=
"center">Unknown
</td>
15675 <td><a href=
"https://cplusplus.github.io/CWG/issues/2638.html">2638</a></td>
15677 <td>Improve the example for initializing by initializer list
</td>
15678 <td class=
"unknown" align=
"center">Unknown
</td>
15681 <td><a href=
"https://cplusplus.github.io/CWG/issues/2639.html">2639</a></td>
15683 <td>new-lines after phase
1</td>
15684 <td class=
"unknown" align=
"center">Unknown
</td>
15687 <td><a href=
"https://cplusplus.github.io/CWG/issues/2640.html">2640</a></td>
15689 <td>Allow more characters in an n-char sequence
</td>
15690 <td class=
"full" align=
"center">Clang
16</td>
15693 <td><a href=
"https://cplusplus.github.io/CWG/issues/2641.html">2641</a></td>
15695 <td>Redundant specification of value category of literals
</td>
15696 <td class=
"unknown" align=
"center">Unknown
</td>
15699 <td><a href=
"https://cplusplus.github.io/CWG/issues/2642.html">2642</a></td>
15701 <td>Inconsistent use of T and C
</td>
15702 <td class=
"na" align=
"center">N/A
</td>
15705 <td><a href=
"https://cplusplus.github.io/CWG/issues/2643.html">2643</a></td>
15707 <td>Completing a pointer to array of unknown bound
</td>
15708 <td class=
"unknown" align=
"center">Unknown
</td>
15711 <td><a href=
"https://cplusplus.github.io/CWG/issues/2644.html">2644</a></td>
15713 <td>Incorrect comment in example
</td>
15714 <td class=
"full" align=
"center">Clang
8</td>
15717 <td><a href=
"https://cplusplus.github.io/CWG/issues/2645.html">2645</a></td>
15719 <td>Unused term
"default argument promotions"</td>
15720 <td class=
"unknown" align=
"center">Unknown
</td>
15723 <td><a href=
"https://cplusplus.github.io/CWG/issues/2646.html">2646</a></td>
15725 <td>Defaulted special member functions
</td>
15726 <td class=
"unknown" align=
"center">Unknown
</td>
15729 <td><a href=
"https://cplusplus.github.io/CWG/issues/2647.html">2647</a></td>
15731 <td>Fix for
"needed for constant evaluation"</td>
15732 <td class=
"unknown" align=
"center">Unknown
</td>
15735 <td><a href=
"https://cplusplus.github.io/CWG/issues/2648.html">2648</a></td>
15737 <td>Correspondence of surrogate call function and conversion function
</td>
15738 <td class=
"unknown" align=
"center">Unknown
</td>
15741 <td><a href=
"https://cplusplus.github.io/CWG/issues/2649.html">2649</a></td>
15743 <td>Incorrect note about implicit conversion sequence
</td>
15744 <td class=
"unknown" align=
"center">Unknown
</td>
15747 <td><a href=
"https://cplusplus.github.io/CWG/issues/2650.html">2650</a></td>
15749 <td>Incorrect example for ill-formed non-type template arguments
</td>
15750 <td class=
"full" align=
"center">Clang
17</td>
15753 <td><a href=
"https://cplusplus.github.io/CWG/issues/2651.html">2651</a></td>
15755 <td>Conversion function templates and
"noexcept"</td>
15756 <td class=
"unknown" align=
"center">Unknown
</td>
15759 <td><a href=
"https://cplusplus.github.io/CWG/issues/2652.html">2652</a></td>
15761 <td>Overbroad definition of
<TT>__STDCPP_BFLOAT16_T__
</TT></td>
15762 <td class=
"unknown" align=
"center">Unknown
</td>
15765 <td><a href=
"https://cplusplus.github.io/CWG/issues/2653.html">2653</a></td>
15767 <td>Can an explicit object parameter have a default argument?
</td>
15768 <td class=
"full" align=
"center">Clang
18</td>
15771 <td><a href=
"https://cplusplus.github.io/CWG/issues/2654.html">2654</a></td>
15773 <td>Un-deprecation of compound volatile assignments
</td>
15774 <td class=
"full" align=
"center">Clang
16</td>
15777 <td><a href=
"https://cplusplus.github.io/CWG/issues/2655.html">2655</a></td>
15779 <td>Instantiation of default arguments in
<I>lambda-expression
</I>s
</td>
15780 <td class=
"unknown" align=
"center">Unknown
</td>
15782 <tr class=
"open" id=
"2656">
15783 <td><a href=
"https://cplusplus.github.io/CWG/issues/2656.html">2656</a></td>
15785 <td>Converting consteval lambda to function pointer in non-immediate context
</td>
15786 <td align=
"center">Not resolved
</td>
15789 <td><a href=
"https://cplusplus.github.io/CWG/issues/2657.html">2657</a></td>
15791 <td>Cv-qualification adjustment when binding reference to temporary
</td>
15792 <td class=
"unknown" align=
"center">Unknown
</td>
15795 <td><a href=
"https://cplusplus.github.io/CWG/issues/2658.html">2658</a></td>
15797 <td>Trivial copying of unions in core constant expressions
</td>
15798 <td class=
"unknown" align=
"center">Unknown
</td>
15801 <td><a href=
"https://cplusplus.github.io/CWG/issues/2659.html">2659</a></td>
15803 <td>Missing feature-test macro for lifetime extension in range-for loop
</td>
15804 <td class=
"unknown" align=
"center">Unknown
</td>
15806 <tr class=
"open" id=
"2660">
15807 <td><a href=
"https://cplusplus.github.io/CWG/issues/2660.html">2660</a></td>
15809 <td>Confusing term
"this parameter"</td>
15810 <td align=
"center">Not resolved
</td>
15813 <td><a href=
"https://cplusplus.github.io/CWG/issues/2661.html">2661</a></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>
15819 <td><a href=
"https://cplusplus.github.io/CWG/issues/2662.html">2662</a></td>
15821 <td>Example for member access control vs. overload resolution
</td>
15822 <td class=
"unknown" align=
"center">Unknown
</td>
15825 <td><a href=
"https://cplusplus.github.io/CWG/issues/2663.html">2663</a></td>
15827 <td>Example for member redeclarations with
<I>using-declaration
</I>s
</td>
15828 <td class=
"unknown" align=
"center">Unknown
</td>
15831 <td><a href=
"https://cplusplus.github.io/CWG/issues/2664.html">2664</a></td>
15833 <td>Deduction failure in CTAD for alias templates
</td>
15834 <td class=
"unknown" align=
"center">Unknown
</td>
15837 <td><a href=
"https://cplusplus.github.io/CWG/issues/2665.html">2665</a></td>
15839 <td>Replacing a subobject with a complete object
</td>
15840 <td class=
"unknown" align=
"center">Unknown
</td>
15842 <tr class=
"open" id=
"2666">
15843 <td><a href=
"https://cplusplus.github.io/CWG/issues/2666.html">2666</a></td>
15845 <td>Lifetime extension through
<TT>static_cast
</TT></td>
15846 <td align=
"center">Not resolved
</td>
15849 <td><a href=
"https://cplusplus.github.io/CWG/issues/2667.html">2667</a></td>
15851 <td>Named module imports do not import macros
</td>
15852 <td class=
"unknown" align=
"center">Unknown
</td>
15855 <td><a href=
"https://cplusplus.github.io/CWG/issues/2668.html">2668</a></td>
15857 <td><TT>co_await
</TT> in a
<I>lambda-expression
</I></td>
15858 <td class=
"unknown" align=
"center">Unknown
</td>
15860 <tr class=
"open" id=
"2669">
15861 <td><a href=
"https://cplusplus.github.io/CWG/issues/2669.html">2669</a></td>
15863 <td>Lifetime extension for aggregate initialization
</td>
15864 <td align=
"center">Not resolved
</td>
15866 <tr class=
"open" id=
"2670">
15867 <td><a href=
"https://cplusplus.github.io/CWG/issues/2670.html">2670</a></td>
15869 <td>Programs and translation units
</td>
15870 <td align=
"center">Not resolved
</td>
15872 <tr class=
"open" id=
"2671">
15873 <td><a href=
"https://cplusplus.github.io/CWG/issues/2671.html">2671</a></td>
15875 <td>friend named by a
<I>template-id
</I></td>
15876 <td align=
"center">Not resolved
</td>
15879 <td><a href=
"https://cplusplus.github.io/CWG/issues/2672.html">2672</a></td>
15881 <td>Lambda body SFINAE is still required, contrary to intent and note
</td>
15882 <td class=
"full" align=
"center">Clang
18</td>
15885 <td><a href=
"https://cplusplus.github.io/CWG/issues/2673.html">2673</a></td>
15887 <td>User-declared spaceship vs. built-in operators
</td>
15888 <td class=
"unknown" align=
"center">Unknown
</td>
15891 <td><a href=
"https://cplusplus.github.io/CWG/issues/2674.html">2674</a></td>
15893 <td>Prohibit explicit object parameters for constructors
</td>
15894 <td class=
"unknown" align=
"center">Unknown
</td>
15896 <tr class=
"open" id=
"2675">
15897 <td><a href=
"https://cplusplus.github.io/CWG/issues/2675.html">2675</a></td>
15899 <td><TT>start_lifetime_as
</TT>, placement-new, and active union members
</td>
15900 <td align=
"center">Not resolved
</td>
15902 <tr class=
"open" id=
"2676">
15903 <td><a href=
"https://cplusplus.github.io/CWG/issues/2676.html">2676</a></td>
15905 <td>Replacing a complete object having base subobjects
</td>
15906 <td align=
"center">Not resolved
</td>
15908 <tr class=
"open" id=
"2677">
15909 <td><a href=
"https://cplusplus.github.io/CWG/issues/2677.html">2677</a></td>
15911 <td>Replacing union subobjects
</td>
15912 <td align=
"center">Not resolved
</td>
15915 <td><a href=
"https://cplusplus.github.io/CWG/issues/2678.html">2678</a></td>
15917 <td><TT>std::source_location::current
</TT> is unimplementable
</td>
15918 <td class=
"unknown" align=
"center">Unknown
</td>
15920 <tr class=
"open" id=
"2679">
15921 <td><a href=
"https://cplusplus.github.io/CWG/issues/2679.html">2679</a></td>
15923 <td>Implicit conversion sequence with a null pointer constant
</td>
15924 <td align=
"center">Not resolved
</td>
15926 <tr class=
"open" id=
"2680">
15927 <td><a href=
"https://cplusplus.github.io/CWG/issues/2680.html">2680</a></td>
15929 <td>Class template argument deduction for aggregates with designated initializers
</td>
15930 <td align=
"center">Not resolved
</td>
15933 <td><a href=
"https://cplusplus.github.io/CWG/issues/2681.html">2681</a></td>
15935 <td>Deducing member array type from string literal
</td>
15936 <td class=
"full" align=
"center">Clang
17</td>
15939 <td><a href=
"https://cplusplus.github.io/CWG/issues/2682.html">2682</a></td>
15941 <td>Templated function vs. function template
</td>
15942 <td class=
"unknown" align=
"center">Unknown
</td>
15945 <td><a href=
"https://cplusplus.github.io/CWG/issues/2683.html">2683</a></td>
15947 <td>Default arguments for member functions of templated nested classes
</td>
15948 <td class=
"unknown" align=
"center">Unknown
</td>
15950 <tr class=
"open" id=
"2684">
15951 <td><a href=
"https://cplusplus.github.io/CWG/issues/2684.html">2684</a></td>
15953 <td>thread_local dynamic initialization
</td>
15954 <td align=
"center">Not resolved
</td>
15957 <td><a href=
"https://cplusplus.github.io/CWG/issues/2685.html">2685</a></td>
15959 <td>Aggregate CTAD, string, and brace elision
</td>
15960 <td class=
"unknown" align=
"center">Unknown
</td>
15962 <tr class=
"open" id=
"2686">
15963 <td><a href=
"https://cplusplus.github.io/CWG/issues/2686.html">2686</a></td>
15965 <td>Pack expansion into a non-pack parameter of a concept
</td>
15966 <td align=
"center">Not resolved
</td>
15969 <td><a href=
"https://cplusplus.github.io/CWG/issues/2687.html">2687</a></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>
15974 <tr class=
"open" id=
"2688">
15975 <td><a href=
"https://cplusplus.github.io/CWG/issues/2688.html">2688</a></td>
15977 <td>Calling explicit object member functions
</td>
15978 <td align=
"center">Not resolved
</td>
15981 <td><a href=
"https://cplusplus.github.io/CWG/issues/2689.html">2689</a></td>
15983 <td>Are cv-qualified
<TT>std::nullptr_t
</TT> fundamental types?
</td>
15984 <td class=
"unknown" align=
"center">Unknown
</td>
15987 <td><a href=
"https://cplusplus.github.io/CWG/issues/2690.html">2690</a></td>
15989 <td>Semantics of defaulted move assignment operator for unions
</td>
15990 <td class=
"unknown" align=
"center">Unknown
</td>
15993 <td><a href=
"https://cplusplus.github.io/CWG/issues/2691.html">2691</a></td>
15995 <td><I>hexadecimal-escape-sequence
</I> is too greedy
</td>
15996 <td class=
"unknown" align=
"center">Unknown
</td>
15999 <td><a href=
"https://cplusplus.github.io/CWG/issues/2692.html">2692</a></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>
16004 <tr class=
"open" id=
"2693">
16005 <td><a href=
"https://cplusplus.github.io/CWG/issues/2693.html">2693</a></td>
16007 <td>Escape sequences for the
<I>string-literal
</I> of
<TT>#line
</TT></td>
16008 <td align=
"center">Not resolved
</td>
16010 <tr class=
"open" id=
"2694">
16011 <td><a href=
"https://cplusplus.github.io/CWG/issues/2694.html">2694</a></td>
16013 <td><I>string-literal
</I>s of the
<TT>_Pragma
</TT> operator
</td>
16014 <td align=
"center">Not resolved
</td>
16017 <td><a href=
"https://cplusplus.github.io/CWG/issues/2695.html">2695</a></td>
16019 <td>Semantic ignorability of attributes
</td>
16020 <td class=
"unknown" align=
"center">Unknown
</td>
16023 <td><a href=
"https://cplusplus.github.io/CWG/issues/2696.html">2696</a></td>
16025 <td>Relational comparisons of pointers to
<TT>void
</TT></td>
16026 <td class=
"unknown" align=
"center">Unknown
</td>
16029 <td><a href=
"https://cplusplus.github.io/CWG/issues/2697.html">2697</a></td>
16031 <td>Deduction guides using abbreviated function syntax
</td>
16032 <td class=
"unknown" align=
"center">Unknown
</td>
16035 <td><a href=
"https://cplusplus.github.io/CWG/issues/2698.html">2698</a></td>
16037 <td>Using extended integer types with
<TT>z
</TT> suffix
</td>
16038 <td class=
"unknown" align=
"center">Unknown
</td>
16041 <td><a href=
"https://cplusplus.github.io/CWG/issues/2699.html">2699</a></td>
16043 <td>Inconsistency of
<I>throw-expression
</I> specification
</td>
16044 <td class=
"unknown" align=
"center">Unknown
</td>
16047 <td><a href=
"https://cplusplus.github.io/CWG/issues/2700.html">2700</a></td>
16049 <td><TT>#error
</TT> disallows existing implementation practice
</td>
16050 <td class=
"unknown" align=
"center">Unknown
</td>
16052 <tr class=
"open" id=
"2701">
16053 <td><a href=
"https://cplusplus.github.io/CWG/issues/2701.html">2701</a></td>
16055 <td>Default arguments in multiple scopes / inheritance of array bounds in the same scope
</td>
16056 <td align=
"center">Not resolved
</td>
16058 <tr class=
"open" id=
"2702">
16059 <td><a href=
"https://cplusplus.github.io/CWG/issues/2702.html">2702</a></td>
16061 <td>Constant destruction of reference members
</td>
16062 <td align=
"center">Not resolved
</td>
16064 <tr class=
"open" id=
"2703">
16065 <td><a href=
"https://cplusplus.github.io/CWG/issues/2703.html">2703</a></td>
16067 <td>Three-way comparison requiring strong ordering for floating-point types, take
2</td>
16068 <td align=
"center">Not resolved
</td>
16070 <tr class=
"open" id=
"2704">
16071 <td><a href=
"https://cplusplus.github.io/CWG/issues/2704.html">2704</a></td>
16073 <td>Clarify meaning of
"bind directly"</td>
16074 <td align=
"center">Not resolved
</td>
16076 <tr class=
"open" id=
"2705">
16077 <td><a href=
"https://cplusplus.github.io/CWG/issues/2705.html">2705</a></td>
16079 <td>Accessing ambiguous subobjects
</td>
16080 <td align=
"center">Not resolved
</td>
16082 <tr class=
"open" id=
"2706">
16083 <td><a href=
"https://cplusplus.github.io/CWG/issues/2706.html">2706</a></td>
16085 <td>Repeated structured binding declarations
</td>
16086 <td align=
"center">Not resolved
</td>
16089 <td><a href=
"https://cplusplus.github.io/CWG/issues/2707.html">2707</a></td>
16091 <td>Deduction guides cannot have a trailing
<I>requires-clause
</I></td>
16092 <td class=
"unreleased" align=
"center">Clang
20</td>
16095 <td><a href=
"https://cplusplus.github.io/CWG/issues/2708.html">2708</a></td>
16097 <td>Parenthesized initialization of arrays
</td>
16098 <td class=
"unknown" align=
"center">Unknown
</td>
16101 <td><a href=
"https://cplusplus.github.io/CWG/issues/2709.html">2709</a></td>
16103 <td>Parenthesized initialization of reference-to-aggregate
</td>
16104 <td class=
"unknown" align=
"center">Unknown
</td>
16107 <td><a href=
"https://cplusplus.github.io/CWG/issues/2710.html">2710</a></td>
16109 <td>Loops in constant expressions
</td>
16110 <td class=
"unknown" align=
"center">Unknown
</td>
16113 <td><a href=
"https://cplusplus.github.io/CWG/issues/2711.html">2711</a></td>
16115 <td>Source for copy-initializing the exception object
</td>
16116 <td class=
"unknown" align=
"center">Unknown
</td>
16119 <td><a href=
"https://cplusplus.github.io/CWG/issues/2712.html">2712</a></td>
16121 <td>Simplify restrictions on built-in assignment operator candidates
</td>
16122 <td class=
"unknown" align=
"center">Unknown
</td>
16125 <td><a href=
"https://cplusplus.github.io/CWG/issues/2713.html">2713</a></td>
16127 <td>Initialization of reference-to-aggregate from designated initializer list
</td>
16128 <td class=
"unknown" align=
"center">Unknown
</td>
16131 <td><a href=
"https://cplusplus.github.io/CWG/issues/2714.html">2714</a></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>
16137 <td><a href=
"https://cplusplus.github.io/CWG/issues/2715.html">2715</a></td>
16139 <td>"calling function" for parameter initialization may not exist
</td>
16140 <td class=
"unknown" align=
"center">Unknown
</td>
16143 <td><a href=
"https://cplusplus.github.io/CWG/issues/2716.html">2716</a></td>
16145 <td>Rule about self-or-base conversion is normatively redundant
</td>
16146 <td class=
"unknown" align=
"center">Unknown
</td>
16149 <td><a href=
"https://cplusplus.github.io/CWG/issues/2717.html">2717</a></td>
16151 <td>Pack expansion for
<I>alignment-specifier
</I></td>
16152 <td class=
"unknown" align=
"center">Unknown
</td>
16155 <td><a href=
"https://cplusplus.github.io/CWG/issues/2718.html">2718</a></td>
16157 <td>Type completeness for derived-to-base conversions
</td>
16158 <td class=
"full" align=
"center">Clang
2.7</td>
16161 <td><a href=
"https://cplusplus.github.io/CWG/issues/2719.html">2719</a></td>
16163 <td>Creating objects in misaligned storage
</td>
16164 <td class=
"unknown" align=
"center">Unknown
</td>
16167 <td><a href=
"https://cplusplus.github.io/CWG/issues/2720.html">2720</a></td>
16169 <td>Template validity rules for templated entities and alias templates
</td>
16170 <td class=
"unknown" align=
"center">Unknown
</td>
16173 <td><a href=
"https://cplusplus.github.io/CWG/issues/2721.html">2721</a></td>
16175 <td>When exactly is storage reused?
</td>
16176 <td class=
"unknown" align=
"center">Unknown
</td>
16179 <td><a href=
"https://cplusplus.github.io/CWG/issues/2722.html">2722</a></td>
16181 <td>Temporary materialization conversion for
<TT>noexcept
</TT> operator
</td>
16182 <td class=
"unknown" align=
"center">Unknown
</td>
16185 <td><a href=
"https://cplusplus.github.io/CWG/issues/2723.html">2723</a></td>
16187 <td>Range of representable values for floating-point types
</td>
16188 <td class=
"unknown" align=
"center">Unknown
</td>
16191 <td><a href=
"https://cplusplus.github.io/CWG/issues/2724.html">2724</a></td>
16193 <td>Clarify rounding for arithmetic right shift
</td>
16194 <td class=
"unknown" align=
"center">Unknown
</td>
16197 <td><a href=
"https://cplusplus.github.io/CWG/issues/2725.html">2725</a></td>
16199 <td>Overload resolution for non-call of class member access
</td>
16200 <td class=
"unknown" align=
"center">Unknown
</td>
16202 <tr class=
"open" id=
"2726">
16203 <td><a href=
"https://cplusplus.github.io/CWG/issues/2726.html">2726</a></td>
16205 <td>Alternative tokens appearing as
<I>attribute-token
</I>s
</td>
16206 <td align=
"center">Not resolved
</td>
16208 <tr class=
"open" id=
"2727">
16209 <td><a href=
"https://cplusplus.github.io/CWG/issues/2727.html">2727</a></td>
16211 <td>Importing header units synthesized from source files
</td>
16212 <td align=
"center">Not resolved
</td>
16215 <td><a href=
"https://cplusplus.github.io/CWG/issues/2728.html">2728</a></td>
16217 <td>Evaluation of conversions in a
<I>delete-expression
</I></td>
16218 <td class=
"unknown" align=
"center">Unknown
</td>
16221 <td><a href=
"https://cplusplus.github.io/CWG/issues/2729.html">2729</a></td>
16223 <td>Meaning of
<I>new-type-id
</I></td>
16224 <td class=
"unknown" align=
"center">Unknown
</td>
16226 <tr class=
"open" id=
"2730">
16227 <td><a href=
"https://cplusplus.github.io/CWG/issues/2730.html">2730</a></td>
16229 <td>Comparison templates on enumeration types
</td>
16230 <td align=
"center">Not resolved
</td>
16232 <tr class=
"open" id=
"2731">
16233 <td><a href=
"https://cplusplus.github.io/CWG/issues/2731.html">2731</a></td>
16235 <td>List-initialization sequence with a user-defined conversion
</td>
16236 <td align=
"center">Not resolved
</td>
16239 <td><a href=
"https://cplusplus.github.io/CWG/issues/2732.html">2732</a></td>
16241 <td>Can importable headers react to preprocessor state from point of import?
</td>
16242 <td class=
"unknown" align=
"center">Unknown
</td>
16245 <td><a href=
"https://cplusplus.github.io/CWG/issues/2733.html">2733</a></td>
16247 <td>Applying
<TT>[[maybe_unused]]
</TT> to a label
</td>
16248 <td class=
"unknown" align=
"center">Unknown
</td>
16250 <tr class=
"open" id=
"2734">
16251 <td><a href=
"https://cplusplus.github.io/CWG/issues/2734.html">2734</a></td>
16253 <td>Immediate forward-declared function templates
</td>
16254 <td align=
"center">Not resolved
</td>
16256 <tr class=
"open" id=
"2735">
16257 <td><a href=
"https://cplusplus.github.io/CWG/issues/2735.html">2735</a></td>
16259 <td>List-initialization and conversions in overload resolution
</td>
16260 <td align=
"center">Not resolved
</td>
16262 <tr class=
"open" id=
"2736">
16263 <td><a href=
"https://cplusplus.github.io/CWG/issues/2736.html">2736</a></td>
16265 <td>Standard layout class with empty base class also in first member
</td>
16266 <td align=
"center">Not resolved
</td>
16268 <tr class=
"open" id=
"2737">
16269 <td><a href=
"https://cplusplus.github.io/CWG/issues/2737.html">2737</a></td>
16271 <td>Temporary lifetime extension for reference init-captures
</td>
16272 <td align=
"center">Not resolved
</td>
16274 <tr class=
"open" id=
"2738">
16275 <td><a href=
"https://cplusplus.github.io/CWG/issues/2738.html">2738</a></td>
16277 <td>"denotes a destructor" is missing specification
</td>
16278 <td align=
"center">Not resolved
</td>
16280 <tr class=
"open" id=
"2739">
16281 <td><a href=
"https://cplusplus.github.io/CWG/issues/2739.html">2739</a></td>
16283 <td>Nested requirement not a constant expression
</td>
16284 <td align=
"center">Not resolved
</td>
16286 <tr class=
"open" id=
"2740">
16287 <td><a href=
"https://cplusplus.github.io/CWG/issues/2740.html">2740</a></td>
16289 <td>Too many objects have constexpr-unknown type
</td>
16290 <td align=
"center">Not resolved
</td>
16292 <tr class=
"open" id=
"2741">
16293 <td><a href=
"https://cplusplus.github.io/CWG/issues/2741.html">2741</a></td>
16295 <td>Implicit conversion sequence from empty list to array of unknown bound
</td>
16296 <td align=
"center">Not resolved
</td>
16298 <tr class=
"open" id=
"2742">
16299 <td><a href=
"https://cplusplus.github.io/CWG/issues/2742.html">2742</a></td>
16301 <td>Guaranteed copy elision for brace-initialization from prvalue
</td>
16302 <td align=
"center">Not resolved
</td>
16304 <tr class=
"open" id=
"2743">
16305 <td><a href=
"https://cplusplus.github.io/CWG/issues/2743.html">2743</a></td>
16307 <td>Copying non-trivial objects nested within a union
</td>
16308 <td align=
"center">Not resolved
</td>
16310 <tr class=
"open" id=
"2744">
16311 <td><a href=
"https://cplusplus.github.io/CWG/issues/2744.html">2744</a></td>
16313 <td>Multiple objects of the same type at the same address
</td>
16314 <td align=
"center">Not resolved
</td>
16317 <td><a href=
"https://cplusplus.github.io/CWG/issues/2745.html">2745</a></td>
16319 <td>Dependent odr-use in generic lambdas
</td>
16320 <td class=
"unknown" align=
"center">Unknown
</td>
16323 <td><a href=
"https://cplusplus.github.io/CWG/issues/2746.html">2746</a></td>
16325 <td>Checking of default template arguments
</td>
16326 <td class=
"unknown" align=
"center">Unknown
</td>
16329 <td><a href=
"https://cplusplus.github.io/CWG/issues/2747.html">2747</a></td>
16331 <td>Cannot depend on an already-deleted splice
</td>
16332 <td class=
"unknown" align=
"center">Unknown
</td>
16335 <td><a href=
"https://cplusplus.github.io/CWG/issues/2748.html">2748</a></td>
16337 <td>Accessing static data members via null pointer
</td>
16338 <td class=
"unknown" align=
"center">Unknown
</td>
16341 <td><a href=
"https://cplusplus.github.io/CWG/issues/2749.html">2749</a></td>
16343 <td>Treatment of
"pointer to void" for relational comparisons
</td>
16344 <td class=
"unreleased" align=
"center">Clang
20</td>
16347 <td><a href=
"https://cplusplus.github.io/CWG/issues/2750.html">2750</a></td>
16349 <td>construct_at without constructor call
</td>
16350 <td class=
"unknown" align=
"center">Unknown
</td>
16353 <td><a href=
"https://cplusplus.github.io/CWG/issues/2751.html">2751</a></td>
16355 <td>Order of destruction for parameters for operator functions
</td>
16356 <td class=
"unknown" align=
"center">Unknown
</td>
16358 <tr class=
"open" id=
"2752">
16359 <td><a href=
"https://cplusplus.github.io/CWG/issues/2752.html">2752</a></td>
16361 <td>Excess-precision floating-point literals
</td>
16362 <td align=
"center">Not resolved
</td>
16365 <td><a href=
"https://cplusplus.github.io/CWG/issues/2753.html">2753</a></td>
16367 <td>Storage reuse for string literal objects and backing arrays
</td>
16368 <td class=
"unknown" align=
"center">Unknown
</td>
16371 <td><a href=
"https://cplusplus.github.io/CWG/issues/2754.html">2754</a></td>
16373 <td>Using *this in explicit object member functions that are coroutines
</td>
16374 <td class=
"unknown" align=
"center">Unknown
</td>
16377 <td><a href=
"https://cplusplus.github.io/CWG/issues/2755.html">2755</a></td>
16379 <td>Incorrect wording applied by P2738R1
</td>
16380 <td class=
"unknown" align=
"center">Unknown
</td>
16382 <tr class=
"open" id=
"2756">
16383 <td><a href=
"https://cplusplus.github.io/CWG/issues/2756.html">2756</a></td>
16385 <td>Completion of initialization by delegating constructor
</td>
16386 <td align=
"center">Not resolved
</td>
16388 <tr class=
"open" id=
"2757">
16389 <td><a href=
"https://cplusplus.github.io/CWG/issues/2757.html">2757</a></td>
16391 <td>Deleting or deallocating storage of an object during its construction
</td>
16392 <td align=
"center">Not resolved
</td>
16395 <td><a href=
"https://cplusplus.github.io/CWG/issues/2758.html">2758</a></td>
16397 <td>What is
"access and ambiguity control"?
</td>
16398 <td class=
"unknown" align=
"center">Unknown
</td>
16401 <td><a href=
"https://cplusplus.github.io/CWG/issues/2759.html">2759</a></td>
16403 <td>[[no_unique_address] and common initial sequence
</td>
16404 <td class=
"full" align=
"center">Clang
19</td>
16407 <td><a href=
"https://cplusplus.github.io/CWG/issues/2760.html">2760</a></td>
16409 <td>Defaulted constructor that is an immediate function
</td>
16410 <td class=
"unknown" align=
"center">Unknown
</td>
16413 <td><a href=
"https://cplusplus.github.io/CWG/issues/2761.html">2761</a></td>
16415 <td>Implicitly invoking the deleted destructor of an anonymous union member
</td>
16416 <td class=
"unknown" align=
"center">Unknown
</td>
16419 <td><a href=
"https://cplusplus.github.io/CWG/issues/2762.html">2762</a></td>
16421 <td>Type of implicit object parameter
</td>
16422 <td class=
"unknown" align=
"center">Unknown
</td>
16425 <td><a href=
"https://cplusplus.github.io/CWG/issues/2763.html">2763</a></td>
16427 <td>Ignorability of [[noreturn]] during constant evaluation
</td>
16428 <td class=
"unknown" align=
"center">Unknown
</td>
16431 <td><a href=
"https://cplusplus.github.io/CWG/issues/2764.html">2764</a></td>
16433 <td>Use of placeholders affecting name mangling
</td>
16434 <td class=
"unknown" align=
"center">Unknown
</td>
16436 <tr class=
"open" id=
"2765">
16437 <td><a href=
"https://cplusplus.github.io/CWG/issues/2765.html">2765</a></td>
16439 <td>Address comparisons between potentially non-unique objects during constant evaluation
</td>
16440 <td align=
"center">Not resolved
</td>
16442 <tr class=
"open" id=
"2766">
16443 <td><a href=
"https://cplusplus.github.io/CWG/issues/2766.html">2766</a></td>
16445 <td>Repeated evaluation of a
<I>string-literal
</I> may yield different
16447 <td align=
"center">Not resolved
</td>
16449 <tr class=
"open" id=
"2767">
16450 <td><a href=
"https://cplusplus.github.io/CWG/issues/2767.html">2767</a></td>
16452 <td>Non-defining declarations of anonymous unions
</td>
16453 <td align=
"center">Not resolved
</td>
16456 <td><a href=
"https://cplusplus.github.io/CWG/issues/2768.html">2768</a></td>
16458 <td>Assignment to enumeration variable with a
<I>braced-init-list
</I></td>
16459 <td class=
"unknown" align=
"center">Unknown
</td>
16461 <tr class=
"open" id=
"2769">
16462 <td><a href=
"https://cplusplus.github.io/CWG/issues/2769.html">2769</a></td>
16464 <td>Substitution into template parameters and default template arguments should be interleaved
</td>
16465 <td align=
"center">Not resolved
</td>
16467 <tr class=
"open" id=
"2770">
16468 <td><a href=
"https://cplusplus.github.io/CWG/issues/2770.html">2770</a></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>
16474 <td><a href=
"https://cplusplus.github.io/CWG/issues/2771.html">2771</a></td>
16476 <td>Transformation for
<I>unqualified-id
</I>s in address operator
</td>
16477 <td class=
"full" align=
"center">Clang
18</td>
16480 <td><a href=
"https://cplusplus.github.io/CWG/issues/2772.html">2772</a></td>
16482 <td>Missing Annex C entry for linkage effects of
<I>linkage-specification
</I></td>
16483 <td class=
"unknown" align=
"center">Unknown
</td>
16485 <tr class=
"open" id=
"2773">
16486 <td><a href=
"https://cplusplus.github.io/CWG/issues/2773.html">2773</a></td>
16488 <td>Naming anonymous union members as class members
</td>
16489 <td align=
"center">Not resolved
</td>
16491 <tr class=
"open" id=
"2774">
16492 <td><a href=
"https://cplusplus.github.io/CWG/issues/2774.html">2774</a></td>
16494 <td>Value-dependence of
<I>requires-expression
</I>s
</td>
16495 <td align=
"center">Not resolved
</td>
16498 <td><a href=
"https://cplusplus.github.io/CWG/issues/2775.html">2775</a></td>
16500 <td>Unclear argument type for copy of exception object
</td>
16501 <td class=
"unknown" align=
"center">Unknown
</td>
16503 <tr class=
"open" id=
"2776">
16504 <td><a href=
"https://cplusplus.github.io/CWG/issues/2776.html">2776</a></td>
16506 <td>Substitution failure and implementation limits
</td>
16507 <td align=
"center">Not resolved
</td>
16510 <td><a href=
"https://cplusplus.github.io/CWG/issues/2777.html">2777</a></td>
16512 <td>Type of
<I>id-expression
</I> denoting a template parameter object
</td>
16513 <td class=
"unknown" align=
"center">Unknown
</td>
16515 <tr class=
"open" id=
"2778">
16516 <td><a href=
"https://cplusplus.github.io/CWG/issues/2778.html">2778</a></td>
16518 <td>Trivial destructor does not imply constant destruction
</td>
16519 <td align=
"center">Not resolved
</td>
16521 <tr class=
"open" id=
"2779">
16522 <td><a href=
"https://cplusplus.github.io/CWG/issues/2779.html">2779</a></td>
16524 <td>Restrictions on the ordinary literal encoding
</td>
16525 <td align=
"center">Not resolved
</td>
16528 <td><a href=
"https://cplusplus.github.io/CWG/issues/2780.html">2780</a></td>
16530 <td><TT>reinterpret_cast
</TT> to reference to function types
</td>
16531 <td class=
"unknown" align=
"center">Unknown
</td>
16533 <tr class=
"open" id=
"2781">
16534 <td><a href=
"https://cplusplus.github.io/CWG/issues/2781.html">2781</a></td>
16536 <td>Unclear recursion in the one-definition rule
</td>
16537 <td align=
"center">Not resolved
</td>
16539 <tr class=
"open" id=
"2782">
16540 <td><a href=
"https://cplusplus.github.io/CWG/issues/2782.html">2782</a></td>
16542 <td>Treatment of closure types in the one-definition rule
</td>
16543 <td align=
"center">Not resolved
</td>
16546 <td><a href=
"https://cplusplus.github.io/CWG/issues/2783.html">2783</a></td>
16548 <td>Handling of deduction guides in
<I>global-module-fragment
</I></td>
16549 <td class=
"unknown" align=
"center">Unknown
</td>
16551 <tr class=
"open" id=
"2784">
16552 <td><a href=
"https://cplusplus.github.io/CWG/issues/2784.html">2784</a></td>
16554 <td>Unclear definition of
<I>member-designator
</I> for
<TT>offsetof
</TT></td>
16555 <td align=
"center">Not resolved
</td>
16558 <td><a href=
"https://cplusplus.github.io/CWG/issues/2785.html">2785</a></td>
16560 <td>Type-dependence of
<I>requires-expression
</I></td>
16561 <td class=
"unknown" align=
"center">Unknown
</td>
16563 <tr class=
"open" id=
"2786">
16564 <td><a href=
"https://cplusplus.github.io/CWG/issues/2786.html">2786</a></td>
16566 <td>Comparing pointers to complete objects
</td>
16567 <td align=
"center">Not resolved
</td>
16569 <tr class=
"open" id=
"2787">
16570 <td><a href=
"https://cplusplus.github.io/CWG/issues/2787.html">2787</a></td>
16572 <td>Kind of explicit object copy/move assignment function
</td>
16573 <td align=
"center">Not resolved
</td>
16575 <tr class=
"open" id=
"2788">
16576 <td><a href=
"https://cplusplus.github.io/CWG/issues/2788.html">2788</a></td>
16578 <td>Correspondence and redeclarations
</td>
16579 <td align=
"center">Not resolved
</td>
16582 <td><a href=
"https://cplusplus.github.io/CWG/issues/2789.html">2789</a></td>
16584 <td>Overload resolution with implicit and explicit object member functions
</td>
16585 <td class=
"full" align=
"center">Clang
18</td>
16587 <tr class=
"open" id=
"2790">
16588 <td><a href=
"https://cplusplus.github.io/CWG/issues/2790.html">2790</a></td>
16590 <td>Aggregate initialization and user-defined conversion sequence
</td>
16591 <td align=
"center">Not resolved
</td>
16594 <td><a href=
"https://cplusplus.github.io/CWG/issues/2791.html">2791</a></td>
16596 <td>Unclear phrasing about
"returning to the caller"</td>
16597 <td class=
"unknown" align=
"center">Unknown
</td>
16600 <td><a href=
"https://cplusplus.github.io/CWG/issues/2792.html">2792</a></td>
16602 <td>Clean up specification of
<TT>noexcept
</TT> operator
</td>
16603 <td class=
"unknown" align=
"center">Unknown
</td>
16606 <td><a href=
"https://cplusplus.github.io/CWG/issues/2793.html">2793</a></td>
16608 <td>Block-scope declaration conflicting with parameter name
</td>
16609 <td class=
"unknown" align=
"center">Unknown
</td>
16611 <tr class=
"open" id=
"2794">
16612 <td><a href=
"https://cplusplus.github.io/CWG/issues/2794.html">2794</a></td>
16614 <td>Uniqueness of lambdas in alias templates
</td>
16615 <td align=
"center">Not resolved
</td>
16618 <td><a href=
"https://cplusplus.github.io/CWG/issues/2795.html">2795</a></td>
16620 <td>Overlapping empty subobjects with different cv-qualification
</td>
16621 <td class=
"unknown" align=
"center">Unknown
</td>
16624 <td><a href=
"https://cplusplus.github.io/CWG/issues/2796.html">2796</a></td>
16626 <td>Function pointer conversions for relational operators
</td>
16627 <td class=
"unknown" align=
"center">Unknown
</td>
16629 <tr class=
"open" id=
"2797">
16630 <td><a href=
"https://cplusplus.github.io/CWG/issues/2797.html">2797</a></td>
16632 <td>Meaning of
"corresponds" for rewritten operator candidates
</td>
16633 <td align=
"center">Not resolved
</td>
16636 <td><a href=
"https://cplusplus.github.io/CWG/issues/2798.html">2798</a></td>
16638 <td>Manifestly constant evaluation of the
<TT>static_assert
</TT> message
</td>
16639 <td class=
"full" align=
"center">Clang
17</td>
16641 <tr class=
"open" id=
"2799">
16642 <td><a href=
"https://cplusplus.github.io/CWG/issues/2799.html">2799</a></td>
16644 <td>Inheriting default constructors
</td>
16645 <td align=
"center">Not resolved
</td>
16647 <tr class=
"open" id=
"2800">
16648 <td><a href=
"https://cplusplus.github.io/CWG/issues/2800.html">2800</a></td>
16650 <td>Instantiating constexpr variables for potential constant evaluation
</td>
16651 <td align=
"center">Not resolved
</td>
16654 <td><a href=
"https://cplusplus.github.io/CWG/issues/2801.html">2801</a></td>
16656 <td>Reference binding with reference-related types
</td>
16657 <td class=
"unknown" align=
"center">Unknown
</td>
16659 <tr class=
"open" id=
"2802">
16660 <td><a href=
"https://cplusplus.github.io/CWG/issues/2802.html">2802</a></td>
16662 <td>Constrained
<TT>auto
</TT> and redeclaration with non-abbreviated syntax
</td>
16663 <td align=
"center">Not resolved
</td>
16666 <td><a href=
"https://cplusplus.github.io/CWG/issues/2803.html">2803</a></td>
16668 <td>Overload resolution for reference binding of similar types
</td>
16669 <td class=
"unknown" align=
"center">Unknown
</td>
16671 <tr class=
"open" id=
"2804">
16672 <td><a href=
"https://cplusplus.github.io/CWG/issues/2804.html">2804</a></td>
16674 <td>Lookup for determining rewrite targets
</td>
16675 <td align=
"center">Not resolved
</td>
16677 <tr class=
"open" id=
"2805">
16678 <td><a href=
"https://cplusplus.github.io/CWG/issues/2805.html">2805</a></td>
16680 <td>Underspecified selection of deallocation function
</td>
16681 <td align=
"center">Not resolved
</td>
16684 <td><a href=
"https://cplusplus.github.io/CWG/issues/2806.html">2806</a></td>
16686 <td>Make a
<I>type-requirement
</I> a type-only context
</td>
16687 <td class=
"unknown" align=
"center">Unknown
</td>
16690 <td><a href=
"https://cplusplus.github.io/CWG/issues/2807.html">2807</a></td>
16692 <td>Destructors declared
<TT>consteval
</TT></td>
16693 <td class=
"unknown" align=
"center">Unknown
</td>
16695 <tr class=
"open" id=
"2808">
16696 <td><a href=
"https://cplusplus.github.io/CWG/issues/2808.html">2808</a></td>
16698 <td>Explicit specialization of defaulted special member function
</td>
16699 <td align=
"center">Not resolved
</td>
16702 <td><a href=
"https://cplusplus.github.io/CWG/issues/2809.html">2809</a></td>
16704 <td>An implicit definition does not redeclare a function
</td>
16705 <td class=
"unknown" align=
"center">Unknown
</td>
16708 <td><a href=
"https://cplusplus.github.io/CWG/issues/2810.html">2810</a></td>
16710 <td>Requiring the absence of diagnostics for templates
</td>
16711 <td class=
"unknown" align=
"center">Unknown
</td>
16714 <td><a href=
"https://cplusplus.github.io/CWG/issues/2811.html">2811</a></td>
16716 <td>Clarify
"use" of main
</td>
16717 <td class=
"full" align=
"center">Clang
3.5</td>
16719 <tr class=
"open" id=
"2812">
16720 <td><a href=
"https://cplusplus.github.io/CWG/issues/2812.html">2812</a></td>
16722 <td>Allocation with explicit alignment
</td>
16723 <td align=
"center">Not resolved
</td>
16726 <td><a href=
"https://cplusplus.github.io/CWG/issues/2813.html">2813</a></td>
16728 <td>Class member access with prvalues
</td>
16729 <td class=
"unknown" align=
"center">Unknown
</td>
16732 <td><a href=
"https://cplusplus.github.io/CWG/issues/2814.html">2814</a></td>
16734 <td>Alignment requirement of incomplete class type
</td>
16735 <td class=
"unknown" align=
"center">Unknown
</td>
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>
16743 <tr class=
"open" id=
"2816">
16744 <td><a href=
"https://cplusplus.github.io/CWG/issues/2816.html">2816</a></td>
16746 <td>Unclear phrasing
"may assume ... eventually"</td>
16747 <td align=
"center">Not resolved
</td>
16749 <tr class=
"open" id=
"2817">
16750 <td><a href=
"https://cplusplus.github.io/CWG/issues/2817.html">2817</a></td>
16752 <td>sizeof(abstract class) is underspecified
</td>
16753 <td align=
"center">Not resolved
</td>
16756 <td><a href=
"https://cplusplus.github.io/CWG/issues/2818.html">2818</a></td>
16758 <td>Use of predefined reserved identifiers
</td>
16759 <td class=
"unknown" align=
"center">Unknown
</td>
16762 <td><a href=
"https://cplusplus.github.io/CWG/issues/2819.html">2819</a></td>
16764 <td>Cast from null pointer value in a constant expression
</td>
16765 <td class=
"full" align=
"center">Clang
19</td>
16768 <td><a href=
"https://cplusplus.github.io/CWG/issues/2820.html">2820</a></td>
16770 <td>Value-initialization and default constructors
</td>
16771 <td class=
"unknown" align=
"center">Unknown
</td>
16773 <tr class=
"open" id=
"2821">
16774 <td><a href=
"https://cplusplus.github.io/CWG/issues/2821.html">2821</a></td>
16776 <td>Lifetime, zero-initialization, and dynamic initialization
</td>
16777 <td align=
"center">Not resolved
</td>
16780 <td><a href=
"https://cplusplus.github.io/CWG/issues/2822.html">2822</a></td>
16782 <td>Side-effect-free pointer zap
</td>
16783 <td class=
"unknown" align=
"center">Unknown
</td>
16786 <td><a href=
"https://cplusplus.github.io/CWG/issues/2823.html">2823</a></td>
16788 <td>Implicit undefined behavior when dereferencing pointers
</td>
16789 <td class=
"unknown" align=
"center">Unknown
</td>
16792 <td><a href=
"https://cplusplus.github.io/CWG/issues/2824.html">2824</a></td>
16794 <td>Copy-initialization of arrays
</td>
16795 <td class=
"unknown" align=
"center">Unknown
</td>
16798 <td><a href=
"https://cplusplus.github.io/CWG/issues/2825.html">2825</a></td>
16800 <td>Range-based for statement using a
<I>braced-init-list
</I></td>
16801 <td class=
"unknown" align=
"center">Unknown
</td>
16803 <tr class=
"open" id=
"2826">
16804 <td><a href=
"https://cplusplus.github.io/CWG/issues/2826.html">2826</a></td>
16806 <td>Missing definition of
"temporary expression"</td>
16807 <td align=
"center">Not resolved
</td>
16809 <tr class=
"open" id=
"2827">
16810 <td><a href=
"https://cplusplus.github.io/CWG/issues/2827.html">2827</a></td>
16812 <td>Representation of unsigned integral types
</td>
16813 <td align=
"center">Not resolved
</td>
16816 <td><a href=
"https://cplusplus.github.io/CWG/issues/2828.html">2828</a></td>
16818 <td>Ambiguous interpretation of C-style cast
</td>
16819 <td class=
"unknown" align=
"center">Unknown
</td>
16821 <tr class=
"open" id=
"2829">
16822 <td><a href=
"https://cplusplus.github.io/CWG/issues/2829.html">2829</a></td>
16824 <td>Redundant case in restricting user-defined conversion sequences
</td>
16825 <td align=
"center">Not resolved
</td>
16828 <td><a href=
"https://cplusplus.github.io/CWG/issues/2830.html">2830</a></td>
16830 <td>Top-level cv-qualification should be ignored for list-initialization
</td>
16831 <td class=
"unknown" align=
"center">Unknown
</td>
16834 <td><a href=
"https://cplusplus.github.io/CWG/issues/2831.html">2831</a></td>
16836 <td>Non-templated function definitions and
<I>requires-clause
</I>s
</td>
16837 <td class=
"unknown" align=
"center">Unknown
</td>
16839 <tr class=
"open" id=
"2832">
16840 <td><a href=
"https://cplusplus.github.io/CWG/issues/2832.html">2832</a></td>
16842 <td>Invented temporary variables and temporary objects
</td>
16843 <td align=
"center">Not resolved
</td>
16845 <tr class=
"open" id=
"2833">
16846 <td><a href=
"https://cplusplus.github.io/CWG/issues/2833.html">2833</a></td>
16848 <td>Evaluation of odr-use
</td>
16849 <td align=
"center">Not resolved
</td>
16851 <tr class=
"open" id=
"2834">
16852 <td><a href=
"https://cplusplus.github.io/CWG/issues/2834.html">2834</a></td>
16854 <td>Partial ordering and explicit object parameters
</td>
16855 <td align=
"center">Not resolved
</td>
16857 <tr class=
"open" id=
"2835">
16858 <td><a href=
"https://cplusplus.github.io/CWG/issues/2835.html">2835</a></td>
16860 <td>Name-independent declarations
</td>
16861 <td align=
"center">Not resolved
</td>
16864 <td><a href=
"https://cplusplus.github.io/CWG/issues/2836.html">2836</a></td>
16866 <td>Conversion rank of
<TT>long double
</TT> and extended floating-point types
</td>
16867 <td class=
"unknown" align=
"center">Unknown
</td>
16869 <tr class=
"open" id=
"2837">
16870 <td><a href=
"https://cplusplus.github.io/CWG/issues/2837.html">2837</a></td>
16872 <td>Instantiating and inheriting by-value copy constructors
</td>
16873 <td align=
"center">Not resolved
</td>
16875 <tr class=
"open" id=
"2838">
16876 <td><a href=
"https://cplusplus.github.io/CWG/issues/2838.html">2838</a></td>
16878 <td>Declaration conflicts in
<I>lambda-expression
</I>s
</td>
16879 <td align=
"center">Not resolved
</td>
16881 <tr class=
"open" id=
"2839">
16882 <td><a href=
"https://cplusplus.github.io/CWG/issues/2839.html">2839</a></td>
16884 <td>Explicit destruction of base classes
</td>
16885 <td align=
"center">Not resolved
</td>
16887 <tr class=
"open" id=
"2840">
16888 <td><a href=
"https://cplusplus.github.io/CWG/issues/2840.html">2840</a></td>
16890 <td>Missing requirements for fundamental alignments
</td>
16891 <td align=
"center">Not resolved
</td>
16893 <tr class=
"open" id=
"2841">
16894 <td><a href=
"https://cplusplus.github.io/CWG/issues/2841.html">2841</a></td>
16896 <td>When do const objects start being const?
</td>
16897 <td align=
"center">Not resolved
</td>
16899 <tr class=
"open" id=
"2842">
16900 <td><a href=
"https://cplusplus.github.io/CWG/issues/2842.html">2842</a></td>
16902 <td>Preferring an
<TT>initializer_list
</TT> over a single value
</td>
16903 <td align=
"center">Not resolved
</td>
16905 <tr class=
"open" id=
"2843">
16906 <td><a href=
"https://cplusplus.github.io/CWG/issues/2843.html">2843</a></td>
16908 <td>Undated reference to Unicode makes C++ a moving target
</td>
16909 <td align=
"center">Not resolved
</td>
16911 <tr class=
"open" id=
"2844">
16912 <td><a href=
"https://cplusplus.github.io/CWG/issues/2844.html">2844</a></td>
16914 <td>Enumerating a finite set of built-in candidates
</td>
16915 <td align=
"center">Not resolved
</td>
16918 <td><a href=
"https://cplusplus.github.io/CWG/issues/2845.html">2845</a></td>
16920 <td>Make the closure type of a captureless lambda a structural type
</td>
16921 <td class=
"unknown" align=
"center">Unknown
</td>
16924 <td><a href=
"https://cplusplus.github.io/CWG/issues/2846.html">2846</a></td>
16926 <td>Out-of-class definitions of explicit object member functions
</td>
16927 <td class=
"unknown" align=
"center">Unknown
</td>
16929 <tr class=
"open" id=
"2847">
16930 <td><a href=
"https://cplusplus.github.io/CWG/issues/2847.html">2847</a></td>
16932 <td>Constrained explicit specializations of function templates at class scope
</td>
16933 <td align=
"center">
16935 <summary>Not resolved
</summary>
16936 Clang
19 implements
2024-
03-
01 resolution
16940 <td><a href=
"https://cplusplus.github.io/CWG/issues/2848.html">2848</a></td>
16942 <td>Omitting an empty template argument list for explicit instantiation
</td>
16943 <td class=
"unknown" align=
"center">Unknown
</td>
16946 <td><a href=
"https://cplusplus.github.io/CWG/issues/2849.html">2849</a></td>
16948 <td>Parameter objects are not temporary objects
</td>
16949 <td class=
"unknown" align=
"center">Unknown
</td>
16952 <td><a href=
"https://cplusplus.github.io/CWG/issues/2850.html">2850</a></td>
16954 <td>Unclear storage duration for function parameter objects
</td>
16955 <td class=
"unknown" align=
"center">Unknown
</td>
16958 <td><a href=
"https://cplusplus.github.io/CWG/issues/2851.html">2851</a></td>
16960 <td>Allow floating-point conversions in converted constant expressions
</td>
16961 <td class=
"unknown" align=
"center">Unknown
</td>
16963 <tr class=
"open" id=
"2852">
16964 <td><a href=
"https://cplusplus.github.io/CWG/issues/2852.html">2852</a></td>
16966 <td>Complete-class contexts and class-scope lambdas
</td>
16967 <td align=
"center">Not resolved
</td>
16970 <td><a href=
"https://cplusplus.github.io/CWG/issues/2853.html">2853</a></td>
16972 <td>Pointer arithmetic with pointer to hypothetical element
</td>
16973 <td class=
"unknown" align=
"center">Unknown
</td>
16976 <td><a href=
"https://cplusplus.github.io/CWG/issues/2854.html">2854</a></td>
16978 <td>Storage duration of exception objects
</td>
16979 <td class=
"unknown" align=
"center">Unknown
</td>
16982 <td><a href=
"https://cplusplus.github.io/CWG/issues/2855.html">2855</a></td>
16984 <td>Undefined behavior in postfix increment
</td>
16985 <td class=
"unknown" align=
"center">Unknown
</td>
16988 <td><a href=
"https://cplusplus.github.io/CWG/issues/2856.html">2856</a></td>
16990 <td>Copy-list-initialization with explicit default constructors
</td>
16991 <td class=
"unknown" align=
"center">Unknown
</td>
16994 <td><a href=
"https://cplusplus.github.io/CWG/issues/2857.html">2857</a></td>
16996 <td>Argument-dependent lookup with incomplete class types
</td>
16997 <td class=
"none" align=
"center">No
</td>
17000 <td><a href=
"https://cplusplus.github.io/CWG/issues/2858.html">2858</a></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>
17006 <td><a href=
"https://cplusplus.github.io/CWG/issues/2859.html">2859</a></td>
17008 <td>Value-initialization with multiple default constructors
</td>
17009 <td class=
"unknown" align=
"center">Unknown
</td>
17012 <td><a href=
"https://cplusplus.github.io/CWG/issues/2860.html">2860</a></td>
17014 <td>Remove and fix the term
"vacuous initialization"</td>
17015 <td class=
"unknown" align=
"center">Unknown
</td>
17018 <td><a href=
"https://cplusplus.github.io/CWG/issues/2861.html">2861</a></td>
17020 <td><TT>dynamic_cast
</TT> on bad pointer value
</td>
17021 <td class=
"unknown" align=
"center">Unknown
</td>
17023 <tr class=
"open" id=
"2862">
17024 <td><a href=
"https://cplusplus.github.io/CWG/issues/2862.html">2862</a></td>
17026 <td>Unclear boundaries of template declarations
</td>
17027 <td align=
"center">Not resolved
</td>
17029 <tr class=
"open" id=
"2863">
17030 <td><a href=
"https://cplusplus.github.io/CWG/issues/2863.html">2863</a></td>
17032 <td>Unclear synchronization requirements for object lifetime rules
</td>
17033 <td align=
"center">Not resolved
</td>
17036 <td><a href=
"https://cplusplus.github.io/CWG/issues/2864.html">2864</a></td>
17038 <td>Narrowing floating-point conversions
</td>
17039 <td class=
"unknown" align=
"center">Unknown
</td>
17042 <td><a href=
"https://cplusplus.github.io/CWG/issues/2865.html">2865</a></td>
17044 <td>Regression on result of conditional operator
</td>
17045 <td class=
"unknown" align=
"center">Unknown
</td>
17047 <tr class=
"open" id=
"2866">
17048 <td><a href=
"https://cplusplus.github.io/CWG/issues/2866.html">2866</a></td>
17050 <td>Observing the effects of
<TT>[[no_unique_address]]
</TT></td>
17051 <td align=
"center">Not resolved
</td>
17054 <td><a href=
"https://cplusplus.github.io/CWG/issues/2867.html">2867</a></td>
17056 <td>Order of initialization for structured bindings
</td>
17057 <td class=
"unknown" align=
"center">Unknown
</td>
17059 <tr class=
"open" id=
"2868">
17060 <td><a href=
"https://cplusplus.github.io/CWG/issues/2868.html">2868</a></td>
17062 <td>Self-references in trivially copyable objects as function return values
</td>
17063 <td align=
"center">Not resolved
</td>
17066 <td><a href=
"https://cplusplus.github.io/CWG/issues/2869.html">2869</a></td>
17068 <td><TT>this
</TT> in local classes
</td>
17069 <td class=
"unknown" align=
"center">Unknown
</td>
17072 <td><a href=
"https://cplusplus.github.io/CWG/issues/2870.html">2870</a></td>
17074 <td>Combining absent
<I>encoding-prefix
</I>es
</td>
17075 <td class=
"unknown" align=
"center">Unknown
</td>
17078 <td><a href=
"https://cplusplus.github.io/CWG/issues/2871.html">2871</a></td>
17080 <td>User-declared constructor templates inhibiting default constructors
</td>
17081 <td class=
"unknown" align=
"center">Unknown
</td>
17084 <td><a href=
"https://cplusplus.github.io/CWG/issues/2872.html">2872</a></td>
17086 <td>Linkage and unclear
"can be referred to"</td>
17087 <td class=
"unknown" align=
"center">Unknown
</td>
17089 <tr class=
"open" id=
"2873">
17090 <td><a href=
"https://cplusplus.github.io/CWG/issues/2873.html">2873</a></td>
17092 <td>Taking the address of a function involving template argument deduction
</td>
17093 <td align=
"center">Not resolved
</td>
17096 <td><a href=
"https://cplusplus.github.io/CWG/issues/2874.html">2874</a></td>
17098 <td>Qualified declarations of partial specializations
</td>
17099 <td class=
"unknown" align=
"center">Unknown
</td>
17101 <tr class=
"open" id=
"2875">
17102 <td><a href=
"https://cplusplus.github.io/CWG/issues/2875.html">2875</a></td>
17104 <td>Missing support for round-tripping null pointer values through indirection/address operators
</td>
17105 <td align=
"center">Not resolved
</td>
17108 <td><a href=
"https://cplusplus.github.io/CWG/issues/2876.html">2876</a></td>
17110 <td>Disambiguation of
<TT>T x = delete(
"text")
</TT></td>
17111 <td class=
"unknown" align=
"center">Unknown
</td>
17114 <td><a href=
"https://cplusplus.github.io/CWG/issues/2877.html">2877</a></td>
17116 <td>Type-only lookup for
<I>using-enum-declarator
</I></td>
17117 <td class=
"full" align=
"center">Clang
19</td>
17119 <tr class=
"open" id=
"2878">
17120 <td><a href=
"https://cplusplus.github.io/CWG/issues/2878.html">2878</a></td>
17122 <td>C-style casts to reference types
</td>
17123 <td align=
"center">Not resolved
</td>
17125 <tr class=
"open" id=
"2879">
17126 <td><a href=
"https://cplusplus.github.io/CWG/issues/2879.html">2879</a></td>
17128 <td>Undesired outcomes with
<TT>const_cast
</TT></td>
17129 <td align=
"center">Not resolved
</td>
17132 <td><a href=
"https://cplusplus.github.io/CWG/issues/2880.html">2880</a></td>
17134 <td>Accessibility check for destructor of incomplete class type
</td>
17135 <td class=
"unknown" align=
"center">Unknown
</td>
17138 <td><a href=
"https://cplusplus.github.io/CWG/issues/2881.html">2881</a></td>
17140 <td>Type restrictions for the explicit object parameter of a lambda
</td>
17141 <td class=
"full" align=
"center">Clang
19</td>
17144 <td><a href=
"https://cplusplus.github.io/CWG/issues/2882.html">2882</a></td>
17146 <td>Unclear treatment of conversion to
<TT>void
</TT></td>
17147 <td class=
"full" align=
"center">Clang
2.7</td>
17150 <td><a href=
"https://cplusplus.github.io/CWG/issues/2883.html">2883</a></td>
17152 <td>Definition of
"odr-usable" ignores lambda scopes
</td>
17153 <td class=
"none" align=
"center">No
</td>
17156 <td><a href=
"https://cplusplus.github.io/CWG/issues/2884.html">2884</a></td>
17158 <td>Qualified declarations of partial specializations
</td>
17159 <td class=
"unknown" align=
"center">Unknown
</td>
17161 <tr class=
"open" id=
"2885">
17162 <td><a href=
"https://cplusplus.github.io/CWG/issues/2885.html">2885</a></td>
17164 <td>Non-eligible trivial default constructors
</td>
17165 <td align=
"center">
17167 <summary>Not resolved
</summary>
17168 Clang
16 implements
2024-
05-
31 resolution
17172 <td><a href=
"https://cplusplus.github.io/CWG/issues/2886.html">2886</a></td>
17174 <td>Temporaries and trivial potentially-throwing special member functions
</td>
17175 <td class=
"full" align=
"center">Clang
9</td>
17178 <td><a href=
"https://cplusplus.github.io/CWG/issues/2887.html">2887</a></td>
17180 <td>Missing compatibility entries for xvalues
</td>
17181 <td class=
"unknown" align=
"center">Unknown
</td>
17183 <tr class=
"open" id=
"2888">
17184 <td><a href=
"https://cplusplus.github.io/CWG/issues/2888.html">2888</a></td>
17186 <td>Missing cases for reference and array types for argument-dependent lookup
</td>
17187 <td align=
"center">Not resolved
</td>
17189 <tr class=
"open" id=
"2889">
17190 <td><a href=
"https://cplusplus.github.io/CWG/issues/2889.html">2889</a></td>
17192 <td>Requiring an accessible destructor for destroying operator delete
</td>
17193 <td align=
"center">Not resolved
</td>
17195 <tr class=
"open" id=
"2890">
17196 <td><a href=
"https://cplusplus.github.io/CWG/issues/2890.html">2890</a></td>
17198 <td>Defining members of local classes
</td>
17199 <td align=
"center">Not resolved
</td>
17202 <td><a href=
"https://cplusplus.github.io/CWG/issues/2891.html">2891</a></td>
17204 <td>Normative status of implementation limits
</td>
17205 <td class=
"unknown" align=
"center">Unknown
</td>
17208 <td><a href=
"https://cplusplus.github.io/CWG/issues/2892.html">2892</a></td>
17210 <td>Unclear usual arithmetic conversions
</td>
17211 <td class=
"unknown" align=
"center">Unknown
</td>
17214 <td><a href=
"https://cplusplus.github.io/CWG/issues/2893.html">2893</a></td>
17216 <td>Instantiations in discarded
<TT>if constexpr
</TT> substatements
</td>
17217 <td class=
"unknown" align=
"center">Unknown
</td>
17219 <tr class=
"open" id=
"2894">
17220 <td><a href=
"https://cplusplus.github.io/CWG/issues/2894.html">2894</a></td>
17222 <td>Functional casts create prvalues of reference type
</td>
17223 <td align=
"center">Not resolved
</td>
17226 <td><a href=
"https://cplusplus.github.io/CWG/issues/2895.html">2895</a></td>
17228 <td>Initialization should ignore the destination type's cv-qualification
</td>
17229 <td class=
"unknown" align=
"center">Unknown
</td>
17231 <tr class=
"open" id=
"2896">
17232 <td><a href=
"https://cplusplus.github.io/CWG/issues/2896.html">2896</a></td>
17234 <td>Template argument deduction involving exception specifications
</td>
17235 <td align=
"center">Not resolved
</td>
17237 <tr class=
"open" id=
"2897">
17238 <td><a href=
"https://cplusplus.github.io/CWG/issues/2897.html">2897</a></td>
17240 <td>Copying potentially-overlapping union subobjects
</td>
17241 <td align=
"center">Not resolved
</td>
17243 <tr class=
"open" id=
"2898">
17244 <td><a href=
"https://cplusplus.github.io/CWG/issues/2898.html">2898</a></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>
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>
17255 <tr class=
"open" id=
"2900">
17256 <td><a href=
"https://cplusplus.github.io/CWG/issues/2900.html">2900</a></td>
17258 <td>Deduction of non-type template arguments with placeholder types
</td>
17259 <td align=
"center">Not resolved
</td>
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>
17267 <tr class=
"open" id=
"2902">
17268 <td><a href=
"https://cplusplus.github.io/CWG/issues/2902.html">2902</a></td>
17270 <td>Implicit
<TT>this
</TT> transformation outside of permitted contexts
</td>
17271 <td align=
"center">Not resolved
</td>
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>
17279 <tr class=
"open" id=
"2904">
17280 <td><a href=
"https://cplusplus.github.io/CWG/issues/2904.html">2904</a></td>
17282 <td>Introducing
<I>template-name
</I>s
</td>
17283 <td align=
"center">Not resolved
</td>
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>
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>
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>
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>
17309 <tr class=
"open" id=
"2909">
17310 <td><a href=
"https://cplusplus.github.io/CWG/issues/2909.html">2909</a></td>
17312 <td>Subtle difference between constant-initialized and constexpr
</td>
17313 <td align=
"center">Not resolved
</td>
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>
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>
17327 <tr class=
"open" id=
"2912">
17328 <td><a href=
"https://cplusplus.github.io/CWG/issues/2912.html">2912</a></td>
17330 <td>Too-large value for size in array new
</td>
17331 <td align=
"center">Not resolved
</td>
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">
17339 <summary>Not resolved
</summary>
17340 Clang
20 implements
2024-
08-
16 resolution
17343 <tr class=
"open" id=
"2914">
17344 <td><a href=
"https://cplusplus.github.io/CWG/issues/2914.html">2914</a></td>
17346 <td>Unclear order of initialization of static and thread-local variables
</td>
17347 <td align=
"center">Not resolved
</td>
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">
17355 <summary>Not resolved
</summary>
17356 Clang
20 implements
2024-
08-
16 resolution
17359 <tr class=
"open" id=
"2916">
17360 <td><a href=
"https://cplusplus.github.io/CWG/issues/2916.html">2916</a></td>
17362 <td>Variable template partial specializations should not be declared
<TT>static
</TT></td>
17363 <td align=
"center">Not resolved
</td>
17365 <tr class=
"open" id=
"2917">
17366 <td><a href=
"https://cplusplus.github.io/CWG/issues/2917.html">2917</a></td>
17368 <td>Disallow multiple
<I>friend-type-specifier
</I>s for a friend template
</td>
17369 <td align=
"center">
17371 <summary>Not resolved
</summary>
17372 Clang
20 implements
2024-
07-
30 resolution
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>
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>
17387 <tr class=
"open" id=
"2920">
17388 <td><a href=
"https://cplusplus.github.io/CWG/issues/2920.html">2920</a></td>
17390 <td>The
<TT>template
</TT> keyword for base classes
</td>
17391 <td align=
"center">Not resolved
</td>
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>
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">
17405 <summary>Not resolved
</summary>
17406 Clang
20 implements
2024-
07-
10 resolution
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>
17415 <tr class=
"open" id=
"2924">
17416 <td><a href=
"https://cplusplus.github.io/CWG/issues/2924.html">2924</a></td>
17418 <td>Undefined behavior during constant evaluation
</td>
17419 <td align=
"center">Not resolved
</td>
17422 <td><a href=
"https://cplusplus.github.io/CWG/issues/2925.html">2925</a></td>
17424 <td>Deleting a pointer to an incomplete enumeration type
</td>
17425 <td class=
"unknown" align=
"center">Unknown
</td>
17427 <tr class=
"open" id=
"2926">
17428 <td><a href=
"https://cplusplus.github.io/CWG/issues/2926.html">2926</a></td>
17430 <td>Lookup context for dependent qualified names
</td>
17431 <td align=
"center">Not resolved
</td>
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>
17439 <tr class=
"open" id=
"2928">
17440 <td><a href=
"https://cplusplus.github.io/CWG/issues/2928.html">2928</a></td>
17442 <td>No ordering for initializing thread-local variables
</td>
17443 <td align=
"center">Not resolved
</td>
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>
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>
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>
17463 <tr class=
"open" id=
"2932">
17464 <td><a href=
"https://cplusplus.github.io/CWG/issues/2932.html">2932</a></td>
17466 <td>Value range of empty enumeration
</td>
17467 <td align=
"center">Not resolved
</td>
17469 <tr class=
"open" id=
"2933">
17470 <td><a href=
"https://cplusplus.github.io/CWG/issues/2933.html">2933</a></td>
17472 <td>Dangling references
</td>
17473 <td align=
"center">Not resolved
</td>
17475 <tr class=
"open" id=
"2934">
17476 <td><a href=
"https://cplusplus.github.io/CWG/issues/2934.html">2934</a></td>
17478 <td>Unclear semantics of exception escaping from
<TT>unhandled_exception
</TT></td>
17479 <td align=
"center">Not resolved
</td>
17481 <tr class=
"open" id=
"2935">
17482 <td><a href=
"https://cplusplus.github.io/CWG/issues/2935.html">2935</a></td>
17484 <td>Destroying the coroutine state when initial-await-resume-called is false
</td>
17485 <td align=
"center">Not resolved
</td>
17487 <tr class=
"open" id=
"2936">
17488 <td><a href=
"https://cplusplus.github.io/CWG/issues/2936.html">2936</a></td>
17490 <td>Local classes of templated functions should be part of the current instantiation
</td>
17491 <td align=
"center">Not resolved
</td>
17493 <tr class=
"open" id=
"2937">
17494 <td><a href=
"https://cplusplus.github.io/CWG/issues/2937.html">2937</a></td>
17496 <td>Grammar for
<I>preprocessing-file
</I> has no normative effect
</td>
17497 <td align=
"center">Not resolved
</td>
17499 <tr class=
"open" id=
"2938">
17500 <td><a href=
"https://cplusplus.github.io/CWG/issues/2938.html">2938</a></td>
17502 <td>Inheriting linkage from a previous declaration
</td>
17503 <td align=
"center">Not resolved
</td>
17505 <tr class=
"open" id=
"2939">
17506 <td><a href=
"https://cplusplus.github.io/CWG/issues/2939.html">2939</a></td>
17508 <td>Do not allow
<TT>reinterpret_cast
</TT> from prvalue to rvalue reference
</td>
17509 <td align=
"center">Not resolved
</td>