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 .partial { background-color: #FFE0B0 }
12 .unreleased { background-color: #FFFF99 }
13 .full { background-color: #CCFF99 }
14 .na { background-color: #DDDDDD }
15 .open * { color: #AAAAAA }
16 //.open
{ filter: opacity
(0.2) }
17 tr:target
{ background-color: #FFFFBB }
18 th
{ background-color: #FFDDAA }
23 <!--#include virtual="menu.html.incl"-->
27 <!--*************************************************************************-->
28 <h1>C++ Defect Report Support in Clang
</h1>
29 <!--*************************************************************************-->
31 <h2 id=
"cxxdr">C++ defect report implementation status
</h2>
33 <p>This page tracks which C++ defect reports are implemented within Clang.
</p>
35 <table width=
"689" border=
"1" cellspacing=
"0">
40 <th>Available in Clang?
</th>
43 <td><a href=
"https://cplusplus.github.io/CWG/issues/1.html">1</a></td>
45 <td>What if two using-declarations refer to the same function but the declarations introduce different default-arguments?
</td>
46 <td class=
"none" align=
"center">No
</td>
48 <tr class=
"open" id=
"2">
49 <td><a href=
"https://cplusplus.github.io/CWG/issues/2.html">2</a></td>
51 <td>How can dependent names be used in member declarations that appear outside of the class template definition?
</td>
52 <td align=
"center">Not resolved
</td>
55 <td><a href=
"https://cplusplus.github.io/CWG/issues/3.html">3</a></td>
57 <td>The template compilation model rules render some explicit specialization declarations not visible during instantiation
</td>
58 <td class=
"full" align=
"center">Yes
</td>
61 <td><a href=
"https://cplusplus.github.io/CWG/issues/4.html">4</a></td>
63 <td>Does extern
"C" affect the linkage of function names with internal linkage?
</td>
64 <td class=
"full" align=
"center">Yes
</td>
67 <td><a href=
"https://cplusplus.github.io/CWG/issues/5.html">5</a></td>
69 <td>CV-qualifiers and type conversions
</td>
70 <td class=
"full" align=
"center">Yes
</td>
73 <td><a href=
"https://cplusplus.github.io/CWG/issues/6.html">6</a></td>
75 <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>
76 <td class=
"none" align=
"center">Unknown
</td>
79 <td><a href=
"https://cplusplus.github.io/CWG/issues/7.html">7</a></td>
81 <td>Can a class with a private virtual base class be derived from?
</td>
82 <td class=
"full" align=
"center">Yes
</td>
85 <td><a href=
"https://cplusplus.github.io/CWG/issues/8.html">8</a></td>
87 <td>Access to template arguments used in a function return type and in the nested name specifier
</td>
88 <td class=
"full" align=
"center">Duplicate of
<a href=
"#45">45</a></td>
91 <td><a href=
"https://cplusplus.github.io/CWG/issues/9.html">9</a></td>
93 <td>Clarification of access to base class members
</td>
94 <td class=
"full" align=
"center">Yes
</td>
97 <td><a href=
"https://cplusplus.github.io/CWG/issues/10.html">10</a></td>
99 <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>
100 <td class=
"full" align=
"center">Duplicate of
<a href=
"#45">45</a></td>
103 <td><a href=
"https://cplusplus.github.io/CWG/issues/11.html">11</a></td>
105 <td>How do the keywords typename/template interact with using-declarations?
</td>
106 <td class=
"full" align=
"center">Yes
</td>
109 <td><a href=
"https://cplusplus.github.io/CWG/issues/12.html">12</a></td>
111 <td>Default arguments on different declarations for the same function and the Koenig lookup
</td>
112 <td class=
"full" align=
"center">Superseded by
<a href=
"#239">239</a></td>
115 <td><a href=
"https://cplusplus.github.io/CWG/issues/13.html">13</a></td>
117 <td>extern
"C" for Parameters of Function Templates
</td>
118 <td class=
"none" align=
"center">No
</td>
121 <td><a href=
"https://cplusplus.github.io/CWG/issues/14.html">14</a></td>
123 <td>extern
"C" functions and declarations in different namespaces
</td>
124 <td class=
"full" align=
"center">Yes
</td>
127 <td><a href=
"https://cplusplus.github.io/CWG/issues/15.html">15</a></td>
129 <td>Default arguments for parameters of function templates
</td>
130 <td class=
"full" align=
"center">Yes
</td>
133 <td><a href=
"https://cplusplus.github.io/CWG/issues/16.html">16</a></td>
135 <td>Access to members of indirect private base classes
</td>
136 <td class=
"full" align=
"center">Yes
</td>
139 <td><a href=
"https://cplusplus.github.io/CWG/issues/17.html">17</a></td>
141 <td>Footnote
99 should discuss the naming class when describing members that can be accessed from friends
</td>
142 <td class=
"full" align=
"center">Yes
</td>
145 <td><a href=
"https://cplusplus.github.io/CWG/issues/18.html">18</a></td>
147 <td>f(TYPE) where TYPE is void should be allowed
</td>
148 <td class=
"full" align=
"center">Superseded by
<a href=
"#577">577</a></td>
151 <td><a href=
"https://cplusplus.github.io/CWG/issues/19.html">19</a></td>
153 <td>Clarify protected member access
</td>
154 <td class=
"full" align=
"center">Yes
</td>
157 <td><a href=
"https://cplusplus.github.io/CWG/issues/20.html">20</a></td>
159 <td>Some clarifications needed for
12.8 para
15</td>
160 <td class=
"full" align=
"center">Yes
</td>
163 <td><a href=
"https://cplusplus.github.io/CWG/issues/21.html">21</a></td>
165 <td>Can a default argument for a template parameter appear in a friend declaration?
</td>
166 <td class=
"full" align=
"center">Yes
</td>
169 <td><a href=
"https://cplusplus.github.io/CWG/issues/22.html">22</a></td>
171 <td>Template parameter with a default argument that refers to itself
</td>
172 <td class=
"full" align=
"center">Superseded by
<a href=
"#481">481</a></td>
175 <td><a href=
"https://cplusplus.github.io/CWG/issues/23.html">23</a></td>
177 <td>Some questions regarding partial ordering of function templates
</td>
178 <td class=
"full" align=
"center">Yes
</td>
181 <td><a href=
"https://cplusplus.github.io/CWG/issues/24.html">24</a></td>
183 <td>Errors in examples in
14.7.3</td>
184 <td class=
"na" align=
"center">N/A
</td>
187 <td><a href=
"https://cplusplus.github.io/CWG/issues/25.html">25</a></td>
189 <td>Exception specifications and pointers to members
</td>
190 <td class=
"full" align=
"center">Yes
</td>
193 <td><a href=
"https://cplusplus.github.io/CWG/issues/26.html">26</a></td>
195 <td>Copy constructors and default arguments
</td>
196 <td class=
"full" align=
"center">Yes
</td>
199 <td><a href=
"https://cplusplus.github.io/CWG/issues/27.html">27</a></td>
201 <td>Overload ambiguities for builtin ?: prototypes
</td>
202 <td class=
"full" align=
"center">Yes
</td>
205 <td><a href=
"https://cplusplus.github.io/CWG/issues/28.html">28</a></td>
207 <td>'exit', 'signal' and static object destruction
</td>
208 <td class=
"na" align=
"center">N/A (Library DR)
</td>
211 <td><a href=
"https://cplusplus.github.io/CWG/issues/29.html">29</a></td>
213 <td>Linkage of locally declared functions
</td>
214 <td class=
"full" align=
"center">Clang
3.4</td>
217 <td><a href=
"https://cplusplus.github.io/CWG/issues/30.html">30</a></td>
219 <td>Valid uses of
"<TT>::template</TT>"</td>
220 <td class=
"full" align=
"center">Superseded by
<a href=
"#468">468</a> (C++
11 onwards)
</td>
223 <td><a href=
"https://cplusplus.github.io/CWG/issues/31.html">31</a></td>
225 <td>Looking up new/delete
</td>
226 <td class=
"full" align=
"center">Yes
</td>
229 <td><a href=
"https://cplusplus.github.io/CWG/issues/32.html">32</a></td>
231 <td>Clarification of explicit instantiation of non-exported templates
</td>
232 <td class=
"na" align=
"center">N/A
</td>
235 <td><a href=
"https://cplusplus.github.io/CWG/issues/33.html">33</a></td>
237 <td>Argument dependent lookup and overloaded functions
</td>
238 <td class=
"full" align=
"center">Yes
</td>
241 <td><a href=
"https://cplusplus.github.io/CWG/issues/34.html">34</a></td>
243 <td>Argument dependent lookup and points of instantiation
</td>
244 <td class=
"na" align=
"center">N/A
</td>
247 <td><a href=
"https://cplusplus.github.io/CWG/issues/35.html">35</a></td>
249 <td>Definition of default-initialization
</td>
250 <td class=
"full" align=
"center">Duplicate of
<a href=
"#178">178</a></td>
253 <td><a href=
"https://cplusplus.github.io/CWG/issues/36.html">36</a></td>
255 <td><I>using-declaration
</I>s in multiple-declaration contexts
</td>
256 <td class=
"full" align=
"center">Yes
</td>
259 <td><a href=
"https://cplusplus.github.io/CWG/issues/37.html">37</a></td>
261 <td>When is uncaught_exception() true?
</td>
262 <td class=
"none" align=
"center">Superseded by
<a href=
"#475">475</a></td>
265 <td><a href=
"https://cplusplus.github.io/CWG/issues/38.html">38</a></td>
267 <td>Explicit template arguments and operator functions
</td>
268 <td class=
"full" align=
"center">Yes
</td>
271 <td><a href=
"https://cplusplus.github.io/CWG/issues/39.html">39</a></td>
273 <td>Conflicting ambiguity rules
</td>
274 <td class=
"none" align=
"center">No
</td>
277 <td><a href=
"https://cplusplus.github.io/CWG/issues/40.html">40</a></td>
279 <td>Syntax of
<I>declarator-id
</I></td>
280 <td class=
"na" align=
"center">N/A
</td>
283 <td><a href=
"https://cplusplus.github.io/CWG/issues/41.html">41</a></td>
285 <td>Clarification of lookup of names after declarator-id
</td>
286 <td class=
"full" align=
"center">Yes
</td>
289 <td><a href=
"https://cplusplus.github.io/CWG/issues/42.html">42</a></td>
291 <td>Redefining names from base classes
</td>
292 <td class=
"full" align=
"center">Yes
</td>
295 <td><a href=
"https://cplusplus.github.io/CWG/issues/43.html">43</a></td>
297 <td>Copying base classes (PODs) using memcpy
</td>
298 <td class=
"na" align=
"center">N/A
</td>
301 <td><a href=
"https://cplusplus.github.io/CWG/issues/44.html">44</a></td>
303 <td>Member specializations
</td>
304 <td class=
"partial" align=
"center">Superseded by
<a href=
"#727">727</a></td>
307 <td><a href=
"https://cplusplus.github.io/CWG/issues/45.html">45</a></td>
309 <td>Access to nested classes
</td>
310 <td class=
"full" align=
"center">Yes
</td>
313 <td><a href=
"https://cplusplus.github.io/CWG/issues/46.html">46</a></td>
315 <td>Explicit instantiation of member templates
</td>
316 <td class=
"full" align=
"center">Yes
</td>
319 <td><a href=
"https://cplusplus.github.io/CWG/issues/47.html">47</a></td>
321 <td>Template friend issues
</td>
322 <td class=
"full" align=
"center">Superseded by
<a href=
"#329">329</a></td>
325 <td><a href=
"https://cplusplus.github.io/CWG/issues/48.html">48</a></td>
327 <td>Definitions of unused static members
</td>
328 <td class=
"full" align=
"center">Yes
</td>
331 <td><a href=
"https://cplusplus.github.io/CWG/issues/49.html">49</a></td>
333 <td>Restriction on non-type, non-value template arguments
</td>
334 <td class=
"full" align=
"center">Yes
</td>
337 <td><a href=
"https://cplusplus.github.io/CWG/issues/50.html">50</a></td>
339 <td>Converting pointer to incomplete type to same type
</td>
340 <td class=
"full" align=
"center">Yes
</td>
343 <td><a href=
"https://cplusplus.github.io/CWG/issues/51.html">51</a></td>
345 <td>Overloading and user-defined conversions
</td>
346 <td class=
"full" align=
"center">Yes
</td>
349 <td><a href=
"https://cplusplus.github.io/CWG/issues/52.html">52</a></td>
351 <td>Non-static members, member selection and access checking
</td>
352 <td class=
"full" align=
"center">Yes
</td>
355 <td><a href=
"https://cplusplus.github.io/CWG/issues/53.html">53</a></td>
357 <td>Lvalue-to-rvalue conversion before certain static_casts
</td>
358 <td class=
"full" align=
"center">Yes
</td>
361 <td><a href=
"https://cplusplus.github.io/CWG/issues/54.html">54</a></td>
363 <td>Static_cast from private base to derived class
</td>
364 <td class=
"full" align=
"center">Yes
</td>
367 <td><a href=
"https://cplusplus.github.io/CWG/issues/55.html">55</a></td>
369 <td>Adding/subtracting pointer and enumeration value
</td>
370 <td class=
"full" align=
"center">Yes
</td>
373 <td><a href=
"https://cplusplus.github.io/CWG/issues/56.html">56</a></td>
375 <td>Redeclaring typedefs within classes
</td>
376 <td class=
"full" align=
"center">Yes
</td>
378 <tr class=
"open" id=
"57">
379 <td><a href=
"https://cplusplus.github.io/CWG/issues/57.html">57</a></td>
381 <td>Empty unions
</td>
382 <td align=
"center">Not resolved
</td>
385 <td><a href=
"https://cplusplus.github.io/CWG/issues/58.html">58</a></td>
387 <td>Signedness of bit fields of enum type
</td>
388 <td class=
"full" align=
"center">Yes
</td>
391 <td><a href=
"https://cplusplus.github.io/CWG/issues/59.html">59</a></td>
393 <td>Clarification of overloading and UDC to reference type
</td>
394 <td class=
"full" align=
"center">Yes
</td>
397 <td><a href=
"https://cplusplus.github.io/CWG/issues/60.html">60</a></td>
399 <td>Reference binding and valid conversion sequences
</td>
400 <td class=
"full" align=
"center">Yes
</td>
403 <td><a href=
"https://cplusplus.github.io/CWG/issues/61.html">61</a></td>
405 <td>Address of static member function
"<TT>&p->f</TT>"</td>
406 <td class=
"full" align=
"center">Yes
</td>
409 <td><a href=
"https://cplusplus.github.io/CWG/issues/62.html">62</a></td>
411 <td>Unnamed members of classes used as type parameters
</td>
412 <td class=
"full" align=
"center">Yes
</td>
415 <td><a href=
"https://cplusplus.github.io/CWG/issues/63.html">63</a></td>
417 <td>Class instantiation from pointer conversion to void*, null and self
</td>
418 <td class=
"full" align=
"center">Yes
</td>
421 <td><a href=
"https://cplusplus.github.io/CWG/issues/64.html">64</a></td>
423 <td>Partial ordering to disambiguate explicit specialization
</td>
424 <td class=
"full" align=
"center">Yes
</td>
427 <td><a href=
"https://cplusplus.github.io/CWG/issues/65.html">65</a></td>
429 <td>Typo in default argument example
</td>
430 <td class=
"na" align=
"center">N/A
</td>
433 <td><a href=
"https://cplusplus.github.io/CWG/issues/66.html">66</a></td>
435 <td>Visibility of default args vs overloads added after using-declaration
</td>
436 <td class=
"none" align=
"center">No
</td>
439 <td><a href=
"https://cplusplus.github.io/CWG/issues/67.html">67</a></td>
441 <td>Evaluation of left side of object-expression
</td>
442 <td class=
"na" align=
"center">N/A
</td>
445 <td><a href=
"https://cplusplus.github.io/CWG/issues/68.html">68</a></td>
447 <td>Grammar does not allow
"friend class A<int>;"</td>
448 <td class=
"full" align=
"center">Yes
</td>
451 <td><a href=
"https://cplusplus.github.io/CWG/issues/69.html">69</a></td>
453 <td>Storage class specifiers on template declarations
</td>
454 <td class=
"full" align=
"center">Yes
</td>
457 <td><a href=
"https://cplusplus.github.io/CWG/issues/70.html">70</a></td>
459 <td>Is an array bound a nondeduced context?
</td>
460 <td class=
"full" align=
"center">Yes
</td>
463 <td><a href=
"https://cplusplus.github.io/CWG/issues/71.html">71</a></td>
465 <td>Incorrect cross reference
</td>
466 <td class=
"na" align=
"center">N/A
</td>
469 <td><a href=
"https://cplusplus.github.io/CWG/issues/72.html">72</a></td>
471 <td>Linkage and storage class specifiers for templates
</td>
472 <td class=
"full" align=
"center">Duplicate of
<a href=
"#69">69</a></td>
475 <td><a href=
"https://cplusplus.github.io/CWG/issues/73.html">73</a></td>
477 <td>Pointer equality
</td>
478 <td class=
"full" align=
"center">Superseded by
<a href=
"#1652">1652</a></td>
481 <td><a href=
"https://cplusplus.github.io/CWG/issues/74.html">74</a></td>
483 <td>Enumeration value in direct-new-declarator
</td>
484 <td class=
"full" align=
"center">Yes
</td>
487 <td><a href=
"https://cplusplus.github.io/CWG/issues/75.html">75</a></td>
489 <td>In-class initialized members must be const
</td>
490 <td class=
"full" align=
"center">Yes
</td>
493 <td><a href=
"https://cplusplus.github.io/CWG/issues/76.html">76</a></td>
495 <td>Are const volatile variables considered
"constant expressions"?
</td>
496 <td class=
"full" align=
"center">Yes
</td>
499 <td><a href=
"https://cplusplus.github.io/CWG/issues/77.html">77</a></td>
501 <td>The definition of friend does not allow nested classes to be friends
</td>
502 <td class=
"full" align=
"center">Yes
</td>
505 <td><a href=
"https://cplusplus.github.io/CWG/issues/78.html">78</a></td>
507 <td>Section
8.5 paragraph
9 should state it only applies to non-static objects
</td>
508 <td class=
"none" align=
"center">Superseded by
<a href=
"#????">????
</a></td>
511 <td><a href=
"https://cplusplus.github.io/CWG/issues/79.html">79</a></td>
513 <td>Alignment and placement new
</td>
514 <td class=
"na" align=
"center">N/A
</td>
517 <td><a href=
"https://cplusplus.github.io/CWG/issues/80.html">80</a></td>
519 <td>Class members with same name as class
</td>
520 <td class=
"full" align=
"center">Yes
</td>
523 <td><a href=
"https://cplusplus.github.io/CWG/issues/81.html">81</a></td>
525 <td>Null pointers and C compatibility
</td>
526 <td class=
"na" align=
"center">N/A
</td>
529 <td><a href=
"https://cplusplus.github.io/CWG/issues/82.html">82</a></td>
531 <td>Definition of
"using" a constant expression
</td>
532 <td class=
"full" align=
"center">Duplicate of
<a href=
"#48">48</a></td>
535 <td><a href=
"https://cplusplus.github.io/CWG/issues/83.html">83</a></td>
537 <td>Overloading and deprecated conversion of string literal
</td>
538 <td class=
"full" align=
"center">Yes
</td>
541 <td><a href=
"https://cplusplus.github.io/CWG/issues/84.html">84</a></td>
543 <td>Overloading and conversion loophole used by
<TT>auto_ptr
</TT></td>
544 <td class=
"full" align=
"center">Yes
</td>
547 <td><a href=
"https://cplusplus.github.io/CWG/issues/85.html">85</a></td>
549 <td>Redeclaration of member class
</td>
550 <td class=
"full" align=
"center">Yes
</td>
553 <td><a href=
"https://cplusplus.github.io/CWG/issues/86.html">86</a></td>
555 <td>Lifetime of temporaries in query expressions
</td>
556 <td class=
"full" align=
"center">Duplicate of
<a href=
"#446">446</a></td>
559 <td><a href=
"https://cplusplus.github.io/CWG/issues/87.html">87</a></td>
561 <td>Exception specifications on function parameters
</td>
562 <td class=
"none" align=
"center">No
</td>
565 <td><a href=
"https://cplusplus.github.io/CWG/issues/88.html">88</a></td>
567 <td>Specialization of member constant templates
</td>
568 <td class=
"full" align=
"center">Yes
</td>
571 <td><a href=
"https://cplusplus.github.io/CWG/issues/89.html">89</a></td>
573 <td>Object lifetime does not account for reference rebinding
</td>
574 <td class=
"na" align=
"center">N/A
</td>
577 <td><a href=
"https://cplusplus.github.io/CWG/issues/90.html">90</a></td>
579 <td>Should the enclosing class be an
"associated class" too?
</td>
580 <td class=
"full" align=
"center">Yes
</td>
583 <td><a href=
"https://cplusplus.github.io/CWG/issues/91.html">91</a></td>
585 <td>A union's associated types should include the union itself
</td>
586 <td class=
"full" align=
"center">Yes
</td>
589 <td><a href=
"https://cplusplus.github.io/CWG/issues/92.html">92</a></td>
591 <td>Should
<I>exception-specification
</I>s be part of the type system?
</td>
592 <td class=
"full" align=
"center">Clang
4 (C++
17 onwards)
</td>
595 <td><a href=
"https://cplusplus.github.io/CWG/issues/93.html">93</a></td>
597 <td>Missing word in
3.8 <U>basic.life
</U> paragraph
2</td>
598 <td class=
"na" align=
"center">N/A
</td>
601 <td><a href=
"https://cplusplus.github.io/CWG/issues/94.html">94</a></td>
603 <td>Inconsistencies in the descriptions of constant expressions
</td>
604 <td class=
"full" align=
"center">Yes
</td>
607 <td><a href=
"https://cplusplus.github.io/CWG/issues/95.html">95</a></td>
609 <td>Elaborated type specifiers referencing names declared in friend decls
</td>
610 <td class=
"full" align=
"center">Yes
</td>
613 <td><a href=
"https://cplusplus.github.io/CWG/issues/96.html">96</a></td>
615 <td>Syntactic disambiguation using the
<TT>template
</TT> keyword
</td>
616 <td class=
"none" align=
"center">No
</td>
619 <td><a href=
"https://cplusplus.github.io/CWG/issues/97.html">97</a></td>
621 <td>Use of bool constants in integral constant expressions
</td>
622 <td class=
"full" align=
"center">Yes
</td>
625 <td><a href=
"https://cplusplus.github.io/CWG/issues/98.html">98</a></td>
627 <td>Branching into try block
</td>
628 <td class=
"full" align=
"center">Yes
</td>
631 <td><a href=
"https://cplusplus.github.io/CWG/issues/99.html">99</a></td>
633 <td>Partial ordering, references and cv-qualifiers
</td>
634 <td class=
"full" align=
"center">Superseded by
<a href=
"#214">214</a></td>
637 <td><a href=
"https://cplusplus.github.io/CWG/issues/100.html">100</a></td>
639 <td>Clarify why string literals are not allowed as template arguments
</td>
640 <td class=
"full" align=
"center">Yes
</td>
643 <td><a href=
"https://cplusplus.github.io/CWG/issues/101.html">101</a></td>
645 <td>Redeclaration of extern
"C" names via using-declarations
</td>
646 <td class=
"full" align=
"center">Clang
3.5</td>
649 <td><a href=
"https://cplusplus.github.io/CWG/issues/102.html">102</a></td>
651 <td>Operator lookup rules do not work well with parts of the library
</td>
652 <td class=
"full" align=
"center">Yes
</td>
655 <td><a href=
"https://cplusplus.github.io/CWG/issues/103.html">103</a></td>
657 <td>Is it
<I>extended-namespace-definition
</I> or
<I>extension-namespace-definition
</I> ?
</td>
658 <td class=
"na" align=
"center">N/A
</td>
661 <td><a href=
"https://cplusplus.github.io/CWG/issues/104.html">104</a></td>
663 <td>Destroying the exception temp when no handler is found
</td>
664 <td class=
"na" align=
"center">N/A (Library DR)
</td>
667 <td><a href=
"https://cplusplus.github.io/CWG/issues/105.html">105</a></td>
669 <td>Meaning of
"template function"</td>
670 <td class=
"na" align=
"center">N/A
</td>
673 <td><a href=
"https://cplusplus.github.io/CWG/issues/106.html">106</a></td>
675 <td>Creating references to references during template deduction/instantiation
</td>
676 <td class=
"full" align=
"center">Superseded by
<a href=
"#540">540</a></td>
679 <td><a href=
"https://cplusplus.github.io/CWG/issues/107.html">107</a></td>
681 <td>Linkage of operator functions
</td>
682 <td class=
"full" align=
"center">Yes
</td>
685 <td><a href=
"https://cplusplus.github.io/CWG/issues/108.html">108</a></td>
687 <td>Are classes nested in templates dependent?
</td>
688 <td class=
"full" align=
"center">Yes
</td>
691 <td><a href=
"https://cplusplus.github.io/CWG/issues/109.html">109</a></td>
693 <td>Allowing
<TT>::template
</TT> in
<I>using-declaration
</I>s
</td>
694 <td class=
"full" align=
"center">Yes
</td>
697 <td><a href=
"https://cplusplus.github.io/CWG/issues/110.html">110</a></td>
699 <td>Can template functions and classes be declared in the same scope?
</td>
700 <td class=
"none" align=
"center">Unknown
</td>
703 <td><a href=
"https://cplusplus.github.io/CWG/issues/111.html">111</a></td>
705 <td>Copy constructors and cv-qualifiers
</td>
706 <td class=
"full" align=
"center">Duplicate of
<a href=
"#535">535</a></td>
709 <td><a href=
"https://cplusplus.github.io/CWG/issues/112.html">112</a></td>
711 <td>Array types and cv-qualifiers
</td>
712 <td class=
"full" align=
"center">Yes
</td>
715 <td><a href=
"https://cplusplus.github.io/CWG/issues/113.html">113</a></td>
717 <td>Visibility of called function
</td>
718 <td class=
"full" align=
"center">Yes
</td>
721 <td><a href=
"https://cplusplus.github.io/CWG/issues/114.html">114</a></td>
723 <td>Virtual overriding by template member function specializations
</td>
724 <td class=
"full" align=
"center">Yes
</td>
727 <td><a href=
"https://cplusplus.github.io/CWG/issues/115.html">115</a></td>
729 <td>Address of template-id
</td>
730 <td class=
"full" align=
"center">Yes
</td>
733 <td><a href=
"https://cplusplus.github.io/CWG/issues/116.html">116</a></td>
735 <td>Equivalent and functionally-equivalent function templates
</td>
736 <td class=
"full" align=
"center">Yes
</td>
739 <td><a href=
"https://cplusplus.github.io/CWG/issues/117.html">117</a></td>
741 <td>Timing of destruction of temporaries
</td>
742 <td class=
"na" align=
"center">N/A
</td>
745 <td><a href=
"https://cplusplus.github.io/CWG/issues/118.html">118</a></td>
747 <td>Calls via pointers to virtual member functions
</td>
748 <td class=
"full" align=
"center">Yes
</td>
751 <td><a href=
"https://cplusplus.github.io/CWG/issues/119.html">119</a></td>
753 <td>Object lifetime and aggregate initialization
</td>
754 <td class=
"na" align=
"center">N/A
</td>
757 <td><a href=
"https://cplusplus.github.io/CWG/issues/120.html">120</a></td>
759 <td>Nonexistent non-terminal
<I>qualified-name
</I></td>
760 <td class=
"na" align=
"center">N/A
</td>
763 <td><a href=
"https://cplusplus.github.io/CWG/issues/121.html">121</a></td>
765 <td>Dependent type names with non-dependent
<I>nested-name-specifier
</I>s
</td>
766 <td class=
"full" align=
"center">Yes
</td>
769 <td><a href=
"https://cplusplus.github.io/CWG/issues/122.html">122</a></td>
771 <td><I>template-id
</I>s as
<I>unqualified-id
</I>s
</td>
772 <td class=
"full" align=
"center">Yes
</td>
775 <td><a href=
"https://cplusplus.github.io/CWG/issues/123.html">123</a></td>
777 <td>Bad cross-reference
</td>
778 <td class=
"na" align=
"center">N/A
</td>
781 <td><a href=
"https://cplusplus.github.io/CWG/issues/124.html">124</a></td>
783 <td>Lifetime of temporaries in default initialization of class arrays
</td>
784 <td class=
"none" align=
"center">Duplicate of
<a href=
"#201">201</a></td>
787 <td><a href=
"https://cplusplus.github.io/CWG/issues/125.html">125</a></td>
789 <td>Ambiguity in
<TT>friend
</TT> declaration syntax
</td>
790 <td class=
"full" align=
"center">Yes
</td>
793 <td><a href=
"https://cplusplus.github.io/CWG/issues/126.html">126</a></td>
795 <td>Exception specifications and
<TT>const
</TT></td>
796 <td class=
"partial" align=
"center">Partial
</td>
799 <td><a href=
"https://cplusplus.github.io/CWG/issues/127.html">127</a></td>
801 <td>Ambiguity in description of matching deallocation function
</td>
802 <td class=
"full" align=
"center">Yes
</td>
805 <td><a href=
"https://cplusplus.github.io/CWG/issues/128.html">128</a></td>
807 <td>Casting between enum types
</td>
808 <td class=
"full" align=
"center">Yes
</td>
811 <td><a href=
"https://cplusplus.github.io/CWG/issues/129.html">129</a></td>
813 <td>Stability of uninitialized auto variables
</td>
814 <td class=
"full" align=
"center">Duplicate of
<a href=
"#616">616</a></td>
817 <td><a href=
"https://cplusplus.github.io/CWG/issues/130.html">130</a></td>
819 <td>Sequence points and
<I>new-expression
</I>s
</td>
820 <td class=
"na" align=
"center">N/A
</td>
823 <td><a href=
"https://cplusplus.github.io/CWG/issues/131.html">131</a></td>
825 <td>Typo in Lao characters
</td>
826 <td class=
"na" align=
"center">Superseded by
<a href=
"https://wg21.link/P1949">P1949
</a></td>
829 <td><a href=
"https://cplusplus.github.io/CWG/issues/132.html">132</a></td>
831 <td>Local types and linkage
</td>
832 <td class=
"none" align=
"center">No
</td>
835 <td><a href=
"https://cplusplus.github.io/CWG/issues/133.html">133</a></td>
837 <td>Exception specifications and checking
</td>
838 <td class=
"none" align=
"center">Duplicate of
<a href=
"#87">87</a></td>
841 <td><a href=
"https://cplusplus.github.io/CWG/issues/134.html">134</a></td>
843 <td>Template classes and
<I>declarator-id
</I>s
</td>
844 <td class=
"na" align=
"center">N/A
</td>
847 <td><a href=
"https://cplusplus.github.io/CWG/issues/135.html">135</a></td>
849 <td>Class type in in-class member function definitions
</td>
850 <td class=
"full" align=
"center">Yes
</td>
853 <td><a href=
"https://cplusplus.github.io/CWG/issues/136.html">136</a></td>
855 <td>Default arguments and friend declarations
</td>
856 <td class=
"full" align=
"center">Clang
3.4</td>
859 <td><a href=
"https://cplusplus.github.io/CWG/issues/137.html">137</a></td>
861 <td><TT>static_cast
</TT> of
<I>cv
</I> <TT>void*
</TT></td>
862 <td class=
"full" align=
"center">Yes
</td>
865 <td><a href=
"https://cplusplus.github.io/CWG/issues/138.html">138</a></td>
867 <td>Friend declaration name lookup
</td>
868 <td class=
"none" align=
"center">Unknown
</td>
871 <td><a href=
"https://cplusplus.github.io/CWG/issues/139.html">139</a></td>
873 <td>Error in
<TT>friend
</TT> lookup example
</td>
874 <td class=
"full" align=
"center">Yes
</td>
877 <td><a href=
"https://cplusplus.github.io/CWG/issues/140.html">140</a></td>
879 <td>Agreement of parameter declarations
</td>
880 <td class=
"full" align=
"center">Yes
</td>
883 <td><a href=
"https://cplusplus.github.io/CWG/issues/141.html">141</a></td>
885 <td>Non-member function templates in member access expressions
</td>
886 <td class=
"full" align=
"center">Yes
</td>
889 <td><a href=
"https://cplusplus.github.io/CWG/issues/142.html">142</a></td>
891 <td>Injection-related errors in access example
</td>
892 <td class=
"full" align=
"center">Yes
</td>
895 <td><a href=
"https://cplusplus.github.io/CWG/issues/143.html">143</a></td>
897 <td>Friends and Koenig lookup
</td>
898 <td class=
"full" align=
"center">Yes
</td>
900 <tr class=
"open" id=
"144">
901 <td><a href=
"https://cplusplus.github.io/CWG/issues/144.html">144</a></td>
903 <td>Position of
<TT>friend
</TT> specifier
</td>
904 <td align=
"center">Not resolved
</td>
907 <td><a href=
"https://cplusplus.github.io/CWG/issues/145.html">145</a></td>
909 <td>Deprecation of prefix
<TT>++
</TT></td>
910 <td class=
"full" align=
"center">Yes
</td>
912 <tr class=
"open" id=
"146">
913 <td><a href=
"https://cplusplus.github.io/CWG/issues/146.html">146</a></td>
915 <td>Floating-point zero
</td>
916 <td align=
"center">Not resolved
</td>
919 <td><a href=
"https://cplusplus.github.io/CWG/issues/147.html">147</a></td>
921 <td>Naming the constructor
</td>
922 <td class=
"full" align=
"center">Yes
</td>
925 <td><a href=
"https://cplusplus.github.io/CWG/issues/148.html">148</a></td>
927 <td>POD classes and pointers to members
</td>
928 <td class=
"full" align=
"center">Yes
</td>
931 <td><a href=
"https://cplusplus.github.io/CWG/issues/149.html">149</a></td>
933 <td>Accessibility and ambiguity
</td>
934 <td class=
"na" align=
"center">N/A
</td>
937 <td><a href=
"https://cplusplus.github.io/CWG/issues/150.html">150</a></td>
939 <td>Template template parameters and default arguments
</td>
940 <td class=
"none" align=
"center">Unknown
</td>
943 <td><a href=
"https://cplusplus.github.io/CWG/issues/151.html">151</a></td>
945 <td>Terminology of zero-initialization
</td>
946 <td class=
"full" align=
"center">Yes
</td>
949 <td><a href=
"https://cplusplus.github.io/CWG/issues/152.html">152</a></td>
951 <td><TT>explicit
</TT> copy constructors
</td>
952 <td class=
"full" align=
"center">Yes
</td>
955 <td><a href=
"https://cplusplus.github.io/CWG/issues/153.html">153</a></td>
957 <td>Misleading wording (rank of conversion)
</td>
958 <td class=
"na" align=
"center">N/A
</td>
961 <td><a href=
"https://cplusplus.github.io/CWG/issues/154.html">154</a></td>
963 <td>Anonymous unions in unnamed namespaces
</td>
964 <td class=
"full" align=
"center">Yes
</td>
967 <td><a href=
"https://cplusplus.github.io/CWG/issues/155.html">155</a></td>
969 <td>Brace initializer for scalar
</td>
970 <td class=
"full" align=
"center">Duplicate of
<a href=
"#632">632</a></td>
973 <td><a href=
"https://cplusplus.github.io/CWG/issues/156.html">156</a></td>
975 <td>Name lookup for conversion functions
</td>
976 <td class=
"none" align=
"center">Unknown
</td>
978 <tr class=
"open" id=
"157">
979 <td><a href=
"https://cplusplus.github.io/CWG/issues/157.html">157</a></td>
981 <td>Omitted typedef declarator
</td>
982 <td align=
"center">Not resolved
</td>
985 <td><a href=
"https://cplusplus.github.io/CWG/issues/158.html">158</a></td>
987 <td>Aliasing and qualification conversions
</td>
988 <td class=
"full" align=
"center">Yes
</td>
991 <td><a href=
"https://cplusplus.github.io/CWG/issues/159.html">159</a></td>
993 <td>Namespace qualification in declarators
</td>
994 <td class=
"full" align=
"center">Clang
3.5</td>
997 <td><a href=
"https://cplusplus.github.io/CWG/issues/160.html">160</a></td>
999 <td>Missing
<TT>std::
</TT> qualification
</td>
1000 <td class=
"na" align=
"center">N/A
</td>
1003 <td><a href=
"https://cplusplus.github.io/CWG/issues/161.html">161</a></td>
1005 <td>Access to protected nested type
</td>
1006 <td class=
"full" align=
"center">Yes
</td>
1009 <td><a href=
"https://cplusplus.github.io/CWG/issues/162.html">162</a></td>
1011 <td>(
<TT>&C::f)()
</TT> with nonstatic members
</td>
1012 <td class=
"none" align=
"center">No
</td>
1015 <td><a href=
"https://cplusplus.github.io/CWG/issues/163.html">163</a></td>
1017 <td>Description of subaggregate initializer
</td>
1018 <td class=
"na" align=
"center">N/A
</td>
1021 <td><a href=
"https://cplusplus.github.io/CWG/issues/164.html">164</a></td>
1023 <td>Overlap between Koenig and normal lookup
</td>
1024 <td class=
"full" align=
"center">Yes
</td>
1027 <td><a href=
"https://cplusplus.github.io/CWG/issues/165.html">165</a></td>
1029 <td>Definitions of friends and block-scope externs
</td>
1030 <td class=
"none" align=
"center">No
</td>
1033 <td><a href=
"https://cplusplus.github.io/CWG/issues/166.html">166</a></td>
1035 <td>Friend declarations of
<I>template-id
</I>s
</td>
1036 <td class=
"full" align=
"center">Yes
</td>
1039 <td><a href=
"https://cplusplus.github.io/CWG/issues/167.html">167</a></td>
1041 <td>Deprecating static functions
</td>
1042 <td class=
"none" align=
"center">Superseded by
<a href=
"#1012">1012</a></td>
1045 <td><a href=
"https://cplusplus.github.io/CWG/issues/168.html">168</a></td>
1047 <td>C linkage for static member functions
</td>
1048 <td class=
"none" align=
"center">No
</td>
1051 <td><a href=
"https://cplusplus.github.io/CWG/issues/169.html">169</a></td>
1053 <td><I>template-id
</I>s in
<I>using-declaration
</I>s
</td>
1054 <td class=
"full" align=
"center">Yes
</td>
1057 <td><a href=
"https://cplusplus.github.io/CWG/issues/170.html">170</a></td>
1059 <td>Pointer-to-member conversions
</td>
1060 <td class=
"none" align=
"center">Unknown
</td>
1063 <td><a href=
"https://cplusplus.github.io/CWG/issues/171.html">171</a></td>
1065 <td>Global namespace scope
</td>
1066 <td class=
"full" align=
"center">Yes
</td>
1069 <td><a href=
"https://cplusplus.github.io/CWG/issues/172.html">172</a></td>
1071 <td>Unsigned int as underlying type of enum
</td>
1072 <td class=
"full" align=
"center">Yes
</td>
1075 <td><a href=
"https://cplusplus.github.io/CWG/issues/173.html">173</a></td>
1077 <td>Constraints on execution character set
</td>
1078 <td class=
"full" align=
"center">Yes
</td>
1081 <td><a href=
"https://cplusplus.github.io/CWG/issues/174.html">174</a></td>
1083 <td>Undeprecating global static
</td>
1084 <td class=
"none" align=
"center">Superseded by
<a href=
"#1012">1012</a></td>
1087 <td><a href=
"https://cplusplus.github.io/CWG/issues/175.html">175</a></td>
1089 <td>Class name injection and base name access
</td>
1090 <td class=
"full" align=
"center">Yes
</td>
1093 <td><a href=
"https://cplusplus.github.io/CWG/issues/176.html">176</a></td>
1095 <td>Name injection and templates
</td>
1096 <td class=
"full" align=
"center">Yes
</td>
1099 <td><a href=
"https://cplusplus.github.io/CWG/issues/177.html">177</a></td>
1101 <td>Lvalues vs rvalues in copy-initialization
</td>
1102 <td class=
"full" align=
"center">Yes
</td>
1105 <td><a href=
"https://cplusplus.github.io/CWG/issues/178.html">178</a></td>
1107 <td>More on value-initialization
</td>
1108 <td class=
"full" align=
"center">Yes
</td>
1111 <td><a href=
"https://cplusplus.github.io/CWG/issues/179.html">179</a></td>
1113 <td>Function pointers and subtraction
</td>
1114 <td class=
"full" align=
"center">Yes
</td>
1117 <td><a href=
"https://cplusplus.github.io/CWG/issues/180.html">180</a></td>
1119 <td><TT>typename
</TT> and elaborated types
</td>
1120 <td class=
"full" align=
"center">Yes
</td>
1123 <td><a href=
"https://cplusplus.github.io/CWG/issues/181.html">181</a></td>
1125 <td>Errors in template
<I>template-parameter
</I> example
</td>
1126 <td class=
"full" align=
"center">Yes
</td>
1129 <td><a href=
"https://cplusplus.github.io/CWG/issues/182.html">182</a></td>
1131 <td>Access checking on explicit specializations
</td>
1132 <td class=
"full" align=
"center">Yes
</td>
1135 <td><a href=
"https://cplusplus.github.io/CWG/issues/183.html">183</a></td>
1137 <td><TT>typename
</TT> in explicit specializations
</td>
1138 <td class=
"full" align=
"center">Superseded by
<a href=
"#382">382</a></td>
1141 <td><a href=
"https://cplusplus.github.io/CWG/issues/184.html">184</a></td>
1143 <td>Default arguments in template
<I>template-parameter
</I>s
</td>
1144 <td class=
"full" align=
"center">Yes
</td>
1147 <td><a href=
"https://cplusplus.github.io/CWG/issues/185.html">185</a></td>
1149 <td>"Named" temporaries and copy elision
</td>
1150 <td class=
"none" align=
"center">Unknown
</td>
1152 <tr class=
"open" id=
"186">
1153 <td><a href=
"https://cplusplus.github.io/CWG/issues/186.html">186</a></td>
1155 <td>Name hiding and template
<I>template-parameter
</I>s
</td>
1156 <td align=
"center">Not resolved
</td>
1159 <td><a href=
"https://cplusplus.github.io/CWG/issues/187.html">187</a></td>
1161 <td>Scope of template parameter names
</td>
1162 <td class=
"full" align=
"center">Superseded by
<a href=
"#481">481</a></td>
1165 <td><a href=
"https://cplusplus.github.io/CWG/issues/188.html">188</a></td>
1167 <td>Comma operator and rvalue conversion
</td>
1168 <td class=
"full" align=
"center">Yes
</td>
1170 <tr class=
"open" id=
"189">
1171 <td><a href=
"https://cplusplus.github.io/CWG/issues/189.html">189</a></td>
1173 <td>Definition of
<I>operator
</I> and
<I>punctuator
</I></td>
1174 <td align=
"center">Not resolved
</td>
1177 <td><a href=
"https://cplusplus.github.io/CWG/issues/190.html">190</a></td>
1179 <td>Layout-compatible POD-struct types
</td>
1180 <td class=
"none" align=
"center">Unknown
</td>
1183 <td><a href=
"https://cplusplus.github.io/CWG/issues/191.html">191</a></td>
1185 <td>Name lookup does not handle complex nesting
</td>
1186 <td class=
"full" align=
"center">Yes
</td>
1189 <td><a href=
"https://cplusplus.github.io/CWG/issues/192.html">192</a></td>
1191 <td>Name lookup in parameters
</td>
1192 <td class=
"none" align=
"center">Unknown
</td>
1195 <td><a href=
"https://cplusplus.github.io/CWG/issues/193.html">193</a></td>
1197 <td>Order of destruction of local automatics of destructor
</td>
1198 <td class=
"none" align=
"center">Unknown
</td>
1201 <td><a href=
"https://cplusplus.github.io/CWG/issues/194.html">194</a></td>
1203 <td>Identifying constructors
</td>
1204 <td class=
"full" align=
"center">Yes
</td>
1207 <td><a href=
"https://cplusplus.github.io/CWG/issues/195.html">195</a></td>
1209 <td>Converting between function and object pointers
</td>
1210 <td class=
"full" align=
"center">Yes
</td>
1212 <tr class=
"open" id=
"196">
1213 <td><a href=
"https://cplusplus.github.io/CWG/issues/196.html">196</a></td>
1215 <td>Arguments to deallocation functions
</td>
1216 <td align=
"center">Not resolved
</td>
1219 <td><a href=
"https://cplusplus.github.io/CWG/issues/197.html">197</a></td>
1221 <td>Issues with two-stage lookup of dependent names
</td>
1222 <td class=
"full" align=
"center">Yes
</td>
1225 <td><a href=
"https://cplusplus.github.io/CWG/issues/198.html">198</a></td>
1227 <td>Definition of
"use" in local and nested classes
</td>
1228 <td class=
"full" align=
"center">Yes
</td>
1231 <td><a href=
"https://cplusplus.github.io/CWG/issues/199.html">199</a></td>
1233 <td>Order of destruction of temporaries
</td>
1234 <td class=
"none" align=
"center">Unknown
</td>
1237 <td><a href=
"https://cplusplus.github.io/CWG/issues/200.html">200</a></td>
1239 <td>Partial ordering and explicit arguments
</td>
1240 <td class=
"full" align=
"center">Duplicate of
<a href=
"#214">214</a></td>
1243 <td><a href=
"https://cplusplus.github.io/CWG/issues/201.html">201</a></td>
1245 <td>Order of destruction of temporaries in initializers
</td>
1246 <td class=
"none" align=
"center">Unknown
</td>
1249 <td><a href=
"https://cplusplus.github.io/CWG/issues/202.html">202</a></td>
1251 <td>Use of overloaded function name
</td>
1252 <td class=
"full" align=
"center">Yes
</td>
1255 <td><a href=
"https://cplusplus.github.io/CWG/issues/203.html">203</a></td>
1257 <td>Type of address-of-member expression
</td>
1258 <td class=
"none" align=
"center">Unknown
</td>
1261 <td><a href=
"https://cplusplus.github.io/CWG/issues/204.html">204</a></td>
1263 <td>Exported class templates
</td>
1264 <td class=
"none" align=
"center">No
</td>
1266 <tr class=
"open" id=
"205">
1267 <td><a href=
"https://cplusplus.github.io/CWG/issues/205.html">205</a></td>
1269 <td>Templates and static data members
</td>
1270 <td align=
"center">Not resolved
</td>
1273 <td><a href=
"https://cplusplus.github.io/CWG/issues/206.html">206</a></td>
1275 <td>Semantic constraints on non-dependent names
</td>
1276 <td class=
"full" align=
"center">Yes
</td>
1279 <td><a href=
"https://cplusplus.github.io/CWG/issues/207.html">207</a></td>
1281 <td><I>using-declaration
</I>s and protected access
</td>
1282 <td class=
"full" align=
"center">Yes
</td>
1285 <td><a href=
"https://cplusplus.github.io/CWG/issues/208.html">208</a></td>
1287 <td>Rethrowing exceptions in nested handlers
</td>
1288 <td class=
"none" align=
"center">Unknown
</td>
1291 <td><a href=
"https://cplusplus.github.io/CWG/issues/209.html">209</a></td>
1293 <td>Must friend declaration names be
1295 <td class=
"full" align=
"center">Yes
</td>
1298 <td><a href=
"https://cplusplus.github.io/CWG/issues/210.html">210</a></td>
1300 <td>What is the type matched by an exception handler?
</td>
1301 <td class=
"none" align=
"center">Unknown
</td>
1304 <td><a href=
"https://cplusplus.github.io/CWG/issues/211.html">211</a></td>
1306 <td>Constructors should not be allowed to return normally after an exception
</td>
1307 <td class=
"full" align=
"center">Yes
</td>
1310 <td><a href=
"https://cplusplus.github.io/CWG/issues/212.html">212</a></td>
1312 <td>Implicit instantiation is not described clearly enough
</td>
1313 <td class=
"none" align=
"center">Unknown
</td>
1316 <td><a href=
"https://cplusplus.github.io/CWG/issues/213.html">213</a></td>
1318 <td>Lookup in dependent base classes
</td>
1319 <td class=
"full" align=
"center">Yes
</td>
1322 <td><a href=
"https://cplusplus.github.io/CWG/issues/214.html">214</a></td>
1324 <td>Partial ordering of function templates is underspecified
</td>
1325 <td class=
"full" align=
"center">Yes
</td>
1328 <td><a href=
"https://cplusplus.github.io/CWG/issues/215.html">215</a></td>
1330 <td>Template parameters are not allowed in
<I>nested-name-specifier
</I>s
</td>
1331 <td class=
"full" align=
"center">Yes
</td>
1334 <td><a href=
"https://cplusplus.github.io/CWG/issues/216.html">216</a></td>
1336 <td>Linkage of nameless class-scope enumeration types
</td>
1337 <td class=
"none" align=
"center">No
</td>
1340 <td><a href=
"https://cplusplus.github.io/CWG/issues/217.html">217</a></td>
1342 <td>Default arguments for non-template member functions of class templates
</td>
1343 <td class=
"full" align=
"center">Yes
</td>
1346 <td><a href=
"https://cplusplus.github.io/CWG/issues/218.html">218</a></td>
1348 <td>Specification of Koenig lookup
</td>
1349 <td class=
"full" align=
"center">Yes
</td>
1352 <td><a href=
"https://cplusplus.github.io/CWG/issues/219.html">219</a></td>
1354 <td>Cannot defend against destructors that throw exceptions
</td>
1355 <td class=
"na" align=
"center">N/A
</td>
1358 <td><a href=
"https://cplusplus.github.io/CWG/issues/220.html">220</a></td>
1360 <td>All deallocation functions should be required not to throw
</td>
1361 <td class=
"na" align=
"center">N/A
</td>
1364 <td><a href=
"https://cplusplus.github.io/CWG/issues/221.html">221</a></td>
1366 <td>Must compound assignment operators be member functions?
</td>
1367 <td class=
"full" align=
"center">Yes
</td>
1370 <td><a href=
"https://cplusplus.github.io/CWG/issues/222.html">222</a></td>
1372 <td>Sequence points and lvalue-returning operators
</td>
1373 <td class=
"full" align=
"center">Duplicate of
<a href=
"#637">637</a></td>
1376 <td><a href=
"https://cplusplus.github.io/CWG/issues/223.html">223</a></td>
1378 <td>The meaning of deprecation
</td>
1379 <td class=
"na" align=
"center">N/A
</td>
1382 <td><a href=
"https://cplusplus.github.io/CWG/issues/224.html">224</a></td>
1384 <td>Definition of dependent names
</td>
1385 <td class=
"full" align=
"center">Clang
16</td>
1388 <td><a href=
"https://cplusplus.github.io/CWG/issues/225.html">225</a></td>
1390 <td>Koenig lookup and fundamental types
</td>
1391 <td class=
"full" align=
"center">Yes
</td>
1394 <td><a href=
"https://cplusplus.github.io/CWG/issues/226.html">226</a></td>
1396 <td>Default template arguments for function templates
</td>
1397 <td class=
"none" align=
"center">No
</td>
1400 <td><a href=
"https://cplusplus.github.io/CWG/issues/227.html">227</a></td>
1402 <td>How many scopes in an
<TT>if
</TT> statement?
</td>
1403 <td class=
"full" align=
"center">Yes
</td>
1406 <td><a href=
"https://cplusplus.github.io/CWG/issues/228.html">228</a></td>
1408 <td>Use of
<TT>template
</TT> keyword with non-member templates
</td>
1409 <td class=
"full" align=
"center">Yes
</td>
1412 <td><a href=
"https://cplusplus.github.io/CWG/issues/229.html">229</a></td>
1414 <td>Partial specialization of function templates
</td>
1415 <td class=
"full" align=
"center">Yes
</td>
1418 <td><a href=
"https://cplusplus.github.io/CWG/issues/230.html">230</a></td>
1420 <td>Calls to pure virtual functions
</td>
1421 <td class=
"full" align=
"center">Yes
</td>
1424 <td><a href=
"https://cplusplus.github.io/CWG/issues/231.html">231</a></td>
1426 <td>Visibility of names after
<I>using-directive
</I>s
</td>
1427 <td class=
"full" align=
"center">Yes
</td>
1429 <tr class=
"open" id=
"232">
1430 <td><a href=
"https://cplusplus.github.io/CWG/issues/232.html">232</a></td>
1432 <td>Is indirection through a null pointer undefined behavior?
</td>
1433 <td align=
"center">Not resolved
</td>
1435 <tr class=
"open" id=
"233">
1436 <td><a href=
"https://cplusplus.github.io/CWG/issues/233.html">233</a></td>
1438 <td>References vs pointers in UDC overload resolution
</td>
1439 <td align=
"center">Not resolved
</td>
1442 <td><a href=
"https://cplusplus.github.io/CWG/issues/234.html">234</a></td>
1444 <td>Reuse of base class subobjects
</td>
1445 <td class=
"na" align=
"center">N/A
</td>
1448 <td><a href=
"https://cplusplus.github.io/CWG/issues/235.html">235</a></td>
1450 <td>Assignment vs initialization
</td>
1451 <td class=
"na" align=
"center">N/A
</td>
1454 <td><a href=
"https://cplusplus.github.io/CWG/issues/236.html">236</a></td>
1456 <td>Explicit temporaries and integral constant expressions
</td>
1457 <td class=
"full" align=
"center">Yes
</td>
1460 <td><a href=
"https://cplusplus.github.io/CWG/issues/237.html">237</a></td>
1462 <td>Explicit instantiation and base class members
</td>
1463 <td class=
"full" align=
"center">Duplicate of
<a href=
"#470">470</a></td>
1466 <td><a href=
"https://cplusplus.github.io/CWG/issues/238.html">238</a></td>
1468 <td>Precision and accuracy constraints on floating point
</td>
1469 <td class=
"none" align=
"center">Unknown
</td>
1472 <td><a href=
"https://cplusplus.github.io/CWG/issues/239.html">239</a></td>
1474 <td>Footnote
116 and Koenig lookup
</td>
1475 <td class=
"full" align=
"center">Yes
</td>
1478 <td><a href=
"https://cplusplus.github.io/CWG/issues/240.html">240</a></td>
1480 <td>Uninitialized values and undefined behavior
</td>
1481 <td class=
"full" align=
"center">Duplicate of
<a href=
"#616">616</a></td>
1484 <td><a href=
"https://cplusplus.github.io/CWG/issues/241.html">241</a></td>
1486 <td>Error in example in
14.8.1</td>
1487 <td class=
"full" align=
"center">Yes
</td>
1490 <td><a href=
"https://cplusplus.github.io/CWG/issues/242.html">242</a></td>
1492 <td>Interpretation of old-style casts
</td>
1493 <td class=
"none" align=
"center">Unknown
</td>
1496 <td><a href=
"https://cplusplus.github.io/CWG/issues/243.html">243</a></td>
1498 <td>Weighting of conversion functions in direct-initialization
</td>
1499 <td class=
"full" align=
"center">Yes
</td>
1502 <td><a href=
"https://cplusplus.github.io/CWG/issues/244.html">244</a></td>
1504 <td>Destructor lookup
</td>
1505 <td class=
"full" align=
"center">Clang
11</td>
1508 <td><a href=
"https://cplusplus.github.io/CWG/issues/245.html">245</a></td>
1510 <td>Name lookup in
<I>elaborated-type-specifier
</I>s
</td>
1511 <td class=
"full" align=
"center">Yes
</td>
1514 <td><a href=
"https://cplusplus.github.io/CWG/issues/246.html">246</a></td>
1516 <td>Jumps in
<I>function-try-block
</I> handlers
</td>
1517 <td class=
"full" align=
"center">Yes
</td>
1520 <td><a href=
"https://cplusplus.github.io/CWG/issues/247.html">247</a></td>
1522 <td>Pointer-to-member casts and function overload resolution
</td>
1523 <td class=
"full" align=
"center">Yes
</td>
1526 <td><a href=
"https://cplusplus.github.io/CWG/issues/248.html">248</a></td>
1528 <td>Identifier characters
</td>
1529 <td class=
"na" align=
"center">Superseded by
<a href=
"https://wg21.link/P1949">P1949
</a></td>
1532 <td><a href=
"https://cplusplus.github.io/CWG/issues/249.html">249</a></td>
1534 <td>What is a member function template?
</td>
1535 <td class=
"full" align=
"center">Yes
</td>
1538 <td><a href=
"https://cplusplus.github.io/CWG/issues/250.html">250</a></td>
1540 <td>Address of function template specialization with non-deduced template arguments
</td>
1541 <td class=
"full" align=
"center">Yes
</td>
1543 <tr class=
"open" id=
"251">
1544 <td><a href=
"https://cplusplus.github.io/CWG/issues/251.html">251</a></td>
1546 <td>How many signed integer types are there?
</td>
1547 <td align=
"center">Not resolved
</td>
1550 <td><a href=
"https://cplusplus.github.io/CWG/issues/252.html">252</a></td>
1552 <td>Looking up deallocation functions in virtual destructors
</td>
1553 <td class=
"full" align=
"center">Yes
</td>
1556 <td><a href=
"https://cplusplus.github.io/CWG/issues/253.html">253</a></td>
1558 <td>Why must empty or fully-initialized const objects be initialized?
</td>
1559 <td class=
"none" align=
"center">Unknown
</td>
1562 <td><a href=
"https://cplusplus.github.io/CWG/issues/254.html">254</a></td>
1564 <td>Definitional problems with
<I>elaborated-type-specifier
</I>s
</td>
1565 <td class=
"full" align=
"center">Yes
</td>
1568 <td><a href=
"https://cplusplus.github.io/CWG/issues/255.html">255</a></td>
1570 <td>Placement deallocation functions and lookup ambiguity
</td>
1571 <td class=
"full" align=
"center">Yes
</td>
1574 <td><a href=
"https://cplusplus.github.io/CWG/issues/256.html">256</a></td>
1576 <td>Overflow in size calculations
</td>
1577 <td class=
"none" align=
"center">Duplicate of
<a href=
"#624">624</a></td>
1580 <td><a href=
"https://cplusplus.github.io/CWG/issues/257.html">257</a></td>
1582 <td>Abstract base constructors and virtual base initialization
</td>
1583 <td class=
"full" align=
"center">Yes
</td>
1586 <td><a href=
"https://cplusplus.github.io/CWG/issues/258.html">258</a></td>
1588 <td><I>using-declaration
</I>s and cv-qualifiers
</td>
1589 <td class=
"full" align=
"center">Yes
</td>
1592 <td><a href=
"https://cplusplus.github.io/CWG/issues/259.html">259</a></td>
1594 <td>Restrictions on explicit specialization and instantiation
</td>
1595 <td class=
"full" align=
"center">Clang
4</td>
1597 <tr class=
"open" id=
"260">
1598 <td><a href=
"https://cplusplus.github.io/CWG/issues/260.html">260</a></td>
1600 <td>User-defined conversions and built-in
<TT>operator=
</TT></td>
1601 <td align=
"center">Not resolved
</td>
1604 <td><a href=
"https://cplusplus.github.io/CWG/issues/261.html">261</a></td>
1606 <td>When is a deallocation function
"used?"</td>
1607 <td class=
"none" align=
"center">No
</td>
1610 <td><a href=
"https://cplusplus.github.io/CWG/issues/262.html">262</a></td>
1612 <td>Default arguments and ellipsis
</td>
1613 <td class=
"full" align=
"center">Yes
</td>
1616 <td><a href=
"https://cplusplus.github.io/CWG/issues/263.html">263</a></td>
1618 <td>Can a constructor be declared a friend?
</td>
1619 <td class=
"full" align=
"center">Yes
</td>
1621 <tr class=
"open" id=
"264">
1622 <td><a href=
"https://cplusplus.github.io/CWG/issues/264.html">264</a></td>
1624 <td>Unusable template constructors and conversion functions
</td>
1625 <td align=
"center">Not resolved
</td>
1628 <td><a href=
"https://cplusplus.github.io/CWG/issues/265.html">265</a></td>
1630 <td>Destructors, exceptions, and deallocation
</td>
1631 <td class=
"none" align=
"center">Duplicate of
<a href=
"#353">353</a></td>
1634 <td><a href=
"https://cplusplus.github.io/CWG/issues/266.html">266</a></td>
1636 <td>No grammar sentence symbol
</td>
1637 <td class=
"na" align=
"center">N/A
</td>
1639 <tr class=
"open" id=
"267">
1640 <td><a href=
"https://cplusplus.github.io/CWG/issues/267.html">267</a></td>
1642 <td>Alignment requirement for
<I>new-expression
</I>s
</td>
1643 <td align=
"center">Not resolved
</td>
1645 <tr class=
"open" id=
"268">
1646 <td><a href=
"https://cplusplus.github.io/CWG/issues/268.html">268</a></td>
1648 <td>Macro name suppression in rescanned replacement text
</td>
1649 <td align=
"center">Not resolved
</td>
1652 <td><a href=
"https://cplusplus.github.io/CWG/issues/269.html">269</a></td>
1654 <td>Order of initialization of multiply-defined static data members
1655 of class templates
</td>
1656 <td class=
"na" align=
"center">N/A
</td>
1659 <td><a href=
"https://cplusplus.github.io/CWG/issues/270.html">270</a></td>
1661 <td>Order of initialization of static data members of class templates
</td>
1662 <td class=
"na" align=
"center">N/A
</td>
1665 <td><a href=
"https://cplusplus.github.io/CWG/issues/271.html">271</a></td>
1667 <td>Explicit instantiation and template argument deduction
</td>
1668 <td class=
"none" align=
"center">Unknown
</td>
1671 <td><a href=
"https://cplusplus.github.io/CWG/issues/272.html">272</a></td>
1673 <td>Explicit destructor invocation and
<I>qualified-id
</I>s
</td>
1674 <td class=
"full" align=
"center">Yes
</td>
1677 <td><a href=
"https://cplusplus.github.io/CWG/issues/273.html">273</a></td>
1679 <td>POD classes and
<TT>operator
&()
</TT></td>
1680 <td class=
"full" align=
"center">Yes
</td>
1683 <td><a href=
"https://cplusplus.github.io/CWG/issues/274.html">274</a></td>
1685 <td>Cv-qualification and char-alias access to out-of-lifetime objects
</td>
1686 <td class=
"na" align=
"center">N/A
</td>
1689 <td><a href=
"https://cplusplus.github.io/CWG/issues/275.html">275</a></td>
1691 <td>Explicit instantiation/specialization and
<I>using-directive
</I>s
</td>
1692 <td class=
"none" align=
"center">No
</td>
1695 <td><a href=
"https://cplusplus.github.io/CWG/issues/276.html">276</a></td>
1697 <td>Order of destruction of parameters and temporaries
</td>
1698 <td class=
"na" align=
"center">N/A
</td>
1701 <td><a href=
"https://cplusplus.github.io/CWG/issues/277.html">277</a></td>
1703 <td>Zero-initialization of pointers
</td>
1704 <td class=
"full" align=
"center">Yes
</td>
1707 <td><a href=
"https://cplusplus.github.io/CWG/issues/278.html">278</a></td>
1709 <td>External linkage and nameless entities
</td>
1710 <td class=
"none" align=
"center">Unknown
</td>
1713 <td><a href=
"https://cplusplus.github.io/CWG/issues/279.html">279</a></td>
1715 <td>Correspondence of
"names for linkage purposes"</td>
1716 <td class=
"none" align=
"center">Unknown
</td>
1719 <td><a href=
"https://cplusplus.github.io/CWG/issues/280.html">280</a></td>
1721 <td>Access and surrogate call functions
</td>
1722 <td class=
"full" align=
"center">Yes
</td>
1725 <td><a href=
"https://cplusplus.github.io/CWG/issues/281.html">281</a></td>
1727 <td><TT>inline
</TT> specifier in
<TT>friend
</TT> declarations
</td>
1728 <td class=
"none" align=
"center">No
</td>
1730 <tr class=
"open" id=
"282">
1731 <td><a href=
"https://cplusplus.github.io/CWG/issues/282.html">282</a></td>
1733 <td>Namespace for
<TT>extended_type_info
</TT></td>
1734 <td align=
"center">Not resolved
</td>
1737 <td><a href=
"https://cplusplus.github.io/CWG/issues/283.html">283</a></td>
1739 <td>Template
<I>type-parameter
</I>s are not syntactically
<I>type-name
</I>s
</td>
1740 <td class=
"full" align=
"center">Yes
</td>
1743 <td><a href=
"https://cplusplus.github.io/CWG/issues/284.html">284</a></td>
1745 <td><I>qualified-id
</I>s in class declarations
</td>
1746 <td class=
"none" align=
"center">No
</td>
1749 <td><a href=
"https://cplusplus.github.io/CWG/issues/285.html">285</a></td>
1751 <td>Identifying a function template being specialized
</td>
1752 <td class=
"full" align=
"center">Yes
</td>
1755 <td><a href=
"https://cplusplus.github.io/CWG/issues/286.html">286</a></td>
1757 <td>Incorrect example in partial specialization
</td>
1758 <td class=
"full" align=
"center">Yes
</td>
1760 <tr class=
"open" id=
"287">
1761 <td><a href=
"https://cplusplus.github.io/CWG/issues/287.html">287</a></td>
1763 <td>Order dependencies in template instantiation
</td>
1764 <td align=
"center">Not resolved
</td>
1767 <td><a href=
"https://cplusplus.github.io/CWG/issues/288.html">288</a></td>
1769 <td>Misuse of
"static type" in describing pointers
</td>
1770 <td class=
"na" align=
"center">N/A
</td>
1773 <td><a href=
"https://cplusplus.github.io/CWG/issues/289.html">289</a></td>
1775 <td>Incomplete list of contexts requiring a complete type
</td>
1776 <td class=
"full" align=
"center">Yes
</td>
1779 <td><a href=
"https://cplusplus.github.io/CWG/issues/290.html">290</a></td>
1781 <td>Should memcpy be allowed into a POD with a const member?
</td>
1782 <td class=
"na" align=
"center">N/A
</td>
1785 <td><a href=
"https://cplusplus.github.io/CWG/issues/291.html">291</a></td>
1787 <td>Overload resolution needed when binding reference to class rvalue
</td>
1788 <td class=
"full" align=
"center">Duplicate of
<a href=
"#391">391</a></td>
1791 <td><a href=
"https://cplusplus.github.io/CWG/issues/292.html">292</a></td>
1793 <td>Deallocation on exception in
<TT>new
</TT> before arguments evaluated
</td>
1794 <td class=
"none" align=
"center">Unknown
</td>
1796 <tr class=
"open" id=
"293">
1797 <td><a href=
"https://cplusplus.github.io/CWG/issues/293.html">293</a></td>
1799 <td>Syntax of explicit instantiation/specialization too permissive
</td>
1800 <td align=
"center">Not resolved
</td>
1803 <td><a href=
"https://cplusplus.github.io/CWG/issues/294.html">294</a></td>
1805 <td>Can
<TT>static_cast
</TT> drop exception specifications?
</td>
1806 <td class=
"none" align=
"center">No
</td>
1809 <td><a href=
"https://cplusplus.github.io/CWG/issues/295.html">295</a></td>
1811 <td>cv-qualifiers on function types
</td>
1812 <td class=
"full" align=
"center">Clang
3.7</td>
1815 <td><a href=
"https://cplusplus.github.io/CWG/issues/296.html">296</a></td>
1817 <td>Can conversion functions be static?
</td>
1818 <td class=
"full" align=
"center">Yes
</td>
1821 <td><a href=
"https://cplusplus.github.io/CWG/issues/297.html">297</a></td>
1823 <td>Which template does an explicit specialization specialize?
</td>
1824 <td class=
"none" align=
"center">Unknown
</td>
1827 <td><a href=
"https://cplusplus.github.io/CWG/issues/298.html">298</a></td>
1829 <td><TT>T::x
</TT> when
<TT>T
</TT> is cv-qualified
</td>
1830 <td class=
"full" align=
"center">Yes
</td>
1833 <td><a href=
"https://cplusplus.github.io/CWG/issues/299.html">299</a></td>
1835 <td>Conversion on array bound expression in
<TT>new
</TT></td>
1836 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
1839 <td><a href=
"https://cplusplus.github.io/CWG/issues/300.html">300</a></td>
1841 <td>References to functions in template argument deduction
</td>
1842 <td class=
"full" align=
"center">Yes
</td>
1845 <td><a href=
"https://cplusplus.github.io/CWG/issues/301.html">301</a></td>
1847 <td>Syntax for
<I>template-name
</I></td>
1848 <td class=
"full" align=
"center">Yes
</td>
1851 <td><a href=
"https://cplusplus.github.io/CWG/issues/302.html">302</a></td>
1853 <td>Value-initialization and generation of default constructor
</td>
1854 <td class=
"full" align=
"center">Yes
</td>
1857 <td><a href=
"https://cplusplus.github.io/CWG/issues/303.html">303</a></td>
1859 <td>Integral promotions on bit-fields
</td>
1860 <td class=
"na" align=
"center">N/A
</td>
1863 <td><a href=
"https://cplusplus.github.io/CWG/issues/304.html">304</a></td>
1865 <td>Value-initialization of a reference
</td>
1866 <td class=
"full" align=
"center">Yes
</td>
1869 <td><a href=
"https://cplusplus.github.io/CWG/issues/305.html">305</a></td>
1871 <td>Name lookup in destructor call
</td>
1872 <td class=
"none" align=
"center">No
</td>
1875 <td><a href=
"https://cplusplus.github.io/CWG/issues/306.html">306</a></td>
1877 <td>Ambiguity by class name injection
</td>
1878 <td class=
"none" align=
"center">Duplicate of
<a href=
"#39">39</a></td>
1881 <td><a href=
"https://cplusplus.github.io/CWG/issues/307.html">307</a></td>
1883 <td>Initialization of a virtual base class subobject
</td>
1884 <td class=
"na" align=
"center">N/A
</td>
1887 <td><a href=
"https://cplusplus.github.io/CWG/issues/308.html">308</a></td>
1889 <td>Catching exceptions with ambiguous base classes
</td>
1890 <td class=
"full" align=
"center">Yes
</td>
1893 <td><a href=
"https://cplusplus.github.io/CWG/issues/309.html">309</a></td>
1895 <td>Linkage of entities whose names are not simply identifiers, in introduction
</td>
1896 <td class=
"full" align=
"center">Duplicate of
<a href=
"#485">485</a></td>
1898 <tr class=
"open" id=
"310">
1899 <td><a href=
"https://cplusplus.github.io/CWG/issues/310.html">310</a></td>
1901 <td>Can function templates differing only in parameter cv-qualifiers be overloaded?
</td>
1902 <td align=
"center">Not resolved
</td>
1905 <td><a href=
"https://cplusplus.github.io/CWG/issues/311.html">311</a></td>
1907 <td>Using qualified name to reopen nested namespace
</td>
1908 <td class=
"full" align=
"center">Yes
</td>
1911 <td><a href=
"https://cplusplus.github.io/CWG/issues/312.html">312</a></td>
1913 <td>“use
” of invalid pointer value not defined
</td>
1914 <td class=
"full" align=
"center">Duplicate of
<a href=
"#616">616</a></td>
1917 <td><a href=
"https://cplusplus.github.io/CWG/issues/313.html">313</a></td>
1919 <td>Class with single conversion function to integral as array size in
<TT>new
</TT></td>
1920 <td class=
"full" align=
"center">Duplicate of
<a href=
"#299">299</a> (C++
11 onwards)
</td>
1923 <td><a href=
"https://cplusplus.github.io/CWG/issues/314.html">314</a></td>
1925 <td><TT>template
</TT> in base class specifier
</td>
1926 <td class=
"none" align=
"center">No
</td>
1929 <td><a href=
"https://cplusplus.github.io/CWG/issues/315.html">315</a></td>
1931 <td>Is call of static member function through null pointer undefined?
</td>
1932 <td class=
"na" align=
"center">N/A
</td>
1935 <td><a href=
"https://cplusplus.github.io/CWG/issues/316.html">316</a></td>
1937 <td>Injected-class-name of template used as template template parameter
</td>
1938 <td class=
"full" align=
"center">Superseded by
<a href=
"#1004">1004</a></td>
1941 <td><a href=
"https://cplusplus.github.io/CWG/issues/317.html">317</a></td>
1943 <td>Can a function be declared inline after it has been called?
</td>
1944 <td class=
"full" align=
"center">Clang
3.5</td>
1947 <td><a href=
"https://cplusplus.github.io/CWG/issues/318.html">318</a></td>
1949 <td><TT>struct A::A
</TT> should not name the constructor of
<TT>A
</TT></td>
1950 <td class=
"full" align=
"center">Superseded by
<a href=
"#1310">1310</a></td>
1953 <td><a href=
"https://cplusplus.github.io/CWG/issues/319.html">319</a></td>
1955 <td>Use of names without linkage in declaring entities with linkage
</td>
1956 <td class=
"none" align=
"center">No
</td>
1959 <td><a href=
"https://cplusplus.github.io/CWG/issues/320.html">320</a></td>
1961 <td>Question on copy constructor elision example
</td>
1962 <td class=
"full" align=
"center">Yes
</td>
1965 <td><a href=
"https://cplusplus.github.io/CWG/issues/321.html">321</a></td>
1967 <td>Associated classes and namespaces for argument-dependent lookup
</td>
1968 <td class=
"full" align=
"center">Duplicate of
<a href=
"#557">557</a></td>
1971 <td><a href=
"https://cplusplus.github.io/CWG/issues/322.html">322</a></td>
1973 <td>Deduction of reference conversions
</td>
1974 <td class=
"full" align=
"center">Yes
</td>
1977 <td><a href=
"https://cplusplus.github.io/CWG/issues/323.html">323</a></td>
1979 <td>Where must
<TT>export
</TT> appear?
</td>
1980 <td class=
"none" align=
"center">No
</td>
1983 <td><a href=
"https://cplusplus.github.io/CWG/issues/324.html">324</a></td>
1985 <td>Can
"<TT>&</TT>" be applied to assignment to bit-field?
</td>
1986 <td class=
"full" align=
"center">Yes
</td>
1988 <tr class=
"open" id=
"325">
1989 <td><a href=
"https://cplusplus.github.io/CWG/issues/325.html">325</a></td>
1991 <td>When are default arguments parsed?
</td>
1992 <td align=
"center">Not resolved
</td>
1995 <td><a href=
"https://cplusplus.github.io/CWG/issues/326.html">326</a></td>
1997 <td>Wording for definition of trivial constructor
</td>
1998 <td class=
"full" align=
"center">Yes
</td>
2001 <td><a href=
"https://cplusplus.github.io/CWG/issues/327.html">327</a></td>
2003 <td>Use of
"structure" without definition
</td>
2004 <td class=
"na" align=
"center">Duplicate of
<a href=
"#538">538</a></td>
2007 <td><a href=
"https://cplusplus.github.io/CWG/issues/328.html">328</a></td>
2009 <td>Missing requirement that class member types be complete
</td>
2010 <td class=
"full" align=
"center">Yes
</td>
2013 <td><a href=
"https://cplusplus.github.io/CWG/issues/329.html">329</a></td>
2015 <td>Evaluation of friends of templates
</td>
2016 <td class=
"full" align=
"center">Clang
3.5</td>
2019 <td><a href=
"https://cplusplus.github.io/CWG/issues/330.html">330</a></td>
2021 <td>Qualification conversions and pointers to arrays of pointers
</td>
2022 <td class=
"full" align=
"center">Clang
7</td>
2025 <td><a href=
"https://cplusplus.github.io/CWG/issues/331.html">331</a></td>
2027 <td>Allowed copy constructor signatures
</td>
2028 <td class=
"full" align=
"center">Yes
</td>
2031 <td><a href=
"https://cplusplus.github.io/CWG/issues/332.html">332</a></td>
2033 <td>cv-qualified
<TT>void
</TT> parameter types
</td>
2034 <td class=
"full" align=
"center">Duplicate of
<a href=
"#577">577</a></td>
2037 <td><a href=
"https://cplusplus.github.io/CWG/issues/333.html">333</a></td>
2039 <td>Ambiguous use of
"declaration" in disambiguation section
</td>
2040 <td class=
"full" align=
"center">Yes
</td>
2043 <td><a href=
"https://cplusplus.github.io/CWG/issues/334.html">334</a></td>
2045 <td>Is a comma-expression dependent if its first operand is?
</td>
2046 <td class=
"full" align=
"center">Yes
</td>
2049 <td><a href=
"https://cplusplus.github.io/CWG/issues/335.html">335</a></td>
2051 <td>Allowing
<TT>export
</TT> on template members of nontemplate classes
</td>
2052 <td class=
"none" align=
"center">No
</td>
2055 <td><a href=
"https://cplusplus.github.io/CWG/issues/336.html">336</a></td>
2057 <td>Explicit specialization examples are still incorrect
</td>
2058 <td class=
"full" align=
"center">Yes
</td>
2061 <td><a href=
"https://cplusplus.github.io/CWG/issues/337.html">337</a></td>
2063 <td>Attempt to create array of abtract type should cause deduction to fail
</td>
2064 <td class=
"full" align=
"center">Yes
</td>
2067 <td><a href=
"https://cplusplus.github.io/CWG/issues/338.html">338</a></td>
2069 <td>Enumerator name with linkage used as class name in other translation unit
</td>
2070 <td class=
"none" align=
"center">Unknown
</td>
2073 <td><a href=
"https://cplusplus.github.io/CWG/issues/339.html">339</a></td>
2075 <td>Overload resolution in operand of
<TT>sizeof
</TT> in constant expression
</td>
2076 <td class=
"full" align=
"center">Yes
</td>
2079 <td><a href=
"https://cplusplus.github.io/CWG/issues/340.html">340</a></td>
2081 <td>Unclear wording in disambiguation section
</td>
2082 <td class=
"full" align=
"center">Yes
</td>
2085 <td><a href=
"https://cplusplus.github.io/CWG/issues/341.html">341</a></td>
2087 <td><TT>extern
"C"</TT> namespace member function versus global variable
</td>
2088 <td class=
"none" align=
"center">Superseded by
<a href=
"#1708">1708</a></td>
2091 <td><a href=
"https://cplusplus.github.io/CWG/issues/342.html">342</a></td>
2093 <td>Terminology:
"indirection" versus
"dereference"</td>
2094 <td class=
"na" align=
"center">N/A
</td>
2097 <td><a href=
"https://cplusplus.github.io/CWG/issues/343.html">343</a></td>
2099 <td>Make
<TT>template
</TT> optional in contexts that require a type
</td>
2100 <td class=
"none" align=
"center">No
</td>
2103 <td><a href=
"https://cplusplus.github.io/CWG/issues/344.html">344</a></td>
2105 <td>Naming destructors
</td>
2106 <td class=
"none" align=
"center">Duplicate of
<a href=
"#1435">1435</a></td>
2109 <td><a href=
"https://cplusplus.github.io/CWG/issues/345.html">345</a></td>
2111 <td>Misleading comment on example in templates chapter
</td>
2112 <td class=
"full" align=
"center">Yes
</td>
2115 <td><a href=
"https://cplusplus.github.io/CWG/issues/346.html">346</a></td>
2117 <td>Typo in
15.4</td>
2118 <td class=
"na" align=
"center">N/A
</td>
2121 <td><a href=
"https://cplusplus.github.io/CWG/issues/347.html">347</a></td>
2123 <td>Use of derived class name in defining base class nested class
</td>
2124 <td class=
"full" align=
"center">Yes
</td>
2127 <td><a href=
"https://cplusplus.github.io/CWG/issues/348.html">348</a></td>
2129 <td><TT>delete
</TT> and user-written deallocation functions
</td>
2130 <td class=
"na" align=
"center">N/A
</td>
2133 <td><a href=
"https://cplusplus.github.io/CWG/issues/349.html">349</a></td>
2135 <td>Template argument deduction for conversion functions and qualification conversions
</td>
2136 <td class=
"none" align=
"center">No
</td>
2138 <tr class=
"open" id=
"350">
2139 <td><a href=
"https://cplusplus.github.io/CWG/issues/350.html">350</a></td>
2141 <td><TT>signed char
</TT> underlying representation for objects
</td>
2142 <td align=
"center">Not resolved
</td>
2145 <td><a href=
"https://cplusplus.github.io/CWG/issues/351.html">351</a></td>
2147 <td>Sequence point error: unspecified or undefined?
</td>
2148 <td class=
"na" align=
"center">N/A
</td>
2151 <td><a href=
"https://cplusplus.github.io/CWG/issues/352.html">352</a></td>
2153 <td>Nondeduced contexts
</td>
2154 <td class=
"full" align=
"center">Yes
</td>
2157 <td><a href=
"https://cplusplus.github.io/CWG/issues/353.html">353</a></td>
2159 <td>Is deallocation routine called if destructor throws exception in delete?
</td>
2160 <td class=
"none" align=
"center">Unknown
</td>
2163 <td><a href=
"https://cplusplus.github.io/CWG/issues/354.html">354</a></td>
2165 <td>Null as nontype template argument
</td>
2166 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
2169 <td><a href=
"https://cplusplus.github.io/CWG/issues/355.html">355</a></td>
2171 <td>Global-scope
<TT>::
</TT> in
<I>nested-name-specifier
</I></td>
2172 <td class=
"full" align=
"center">Yes
</td>
2175 <td><a href=
"https://cplusplus.github.io/CWG/issues/356.html">356</a></td>
2177 <td>Wording of behavior of generated copy constructor for scalar members
</td>
2178 <td class=
"na" align=
"center">N/A
</td>
2181 <td><a href=
"https://cplusplus.github.io/CWG/issues/357.html">357</a></td>
2183 <td>Definition of signature should include name
</td>
2184 <td class=
"full" align=
"center">Yes
</td>
2187 <td><a href=
"https://cplusplus.github.io/CWG/issues/358.html">358</a></td>
2189 <td>Namespaces and extern
"C"</td>
2190 <td class=
"full" align=
"center">Yes
</td>
2193 <td><a href=
"https://cplusplus.github.io/CWG/issues/359.html">359</a></td>
2195 <td>Type definition in anonymous union
</td>
2196 <td class=
"full" align=
"center">Yes
</td>
2199 <td><a href=
"https://cplusplus.github.io/CWG/issues/360.html">360</a></td>
2201 <td>Using-declaration that reduces access
</td>
2202 <td class=
"full" align=
"center">Yes
</td>
2204 <tr class=
"open" id=
"361">
2205 <td><a href=
"https://cplusplus.github.io/CWG/issues/361.html">361</a></td>
2207 <td>Forward reference to default argument
</td>
2208 <td align=
"center">Not resolved
</td>
2211 <td><a href=
"https://cplusplus.github.io/CWG/issues/362.html">362</a></td>
2213 <td>Order of initialization in instantiation units
</td>
2214 <td class=
"na" align=
"center">N/A
</td>
2217 <td><a href=
"https://cplusplus.github.io/CWG/issues/363.html">363</a></td>
2219 <td>Initialization of class from self
</td>
2220 <td class=
"na" align=
"center">N/A
</td>
2223 <td><a href=
"https://cplusplus.github.io/CWG/issues/364.html">364</a></td>
2225 <td>Calling overloaded function with static in set, with no object
</td>
2226 <td class=
"full" align=
"center">Yes
</td>
2228 <tr class=
"open" id=
"365">
2229 <td><a href=
"https://cplusplus.github.io/CWG/issues/365.html">365</a></td>
2231 <td>Storage duration and temporaries
</td>
2232 <td align=
"center">Not resolved
</td>
2235 <td><a href=
"https://cplusplus.github.io/CWG/issues/366.html">366</a></td>
2237 <td>String literal allowed in integral constant expression?
</td>
2238 <td class=
"full" align=
"center">Yes
</td>
2241 <td><a href=
"https://cplusplus.github.io/CWG/issues/367.html">367</a></td>
2243 <td><TT>throw
</TT> operator allowed in constant expression?
</td>
2244 <td class=
"full" align=
"center">Yes
</td>
2247 <td><a href=
"https://cplusplus.github.io/CWG/issues/368.html">368</a></td>
2249 <td>Uses of non-type parameters that should cause deduction to fail
</td>
2250 <td class=
"full" align=
"center">Yes
</td>
2252 <tr class=
"open" id=
"369">
2253 <td><a href=
"https://cplusplus.github.io/CWG/issues/369.html">369</a></td>
2255 <td>Are
<TT>new
</TT>/
<TT>delete
</TT> identifiers or
<I>preprocessing-op-or-punc
</I>?
</td>
2256 <td align=
"center">Not resolved
</td>
2259 <td><a href=
"https://cplusplus.github.io/CWG/issues/370.html">370</a></td>
2261 <td>Can
<TT>#include
<...
></TT> form be used other than for standard C++ headers?
</td>
2262 <td class=
"na" align=
"center">N/A
</td>
2264 <tr class=
"open" id=
"371">
2265 <td><a href=
"https://cplusplus.github.io/CWG/issues/371.html">371</a></td>
2267 <td>Interleaving of constructor calls
</td>
2268 <td align=
"center">Not resolved
</td>
2271 <td><a href=
"https://cplusplus.github.io/CWG/issues/372.html">372</a></td>
2273 <td>Is access granted by base class specifiers available in following base class specifiers?
</td>
2274 <td class=
"none" align=
"center">No
</td>
2277 <td><a href=
"https://cplusplus.github.io/CWG/issues/373.html">373</a></td>
2279 <td>Lookup on namespace qualified name in using-directive
</td>
2280 <td class=
"full" align=
"center">Clang
5</td>
2283 <td><a href=
"https://cplusplus.github.io/CWG/issues/374.html">374</a></td>
2285 <td>Can explicit specialization outside namespace use qualified name?
</td>
2286 <td class=
"full" align=
"center">Yes
</td>
2289 <td><a href=
"https://cplusplus.github.io/CWG/issues/375.html">375</a></td>
2291 <td>Confusing example on lookup with
<TT>typename
</TT></td>
2292 <td class=
"full" align=
"center">Duplicate of
<a href=
"#345">345</a></td>
2295 <td><a href=
"https://cplusplus.github.io/CWG/issues/376.html">376</a></td>
2297 <td>Class
"definition" versus class
"declaration"</td>
2298 <td class=
"na" align=
"center">N/A
</td>
2301 <td><a href=
"https://cplusplus.github.io/CWG/issues/377.html">377</a></td>
2303 <td>Enum whose enumerators will not fit in any integral type
</td>
2304 <td class=
"full" align=
"center">Yes
</td>
2307 <td><a href=
"https://cplusplus.github.io/CWG/issues/378.html">378</a></td>
2309 <td>Wording that says temporaries are declared
</td>
2310 <td class=
"na" align=
"center">Duplicate of
<a href=
"#276">276</a></td>
2313 <td><a href=
"https://cplusplus.github.io/CWG/issues/379.html">379</a></td>
2315 <td>Change
"class declaration" to
"class definition"</td>
2316 <td class=
"na" align=
"center">N/A
</td>
2318 <tr class=
"open" id=
"380">
2319 <td><a href=
"https://cplusplus.github.io/CWG/issues/380.html">380</a></td>
2321 <td>Definition of
"ambiguous base class" missing
</td>
2322 <td align=
"center">Not resolved
</td>
2325 <td><a href=
"https://cplusplus.github.io/CWG/issues/381.html">381</a></td>
2327 <td>Incorrect example of base class member lookup
</td>
2328 <td class=
"full" align=
"center">Yes
</td>
2331 <td><a href=
"https://cplusplus.github.io/CWG/issues/382.html">382</a></td>
2333 <td>Allow
<TT>typename
</TT> outside of templates
</td>
2334 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
2337 <td><a href=
"https://cplusplus.github.io/CWG/issues/383.html">383</a></td>
2339 <td>Is a class with a declared but not defined destructor a POD?
</td>
2340 <td class=
"full" align=
"center">Yes
</td>
2343 <td><a href=
"https://cplusplus.github.io/CWG/issues/384.html">384</a></td>
2345 <td>Argument-dependent lookup and operator functions
</td>
2346 <td class=
"full" align=
"center">Yes
</td>
2349 <td><a href=
"https://cplusplus.github.io/CWG/issues/385.html">385</a></td>
2351 <td>How does protected member check of
11.5 interact with using-declarations?
</td>
2352 <td class=
"full" align=
"center">Yes
</td>
2355 <td><a href=
"https://cplusplus.github.io/CWG/issues/386.html">386</a></td>
2357 <td>Friend declaration of name brought in by
<I>using-declaration
</I></td>
2358 <td class=
"none" align=
"center">Unknown
</td>
2361 <td><a href=
"https://cplusplus.github.io/CWG/issues/387.html">387</a></td>
2363 <td>Errors in example in
14.6.5</td>
2364 <td class=
"full" align=
"center">Yes
</td>
2367 <td><a href=
"https://cplusplus.github.io/CWG/issues/388.html">388</a></td>
2369 <td>Catching base
<TT>*
&</TT> from a throw of derived
<TT>*
</TT></td>
2370 <td class=
"none" align=
"center">Unknown
</td>
2373 <td><a href=
"https://cplusplus.github.io/CWG/issues/389.html">389</a></td>
2375 <td>Unnamed types in entities with linkage
</td>
2376 <td class=
"none" align=
"center">No
</td>
2379 <td><a href=
"https://cplusplus.github.io/CWG/issues/390.html">390</a></td>
2381 <td>Pure virtual must be defined when implicitly called
</td>
2382 <td class=
"full" align=
"center">Yes
</td>
2385 <td><a href=
"https://cplusplus.github.io/CWG/issues/391.html">391</a></td>
2387 <td>Require direct binding of short-lived references to rvalues
</td>
2388 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
2391 <td><a href=
"https://cplusplus.github.io/CWG/issues/392.html">392</a></td>
2393 <td>Use of full expression lvalue before temporary destruction
</td>
2394 <td class=
"none" align=
"center">Unknown
</td>
2397 <td><a href=
"https://cplusplus.github.io/CWG/issues/393.html">393</a></td>
2399 <td>Pointer to array of unknown bound in template argument list in parameter
</td>
2400 <td class=
"none" align=
"center">Unknown
</td>
2403 <td><a href=
"https://cplusplus.github.io/CWG/issues/394.html">394</a></td>
2405 <td><I>identifier-list
</I> is never defined
</td>
2406 <td class=
"na" align=
"center">N/A
</td>
2409 <td><a href=
"https://cplusplus.github.io/CWG/issues/395.html">395</a></td>
2411 <td>Conversion operator template syntax
</td>
2412 <td class=
"full" align=
"center">Yes
</td>
2415 <td><a href=
"https://cplusplus.github.io/CWG/issues/396.html">396</a></td>
2417 <td>Misleading note regarding use of
<TT>auto
</TT> for disambiguation
</td>
2418 <td class=
"full" align=
"center">Yes
</td>
2421 <td><a href=
"https://cplusplus.github.io/CWG/issues/397.html">397</a></td>
2423 <td>Same address for string literals from default arguments in inline functions?
</td>
2424 <td class=
"none" align=
"center">Superseded by
<a href=
"#1823">1823</a></td>
2427 <td><a href=
"https://cplusplus.github.io/CWG/issues/398.html">398</a></td>
2429 <td>Ambiguous wording on naming a type in deduction
</td>
2430 <td class=
"full" align=
"center">Yes
</td>
2433 <td><a href=
"https://cplusplus.github.io/CWG/issues/399.html">399</a></td>
2435 <td>Destructor lookup redux
</td>
2436 <td class=
"full" align=
"center">Clang
11</td>
2439 <td><a href=
"https://cplusplus.github.io/CWG/issues/400.html">400</a></td>
2441 <td>Using-declarations and the
"struct hack"</td>
2442 <td class=
"full" align=
"center">Yes
</td>
2445 <td><a href=
"https://cplusplus.github.io/CWG/issues/401.html">401</a></td>
2447 <td>When is access for template parameter default arguments checked?
</td>
2448 <td class=
"full" align=
"center">Yes
</td>
2450 <tr class=
"open" id=
"402">
2451 <td><a href=
"https://cplusplus.github.io/CWG/issues/402.html">402</a></td>
2453 <td>More on partial ordering of function templates
</td>
2454 <td align=
"center">Not resolved
</td>
2457 <td><a href=
"https://cplusplus.github.io/CWG/issues/403.html">403</a></td>
2459 <td>Reference to a type as a
<I>template-id
</I></td>
2460 <td class=
"full" align=
"center">Yes
</td>
2463 <td><a href=
"https://cplusplus.github.io/CWG/issues/404.html">404</a></td>
2465 <td>Unclear reference to construction with non-trivial constructor
</td>
2466 <td class=
"na" align=
"center">N/A
</td>
2469 <td><a href=
"https://cplusplus.github.io/CWG/issues/405.html">405</a></td>
2471 <td>Unqualified function name lookup
</td>
2472 <td class=
"full" align=
"center">Yes
</td>
2475 <td><a href=
"https://cplusplus.github.io/CWG/issues/406.html">406</a></td>
2477 <td>Static data member in class with name for linkage purposes
</td>
2478 <td class=
"full" align=
"center">Yes
</td>
2481 <td><a href=
"https://cplusplus.github.io/CWG/issues/407.html">407</a></td>
2483 <td>Named class with associated typedef: two names or one?
</td>
2484 <td class=
"full" align=
"center">Clang
3.8</td>
2487 <td><a href=
"https://cplusplus.github.io/CWG/issues/408.html">408</a></td>
2489 <td>sizeof applied to unknown-bound array static data member of template
</td>
2490 <td class=
"full" align=
"center">Clang
3.4</td>
2493 <td><a href=
"https://cplusplus.github.io/CWG/issues/409.html">409</a></td>
2495 <td>Obsolete paragraph missed by changes for issue
224</td>
2496 <td class=
"full" align=
"center">Yes
</td>
2499 <td><a href=
"https://cplusplus.github.io/CWG/issues/410.html">410</a></td>
2501 <td>Paragraph missed in changes for issue
166</td>
2502 <td class=
"none" align=
"center">No
</td>
2505 <td><a href=
"https://cplusplus.github.io/CWG/issues/411.html">411</a></td>
2507 <td>Use of universal-character-name in character versus string literals
</td>
2508 <td class=
"none" align=
"center">Unknown
</td>
2511 <td><a href=
"https://cplusplus.github.io/CWG/issues/412.html">412</a></td>
2513 <td>Can a replacement allocation function be inline?
</td>
2514 <td class=
"full" align=
"center">Yes
</td>
2517 <td><a href=
"https://cplusplus.github.io/CWG/issues/413.html">413</a></td>
2519 <td>Definition of
"empty class"</td>
2520 <td class=
"full" align=
"center">Yes
</td>
2523 <td><a href=
"https://cplusplus.github.io/CWG/issues/414.html">414</a></td>
2525 <td>Multiple types found on destructor lookup
</td>
2526 <td class=
"none" align=
"center">Duplicate of
<a href=
"#305">305</a></td>
2529 <td><a href=
"https://cplusplus.github.io/CWG/issues/415.html">415</a></td>
2531 <td>Template deduction does not cause instantiation
</td>
2532 <td class=
"full" align=
"center">Yes
</td>
2535 <td><a href=
"https://cplusplus.github.io/CWG/issues/416.html">416</a></td>
2537 <td>Class must be complete to allow operator lookup?
</td>
2538 <td class=
"full" align=
"center">Yes
</td>
2541 <td><a href=
"https://cplusplus.github.io/CWG/issues/417.html">417</a></td>
2543 <td>Using derived-class qualified name in out-of-class nested class definition
</td>
2544 <td class=
"none" align=
"center">No
</td>
2547 <td><a href=
"https://cplusplus.github.io/CWG/issues/418.html">418</a></td>
2549 <td>Imperfect wording on error on multiple default arguments on a called function
</td>
2550 <td class=
"none" align=
"center">No
</td>
2552 <tr class=
"open" id=
"419">
2553 <td><a href=
"https://cplusplus.github.io/CWG/issues/419.html">419</a></td>
2555 <td>Can cast to virtual base class be done on partially-constructed object?
</td>
2556 <td align=
"center">Not resolved
</td>
2559 <td><a href=
"https://cplusplus.github.io/CWG/issues/420.html">420</a></td>
2561 <td>postfixexpression-
>scalar_type_dtor() inconsistent
</td>
2562 <td class=
"full" align=
"center">Yes
</td>
2565 <td><a href=
"https://cplusplus.github.io/CWG/issues/421.html">421</a></td>
2567 <td>Is rvalue.field an rvalue?
</td>
2568 <td class=
"full" align=
"center">Yes
</td>
2571 <td><a href=
"https://cplusplus.github.io/CWG/issues/422.html">422</a></td>
2573 <td>Is a typedef redeclaration allowed with a template type that might be the same?
</td>
2574 <td class=
"full" align=
"center">Yes
</td>
2577 <td><a href=
"https://cplusplus.github.io/CWG/issues/423.html">423</a></td>
2579 <td>Can a conversion be done on the left operand of a compound assignment?
</td>
2580 <td class=
"full" align=
"center">Yes
</td>
2583 <td><a href=
"https://cplusplus.github.io/CWG/issues/424.html">424</a></td>
2585 <td>Wording problem with issue
56 resolution on redeclaring typedefs in class scope
</td>
2586 <td class=
"full" align=
"center">Yes
</td>
2589 <td><a href=
"https://cplusplus.github.io/CWG/issues/425.html">425</a></td>
2591 <td>Set of candidates for overloaded built-in operator with float operand
</td>
2592 <td class=
"full" align=
"center">Yes
</td>
2595 <td><a href=
"https://cplusplus.github.io/CWG/issues/426.html">426</a></td>
2597 <td>Identically-named variables, one internally and one externally linked, allowed?
</td>
2598 <td class=
"none" align=
"center">Unknown
</td>
2601 <td><a href=
"https://cplusplus.github.io/CWG/issues/427.html">427</a></td>
2603 <td><TT>static_cast
</TT> ambiguity: conversion versus cast to derived
</td>
2604 <td class=
"full" align=
"center">Yes
</td>
2607 <td><a href=
"https://cplusplus.github.io/CWG/issues/428.html">428</a></td>
2609 <td>Mention of expression with reference type
</td>
2610 <td class=
"full" align=
"center">Yes
</td>
2613 <td><a href=
"https://cplusplus.github.io/CWG/issues/429.html">429</a></td>
2615 <td>Matching deallocation function chosen based on syntax or signature?
</td>
2616 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
2619 <td><a href=
"https://cplusplus.github.io/CWG/issues/430.html">430</a></td>
2621 <td>Ordering of expression evaluation in initializer list
</td>
2622 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
2625 <td><a href=
"https://cplusplus.github.io/CWG/issues/431.html">431</a></td>
2627 <td>Defect in wording in
14.2</td>
2628 <td class=
"full" align=
"center">Yes
</td>
2631 <td><a href=
"https://cplusplus.github.io/CWG/issues/432.html">432</a></td>
2633 <td>Is injected class name visible in base class specifier list?
</td>
2634 <td class=
"full" align=
"center">Yes
</td>
2637 <td><a href=
"https://cplusplus.github.io/CWG/issues/433.html">433</a></td>
2639 <td>Do elaborated type specifiers in templates inject into enclosing namespace scope?
</td>
2640 <td class=
"full" align=
"center">Yes
</td>
2643 <td><a href=
"https://cplusplus.github.io/CWG/issues/434.html">434</a></td>
2645 <td>Unclear suppression of standard conversions while binding reference to lvalue
</td>
2646 <td class=
"full" align=
"center">Superseded by
<a href=
"#2352">2352</a></td>
2649 <td><a href=
"https://cplusplus.github.io/CWG/issues/435.html">435</a></td>
2651 <td>Change
"declararation or definition" to
"declaration"</td>
2652 <td class=
"na" align=
"center">N/A
</td>
2655 <td><a href=
"https://cplusplus.github.io/CWG/issues/436.html">436</a></td>
2657 <td>Problem in example in
9.6 paragraph
4</td>
2658 <td class=
"full" align=
"center">Yes
</td>
2661 <td><a href=
"https://cplusplus.github.io/CWG/issues/437.html">437</a></td>
2663 <td>Is type of class allowed in member function exception specification?
</td>
2664 <td class=
"none" align=
"center">Superseded by
<a href=
"#1308">1308</a></td>
2667 <td><a href=
"https://cplusplus.github.io/CWG/issues/438.html">438</a></td>
2669 <td>Possible flaw in wording for multiple accesses to object between sequence points
</td>
2670 <td class=
"none" align=
"center">Unknown
</td>
2673 <td><a href=
"https://cplusplus.github.io/CWG/issues/439.html">439</a></td>
2675 <td>Guarantees on casting pointer back to cv-qualified version of original type
</td>
2676 <td class=
"none" align=
"center">Unknown
</td>
2679 <td><a href=
"https://cplusplus.github.io/CWG/issues/440.html">440</a></td>
2681 <td>Allow implicit pointer-to-member conversion on nontype template argument
</td>
2682 <td class=
"none" align=
"center">Unknown
</td>
2685 <td><a href=
"https://cplusplus.github.io/CWG/issues/441.html">441</a></td>
2687 <td>Ordering of static reference initialization
</td>
2688 <td class=
"none" align=
"center">Unknown
</td>
2691 <td><a href=
"https://cplusplus.github.io/CWG/issues/442.html">442</a></td>
2693 <td>Incorrect use of null pointer constant in description of delete operator
</td>
2694 <td class=
"na" align=
"center">Superseded by
<a href=
"#348">348</a></td>
2697 <td><a href=
"https://cplusplus.github.io/CWG/issues/443.html">443</a></td>
2699 <td>Wording nit in description of lifetime of temporaries
</td>
2700 <td class=
"na" align=
"center">N/A
</td>
2703 <td><a href=
"https://cplusplus.github.io/CWG/issues/444.html">444</a></td>
2705 <td>Overriding and the generated copy assignment operator
</td>
2706 <td class=
"full" align=
"center">Yes
</td>
2709 <td><a href=
"https://cplusplus.github.io/CWG/issues/445.html">445</a></td>
2711 <td>Wording issue on friend declarations
</td>
2712 <td class=
"full" align=
"center">Yes
</td>
2715 <td><a href=
"https://cplusplus.github.io/CWG/issues/446.html">446</a></td>
2717 <td>Does an lvalue-to-rvalue conversion on the
"?" operator produce a temporary?
</td>
2718 <td class=
"full" align=
"center">Yes
</td>
2721 <td><a href=
"https://cplusplus.github.io/CWG/issues/447.html">447</a></td>
2723 <td>Is offsetof type-dependent?
</td>
2724 <td class=
"full" align=
"center">Yes
</td>
2727 <td><a href=
"https://cplusplus.github.io/CWG/issues/448.html">448</a></td>
2729 <td>Set of template functions in call with dependent explicit argument
</td>
2730 <td class=
"full" align=
"center">Yes
</td>
2733 <td><a href=
"https://cplusplus.github.io/CWG/issues/449.html">449</a></td>
2735 <td>Consistency in use of hyphen with names of
"non" entities
</td>
2736 <td class=
"na" align=
"center">N/A
</td>
2739 <td><a href=
"https://cplusplus.github.io/CWG/issues/450.html">450</a></td>
2741 <td>Binding a reference to const to a cv-qualified array rvalue
</td>
2742 <td class=
"full" align=
"center">Yes
</td>
2745 <td><a href=
"https://cplusplus.github.io/CWG/issues/451.html">451</a></td>
2747 <td>Expressions with invalid results and ill-formedness
</td>
2748 <td class=
"full" align=
"center">Yes
</td>
2751 <td><a href=
"https://cplusplus.github.io/CWG/issues/452.html">452</a></td>
2753 <td>Wording nit on description of
<TT>this
</TT></td>
2754 <td class=
"full" align=
"center">Yes
</td>
2756 <tr class=
"open" id=
"453">
2757 <td><a href=
"https://cplusplus.github.io/CWG/issues/453.html">453</a></td>
2759 <td>References may only bind to
“valid
” objects
</td>
2760 <td align=
"center">Not resolved
</td>
2763 <td><a href=
"https://cplusplus.github.io/CWG/issues/454.html">454</a></td>
2765 <td>When is a definition of a static data member required?
</td>
2766 <td class=
"none" align=
"center">Unknown
</td>
2769 <td><a href=
"https://cplusplus.github.io/CWG/issues/455.html">455</a></td>
2771 <td>Partial ordering and non-deduced arguments
</td>
2772 <td class=
"none" align=
"center">Unknown
</td>
2775 <td><a href=
"https://cplusplus.github.io/CWG/issues/456.html">456</a></td>
2777 <td>Is initialized const int or const bool variable a null pointer constant?
</td>
2778 <td class=
"full" align=
"center">Yes
</td>
2781 <td><a href=
"https://cplusplus.github.io/CWG/issues/457.html">457</a></td>
2783 <td>Wording nit on use of const variables in constant expressions
</td>
2784 <td class=
"full" align=
"center">Yes
</td>
2787 <td><a href=
"https://cplusplus.github.io/CWG/issues/458.html">458</a></td>
2789 <td>Hiding of member template parameters by other members
</td>
2790 <td class=
"full" align=
"center">Clang
11</td>
2792 <tr class=
"open" id=
"459">
2793 <td><a href=
"https://cplusplus.github.io/CWG/issues/459.html">459</a></td>
2795 <td>Hiding of template parameters by base class members
</td>
2796 <td align=
"center">Not resolved
</td>
2799 <td><a href=
"https://cplusplus.github.io/CWG/issues/460.html">460</a></td>
2801 <td>Can a
<I>using-declaration
</I> name a namespace?
</td>
2802 <td class=
"full" align=
"center">Yes
</td>
2805 <td><a href=
"https://cplusplus.github.io/CWG/issues/461.html">461</a></td>
2807 <td>Make
<TT>asm
</TT> conditionally-supported
</td>
2808 <td class=
"na" align=
"center">N/A
</td>
2811 <td><a href=
"https://cplusplus.github.io/CWG/issues/462.html">462</a></td>
2813 <td>Lifetime of temporaries bound to comma expressions
</td>
2814 <td class=
"none" align=
"center">Unknown
</td>
2817 <td><a href=
"https://cplusplus.github.io/CWG/issues/463.html">463</a></td>
2819 <td><TT>reinterpret_cast
<T*
>(
0)
</TT></td>
2820 <td class=
"na" align=
"center">N/A
</td>
2823 <td><a href=
"https://cplusplus.github.io/CWG/issues/464.html">464</a></td>
2825 <td>Wording nit on lifetime of temporaries to which references are bound
</td>
2826 <td class=
"na" align=
"center">N/A
</td>
2829 <td><a href=
"https://cplusplus.github.io/CWG/issues/465.html">465</a></td>
2831 <td>May constructors of global objects call
<TT>exit()
</TT>?
</td>
2832 <td class=
"na" align=
"center">N/A
</td>
2835 <td><a href=
"https://cplusplus.github.io/CWG/issues/466.html">466</a></td>
2837 <td>cv-qualifiers on pseudo-destructor type
</td>
2838 <td class=
"none" align=
"center">No
</td>
2841 <td><a href=
"https://cplusplus.github.io/CWG/issues/467.html">467</a></td>
2843 <td>Jump past initialization of local static variable
</td>
2844 <td class=
"full" align=
"center">Yes
</td>
2847 <td><a href=
"https://cplusplus.github.io/CWG/issues/468.html">468</a></td>
2849 <td>Allow
<TT>::template
</TT> outside of templates
</td>
2850 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
2853 <td><a href=
"https://cplusplus.github.io/CWG/issues/469.html">469</a></td>
2855 <td>Const template specializations and reference arguments
</td>
2856 <td class=
"none" align=
"center">No
</td>
2859 <td><a href=
"https://cplusplus.github.io/CWG/issues/470.html">470</a></td>
2861 <td>Instantiation of members of an explicitly-instantiated class template
</td>
2862 <td class=
"full" align=
"center">Yes
</td>
2865 <td><a href=
"https://cplusplus.github.io/CWG/issues/471.html">471</a></td>
2867 <td>Conflicting inherited access specifications
</td>
2868 <td class=
"full" align=
"center">Yes
</td>
2870 <tr class=
"open" id=
"472">
2871 <td><a href=
"https://cplusplus.github.io/CWG/issues/472.html">472</a></td>
2873 <td>Casting across protected inheritance
</td>
2874 <td align=
"center">Not resolved
</td>
2877 <td><a href=
"https://cplusplus.github.io/CWG/issues/473.html">473</a></td>
2879 <td>Block-scope declarations of allocator functions
</td>
2880 <td class=
"none" align=
"center">Unknown
</td>
2883 <td><a href=
"https://cplusplus.github.io/CWG/issues/474.html">474</a></td>
2885 <td>Block-scope
<TT>extern
</TT> declarations in namespace members
</td>
2886 <td class=
"full" align=
"center">Yes
</td>
2889 <td><a href=
"https://cplusplus.github.io/CWG/issues/475.html">475</a></td>
2891 <td>When is
<TT>std::uncaught_exception()
</TT> true? (take
2)
</td>
2892 <td class=
"none" align=
"center">Unknown
</td>
2895 <td><a href=
"https://cplusplus.github.io/CWG/issues/476.html">476</a></td>
2897 <td>Determining the buffer size for placement new
</td>
2898 <td class=
"none" align=
"center">Unknown
</td>
2901 <td><a href=
"https://cplusplus.github.io/CWG/issues/477.html">477</a></td>
2903 <td>Can
<TT>virtual
</TT> appear in a
<TT>friend
</TT> declaration?
</td>
2904 <td class=
"full" align=
"center">Clang
3.5</td>
2907 <td><a href=
"https://cplusplus.github.io/CWG/issues/478.html">478</a></td>
2909 <td>May a function parameter be an array of an abstract class type?
</td>
2910 <td class=
"full" align=
"center">Yes
</td>
2913 <td><a href=
"https://cplusplus.github.io/CWG/issues/479.html">479</a></td>
2915 <td>Copy elision in exception handling
</td>
2916 <td class=
"full" align=
"center">Yes
</td>
2919 <td><a href=
"https://cplusplus.github.io/CWG/issues/480.html">480</a></td>
2921 <td>Is a base of a virtual base also virtual?
</td>
2922 <td class=
"full" align=
"center">Yes
</td>
2925 <td><a href=
"https://cplusplus.github.io/CWG/issues/481.html">481</a></td>
2927 <td>Scope of template parameters
</td>
2928 <td class=
"full" align=
"center">Yes
</td>
2931 <td><a href=
"https://cplusplus.github.io/CWG/issues/482.html">482</a></td>
2933 <td>Qualified declarators in redeclarations
</td>
2934 <td class=
"full" align=
"center">Clang
3.5</td>
2937 <td><a href=
"https://cplusplus.github.io/CWG/issues/483.html">483</a></td>
2939 <td>Normative requirements on integral ranges
</td>
2940 <td class=
"full" align=
"center">Yes
</td>
2943 <td><a href=
"https://cplusplus.github.io/CWG/issues/484.html">484</a></td>
2945 <td>Can a
<I>base-specifier
</I> name a cv-qualified class type?
</td>
2946 <td class=
"full" align=
"center">Yes
</td>
2949 <td><a href=
"https://cplusplus.github.io/CWG/issues/485.html">485</a></td>
2951 <td>What is a
“name
”?
</td>
2952 <td class=
"full" align=
"center">Yes
</td>
2955 <td><a href=
"https://cplusplus.github.io/CWG/issues/486.html">486</a></td>
2957 <td>Invalid return types and template argument deduction
</td>
2958 <td class=
"full" align=
"center">Yes
</td>
2961 <td><a href=
"https://cplusplus.github.io/CWG/issues/487.html">487</a></td>
2963 <td>Operator overloading in constant expressions
</td>
2964 <td class=
"full" align=
"center">Yes
</td>
2967 <td><a href=
"https://cplusplus.github.io/CWG/issues/488.html">488</a></td>
2969 <td>Local types, overload resolution, and template argument deduction
</td>
2970 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
2973 <td><a href=
"https://cplusplus.github.io/CWG/issues/489.html">489</a></td>
2975 <td>Must member function templates be instantiated during overload resolution?
</td>
2976 <td class=
"na" align=
"center">N/A
</td>
2979 <td><a href=
"https://cplusplus.github.io/CWG/issues/490.html">490</a></td>
2981 <td>Name lookup in friend declarations
</td>
2982 <td class=
"full" align=
"center">Yes
</td>
2985 <td><a href=
"https://cplusplus.github.io/CWG/issues/491.html">491</a></td>
2987 <td>Initializers for empty-class aggregrate members
</td>
2988 <td class=
"full" align=
"center">Duplicate of
<a href=
"#413">413</a></td>
2991 <td><a href=
"https://cplusplus.github.io/CWG/issues/492.html">492</a></td>
2993 <td><TT>typeid
</TT> constness inconsistent with example
</td>
2994 <td class=
"none" align=
"center">Unknown
</td>
2997 <td><a href=
"https://cplusplus.github.io/CWG/issues/493.html">493</a></td>
2999 <td>Type deduction from a
<TT>bool
</TT> context
</td>
3000 <td class=
"none" align=
"center">Duplicate of
<a href=
"#976">976</a></td>
3003 <td><a href=
"https://cplusplus.github.io/CWG/issues/494.html">494</a></td>
3005 <td>Problems with the resolution of issue
45</td>
3006 <td class=
"none" align=
"center">Duplicate of
<a href=
"#372">372</a></td>
3009 <td><a href=
"https://cplusplus.github.io/CWG/issues/495.html">495</a></td>
3011 <td>Overload resolution with template and non-template conversion functions
</td>
3012 <td class=
"full" align=
"center">Clang
3.5</td>
3015 <td><a href=
"https://cplusplus.github.io/CWG/issues/496.html">496</a></td>
3017 <td>Is a volatile-qualified type really a POD?
</td>
3018 <td class=
"full" align=
"center">Superseded by
<a href=
"#2094">2094</a></td>
3021 <td><a href=
"https://cplusplus.github.io/CWG/issues/497.html">497</a></td>
3023 <td>Missing required initialization in example
</td>
3024 <td class=
"none" align=
"center">Superseded by
<a href=
"#253">253</a></td>
3026 <tr class=
"open" id=
"498">
3027 <td><a href=
"https://cplusplus.github.io/CWG/issues/498.html">498</a></td>
3029 <td>Storage class specifiers in definitions of class members
</td>
3030 <td align=
"center">Not resolved
</td>
3033 <td><a href=
"https://cplusplus.github.io/CWG/issues/499.html">499</a></td>
3035 <td>Throwing an array of unknown size
</td>
3036 <td class=
"full" align=
"center">Yes
</td>
3039 <td><a href=
"https://cplusplus.github.io/CWG/issues/500.html">500</a></td>
3041 <td>Access in
<I>base-specifier
</I>s of friend and nested classes
</td>
3042 <td class=
"none" align=
"center">Duplicate of
<a href=
"#372">372</a></td>
3045 <td><a href=
"https://cplusplus.github.io/CWG/issues/501.html">501</a></td>
3047 <td>Visibility of friend declarations within the befriending class
</td>
3048 <td class=
"full" align=
"center">Yes
</td>
3051 <td><a href=
"https://cplusplus.github.io/CWG/issues/502.html">502</a></td>
3053 <td>Dependency of nested enumerations and enumerators
</td>
3054 <td class=
"full" align=
"center">Yes
</td>
3056 <tr class=
"open" id=
"503">
3057 <td><a href=
"https://cplusplus.github.io/CWG/issues/503.html">503</a></td>
3059 <td>Cv-qualified function types in template argument deduction
</td>
3060 <td align=
"center">Not resolved
</td>
3063 <td><a href=
"https://cplusplus.github.io/CWG/issues/504.html">504</a></td>
3065 <td>Should use of a variable in its own initializer require a diagnostic?
</td>
3066 <td class=
"none" align=
"center">Unknown
</td>
3069 <td><a href=
"https://cplusplus.github.io/CWG/issues/505.html">505</a></td>
3071 <td>Conditionally-supported behavior for unknown character escapes
</td>
3072 <td class=
"full" align=
"center">Yes
</td>
3075 <td><a href=
"https://cplusplus.github.io/CWG/issues/506.html">506</a></td>
3077 <td>Conditionally-supported behavior for non-POD objects passed to ellipsis
</td>
3078 <td class=
"full" align=
"center">Yes
</td>
3081 <td><a href=
"https://cplusplus.github.io/CWG/issues/507.html">507</a></td>
3083 <td>Ambiguity assigning class object to built-in type
</td>
3084 <td class=
"none" align=
"center">Duplicate of
<a href=
"#260">260</a></td>
3087 <td><a href=
"https://cplusplus.github.io/CWG/issues/508.html">508</a></td>
3089 <td>Non-constructed value-initialized objects
</td>
3090 <td class=
"na" align=
"center">N/A
</td>
3093 <td><a href=
"https://cplusplus.github.io/CWG/issues/509.html">509</a></td>
3095 <td>Dead code in the specification of default initialization
</td>
3096 <td class=
"na" align=
"center">N/A
</td>
3099 <td><a href=
"https://cplusplus.github.io/CWG/issues/510.html">510</a></td>
3101 <td>Default initialization of POD classes?
</td>
3102 <td class=
"na" align=
"center">N/A
</td>
3104 <tr class=
"open" id=
"511">
3105 <td><a href=
"https://cplusplus.github.io/CWG/issues/511.html">511</a></td>
3107 <td>POD-structs with template assignment operators
</td>
3108 <td align=
"center">Not resolved
</td>
3111 <td><a href=
"https://cplusplus.github.io/CWG/issues/512.html">512</a></td>
3113 <td>Union members with user-declared non-default constructors
</td>
3114 <td class=
"full" align=
"center">Yes
</td>
3117 <td><a href=
"https://cplusplus.github.io/CWG/issues/513.html">513</a></td>
3119 <td>Non-class
“most-derived
” objects
</td>
3120 <td class=
"na" align=
"center">N/A
</td>
3123 <td><a href=
"https://cplusplus.github.io/CWG/issues/514.html">514</a></td>
3125 <td>Is the initializer for a namespace member in the scope of the namespace?
</td>
3126 <td class=
"full" align=
"center">Yes
</td>
3129 <td><a href=
"https://cplusplus.github.io/CWG/issues/515.html">515</a></td>
3131 <td>Non-dependent references to base class members
</td>
3132 <td class=
"none" align=
"center">Superseded by
<a href=
"#1017">1017</a></td>
3135 <td><a href=
"https://cplusplus.github.io/CWG/issues/516.html">516</a></td>
3137 <td>Use of
<TT>signed
</TT> in bit-field declarations
</td>
3138 <td class=
"na" align=
"center">N/A
</td>
3141 <td><a href=
"https://cplusplus.github.io/CWG/issues/517.html">517</a></td>
3143 <td>Partial specialization following explicit instantiation
</td>
3144 <td class=
"none" align=
"center">No
</td>
3147 <td><a href=
"https://cplusplus.github.io/CWG/issues/518.html">518</a></td>
3149 <td>Trailing comma following
<I>enumerator-list
</I></td>
3150 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
3153 <td><a href=
"https://cplusplus.github.io/CWG/issues/519.html">519</a></td>
3155 <td>Null pointer preservation in
<TT>void*
</TT> conversions
</td>
3156 <td class=
"full" align=
"center">Yes
</td>
3159 <td><a href=
"https://cplusplus.github.io/CWG/issues/520.html">520</a></td>
3161 <td>Old-style casts between incomplete class types
</td>
3162 <td class=
"na" align=
"center">N/A
</td>
3165 <td><a href=
"https://cplusplus.github.io/CWG/issues/521.html">521</a></td>
3167 <td>Requirements for exceptions thrown by allocation functions
</td>
3168 <td class=
"none" align=
"center">No
</td>
3171 <td><a href=
"https://cplusplus.github.io/CWG/issues/522.html">522</a></td>
3173 <td>Array-to-pointer decay in template argument deduction
</td>
3174 <td class=
"full" align=
"center">Yes
</td>
3176 <tr class=
"open" id=
"523">
3177 <td><a href=
"https://cplusplus.github.io/CWG/issues/523.html">523</a></td>
3179 <td>Can a one-past-the-end pointer be invalidated by deleting an adjacent object?
</td>
3180 <td align=
"center">Not resolved
</td>
3183 <td><a href=
"https://cplusplus.github.io/CWG/issues/524.html">524</a></td>
3185 <td>Can function-notation calls to operator functions be dependent?
</td>
3186 <td class=
"full" align=
"center">Yes
</td>
3189 <td><a href=
"https://cplusplus.github.io/CWG/issues/525.html">525</a></td>
3191 <td>Missing
<TT>*
</TT> in example
</td>
3192 <td class=
"full" align=
"center">Yes
</td>
3195 <td><a href=
"https://cplusplus.github.io/CWG/issues/526.html">526</a></td>
3197 <td>Confusing aspects in the specification of non-deduced contexts
</td>
3198 <td class=
"full" align=
"center">Yes
</td>
3201 <td><a href=
"https://cplusplus.github.io/CWG/issues/527.html">527</a></td>
3203 <td>Problems with linkage of types
</td>
3204 <td class=
"na" align=
"center">N/A
</td>
3207 <td><a href=
"https://cplusplus.github.io/CWG/issues/528.html">528</a></td>
3209 <td>Why are incomplete class types not allowed with
<TT>typeid
</TT>?
</td>
3210 <td class=
"none" align=
"center">Unknown
</td>
3212 <tr class=
"open" id=
"529">
3213 <td><a href=
"https://cplusplus.github.io/CWG/issues/529.html">529</a></td>
3215 <td>Use of
<TT>template
<></TT> with
“explicitly-specialized
” class templates
</td>
3216 <td align=
"center">Not resolved
</td>
3219 <td><a href=
"https://cplusplus.github.io/CWG/issues/530.html">530</a></td>
3221 <td>Nontype template arguments in constant expressions
</td>
3222 <td class=
"full" align=
"center">Yes
</td>
3225 <td><a href=
"https://cplusplus.github.io/CWG/issues/531.html">531</a></td>
3227 <td>Defining members of explicit specializations
</td>
3228 <td class=
"partial" align=
"center">Partial
</td>
3231 <td><a href=
"https://cplusplus.github.io/CWG/issues/532.html">532</a></td>
3233 <td>Member/nonmember operator template partial ordering
</td>
3234 <td class=
"full" align=
"center">Clang
3.5</td>
3237 <td><a href=
"https://cplusplus.github.io/CWG/issues/533.html">533</a></td>
3239 <td>Special treatment for C-style header names
</td>
3240 <td class=
"na" align=
"center">N/A
</td>
3243 <td><a href=
"https://cplusplus.github.io/CWG/issues/534.html">534</a></td>
3245 <td><I>template-name
</I>s and
<I>operator-function-id
</I>s
</td>
3246 <td class=
"full" align=
"center">Yes
</td>
3249 <td><a href=
"https://cplusplus.github.io/CWG/issues/535.html">535</a></td>
3251 <td>Copy construction without a copy constructor
</td>
3252 <td class=
"full" align=
"center">Yes
</td>
3255 <td><a href=
"https://cplusplus.github.io/CWG/issues/536.html">536</a></td>
3257 <td>Problems in the description of
<I>id-expression
</I>s
</td>
3258 <td class=
"na" align=
"center">N/A
</td>
3261 <td><a href=
"https://cplusplus.github.io/CWG/issues/537.html">537</a></td>
3263 <td>Definition of
“signature
”</td>
3264 <td class=
"na" align=
"center">N/A
</td>
3267 <td><a href=
"https://cplusplus.github.io/CWG/issues/538.html">538</a></td>
3269 <td>Definition and usage
3270 of
<I>structure
</I>,
<I>POD-struct
</I>,
<I>POD-union
</I>,
3271 and
<I>POD class
</I></td>
3272 <td class=
"na" align=
"center">N/A
</td>
3275 <td><a href=
"https://cplusplus.github.io/CWG/issues/539.html">539</a></td>
3277 <td>Constraints on
<I>type-specifier-seq
</I></td>
3278 <td class=
"full" align=
"center">Yes
</td>
3281 <td><a href=
"https://cplusplus.github.io/CWG/issues/540.html">540</a></td>
3283 <td>Propagation of cv-qualifiers in reference-to-reference collapse
</td>
3284 <td class=
"full" align=
"center">Yes
</td>
3287 <td><a href=
"https://cplusplus.github.io/CWG/issues/541.html">541</a></td>
3289 <td>Dependent function types
</td>
3290 <td class=
"full" align=
"center">Yes
</td>
3293 <td><a href=
"https://cplusplus.github.io/CWG/issues/542.html">542</a></td>
3295 <td>Value initialization of arrays of POD-structs
</td>
3296 <td class=
"full" align=
"center">Yes
</td>
3299 <td><a href=
"https://cplusplus.github.io/CWG/issues/543.html">543</a></td>
3301 <td>Value initialization and default constructors
</td>
3302 <td class=
"full" align=
"center">Yes
</td>
3305 <td><a href=
"https://cplusplus.github.io/CWG/issues/544.html">544</a></td>
3307 <td>Base class lookup in explicit specialization
</td>
3308 <td class=
"full" align=
"center">Yes
</td>
3310 <tr class=
"open" id=
"545">
3311 <td><a href=
"https://cplusplus.github.io/CWG/issues/545.html">545</a></td>
3313 <td>User-defined conversions and built-in operator overload resolution
</td>
3314 <td align=
"center">Not resolved
</td>
3317 <td><a href=
"https://cplusplus.github.io/CWG/issues/546.html">546</a></td>
3319 <td>Explicit instantiation of class template members
</td>
3320 <td class=
"full" align=
"center">Yes
</td>
3323 <td><a href=
"https://cplusplus.github.io/CWG/issues/547.html">547</a></td>
3325 <td>Partial specialization on member function types
</td>
3326 <td class=
"full" align=
"center">Yes
</td>
3329 <td><a href=
"https://cplusplus.github.io/CWG/issues/548.html">548</a></td>
3331 <td><I>qualified-id
</I>s in declarations
</td>
3332 <td class=
"full" align=
"center">Duplicate of
<a href=
"#482">482</a></td>
3334 <tr class=
"open" id=
"549">
3335 <td><a href=
"https://cplusplus.github.io/CWG/issues/549.html">549</a></td>
3337 <td>Non-deducible parameters in partial specializations
</td>
3338 <td align=
"center">Not resolved
</td>
3341 <td><a href=
"https://cplusplus.github.io/CWG/issues/550.html">550</a></td>
3343 <td>Pointer to array of unknown bound in parameter declarations
</td>
3344 <td class=
"none" align=
"center">Unknown
</td>
3347 <td><a href=
"https://cplusplus.github.io/CWG/issues/551.html">551</a></td>
3349 <td>When is
<TT>inline
</TT> permitted in an explicit instantiation?
</td>
3350 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
3353 <td><a href=
"https://cplusplus.github.io/CWG/issues/552.html">552</a></td>
3355 <td>Use of
<TT>typename
</TT> in the type in a non-type
<I>parameter-declaration
</I></td>
3356 <td class=
"full" align=
"center">Yes
</td>
3359 <td><a href=
"https://cplusplus.github.io/CWG/issues/553.html">553</a></td>
3361 <td>Problems with friend allocation and deallocation functions
</td>
3362 <td class=
"none" align=
"center">Unknown
</td>
3365 <td><a href=
"https://cplusplus.github.io/CWG/issues/554.html">554</a></td>
3367 <td>Definition of
“declarative region
” and
“scope
”</td>
3368 <td class=
"na" align=
"center">N/A
</td>
3371 <td><a href=
"https://cplusplus.github.io/CWG/issues/555.html">555</a></td>
3373 <td>Pseudo-destructor name lookup
</td>
3374 <td class=
"none" align=
"center">Unknown
</td>
3377 <td><a href=
"https://cplusplus.github.io/CWG/issues/556.html">556</a></td>
3379 <td>Conflicting requirements for acceptable aliasing
</td>
3380 <td class=
"na" align=
"center">N/A
</td>
3383 <td><a href=
"https://cplusplus.github.io/CWG/issues/557.html">557</a></td>
3385 <td>Does argument-dependent lookup cause template instantiation?
</td>
3386 <td class=
"full" align=
"center">Yes
</td>
3389 <td><a href=
"https://cplusplus.github.io/CWG/issues/558.html">558</a></td>
3391 <td>Excluded characters in universal character names
</td>
3392 <td class=
"full" align=
"center">Yes
</td>
3395 <td><a href=
"https://cplusplus.github.io/CWG/issues/559.html">559</a></td>
3397 <td>Editing error in issue
382 resolution
</td>
3398 <td class=
"full" align=
"center">Yes
</td>
3401 <td><a href=
"https://cplusplus.github.io/CWG/issues/560.html">560</a></td>
3403 <td>Use of the
<TT>typename
</TT> keyword in return types
</td>
3404 <td class=
"none" align=
"center">Unknown
</td>
3407 <td><a href=
"https://cplusplus.github.io/CWG/issues/561.html">561</a></td>
3409 <td>Internal linkage functions in dependent name lookup
</td>
3410 <td class=
"full" align=
"center">Yes
</td>
3413 <td><a href=
"https://cplusplus.github.io/CWG/issues/562.html">562</a></td>
3415 <td><I>qualified-id
</I>s in non-expression contexts
</td>
3416 <td class=
"na" align=
"center">N/A
</td>
3419 <td><a href=
"https://cplusplus.github.io/CWG/issues/563.html">563</a></td>
3421 <td>Linkage specification for objects
</td>
3422 <td class=
"none" align=
"center">Unknown
</td>
3425 <td><a href=
"https://cplusplus.github.io/CWG/issues/564.html">564</a></td>
3427 <td>Agreement of language linkage or
<I>linkage-specification
</I>s?
</td>
3428 <td class=
"full" align=
"center">Yes
</td>
3431 <td><a href=
"https://cplusplus.github.io/CWG/issues/565.html">565</a></td>
3433 <td>Conflict rules for
<I>using-declaration
</I>s naming function templates
</td>
3434 <td class=
"full" align=
"center">Yes
</td>
3437 <td><a href=
"https://cplusplus.github.io/CWG/issues/566.html">566</a></td>
3439 <td>Conversion of negative floating point values to integer type
</td>
3440 <td class=
"full" align=
"center">Yes
</td>
3443 <td><a href=
"https://cplusplus.github.io/CWG/issues/567.html">567</a></td>
3445 <td>Can
<TT>size_t
</TT> and
<TT>ptrdiff_t
</TT> be larger than
<TT>long
</TT>?
</td>
3446 <td class=
"na" align=
"center">N/A
</td>
3449 <td><a href=
"https://cplusplus.github.io/CWG/issues/568.html">568</a></td>
3451 <td>Definition of POD is too strict
</td>
3452 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
3455 <td><a href=
"https://cplusplus.github.io/CWG/issues/569.html">569</a></td>
3457 <td>Spurious semicolons at namespace scope should be allowed
</td>
3458 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
3461 <td><a href=
"https://cplusplus.github.io/CWG/issues/570.html">570</a></td>
3463 <td>Are references subject to the ODR?
</td>
3464 <td class=
"na" align=
"center">Duplicate of
<a href=
"#633">633</a></td>
3467 <td><a href=
"https://cplusplus.github.io/CWG/issues/571.html">571</a></td>
3469 <td>References declared
<TT>const
</TT></td>
3470 <td class=
"none" align=
"center">Unknown
</td>
3473 <td><a href=
"https://cplusplus.github.io/CWG/issues/572.html">572</a></td>
3475 <td>Standard conversions for non-built-in types
</td>
3476 <td class=
"full" align=
"center">Yes
</td>
3479 <td><a href=
"https://cplusplus.github.io/CWG/issues/573.html">573</a></td>
3481 <td>Conversions between function pointers and
<TT>void*
</TT></td>
3482 <td class=
"none" align=
"center">No
</td>
3485 <td><a href=
"https://cplusplus.github.io/CWG/issues/574.html">574</a></td>
3487 <td>Definition of
“copy assignment operator
”</td>
3488 <td class=
"full" align=
"center">Yes
</td>
3491 <td><a href=
"https://cplusplus.github.io/CWG/issues/575.html">575</a></td>
3493 <td>Criteria for deduction failure
</td>
3494 <td class=
"full" align=
"center">Yes
</td>
3497 <td><a href=
"https://cplusplus.github.io/CWG/issues/576.html">576</a></td>
3499 <td>Typedefs in function definitions
</td>
3500 <td class=
"full" align=
"center">Yes
</td>
3503 <td><a href=
"https://cplusplus.github.io/CWG/issues/577.html">577</a></td>
3505 <td><TT>void
</TT> in an empty parameter list
</td>
3506 <td class=
"full" align=
"center">Yes
</td>
3509 <td><a href=
"https://cplusplus.github.io/CWG/issues/578.html">578</a></td>
3511 <td>Phase
1 replacement of characters with
<I>universal-character-name
</I>s
</td>
3512 <td class=
"none" align=
"center">Unknown
</td>
3514 <tr class=
"open" id=
"579">
3515 <td><a href=
"https://cplusplus.github.io/CWG/issues/579.html">579</a></td>
3517 <td>What is a
“nested
” <TT>></TT> or
<TT>>></TT>?
</td>
3518 <td align=
"center">Not resolved
</td>
3521 <td><a href=
"https://cplusplus.github.io/CWG/issues/580.html">580</a></td>
3523 <td>Access in
<I>template-parameter
</I>s of member and friend definitions
</td>
3524 <td class=
"partial" align=
"center">Partial
</td>
3527 <td><a href=
"https://cplusplus.github.io/CWG/issues/581.html">581</a></td>
3529 <td>Can a templated constructor be explicitly instantiated or specialized?
</td>
3530 <td class=
"none" align=
"center">Unknown
</td>
3533 <td><a href=
"https://cplusplus.github.io/CWG/issues/582.html">582</a></td>
3535 <td>Template conversion functions
</td>
3536 <td class=
"na" align=
"center">N/A
</td>
3539 <td><a href=
"https://cplusplus.github.io/CWG/issues/583.html">583</a></td>
3541 <td>Relational pointer comparisons against the null pointer constant
</td>
3542 <td class=
"full" align=
"center">Clang
4</td>
3545 <td><a href=
"https://cplusplus.github.io/CWG/issues/584.html">584</a></td>
3547 <td>Unions and aliasing
</td>
3548 <td class=
"na" align=
"center">N/A
</td>
3551 <td><a href=
"https://cplusplus.github.io/CWG/issues/585.html">585</a></td>
3553 <td>Friend template template parameters
</td>
3554 <td class=
"full" align=
"center">Yes
</td>
3557 <td><a href=
"https://cplusplus.github.io/CWG/issues/586.html">586</a></td>
3559 <td>Default
<I>template-argument
</I>s and template argument deduction
</td>
3560 <td class=
"na" align=
"center">N/A
</td>
3563 <td><a href=
"https://cplusplus.github.io/CWG/issues/587.html">587</a></td>
3565 <td>Lvalue operands of a conditional expression differing only in cv-qualification
</td>
3566 <td class=
"full" align=
"center">Yes
</td>
3569 <td><a href=
"https://cplusplus.github.io/CWG/issues/588.html">588</a></td>
3571 <td>Searching dependent bases of classes local to function templates
</td>
3572 <td class=
"full" align=
"center">Yes
</td>
3575 <td><a href=
"https://cplusplus.github.io/CWG/issues/589.html">589</a></td>
3577 <td>Direct binding of class and array rvalues in reference initialization
</td>
3578 <td class=
"full" align=
"center">Yes
</td>
3581 <td><a href=
"https://cplusplus.github.io/CWG/issues/590.html">590</a></td>
3583 <td>Nested classes and the
“current instantiation
”</td>
3584 <td class=
"full" align=
"center">Yes
</td>
3587 <td><a href=
"https://cplusplus.github.io/CWG/issues/591.html">591</a></td>
3589 <td>When a dependent base class is the current instantiation
</td>
3590 <td class=
"none" align=
"center">No
</td>
3593 <td><a href=
"https://cplusplus.github.io/CWG/issues/592.html">592</a></td>
3595 <td>Exceptions during construction of local static objects
</td>
3596 <td class=
"na" align=
"center">N/A
</td>
3599 <td><a href=
"https://cplusplus.github.io/CWG/issues/593.html">593</a></td>
3601 <td>Falling off the end of a destructor's
<I>function-try-block
</I> handler
</td>
3602 <td class=
"none" align=
"center">Unknown
</td>
3605 <td><a href=
"https://cplusplus.github.io/CWG/issues/594.html">594</a></td>
3607 <td>Coordinating issues
119 and
404 with delegating constructors
</td>
3608 <td class=
"na" align=
"center">N/A
</td>
3611 <td><a href=
"https://cplusplus.github.io/CWG/issues/595.html">595</a></td>
3613 <td>Exception specifications in templates instantiated from class bodies
</td>
3614 <td class=
"full" align=
"center">Duplicate of
<a href=
"#1330">1330</a></td>
3617 <td><a href=
"https://cplusplus.github.io/CWG/issues/596.html">596</a></td>
3619 <td>Replacing an exception object
</td>
3620 <td class=
"none" align=
"center">Unknown
</td>
3623 <td><a href=
"https://cplusplus.github.io/CWG/issues/597.html">597</a></td>
3625 <td>Conversions applied to out-of-lifetime non-POD lvalues
</td>
3626 <td class=
"na" align=
"center">N/A
</td>
3629 <td><a href=
"https://cplusplus.github.io/CWG/issues/598.html">598</a></td>
3631 <td>Associated namespaces of overloaded functions and function templates
</td>
3632 <td class=
"full" align=
"center">Yes
</td>
3635 <td><a href=
"https://cplusplus.github.io/CWG/issues/599.html">599</a></td>
3637 <td>Deleting a null function pointer
</td>
3638 <td class=
"partial" align=
"center">Partial
</td>
3641 <td><a href=
"https://cplusplus.github.io/CWG/issues/600.html">600</a></td>
3643 <td>Does access control apply to members or to names?
</td>
3644 <td class=
"full" align=
"center">Yes
</td>
3647 <td><a href=
"https://cplusplus.github.io/CWG/issues/601.html">601</a></td>
3649 <td>Type of literals in preprocessing expressions
</td>
3650 <td class=
"full" align=
"center">Yes
</td>
3653 <td><a href=
"https://cplusplus.github.io/CWG/issues/602.html">602</a></td>
3655 <td>When is the injected-class-name of a class template a template?
</td>
3656 <td class=
"full" align=
"center">Yes
</td>
3659 <td><a href=
"https://cplusplus.github.io/CWG/issues/603.html">603</a></td>
3661 <td>Type equivalence and unsigned overflow
</td>
3662 <td class=
"full" align=
"center">Yes
</td>
3665 <td><a href=
"https://cplusplus.github.io/CWG/issues/604.html">604</a></td>
3667 <td>Argument list for overload resolution in copy-initialization
</td>
3668 <td class=
"na" align=
"center">N/A
</td>
3671 <td><a href=
"https://cplusplus.github.io/CWG/issues/605.html">605</a></td>
3673 <td>Linkage of explicit specializations
</td>
3674 <td class=
"none" align=
"center">Unknown
</td>
3677 <td><a href=
"https://cplusplus.github.io/CWG/issues/606.html">606</a></td>
3679 <td>Template argument deduction for rvalue references
</td>
3680 <td class=
"full" align=
"center">Yes
</td>
3683 <td><a href=
"https://cplusplus.github.io/CWG/issues/607.html">607</a></td>
3685 <td>Lookup of
<I>mem-initializer-id
</I>s
</td>
3686 <td class=
"full" align=
"center">Yes
</td>
3689 <td><a href=
"https://cplusplus.github.io/CWG/issues/608.html">608</a></td>
3691 <td>Determining the final overrider of a virtual function
</td>
3692 <td class=
"full" align=
"center">Yes
</td>
3695 <td><a href=
"https://cplusplus.github.io/CWG/issues/609.html">609</a></td>
3697 <td>What is a
“top-level
” cv-qualifier?
</td>
3698 <td class=
"none" align=
"center">Unknown
</td>
3701 <td><a href=
"https://cplusplus.github.io/CWG/issues/610.html">610</a></td>
3703 <td>Computing the negative of
<TT>0U</TT></td>
3704 <td class=
"full" align=
"center">Yes
</td>
3707 <td><a href=
"https://cplusplus.github.io/CWG/issues/611.html">611</a></td>
3709 <td>Zero-initializing references
</td>
3710 <td class=
"full" align=
"center">Yes
</td>
3713 <td><a href=
"https://cplusplus.github.io/CWG/issues/612.html">612</a></td>
3715 <td>Requirements on a conforming implementation
</td>
3716 <td class=
"na" align=
"center">N/A
</td>
3719 <td><a href=
"https://cplusplus.github.io/CWG/issues/613.html">613</a></td>
3721 <td>Unevaluated uses of non-static class members
</td>
3722 <td class=
"full" align=
"center">Yes (C++
11 onwards)
</td>
3725 <td><a href=
"https://cplusplus.github.io/CWG/issues/614.html">614</a></td>
3727 <td>Results of integer
<TT>/
</TT> and
<TT>%
</TT></td>
3728 <td class=
"full" align=
"center">Yes
</td>
3731 <td><a href=
"https://cplusplus.github.io/CWG/issues/615.html">615</a></td>
3733 <td>Incorrect description of variables that can be initialized
</td>
3734 <td class=
"full" align=
"center">Yes
</td>
3737 <td><a href=
"https://cplusplus.github.io/CWG/issues/616.html">616</a></td>
3739 <td>Definition of
“indeterminate value
”</td>
3740 <td class=
"full" align=
"center">Clang
4</td>
3743 <td><a href=
"https://cplusplus.github.io/CWG/issues/617.html">617</a></td>
3745 <td>Lvalue-to-rvalue conversions of uninitialized
<TT>char
</TT> objects
</td>
3746 <td class=
"none" align=
"center">Unknown
</td>
3749 <td><a href=
"https://cplusplus.github.io/CWG/issues/618.html">618</a></td>
3751 <td>Casts in preprocessor conditional expressions
</td>
3752 <td class=
"full" align=
"center">Yes
</td>
3755 <td><a href=
"https://cplusplus.github.io/CWG/issues/619.html">619</a></td>
3757 <td>Completeness of array types
</td>
3758 <td class=
"full" align=
"center">Yes
</td>
3761 <td><a href=
"https://cplusplus.github.io/CWG/issues/620.html">620</a></td>
3763 <td>Declaration order in layout-compatible POD structs
</td>
3764 <td class=
"full" align=
"center">Duplicate of
<a href=
"#568">568</a></td>
3767 <td><a href=
"https://cplusplus.github.io/CWG/issues/621.html">621</a></td>
3769 <td>Template argument deduction from function return types
</td>
3770 <td class=
"full" align=
"center">Yes
</td>
3773 <td><a href=
"https://cplusplus.github.io/CWG/issues/622.html">622</a></td>
3775 <td>Relational comparisons of arbitrary pointers
</td>
3776 <td class=
"none" align=
"center">Unknown
</td>
3779 <td><a href=
"https://cplusplus.github.io/CWG/issues/623.html">623</a></td>
3781 <td>Use of pointers to deallocated storage
</td>
3782 <td class=
"na" align=
"center">N/A
</td>
3785 <td><a href=
"https://cplusplus.github.io/CWG/issues/624.html">624</a></td>
3787 <td>Overflow in calculating size of allocation
</td>
3788 <td class=
"none" align=
"center">Unknown
</td>
3791 <td><a href=
"https://cplusplus.github.io/CWG/issues/625.html">625</a></td>
3793 <td>Use of
<TT>auto
</TT> as a
<I>template-argument
</I></td>
3794 <td class=
"full" align=
"center">Yes
</td>
3797 <td><a href=
"https://cplusplus.github.io/CWG/issues/626.html">626</a></td>
3799 <td>Preprocessor string literals
</td>
3800 <td class=
"full" align=
"center">Yes
</td>
3803 <td><a href=
"https://cplusplus.github.io/CWG/issues/627.html">627</a></td>
3805 <td>Values behaving as types
</td>
3806 <td class=
"full" align=
"center">Yes
</td>
3809 <td><a href=
"https://cplusplus.github.io/CWG/issues/628.html">628</a></td>
3811 <td>The values of an enumeration with no enumerator
</td>
3812 <td class=
"na" align=
"center">N/A
</td>
3815 <td><a href=
"https://cplusplus.github.io/CWG/issues/629.html">629</a></td>
3817 <td><TT>auto
</TT> parsing ambiguity
</td>
3818 <td class=
"full" align=
"center">Yes
</td>
3821 <td><a href=
"https://cplusplus.github.io/CWG/issues/630.html">630</a></td>
3823 <td>Equality of narrow and wide character values in the basic character set
</td>
3824 <td class=
"full" align=
"center">Yes
</td>
3827 <td><a href=
"https://cplusplus.github.io/CWG/issues/631.html">631</a></td>
3829 <td>Jumping into a
“then
” clause
</td>
3830 <td class=
"na" align=
"center">N/A
</td>
3833 <td><a href=
"https://cplusplus.github.io/CWG/issues/632.html">632</a></td>
3835 <td>Brace-enclosed initializer for scalar member of aggregate
</td>
3836 <td class=
"full" align=
"center">Yes
</td>
3839 <td><a href=
"https://cplusplus.github.io/CWG/issues/633.html">633</a></td>
3841 <td>Specifications for variables that should also apply to references
</td>
3842 <td class=
"na" align=
"center">N/A
</td>
3845 <td><a href=
"https://cplusplus.github.io/CWG/issues/634.html">634</a></td>
3847 <td>Conditionally-supported behavior for non-POD objects passed to ellipsis redux
</td>
3848 <td class=
"full" align=
"center">Yes
</td>
3851 <td><a href=
"https://cplusplus.github.io/CWG/issues/635.html">635</a></td>
3853 <td>Names of constructors and destructors of templates
</td>
3854 <td class=
"full" align=
"center">Yes
</td>
3857 <td><a href=
"https://cplusplus.github.io/CWG/issues/636.html">636</a></td>
3859 <td>Dynamic type of objects and aliasing
</td>
3860 <td class=
"none" align=
"center">Unknown
</td>
3863 <td><a href=
"https://cplusplus.github.io/CWG/issues/637.html">637</a></td>
3865 <td>Sequencing rules and example disagree
</td>
3866 <td class=
"full" align=
"center">Yes
</td>
3869 <td><a href=
"https://cplusplus.github.io/CWG/issues/638.html">638</a></td>
3871 <td>Explicit specialization and friendship
</td>
3872 <td class=
"none" align=
"center">No
</td>
3875 <td><a href=
"https://cplusplus.github.io/CWG/issues/639.html">639</a></td>
3877 <td>What makes side effects
“different
” from one another?
</td>
3878 <td class=
"full" align=
"center">Yes
</td>
3881 <td><a href=
"https://cplusplus.github.io/CWG/issues/640.html">640</a></td>
3883 <td>Accessing destroyed local objects of static storage duration
</td>
3884 <td class=
"none" align=
"center">Unknown
</td>
3887 <td><a href=
"https://cplusplus.github.io/CWG/issues/641.html">641</a></td>
3889 <td>Overload resolution and conversion-to-same-type operators
</td>
3890 <td class=
"full" align=
"center">Yes
</td>
3893 <td><a href=
"https://cplusplus.github.io/CWG/issues/642.html">642</a></td>
3895 <td>Definition and use of
“block scope
” and
“local scope
”</td>
3896 <td class=
"full" align=
"center">Yes
</td>
3899 <td><a href=
"https://cplusplus.github.io/CWG/issues/643.html">643</a></td>
3901 <td>Use of
<TT>decltype
</TT> in a class
<I>member-specification
</I></td>
3902 <td class=
"full" align=
"center">Yes
</td>
3905 <td><a href=
"https://cplusplus.github.io/CWG/issues/644.html">644</a></td>
3907 <td>Should a trivial class type be a literal type?
</td>
3908 <td class=
"partial" align=
"center">Partial
</td>
3911 <td><a href=
"https://cplusplus.github.io/CWG/issues/645.html">645</a></td>
3913 <td>Are bit-field and non-bit-field members layout compatible?
</td>
3914 <td class=
"na" align=
"center">N/A
</td>
3917 <td><a href=
"https://cplusplus.github.io/CWG/issues/646.html">646</a></td>
3919 <td>Can a class with a constexpr copy constructor be a literal type?
</td>
3920 <td class=
"none" align=
"center">Superseded by
<a href=
"#981">981</a></td>
3923 <td><a href=
"https://cplusplus.github.io/CWG/issues/647.html">647</a></td>
3925 <td>Non-constexpr instances of constexpr constructor templates
</td>
3926 <td class=
"full" align=
"center">Yes
</td>
3929 <td><a href=
"https://cplusplus.github.io/CWG/issues/648.html">648</a></td>
3931 <td>Constant expressions in constexpr initializers
</td>
3932 <td class=
"full" align=
"center">Yes
</td>
3935 <td><a href=
"https://cplusplus.github.io/CWG/issues/649.html">649</a></td>
3937 <td>Optionally ill-formed extended alignment requests
</td>
3938 <td class=
"full" align=
"center">Yes
</td>
3941 <td><a href=
"https://cplusplus.github.io/CWG/issues/650.html">650</a></td>
3943 <td>Order of destruction for temporaries bound to the returned value of a function
</td>
3944 <td class=
"none" align=
"center">Unknown
</td>
3947 <td><a href=
"https://cplusplus.github.io/CWG/issues/651.html">651</a></td>
3949 <td>Problems in
<TT>decltype
</TT> specification and examples
</td>
3950 <td class=
"full" align=
"center">Yes
</td>
3953 <td><a href=
"https://cplusplus.github.io/CWG/issues/652.html">652</a></td>
3955 <td>Compile-time evaluation of floating-point expressions
</td>
3956 <td class=
"full" align=
"center">Yes
</td>
3959 <td><a href=
"https://cplusplus.github.io/CWG/issues/653.html">653</a></td>
3961 <td>Copy assignment of unions
</td>
3962 <td class=
"none" align=
"center">Unknown
</td>
3965 <td><a href=
"https://cplusplus.github.io/CWG/issues/654.html">654</a></td>
3967 <td>Conversions to and from
<TT>nullptr_t
</TT></td>
3968 <td class=
"full" align=
"center">Superseded by
<a href=
"#1423">1423</a></td>
3971 <td><a href=
"https://cplusplus.github.io/CWG/issues/655.html">655</a></td>
3973 <td>Initialization not specified for forwarding constructors
</td>
3974 <td class=
"full" align=
"center">Yes
</td>
3977 <td><a href=
"https://cplusplus.github.io/CWG/issues/656.html">656</a></td>
3979 <td>Direct binding to the result of a conversion operator
</td>
3980 <td class=
"full" align=
"center">Yes
</td>
3983 <td><a href=
"https://cplusplus.github.io/CWG/issues/657.html">657</a></td>
3985 <td>Abstract class parameter in synthesized declaration
</td>
3986 <td class=
"partial" align=
"center">Partial
</td>
3989 <td><a href=
"https://cplusplus.github.io/CWG/issues/658.html">658</a></td>
3991 <td>Defining
<TT>reinterpret_cast
</TT> for pointer types
</td>
3992 <td class=
"none" align=
"center">Unknown
</td>
3995 <td><a href=
"https://cplusplus.github.io/CWG/issues/659.html">659</a></td>
3997 <td>Alignment of function types
</td>
3998 <td class=
"full" align=
"center">Yes
</td>
4001 <td><a href=
"https://cplusplus.github.io/CWG/issues/660.html">660</a></td>
4003 <td>Unnamed scoped enumerations
</td>
4004 <td class=
"full" align=
"center">Yes
</td>
4007 <td><a href=
"https://cplusplus.github.io/CWG/issues/661.html">661</a></td>
4009 <td>Semantics of arithmetic comparisons
</td>
4010 <td class=
"none" align=
"center">Unknown
</td>
4013 <td><a href=
"https://cplusplus.github.io/CWG/issues/662.html">662</a></td>
4015 <td>Forming a pointer to a reference type
</td>
4016 <td class=
"full" align=
"center">Yes
</td>
4019 <td><a href=
"https://cplusplus.github.io/CWG/issues/663.html">663</a></td>
4021 <td>Valid Cyrillic identifier characters
</td>
4022 <td class=
"na" align=
"center">Superseded by
<a href=
"https://wg21.link/P1949">P1949
</a></td>
4025 <td><a href=
"https://cplusplus.github.io/CWG/issues/664.html">664</a></td>
4027 <td>Direct binding of references to non-class rvalue references
</td>
4028 <td class=
"full" align=
"center">Yes
</td>
4031 <td><a href=
"https://cplusplus.github.io/CWG/issues/665.html">665</a></td>
4033 <td>Problems in the specification of
<TT>dynamic_cast
</TT></td>
4034 <td class=
"full" align=
"center">Yes
</td>
4037 <td><a href=
"https://cplusplus.github.io/CWG/issues/666.html">666</a></td>
4039 <td>Dependent
<I>qualified-id
</I>s without the
<TT>typename
</TT> keyword
</td>
4040 <td class=
"full" align=
"center">Yes
</td>
4043 <td><a href=
"https://cplusplus.github.io/CWG/issues/667.html">667</a></td>
4045 <td>Trivial special member functions that cannot be implicitly defined
</td>
4046 <td class=
"full" align=
"center">Yes
</td>
4049 <td><a href=
"https://cplusplus.github.io/CWG/issues/668.html">668</a></td>
4051 <td>Throwing an exception from the destructor of a local static object
</td>
4052 <td class=
"none" align=
"center">Unknown
</td>
4055 <td><a href=
"https://cplusplus.github.io/CWG/issues/669.html">669</a></td>
4057 <td>Confusing specification of the meaning of
<TT>decltype
</TT></td>
4058 <td class=
"full" align=
"center">Yes
</td>
4061 <td><a href=
"https://cplusplus.github.io/CWG/issues/670.html">670</a></td>
4063 <td>Copy initialization via derived-to-base conversion in the second step
</td>
4064 <td class=
"none" align=
"center">Unknown
</td>
4067 <td><a href=
"https://cplusplus.github.io/CWG/issues/671.html">671</a></td>
4069 <td>Explicit conversion from a scoped enumeration type to integral type
</td>
4070 <td class=
"full" align=
"center">Yes
</td>
4073 <td><a href=
"https://cplusplus.github.io/CWG/issues/672.html">672</a></td>
4075 <td>Sequencing of initialization in
<I>new-expression
</I>s
</td>
4076 <td class=
"none" align=
"center">Unknown
</td>
4079 <td><a href=
"https://cplusplus.github.io/CWG/issues/673.html">673</a></td>
4081 <td>Injection of names from
<I>elaborated-type-specifier
</I>s in
<TT>friend
</TT> declarations
</td>
4082 <td class=
"full" align=
"center">Yes
</td>
4085 <td><a href=
"https://cplusplus.github.io/CWG/issues/674.html">674</a></td>
4087 <td>“matching specialization
” for a friend declaration
</td>
4088 <td class=
"full" align=
"center">Clang
8</td>
4091 <td><a href=
"https://cplusplus.github.io/CWG/issues/675.html">675</a></td>
4093 <td>Signedness of bit-field with typedef or template parameter type
</td>
4094 <td class=
"none" align=
"center">Duplicate of
<a href=
"#739">739</a></td>
4097 <td><a href=
"https://cplusplus.github.io/CWG/issues/676.html">676</a></td>
4099 <td><I>static_assert-declaration
</I>s and general requirements for declarations
</td>
4100 <td class=
"na" align=
"center">N/A
</td>
4103 <td><a href=
"https://cplusplus.github.io/CWG/issues/677.html">677</a></td>
4105 <td>Deleted
<TT>operator delete
</TT> and virtual destructors
</td>
4106 <td class=
"none" align=
"center">No
</td>
4109 <td><a href=
"https://cplusplus.github.io/CWG/issues/678.html">678</a></td>
4111 <td>Language linkage of member function parameter types and the ODR
</td>
4112 <td class=
"none" align=
"center">Unknown
</td>
4115 <td><a href=
"https://cplusplus.github.io/CWG/issues/679.html">679</a></td>
4117 <td>Equivalence of
<I>template-id
</I>s and operator function templates
</td>
4118 <td class=
"full" align=
"center">Yes
</td>
4121 <td><a href=
"https://cplusplus.github.io/CWG/issues/680.html">680</a></td>
4123 <td>What is a move constructor?
</td>
4124 <td class=
"na" align=
"center">N/A
</td>
4127 <td><a href=
"https://cplusplus.github.io/CWG/issues/681.html">681</a></td>
4129 <td>Restrictions on declarators with late-specified return types
</td>
4130 <td class=
"partial" align=
"center">Partial
</td>
4133 <td><a href=
"https://cplusplus.github.io/CWG/issues/682.html">682</a></td>
4135 <td>Missing description of lookup of template aliases
</td>
4136 <td class=
"none" align=
"center">Unknown
</td>
4139 <td><a href=
"https://cplusplus.github.io/CWG/issues/683.html">683</a></td>
4141 <td>Requirements for trivial subobject special functions
</td>
4142 <td class=
"full" align=
"center">Yes
</td>
4145 <td><a href=
"https://cplusplus.github.io/CWG/issues/684.html">684</a></td>
4147 <td>Constant expressions involving the address of an automatic variable
</td>
4148 <td class=
"none" align=
"center">Superseded by
<a href=
"#1454">1454</a></td>
4151 <td><a href=
"https://cplusplus.github.io/CWG/issues/685.html">685</a></td>
4153 <td>Integral promotion of enumeration ignores fixed underlying type
</td>
4154 <td class=
"full" align=
"center">Yes
</td>
4157 <td><a href=
"https://cplusplus.github.io/CWG/issues/686.html">686</a></td>
4159 <td>Type declarations/definitions in
<I>type-specifier-seq
</I>s and
<I>type-id
</I>s
</td>
4160 <td class=
"full" align=
"center">Yes
</td>
4163 <td><a href=
"https://cplusplus.github.io/CWG/issues/687.html">687</a></td>
4165 <td><TT>template
</TT> keyword with
<I>unqualified-id
</I>s
</td>
4166 <td class=
"none" align=
"center">Unknown
</td>
4169 <td><a href=
"https://cplusplus.github.io/CWG/issues/688.html">688</a></td>
4171 <td>Constexpr constructors and static initialization
</td>
4172 <td class=
"none" align=
"center">Unknown
</td>
4175 <td><a href=
"https://cplusplus.github.io/CWG/issues/689.html">689</a></td>
4177 <td>Maximum values of signed and unsigned integers
</td>
4178 <td class=
"none" align=
"center">Unknown
</td>
4181 <td><a href=
"https://cplusplus.github.io/CWG/issues/690.html">690</a></td>
4183 <td>The dynamic type of an rvalue reference
</td>
4184 <td class=
"none" align=
"center">Unknown
</td>
4187 <td><a href=
"https://cplusplus.github.io/CWG/issues/691.html">691</a></td>
4189 <td>Template parameter packs in class template partial specializations
</td>
4190 <td class=
"none" align=
"center">Unknown
</td>
4193 <td><a href=
"https://cplusplus.github.io/CWG/issues/692.html">692</a></td>
4195 <td>Partial ordering of variadic class template partial specializations
</td>
4196 <td class=
"full" align=
"center">Clang
16</td>
4199 <td><a href=
"https://cplusplus.github.io/CWG/issues/693.html">693</a></td>
4201 <td>New string types and deprecated conversion
</td>
4202 <td class=
"none" align=
"center">Unknown
</td>
4205 <td><a href=
"https://cplusplus.github.io/CWG/issues/694.html">694</a></td>
4207 <td>Zero- and value-initialization of union objects
</td>
4208 <td class=
"none" align=
"center">Unknown
</td>
4211 <td><a href=
"https://cplusplus.github.io/CWG/issues/695.html">695</a></td>
4213 <td>Compile-time calculation errors in constexpr functions
</td>
4214 <td class=
"none" align=
"center">Unknown
</td>
4217 <td><a href=
"https://cplusplus.github.io/CWG/issues/696.html">696</a></td>
4219 <td>Use of block-scope constants in local classes
</td>
4220 <td class=
"full" align=
"center">Yes
</td>
4222 <tr class=
"open" id=
"697">
4223 <td><a href=
"https://cplusplus.github.io/CWG/issues/697.html">697</a></td>
4225 <td>Deduction rules apply to more than functions
</td>
4226 <td align=
"center">Not resolved
</td>
4228 <tr class=
"open" id=
"698">
4229 <td><a href=
"https://cplusplus.github.io/CWG/issues/698.html">698</a></td>
4231 <td>The definition of
“sequenced before
” is too narrow
</td>
4232 <td align=
"center">Not resolved
</td>
4235 <td><a href=
"https://cplusplus.github.io/CWG/issues/699.html">699</a></td>
4237 <td>Must constexpr member functions be defined in the class
<I>member-specification
</I>?
</td>
4238 <td class=
"none" align=
"center">Unknown
</td>
4241 <td><a href=
"https://cplusplus.github.io/CWG/issues/700.html">700</a></td>
4243 <td>Constexpr member functions of class templates
</td>
4244 <td class=
"none" align=
"center">Unknown
</td>
4247 <td><a href=
"https://cplusplus.github.io/CWG/issues/701.html">701</a></td>
4249 <td>When is the array-to-pointer conversion applied?
</td>
4250 <td class=
"none" align=
"center">Unknown
</td>
4253 <td><a href=
"https://cplusplus.github.io/CWG/issues/702.html">702</a></td>
4255 <td>Preferring conversion to
<TT>std::initializer_list
</TT></td>
4256 <td class=
"none" align=
"center">Unknown
</td>
4259 <td><a href=
"https://cplusplus.github.io/CWG/issues/703.html">703</a></td>
4261 <td>Narrowing for literals that cannot be exactly represented
</td>
4262 <td class=
"none" align=
"center">Unknown
</td>
4265 <td><a href=
"https://cplusplus.github.io/CWG/issues/704.html">704</a></td>
4267 <td>To which
<I>postfix-expression
</I>s does overload resolution apply?
</td>
4268 <td class=
"none" align=
"center">Unknown
</td>
4271 <td><a href=
"https://cplusplus.github.io/CWG/issues/705.html">705</a></td>
4273 <td>Suppressing argument-dependent lookup via parentheses
</td>
4274 <td class=
"full" align=
"center">Yes
</td>
4277 <td><a href=
"https://cplusplus.github.io/CWG/issues/706.html">706</a></td>
4279 <td>Use of
<TT>auto
</TT> with rvalue references
</td>
4280 <td class=
"none" align=
"center">Unknown
</td>
4283 <td><a href=
"https://cplusplus.github.io/CWG/issues/707.html">707</a></td>
4285 <td>Undefined behavior in integral-to-floating conversions
</td>
4286 <td class=
"none" align=
"center">Unknown
</td>
4288 <tr class=
"open" id=
"708">
4289 <td><a href=
"https://cplusplus.github.io/CWG/issues/708.html">708</a></td>
4291 <td>Partial specialization of member templates of class templates
</td>
4292 <td align=
"center">Not resolved
</td>
4295 <td><a href=
"https://cplusplus.github.io/CWG/issues/709.html">709</a></td>
4297 <td>Enumeration names as
<I>nested-name-specifier
</I>s in deduction failure
</td>
4298 <td class=
"none" align=
"center">Unknown
</td>
4301 <td><a href=
"https://cplusplus.github.io/CWG/issues/710.html">710</a></td>
4303 <td>Data races during construction
</td>
4304 <td class=
"none" align=
"center">Unknown
</td>
4307 <td><a href=
"https://cplusplus.github.io/CWG/issues/711.html">711</a></td>
4309 <td><TT>auto
</TT> with
<I>braced-init-list
</I></td>
4310 <td class=
"none" align=
"center">Unknown
</td>
4313 <td><a href=
"https://cplusplus.github.io/CWG/issues/712.html">712</a></td>
4315 <td>Are integer constant operands of a
<I>conditional-expression
</I> “used?
”</td>
4316 <td class=
"partial" align=
"center">Partial
</td>
4319 <td><a href=
"https://cplusplus.github.io/CWG/issues/713.html">713</a></td>
4321 <td>Unclear note about cv-qualified function types
</td>
4322 <td class=
"none" align=
"center">Unknown
</td>
4325 <td><a href=
"https://cplusplus.github.io/CWG/issues/714.html">714</a></td>
4327 <td>Static const data members and
<I>braced-init-list
</I>s
</td>
4328 <td class=
"none" align=
"center">Unknown
</td>
4331 <td><a href=
"https://cplusplus.github.io/CWG/issues/715.html">715</a></td>
4333 <td>Class member access constant expressions
</td>
4334 <td class=
"none" align=
"center">Unknown
</td>
4337 <td><a href=
"https://cplusplus.github.io/CWG/issues/716.html">716</a></td>
4339 <td>Specifications that should apply only to non-static union data members
</td>
4340 <td class=
"none" align=
"center">Unknown
</td>
4343 <td><a href=
"https://cplusplus.github.io/CWG/issues/717.html">717</a></td>
4345 <td>Unintentional restrictions on the use of
<TT>thread_local
</TT></td>
4346 <td class=
"none" align=
"center">Unknown
</td>
4349 <td><a href=
"https://cplusplus.github.io/CWG/issues/718.html">718</a></td>
4351 <td>Non-class, non-function friend declarations
</td>
4352 <td class=
"none" align=
"center">Unknown
</td>
4355 <td><a href=
"https://cplusplus.github.io/CWG/issues/719.html">719</a></td>
4357 <td>Specifications for
<I>operator-function-id
</I> that should also apply to
<I>literal-operator-id
</I></td>
4358 <td class=
"none" align=
"center">Unknown
</td>
4361 <td><a href=
"https://cplusplus.github.io/CWG/issues/720.html">720</a></td>
4363 <td>Need examples of
<I>lambda-expression
</I>s
</td>
4364 <td class=
"none" align=
"center">Unknown
</td>
4367 <td><a href=
"https://cplusplus.github.io/CWG/issues/721.html">721</a></td>
4369 <td>Where must a variable be initialized to be used in a constant expression?
</td>
4370 <td class=
"none" align=
"center">Unknown
</td>
4373 <td><a href=
"https://cplusplus.github.io/CWG/issues/722.html">722</a></td>
4375 <td>Can
<TT>nullptr
</TT> be passed to an ellipsis?
</td>
4376 <td class=
"none" align=
"center">Unknown
</td>
4379 <td><a href=
"https://cplusplus.github.io/CWG/issues/726.html">726</a></td>
4381 <td>Atomic and non-atomic objects in the memory model
</td>
4382 <td class=
"none" align=
"center">Unknown
</td>
4385 <td><a href=
"https://cplusplus.github.io/CWG/issues/727.html">727</a></td>
4387 <td>In-class explicit specializations
</td>
4388 <td class=
"partial" align=
"center">Partial
</td>
4391 <td><a href=
"https://cplusplus.github.io/CWG/issues/728.html">728</a></td>
4393 <td>Restrictions on local classes
</td>
4394 <td class=
"none" align=
"center">Unknown
</td>
4397 <td><a href=
"https://cplusplus.github.io/CWG/issues/729.html">729</a></td>
4399 <td>Qualification conversions and handlers of reference-to-pointer type
</td>
4400 <td class=
"none" align=
"center">Unknown
</td>
4403 <td><a href=
"https://cplusplus.github.io/CWG/issues/730.html">730</a></td>
4405 <td>Explicit specializations of members of non-template classes
</td>
4406 <td class=
"none" align=
"center">Unknown
</td>
4409 <td><a href=
"https://cplusplus.github.io/CWG/issues/731.html">731</a></td>
4411 <td>Omitted reference qualification of member function type
</td>
4412 <td class=
"none" align=
"center">Unknown
</td>
4415 <td><a href=
"https://cplusplus.github.io/CWG/issues/732.html">732</a></td>
4417 <td>Late-specified return types in function definitions
</td>
4418 <td class=
"none" align=
"center">Unknown
</td>
4421 <td><a href=
"https://cplusplus.github.io/CWG/issues/733.html">733</a></td>
4423 <td>Reference qualification of copy assignment operators
</td>
4424 <td class=
"none" align=
"center">Unknown
</td>
4427 <td><a href=
"https://cplusplus.github.io/CWG/issues/734.html">734</a></td>
4429 <td>Are unique addresses required for namespace-scope variables?
</td>
4430 <td class=
"none" align=
"center">Unknown
</td>
4433 <td><a href=
"https://cplusplus.github.io/CWG/issues/735.html">735</a></td>
4435 <td>Missing case in specification of safely-derived pointers
</td>
4436 <td class=
"none" align=
"center">Unknown
</td>
4439 <td><a href=
"https://cplusplus.github.io/CWG/issues/736.html">736</a></td>
4441 <td>Is the
<TT>&</TT> <I>ref-qualifier
</I> needed?
</td>
4442 <td class=
"none" align=
"center">Unknown
</td>
4445 <td><a href=
"https://cplusplus.github.io/CWG/issues/737.html">737</a></td>
4447 <td>Uninitialized trailing characters in string initialization
</td>
4448 <td class=
"none" align=
"center">Unknown
</td>
4451 <td><a href=
"https://cplusplus.github.io/CWG/issues/738.html">738</a></td>
4453 <td><TT>constexpr
</TT> not permitted by the syntax of constructor declarations
</td>
4454 <td class=
"none" align=
"center">Unknown
</td>
4457 <td><a href=
"https://cplusplus.github.io/CWG/issues/739.html">739</a></td>
4459 <td>Signedness of plain bit-fields
</td>
4460 <td class=
"none" align=
"center">Unknown
</td>
4463 <td><a href=
"https://cplusplus.github.io/CWG/issues/740.html">740</a></td>
4465 <td>Incorrect note on data races
</td>
4466 <td class=
"none" align=
"center">Unknown
</td>
4469 <td><a href=
"https://cplusplus.github.io/CWG/issues/741.html">741</a></td>
4471 <td>“plain
” <TT>long long
</TT> bit-fields
</td>
4472 <td class=
"none" align=
"center">Unknown
</td>
4474 <tr class=
"open" id=
"742">
4475 <td><a href=
"https://cplusplus.github.io/CWG/issues/742.html">742</a></td>
4477 <td>Postfix increment/decrement with long bit-field operands
</td>
4478 <td align=
"center">Not resolved
</td>
4481 <td><a href=
"https://cplusplus.github.io/CWG/issues/743.html">743</a></td>
4483 <td>Use of
<TT>decltype
</TT> in a
<I>nested-name-specifier
</I></td>
4484 <td class=
"none" align=
"center">Unknown
</td>
4487 <td><a href=
"https://cplusplus.github.io/CWG/issues/744.html">744</a></td>
4489 <td>Matching template arguments with template template parameters with parameter packs
</td>
4490 <td class=
"none" align=
"center">Unknown
</td>
4493 <td><a href=
"https://cplusplus.github.io/CWG/issues/745.html">745</a></td>
4495 <td>Effect of ill-formedness resulting from
<TT>#error
</TT></td>
4496 <td class=
"none" align=
"center">Unknown
</td>
4499 <td><a href=
"https://cplusplus.github.io/CWG/issues/746.html">746</a></td>
4501 <td>Use of
<TT>auto
</TT> in
<I>new-expression
</I>s
</td>
4502 <td class=
"none" align=
"center">Unknown
</td>
4505 <td><a href=
"https://cplusplus.github.io/CWG/issues/747.html">747</a></td>
4507 <td>Access of protected base classes
</td>
4508 <td class=
"none" align=
"center">Unknown
</td>
4511 <td><a href=
"https://cplusplus.github.io/CWG/issues/749.html">749</a></td>
4513 <td>References to function types with a
<I>cv-qualifier
</I> or
<I>ref-qualifier
</I></td>
4514 <td class=
"none" align=
"center">Unknown
</td>
4517 <td><a href=
"https://cplusplus.github.io/CWG/issues/750.html">750</a></td>
4519 <td>Implementation constraints on reference-only closure objects
</td>
4520 <td class=
"none" align=
"center">Unknown
</td>
4523 <td><a href=
"https://cplusplus.github.io/CWG/issues/751.html">751</a></td>
4525 <td>Deriving from closure classes
</td>
4526 <td class=
"none" align=
"center">Unknown
</td>
4529 <td><a href=
"https://cplusplus.github.io/CWG/issues/752.html">752</a></td>
4531 <td>Name lookup in nested
<I>lambda-expression
</I>s
</td>
4532 <td class=
"none" align=
"center">Unknown
</td>
4535 <td><a href=
"https://cplusplus.github.io/CWG/issues/753.html">753</a></td>
4537 <td>Array names in lambda capture sets
</td>
4538 <td class=
"none" align=
"center">Unknown
</td>
4541 <td><a href=
"https://cplusplus.github.io/CWG/issues/754.html">754</a></td>
4543 <td>Lambda expressions in default arguments of block-scope function declarations
</td>
4544 <td class=
"none" align=
"center">Unknown
</td>
4547 <td><a href=
"https://cplusplus.github.io/CWG/issues/755.html">755</a></td>
4549 <td>Generalized
<I>lambda-capture
</I>s
</td>
4550 <td class=
"none" align=
"center">Unknown
</td>
4553 <td><a href=
"https://cplusplus.github.io/CWG/issues/756.html">756</a></td>
4555 <td>Dropping cv-qualification on members of closure objects
</td>
4556 <td class=
"none" align=
"center">Unknown
</td>
4559 <td><a href=
"https://cplusplus.github.io/CWG/issues/757.html">757</a></td>
4561 <td>Types without linkage in declarations
</td>
4562 <td class=
"none" align=
"center">Unknown
</td>
4565 <td><a href=
"https://cplusplus.github.io/CWG/issues/758.html">758</a></td>
4567 <td>Missing cases of declarations that are not definitions
</td>
4568 <td class=
"none" align=
"center">Unknown
</td>
4571 <td><a href=
"https://cplusplus.github.io/CWG/issues/759.html">759</a></td>
4573 <td>Destruction of closure objects
</td>
4574 <td class=
"none" align=
"center">Unknown
</td>
4577 <td><a href=
"https://cplusplus.github.io/CWG/issues/760.html">760</a></td>
4579 <td><TT>this
</TT> inside a nested class of a non-static member function
</td>
4580 <td class=
"none" align=
"center">Unknown
</td>
4583 <td><a href=
"https://cplusplus.github.io/CWG/issues/761.html">761</a></td>
4585 <td>Inferred return type of closure object call operator
</td>
4586 <td class=
"none" align=
"center">Unknown
</td>
4589 <td><a href=
"https://cplusplus.github.io/CWG/issues/762.html">762</a></td>
4591 <td>Name lookup in the
<I>compound-statement
</I> of a lambda expression
</td>
4592 <td class=
"none" align=
"center">Unknown
</td>
4595 <td><a href=
"https://cplusplus.github.io/CWG/issues/763.html">763</a></td>
4597 <td>Is a closure object's
<TT>operator()
</TT> inline?
</td>
4598 <td class=
"none" align=
"center">Unknown
</td>
4601 <td><a href=
"https://cplusplus.github.io/CWG/issues/764.html">764</a></td>
4603 <td>Capturing unused variables in a lambda expression
</td>
4604 <td class=
"none" align=
"center">Unknown
</td>
4607 <td><a href=
"https://cplusplus.github.io/CWG/issues/765.html">765</a></td>
4609 <td>Local types in inline functions with external linkage
</td>
4610 <td class=
"none" align=
"center">Unknown
</td>
4613 <td><a href=
"https://cplusplus.github.io/CWG/issues/766.html">766</a></td>
4615 <td>Where may lambda expressions appear?
</td>
4616 <td class=
"none" align=
"center">Unknown
</td>
4619 <td><a href=
"https://cplusplus.github.io/CWG/issues/767.html">767</a></td>
4621 <td><TT>void
</TT> and other unnamed
<I>lambda-parameter
</I>s
</td>
4622 <td class=
"none" align=
"center">Unknown
</td>
4625 <td><a href=
"https://cplusplus.github.io/CWG/issues/768.html">768</a></td>
4627 <td>Ellipsis in a lambda parameter list
</td>
4628 <td class=
"none" align=
"center">Unknown
</td>
4631 <td><a href=
"https://cplusplus.github.io/CWG/issues/769.html">769</a></td>
4633 <td>Initialization of closure objects
</td>
4634 <td class=
"none" align=
"center">Unknown
</td>
4637 <td><a href=
"https://cplusplus.github.io/CWG/issues/770.html">770</a></td>
4639 <td>Ambiguity in late-specified return type
</td>
4640 <td class=
"none" align=
"center">Unknown
</td>
4643 <td><a href=
"https://cplusplus.github.io/CWG/issues/771.html">771</a></td>
4645 <td>Move-construction of reference members of closure objects
</td>
4646 <td class=
"none" align=
"center">Unknown
</td>
4649 <td><a href=
"https://cplusplus.github.io/CWG/issues/772.html">772</a></td>
4651 <td><I>capture-default
</I> in lambdas in local default arguments
</td>
4652 <td class=
"none" align=
"center">Unknown
</td>
4655 <td><a href=
"https://cplusplus.github.io/CWG/issues/773.html">773</a></td>
4657 <td>Parentheses in address non-type template arguments
</td>
4658 <td class=
"none" align=
"center">Unknown
</td>
4661 <td><a href=
"https://cplusplus.github.io/CWG/issues/774.html">774</a></td>
4663 <td>Can a closure class be a POD?
</td>
4664 <td class=
"none" align=
"center">Unknown
</td>
4667 <td><a href=
"https://cplusplus.github.io/CWG/issues/775.html">775</a></td>
4669 <td>Capturing references to functions
</td>
4670 <td class=
"none" align=
"center">Unknown
</td>
4673 <td><a href=
"https://cplusplus.github.io/CWG/issues/776.html">776</a></td>
4675 <td>Delegating constructors, destructors, and
<TT>std::exit
</TT></td>
4676 <td class=
"none" align=
"center">Unknown
</td>
4679 <td><a href=
"https://cplusplus.github.io/CWG/issues/777.html">777</a></td>
4681 <td>Default arguments and parameter packs
</td>
4682 <td class=
"full" align=
"center">Clang
3.7</td>
4685 <td><a href=
"https://cplusplus.github.io/CWG/issues/778.html">778</a></td>
4687 <td>Template parameter packs in non-type template parameters
</td>
4688 <td class=
"none" align=
"center">Unknown
</td>
4691 <td><a href=
"https://cplusplus.github.io/CWG/issues/779.html">779</a></td>
4693 <td>Rvalue reference members of closure objects?
</td>
4694 <td class=
"none" align=
"center">Unknown
</td>
4697 <td><a href=
"https://cplusplus.github.io/CWG/issues/782.html">782</a></td>
4699 <td>Lambda expressions and argument-dependent lookup
</td>
4700 <td class=
"none" align=
"center">Unknown
</td>
4702 <tr class=
"open" id=
"783">
4703 <td><a href=
"https://cplusplus.github.io/CWG/issues/783.html">783</a></td>
4705 <td>Definition of
“argument
”</td>
4706 <td align=
"center">Not resolved
</td>
4709 <td><a href=
"https://cplusplus.github.io/CWG/issues/784.html">784</a></td>
4711 <td>List of incompatibilities with the previous Standard
</td>
4712 <td class=
"none" align=
"center">Unknown
</td>
4715 <td><a href=
"https://cplusplus.github.io/CWG/issues/785.html">785</a></td>
4717 <td>“Execution sequence
” is inappropriate phraseology
</td>
4718 <td class=
"none" align=
"center">Unknown
</td>
4721 <td><a href=
"https://cplusplus.github.io/CWG/issues/786.html">786</a></td>
4723 <td>Definition of
“thread
”</td>
4724 <td class=
"none" align=
"center">Unknown
</td>
4727 <td><a href=
"https://cplusplus.github.io/CWG/issues/787.html">787</a></td>
4729 <td>Unnecessary lexical undefined behavior
</td>
4730 <td class=
"none" align=
"center">Unknown
</td>
4733 <td><a href=
"https://cplusplus.github.io/CWG/issues/788.html">788</a></td>
4735 <td>Relationship between locale and values of the execution character set
</td>
4736 <td class=
"none" align=
"center">Unknown
</td>
4739 <td><a href=
"https://cplusplus.github.io/CWG/issues/789.html">789</a></td>
4741 <td>Deprecating trigraphs
</td>
4742 <td class=
"none" align=
"center">Unknown
</td>
4745 <td><a href=
"https://cplusplus.github.io/CWG/issues/790.html">790</a></td>
4747 <td>Concatenation of raw and non-raw string literals
</td>
4748 <td class=
"none" align=
"center">Unknown
</td>
4751 <td><a href=
"https://cplusplus.github.io/CWG/issues/792.html">792</a></td>
4753 <td>Effects of
<TT>std::quick_exit
</TT></td>
4754 <td class=
"none" align=
"center">Unknown
</td>
4757 <td><a href=
"https://cplusplus.github.io/CWG/issues/793.html">793</a></td>
4759 <td>Use of class members during destruction
</td>
4760 <td class=
"none" align=
"center">Unknown
</td>
4763 <td><a href=
"https://cplusplus.github.io/CWG/issues/794.html">794</a></td>
4765 <td>Base-derived conversion in member type of pointer-to-member conversion
</td>
4766 <td class=
"none" align=
"center">Unknown
</td>
4769 <td><a href=
"https://cplusplus.github.io/CWG/issues/795.html">795</a></td>
4771 <td>Dependency of lambdas on
<TT><functional
></TT></td>
4772 <td class=
"none" align=
"center">Unknown
</td>
4775 <td><a href=
"https://cplusplus.github.io/CWG/issues/796.html">796</a></td>
4777 <td>Lifetime of a closure object with members captured by reference
</td>
4778 <td class=
"none" align=
"center">Unknown
</td>
4781 <td><a href=
"https://cplusplus.github.io/CWG/issues/797.html">797</a></td>
4783 <td>Converting a no-capture lambda to a function type
</td>
4784 <td class=
"none" align=
"center">Unknown
</td>
4787 <td><a href=
"https://cplusplus.github.io/CWG/issues/798.html">798</a></td>
4789 <td>Overloaded subscript operator described in clause
5</td>
4790 <td class=
"none" align=
"center">Unknown
</td>
4793 <td><a href=
"https://cplusplus.github.io/CWG/issues/799.html">799</a></td>
4795 <td>Can
<TT>reinterpret_cast
</TT> be used to cast an operand to its own type?
</td>
4796 <td class=
"none" align=
"center">Unknown
</td>
4799 <td><a href=
"https://cplusplus.github.io/CWG/issues/800.html">800</a></td>
4801 <td>Safely-derived pointers and object pointers converted from function pointers
</td>
4802 <td class=
"none" align=
"center">Unknown
</td>
4805 <td><a href=
"https://cplusplus.github.io/CWG/issues/801.html">801</a></td>
4807 <td>Casting away constness in a cast to rvalue reference type
</td>
4808 <td class=
"none" align=
"center">Unknown
</td>
4811 <td><a href=
"https://cplusplus.github.io/CWG/issues/803.html">803</a></td>
4813 <td><TT>sizeof
</TT> an enumeration type with a fixed underlying type
</td>
4814 <td class=
"none" align=
"center">Unknown
</td>
4817 <td><a href=
"https://cplusplus.github.io/CWG/issues/804.html">804</a></td>
4819 <td>Deducing the type in
<TT>new auto(x)
</TT></td>
4820 <td class=
"none" align=
"center">Unknown
</td>
4823 <td><a href=
"https://cplusplus.github.io/CWG/issues/805.html">805</a></td>
4825 <td>Which exception to throw for overflow in array size calculation
</td>
4826 <td class=
"none" align=
"center">Unknown
</td>
4829 <td><a href=
"https://cplusplus.github.io/CWG/issues/806.html">806</a></td>
4831 <td>Enumeration types in integral constant expressions
</td>
4832 <td class=
"none" align=
"center">Unknown
</td>
4835 <td><a href=
"https://cplusplus.github.io/CWG/issues/807.html">807</a></td>
4837 <td><TT>typeid
</TT> expressions in constant expressions
</td>
4838 <td class=
"none" align=
"center">Unknown
</td>
4841 <td><a href=
"https://cplusplus.github.io/CWG/issues/808.html">808</a></td>
4843 <td>Non-type
<I>decl-specifier
</I>s versus max-munch
</td>
4844 <td class=
"none" align=
"center">Unknown
</td>
4847 <td><a href=
"https://cplusplus.github.io/CWG/issues/809.html">809</a></td>
4849 <td>Deprecation of the
<TT>register
</TT> keyword
</td>
4850 <td class=
"none" align=
"center">Unknown
</td>
4853 <td><a href=
"https://cplusplus.github.io/CWG/issues/810.html">810</a></td>
4855 <td>Block-scope
<TT>thread_local
</TT> variables should be implicitly
<TT>static
</TT></td>
4856 <td class=
"none" align=
"center">Unknown
</td>
4859 <td><a href=
"https://cplusplus.github.io/CWG/issues/811.html">811</a></td>
4861 <td>Unclear implications of const-qualification
</td>
4862 <td class=
"none" align=
"center">Unknown
</td>
4865 <td><a href=
"https://cplusplus.github.io/CWG/issues/812.html">812</a></td>
4867 <td>Duplicate names in inline namespaces
</td>
4868 <td class=
"none" align=
"center">Unknown
</td>
4870 <tr class=
"open" id=
"813">
4871 <td><a href=
"https://cplusplus.github.io/CWG/issues/813.html">813</a></td>
4873 <td><TT>typename
</TT> in a
<I>using-declaration
</I> with a non-dependent name
</td>
4874 <td align=
"center">Not resolved
</td>
4877 <td><a href=
"https://cplusplus.github.io/CWG/issues/814.html">814</a></td>
4879 <td>Attribute to indicate that a function throws nothing
</td>
4880 <td class=
"none" align=
"center">Unknown
</td>
4883 <td><a href=
"https://cplusplus.github.io/CWG/issues/815.html">815</a></td>
4885 <td>Parameter pack expansion inside attributes
</td>
4886 <td class=
"none" align=
"center">Unknown
</td>
4889 <td><a href=
"https://cplusplus.github.io/CWG/issues/816.html">816</a></td>
4891 <td>Diagnosing violations of
<TT>[[final]]
</TT></td>
4892 <td class=
"none" align=
"center">Unknown
</td>
4895 <td><a href=
"https://cplusplus.github.io/CWG/issues/817.html">817</a></td>
4897 <td>Meaning of
<TT>[[final]]
</TT> applied to a class definition
</td>
4898 <td class=
"none" align=
"center">Unknown
</td>
4901 <td><a href=
"https://cplusplus.github.io/CWG/issues/818.html">818</a></td>
4903 <td>Function parameter packs in non-final positions
</td>
4904 <td class=
"none" align=
"center">Unknown
</td>
4907 <td><a href=
"https://cplusplus.github.io/CWG/issues/819.html">819</a></td>
4909 <td>Access control and deleted implicitly-declared special member functions
</td>
4910 <td class=
"none" align=
"center">Unknown
</td>
4913 <td><a href=
"https://cplusplus.github.io/CWG/issues/820.html">820</a></td>
4915 <td>Deprecation of
<TT>export
</TT></td>
4916 <td class=
"none" align=
"center">Unknown
</td>
4919 <td><a href=
"https://cplusplus.github.io/CWG/issues/822.html">822</a></td>
4921 <td>Additional contexts for template aliases
</td>
4922 <td class=
"none" align=
"center">Unknown
</td>
4925 <td><a href=
"https://cplusplus.github.io/CWG/issues/823.html">823</a></td>
4927 <td>Literal types with constexpr conversions as non-type template arguments
</td>
4928 <td class=
"none" align=
"center">Unknown
</td>
4931 <td><a href=
"https://cplusplus.github.io/CWG/issues/828.html">828</a></td>
4933 <td>Destruction of exception objects
</td>
4934 <td class=
"none" align=
"center">Unknown
</td>
4937 <td><a href=
"https://cplusplus.github.io/CWG/issues/829.html">829</a></td>
4939 <td>At what point is
<TT>std::unexpected
</TT> called?
</td>
4940 <td class=
"none" align=
"center">Unknown
</td>
4943 <td><a href=
"https://cplusplus.github.io/CWG/issues/830.html">830</a></td>
4945 <td>Deprecating exception specifications
</td>
4946 <td class=
"none" align=
"center">Unknown
</td>
4949 <td><a href=
"https://cplusplus.github.io/CWG/issues/831.html">831</a></td>
4951 <td>Limit on recursively nested template instantiations
</td>
4952 <td class=
"none" align=
"center">Unknown
</td>
4955 <td><a href=
"https://cplusplus.github.io/CWG/issues/832.html">832</a></td>
4957 <td>Value of preprocessing numbers
</td>
4958 <td class=
"none" align=
"center">Unknown
</td>
4961 <td><a href=
"https://cplusplus.github.io/CWG/issues/833.html">833</a></td>
4963 <td>Explicit conversion of a scoped enumeration value to a floating type
</td>
4964 <td class=
"none" align=
"center">Unknown
</td>
4967 <td><a href=
"https://cplusplus.github.io/CWG/issues/834.html">834</a></td>
4969 <td>What is an
“ordinary string literal
”?
</td>
4970 <td class=
"none" align=
"center">Unknown
</td>
4973 <td><a href=
"https://cplusplus.github.io/CWG/issues/835.html">835</a></td>
4975 <td>Scoped enumerations and the
“usual arithmetic conversions
”</td>
4976 <td class=
"none" align=
"center">Unknown
</td>
4979 <td><a href=
"https://cplusplus.github.io/CWG/issues/836.html">836</a></td>
4981 <td><TT>[[noreturn]]
</TT> applied to function types
</td>
4982 <td class=
"none" align=
"center">Unknown
</td>
4985 <td><a href=
"https://cplusplus.github.io/CWG/issues/837.html">837</a></td>
4987 <td>Constexpr functions and
<TT>return
</TT> <I>braced-init-list
</I></td>
4988 <td class=
"none" align=
"center">Unknown
</td>
4991 <td><a href=
"https://cplusplus.github.io/CWG/issues/838.html">838</a></td>
4993 <td>Use of
<TT>this
</TT> in a
<I>brace-or-equal-initializer
</I></td>
4994 <td class=
"none" align=
"center">Unknown
</td>
4997 <td><a href=
"https://cplusplus.github.io/CWG/issues/839.html">839</a></td>
4999 <td><TT>sizeof
</TT> with opaque enumerations
</td>
5000 <td class=
"none" align=
"center">Unknown
</td>
5003 <td><a href=
"https://cplusplus.github.io/CWG/issues/840.html">840</a></td>
5005 <td>Rvalue references as nontype template parameters
</td>
5006 <td class=
"none" align=
"center">Unknown
</td>
5009 <td><a href=
"https://cplusplus.github.io/CWG/issues/842.html">842</a></td>
5011 <td>Casting to rvalue reference type
</td>
5012 <td class=
"none" align=
"center">Unknown
</td>
5015 <td><a href=
"https://cplusplus.github.io/CWG/issues/845.html">845</a></td>
5017 <td>What is the
“first declaration
” of an explicit specialization?
</td>
5018 <td class=
"none" align=
"center">Unknown
</td>
5021 <td><a href=
"https://cplusplus.github.io/CWG/issues/846.html">846</a></td>
5023 <td>Rvalue references to functions
</td>
5024 <td class=
"none" align=
"center">Unknown
</td>
5027 <td><a href=
"https://cplusplus.github.io/CWG/issues/847.html">847</a></td>
5029 <td>Error in rvalue reference deduction example
</td>
5030 <td class=
"none" align=
"center">Unknown
</td>
5033 <td><a href=
"https://cplusplus.github.io/CWG/issues/850.html">850</a></td>
5035 <td>Restrictions on use of non-static data members
</td>
5036 <td class=
"none" align=
"center">Unknown
</td>
5039 <td><a href=
"https://cplusplus.github.io/CWG/issues/852.html">852</a></td>
5041 <td><I>using-declaration
</I>s and dependent base classes
</td>
5042 <td class=
"none" align=
"center">Unknown
</td>
5045 <td><a href=
"https://cplusplus.github.io/CWG/issues/853.html">853</a></td>
5047 <td>Support for relaxed pointer safety
</td>
5048 <td class=
"none" align=
"center">Unknown
</td>
5051 <td><a href=
"https://cplusplus.github.io/CWG/issues/854.html">854</a></td>
5053 <td>Left shift and unsigned extended types
</td>
5054 <td class=
"none" align=
"center">Unknown
</td>
5057 <td><a href=
"https://cplusplus.github.io/CWG/issues/855.html">855</a></td>
5059 <td>Incorrect comments in
<I>braced-init-list
</I> assignment example
</td>
5060 <td class=
"none" align=
"center">Unknown
</td>
5063 <td><a href=
"https://cplusplus.github.io/CWG/issues/858.html">858</a></td>
5065 <td>Example binding an rvalue reference to an lvalue
</td>
5066 <td class=
"none" align=
"center">Unknown
</td>
5069 <td><a href=
"https://cplusplus.github.io/CWG/issues/860.html">860</a></td>
5071 <td>Explicit qualification of constexpr member functions
</td>
5072 <td class=
"none" align=
"center">Unknown
</td>
5075 <td><a href=
"https://cplusplus.github.io/CWG/issues/861.html">861</a></td>
5077 <td>Unintended ambiguity in inline namespace lookup
</td>
5078 <td class=
"none" align=
"center">Unknown
</td>
5081 <td><a href=
"https://cplusplus.github.io/CWG/issues/862.html">862</a></td>
5083 <td>Undefined behavior with enumerator value overflow
</td>
5084 <td class=
"none" align=
"center">Unknown
</td>
5087 <td><a href=
"https://cplusplus.github.io/CWG/issues/863.html">863</a></td>
5089 <td>Rvalue reference cast to incomplete type
</td>
5090 <td class=
"none" align=
"center">Unknown
</td>
5093 <td><a href=
"https://cplusplus.github.io/CWG/issues/864.html">864</a></td>
5095 <td><I>braced-init-list
</I> in the range-based
<TT>for
</TT> statement
</td>
5096 <td class=
"none" align=
"center">Unknown
</td>
5099 <td><a href=
"https://cplusplus.github.io/CWG/issues/865.html">865</a></td>
5101 <td>Initializing a
<TT>std::initializer_list
</TT></td>
5102 <td class=
"none" align=
"center">Unknown
</td>
5105 <td><a href=
"https://cplusplus.github.io/CWG/issues/869.html">869</a></td>
5107 <td>Uninitialized
<TT>thread_local
</TT> objects
</td>
5108 <td class=
"none" align=
"center">Unknown
</td>
5111 <td><a href=
"https://cplusplus.github.io/CWG/issues/872.html">872</a></td>
5113 <td>Lexical issues with raw strings
</td>
5114 <td class=
"none" align=
"center">Unknown
</td>
5117 <td><a href=
"https://cplusplus.github.io/CWG/issues/873.html">873</a></td>
5119 <td>Deducing rvalue references in declarative contexts
</td>
5120 <td class=
"full" align=
"center">Yes
</td>
5123 <td><a href=
"https://cplusplus.github.io/CWG/issues/874.html">874</a></td>
5125 <td>Class-scope definitions of enumeration types
</td>
5126 <td class=
"none" align=
"center">Unknown
</td>
5129 <td><a href=
"https://cplusplus.github.io/CWG/issues/876.html">876</a></td>
5131 <td>Type references in rvalue reference deduction specification
</td>
5132 <td class=
"none" align=
"center">Unknown
</td>
5135 <td><a href=
"https://cplusplus.github.io/CWG/issues/877.html">877</a></td>
5137 <td>Viable functions and binding references to rvalues
</td>
5138 <td class=
"none" align=
"center">Unknown
</td>
5141 <td><a href=
"https://cplusplus.github.io/CWG/issues/879.html">879</a></td>
5143 <td>Missing built-in comparison operators for pointer types
</td>
5144 <td class=
"none" align=
"center">Unknown
</td>
5147 <td><a href=
"https://cplusplus.github.io/CWG/issues/880.html">880</a></td>
5149 <td>Built-in conditional operator for scoped enumerations
</td>
5150 <td class=
"none" align=
"center">Unknown
</td>
5153 <td><a href=
"https://cplusplus.github.io/CWG/issues/882.html">882</a></td>
5155 <td>Defining
<TT>main
</TT> as deleted
</td>
5156 <td class=
"none" align=
"center">Unknown
</td>
5159 <td><a href=
"https://cplusplus.github.io/CWG/issues/883.html">883</a></td>
5161 <td><TT>std::memcpy
</TT> vs
<TT>std::memmove
</TT></td>
5162 <td class=
"none" align=
"center">Unknown
</td>
5165 <td><a href=
"https://cplusplus.github.io/CWG/issues/884.html">884</a></td>
5167 <td>Defining an explicitly-specialized static data member
</td>
5168 <td class=
"none" align=
"center">Unknown
</td>
5171 <td><a href=
"https://cplusplus.github.io/CWG/issues/885.html">885</a></td>
5173 <td>Partial ordering of function templates with unordered parameter pairs
</td>
5174 <td class=
"none" align=
"center">Unknown
</td>
5177 <td><a href=
"https://cplusplus.github.io/CWG/issues/886.html">886</a></td>
5179 <td>Member initializers and aggregates
</td>
5180 <td class=
"none" align=
"center">Unknown
</td>
5183 <td><a href=
"https://cplusplus.github.io/CWG/issues/887.html">887</a></td>
5185 <td>Move construction of thrown object
</td>
5186 <td class=
"none" align=
"center">Unknown
</td>
5189 <td><a href=
"https://cplusplus.github.io/CWG/issues/888.html">888</a></td>
5191 <td>Union member initializers
</td>
5192 <td class=
"none" align=
"center">Unknown
</td>
5195 <td><a href=
"https://cplusplus.github.io/CWG/issues/891.html">891</a></td>
5197 <td><TT>const_cast
</TT> to rvalue reference from objectless rvalue
</td>
5198 <td class=
"none" align=
"center">Unknown
</td>
5201 <td><a href=
"https://cplusplus.github.io/CWG/issues/892.html">892</a></td>
5203 <td>Missing requirements for constexpr constructors
</td>
5204 <td class=
"none" align=
"center">Unknown
</td>
5207 <td><a href=
"https://cplusplus.github.io/CWG/issues/893.html">893</a></td>
5209 <td>Brace syntax for
<I>enumerator-definition
</I>s
</td>
5210 <td class=
"none" align=
"center">Unknown
</td>
5213 <td><a href=
"https://cplusplus.github.io/CWG/issues/896.html">896</a></td>
5215 <td>Rvalue references and rvalue-reference conversion functions
</td>
5216 <td class=
"none" align=
"center">Unknown
</td>
5218 <tr class=
"open" id=
"897">
5219 <td><a href=
"https://cplusplus.github.io/CWG/issues/897.html">897</a></td>
5221 <td><TT>_Pragma
</TT> and extended
<I>string-literal
</I>s
</td>
5222 <td align=
"center">Not resolved
</td>
5225 <td><a href=
"https://cplusplus.github.io/CWG/issues/898.html">898</a></td>
5227 <td>Declarations in constexpr functions
</td>
5228 <td class=
"none" align=
"center">Unknown
</td>
5231 <td><a href=
"https://cplusplus.github.io/CWG/issues/899.html">899</a></td>
5233 <td>Explicit conversion functions in direct class initialization
</td>
5234 <td class=
"none" align=
"center">Unknown
</td>
5237 <td><a href=
"https://cplusplus.github.io/CWG/issues/900.html">900</a></td>
5239 <td>Lifetime of temporaries in range-based
<TT>for
</TT></td>
5240 <td class=
"none" align=
"center">Unknown
</td>
5242 <tr class=
"open" id=
"901">
5243 <td><a href=
"https://cplusplus.github.io/CWG/issues/901.html">901</a></td>
5245 <td>Deleted
<TT>operator delete
</TT></td>
5246 <td align=
"center">Not resolved
</td>
5249 <td><a href=
"https://cplusplus.github.io/CWG/issues/902.html">902</a></td>
5251 <td>In-class initialization of non-constant static data members
</td>
5252 <td class=
"none" align=
"center">Unknown
</td>
5255 <td><a href=
"https://cplusplus.github.io/CWG/issues/903.html">903</a></td>
5257 <td>Value-dependent integral null pointer constants
</td>
5258 <td class=
"none" align=
"center">Unknown
</td>
5261 <td><a href=
"https://cplusplus.github.io/CWG/issues/904.html">904</a></td>
5263 <td>Parameter packs in
<I>lambda-capture
</I>s
</td>
5264 <td class=
"none" align=
"center">Unknown
</td>
5267 <td><a href=
"https://cplusplus.github.io/CWG/issues/905.html">905</a></td>
5269 <td>Explicit defaulted copy constructors and trivial copyability
</td>
5270 <td class=
"none" align=
"center">Unknown
</td>
5273 <td><a href=
"https://cplusplus.github.io/CWG/issues/906.html">906</a></td>
5275 <td>Which special member functions can be defaulted?
</td>
5276 <td class=
"none" align=
"center">Unknown
</td>
5279 <td><a href=
"https://cplusplus.github.io/CWG/issues/908.html">908</a></td>
5281 <td>Deleted global allocation and deallocation functions
</td>
5282 <td class=
"none" align=
"center">Unknown
</td>
5285 <td><a href=
"https://cplusplus.github.io/CWG/issues/909.html">909</a></td>
5287 <td>Old-style casts with conversion functions
</td>
5288 <td class=
"none" align=
"center">Unknown
</td>
5291 <td><a href=
"https://cplusplus.github.io/CWG/issues/910.html">910</a></td>
5293 <td>Move constructors and implicitly-declared copy constructors
</td>
5294 <td class=
"none" align=
"center">Unknown
</td>
5297 <td><a href=
"https://cplusplus.github.io/CWG/issues/912.html">912</a></td>
5299 <td>Character literals and
<I>universal-character-name
</I>s
</td>
5300 <td class=
"none" align=
"center">Unknown
</td>
5303 <td><a href=
"https://cplusplus.github.io/CWG/issues/913.html">913</a></td>
5305 <td>Deduction rules for array- and function-type conversion functions
</td>
5306 <td class=
"none" align=
"center">Unknown
</td>
5308 <tr class=
"open" id=
"914">
5309 <td><a href=
"https://cplusplus.github.io/CWG/issues/914.html">914</a></td>
5311 <td>Value-initialization of array types
</td>
5312 <td align=
"center">Not resolved
</td>
5315 <td><a href=
"https://cplusplus.github.io/CWG/issues/915.html">915</a></td>
5317 <td>Deleted specializations of member function templates
</td>
5318 <td class=
"none" align=
"center">Unknown
</td>
5321 <td><a href=
"https://cplusplus.github.io/CWG/issues/919.html">919</a></td>
5323 <td>Contradictions regarding inline namespaces
</td>
5324 <td class=
"none" align=
"center">Unknown
</td>
5327 <td><a href=
"https://cplusplus.github.io/CWG/issues/920.html">920</a></td>
5329 <td>Interaction of inline namespaces and
<I>using-declaration
</I>s
</td>
5330 <td class=
"none" align=
"center">Unknown
</td>
5333 <td><a href=
"https://cplusplus.github.io/CWG/issues/921.html">921</a></td>
5335 <td>Unclear specification of inline namespaces
</td>
5336 <td class=
"none" align=
"center">Unknown
</td>
5339 <td><a href=
"https://cplusplus.github.io/CWG/issues/922.html">922</a></td>
5341 <td>Implicit default constructor definitions and
<TT>const
</TT> variant members
</td>
5342 <td class=
"none" align=
"center">Unknown
</td>
5345 <td><a href=
"https://cplusplus.github.io/CWG/issues/923.html">923</a></td>
5347 <td>Inline explicit specializations
</td>
5348 <td class=
"none" align=
"center">Unknown
</td>
5351 <td><a href=
"https://cplusplus.github.io/CWG/issues/924.html">924</a></td>
5353 <td><I>alias-declaration
</I> as a class member
</td>
5354 <td class=
"none" align=
"center">Unknown
</td>
5356 <tr class=
"open" id=
"925">
5357 <td><a href=
"https://cplusplus.github.io/CWG/issues/925.html">925</a></td>
5359 <td>Type of character literals in preprocessor expressions
</td>
5360 <td align=
"center">Not resolved
</td>
5363 <td><a href=
"https://cplusplus.github.io/CWG/issues/926.html">926</a></td>
5365 <td>Inline unnamed namespaces
</td>
5366 <td class=
"none" align=
"center">Unknown
</td>
5369 <td><a href=
"https://cplusplus.github.io/CWG/issues/927.html">927</a></td>
5371 <td>Implicitly-deleted default constructors and member initializers
</td>
5372 <td class=
"none" align=
"center">Unknown
</td>
5375 <td><a href=
"https://cplusplus.github.io/CWG/issues/928.html">928</a></td>
5377 <td>Defaulting a function that would be implicitly defined as deleted
</td>
5378 <td class=
"none" align=
"center">Unknown
</td>
5381 <td><a href=
"https://cplusplus.github.io/CWG/issues/929.html">929</a></td>
5383 <td>What is a template alias?
</td>
5384 <td class=
"none" align=
"center">Unknown
</td>
5387 <td><a href=
"https://cplusplus.github.io/CWG/issues/930.html">930</a></td>
5389 <td><TT>alignof
</TT> with incomplete array type
</td>
5390 <td class=
"none" align=
"center">Unknown
</td>
5393 <td><a href=
"https://cplusplus.github.io/CWG/issues/931.html">931</a></td>
5395 <td>Confusing reference to the length of a user-defined string literal
</td>
5396 <td class=
"none" align=
"center">Unknown
</td>
5399 <td><a href=
"https://cplusplus.github.io/CWG/issues/932.html">932</a></td>
5401 <td>UCNs in closing delimiters of raw string literals
</td>
5402 <td class=
"none" align=
"center">Unknown
</td>
5405 <td><a href=
"https://cplusplus.github.io/CWG/issues/933.html">933</a></td>
5407 <td>32-bit UCNs with
16-bit
<TT>wchar_t
</TT></td>
5408 <td class=
"none" align=
"center">Unknown
</td>
5411 <td><a href=
"https://cplusplus.github.io/CWG/issues/934.html">934</a></td>
5413 <td>List-initialization of references
</td>
5414 <td class=
"none" align=
"center">Unknown
</td>
5417 <td><a href=
"https://cplusplus.github.io/CWG/issues/935.html">935</a></td>
5419 <td>Missing overloads for character types for user-defined literals
</td>
5420 <td class=
"none" align=
"center">Unknown
</td>
5423 <td><a href=
"https://cplusplus.github.io/CWG/issues/936.html">936</a></td>
5425 <td>Array initialization with new string literals
</td>
5426 <td class=
"none" align=
"center">Unknown
</td>
5429 <td><a href=
"https://cplusplus.github.io/CWG/issues/937.html">937</a></td>
5431 <td>Restrictions on values of template arguments in user-defined literals
</td>
5432 <td class=
"none" align=
"center">Unknown
</td>
5435 <td><a href=
"https://cplusplus.github.io/CWG/issues/938.html">938</a></td>
5437 <td>Initializer lists and array new
</td>
5438 <td class=
"none" align=
"center">Unknown
</td>
5441 <td><a href=
"https://cplusplus.github.io/CWG/issues/939.html">939</a></td>
5443 <td>Explicitly checking virtual function overriding
</td>
5444 <td class=
"none" align=
"center">Unknown
</td>
5447 <td><a href=
"https://cplusplus.github.io/CWG/issues/940.html">940</a></td>
5449 <td>Global anonymous unions
</td>
5450 <td class=
"none" align=
"center">Unknown
</td>
5453 <td><a href=
"https://cplusplus.github.io/CWG/issues/941.html">941</a></td>
5455 <td>Explicit specialization of deleted function template
</td>
5456 <td class=
"none" align=
"center">Unknown
</td>
5459 <td><a href=
"https://cplusplus.github.io/CWG/issues/942.html">942</a></td>
5461 <td>Is
<TT>this
</TT> an entity?
</td>
5462 <td class=
"none" align=
"center">Unknown
</td>
5465 <td><a href=
"https://cplusplus.github.io/CWG/issues/943.html">943</a></td>
5467 <td>Is
<TT>T()
</TT> a temporary?
</td>
5468 <td class=
"none" align=
"center">Unknown
</td>
5471 <td><a href=
"https://cplusplus.github.io/CWG/issues/944.html">944</a></td>
5473 <td><TT>reinterpret_cast
</TT> for all types with the same size and alignment
</td>
5474 <td class=
"none" align=
"center">Unknown
</td>
5477 <td><a href=
"https://cplusplus.github.io/CWG/issues/945.html">945</a></td>
5479 <td>Use of
<TT>this
</TT> in a late-specified return type
</td>
5480 <td class=
"none" align=
"center">Unknown
</td>
5483 <td><a href=
"https://cplusplus.github.io/CWG/issues/946.html">946</a></td>
5485 <td>Order of destruction of local static objects and calls to
<TT>std::atexit
</TT></td>
5486 <td class=
"none" align=
"center">Unknown
</td>
5489 <td><a href=
"https://cplusplus.github.io/CWG/issues/947.html">947</a></td>
5491 <td>Deducing type template arguments from default function arguments
</td>
5492 <td class=
"none" align=
"center">Unknown
</td>
5495 <td><a href=
"https://cplusplus.github.io/CWG/issues/948.html">948</a></td>
5497 <td><TT>constexpr
</TT> in
<I>condition
</I>s
</td>
5498 <td class=
"full" align=
"center">Clang
3.7</td>
5500 <tr class=
"open" id=
"949">
5501 <td><a href=
"https://cplusplus.github.io/CWG/issues/949.html">949</a></td>
5503 <td>Requirements for freestanding implementations
</td>
5504 <td align=
"center">Not resolved
</td>
5507 <td><a href=
"https://cplusplus.github.io/CWG/issues/950.html">950</a></td>
5509 <td>Use of
<TT>decltype
</TT> as a
<I>class-name
</I></td>
5510 <td class=
"none" align=
"center">Unknown
</td>
5513 <td><a href=
"https://cplusplus.github.io/CWG/issues/951.html">951</a></td>
5515 <td>Problems with
<I>attribute-specifier
</I>s
</td>
5516 <td class=
"none" align=
"center">Unknown
</td>
5519 <td><a href=
"https://cplusplus.github.io/CWG/issues/952.html">952</a></td>
5521 <td>Insufficient description of
“naming class
”</td>
5522 <td class=
"full" align=
"center">Yes
</td>
5525 <td><a href=
"https://cplusplus.github.io/CWG/issues/953.html">953</a></td>
5527 <td>Rvalue references and function viability
</td>
5528 <td class=
"none" align=
"center">Unknown
</td>
5530 <tr class=
"open" id=
"954">
5531 <td><a href=
"https://cplusplus.github.io/CWG/issues/954.html">954</a></td>
5533 <td>Overload resolution of conversion operator templates with built-in types
</td>
5534 <td align=
"center">Not resolved
</td>
5537 <td><a href=
"https://cplusplus.github.io/CWG/issues/955.html">955</a></td>
5539 <td>Can a closure type's
<TT>operator()
</TT> be virtual?
</td>
5540 <td class=
"none" align=
"center">Unknown
</td>
5543 <td><a href=
"https://cplusplus.github.io/CWG/issues/956.html">956</a></td>
5545 <td>Function prototype scope with late-specified return types
</td>
5546 <td class=
"none" align=
"center">Unknown
</td>
5549 <td><a href=
"https://cplusplus.github.io/CWG/issues/957.html">957</a></td>
5551 <td>Alternative tokens and
<I>attribute-token
</I>s
</td>
5552 <td class=
"none" align=
"center">Unknown
</td>
5555 <td><a href=
"https://cplusplus.github.io/CWG/issues/958.html">958</a></td>
5557 <td>Lambdas and
<TT>decltype
</TT></td>
5558 <td class=
"none" align=
"center">Unknown
</td>
5561 <td><a href=
"https://cplusplus.github.io/CWG/issues/959.html">959</a></td>
5563 <td>Alignment attribute for class and enumeration types
</td>
5564 <td class=
"none" align=
"center">Unknown
</td>
5567 <td><a href=
"https://cplusplus.github.io/CWG/issues/960.html">960</a></td>
5569 <td>Covariant functions and lvalue/rvalue references
</td>
5570 <td class=
"none" align=
"center">Unknown
</td>
5573 <td><a href=
"https://cplusplus.github.io/CWG/issues/961.html">961</a></td>
5575 <td>Overload resolution and conversion of
<TT>std::nullptr_t
</TT> to
<TT>bool
</TT></td>
5576 <td class=
"none" align=
"center">Unknown
</td>
5579 <td><a href=
"https://cplusplus.github.io/CWG/issues/962.html">962</a></td>
5581 <td>Attributes appertaining to class and enum types
</td>
5582 <td class=
"none" align=
"center">Unknown
</td>
5585 <td><a href=
"https://cplusplus.github.io/CWG/issues/963.html">963</a></td>
5587 <td>Comparing
<TT>nullptr
</TT> with
0</td>
5588 <td class=
"none" align=
"center">Unknown
</td>
5591 <td><a href=
"https://cplusplus.github.io/CWG/issues/964.html">964</a></td>
5593 <td>Incorrect description of when the lvalue-to-rvalue conversion applies
</td>
5594 <td class=
"none" align=
"center">Unknown
</td>
5597 <td><a href=
"https://cplusplus.github.io/CWG/issues/965.html">965</a></td>
5599 <td>Limiting the applicability of the
<TT>carries_dependency
</TT> attribute
</td>
5600 <td class=
"none" align=
"center">Unknown
</td>
5603 <td><a href=
"https://cplusplus.github.io/CWG/issues/966.html">966</a></td>
5605 <td>Nested types without linkage
</td>
5606 <td class=
"none" align=
"center">Unknown
</td>
5609 <td><a href=
"https://cplusplus.github.io/CWG/issues/967.html">967</a></td>
5611 <td>Exception specification of replacement allocation function
</td>
5612 <td class=
"none" align=
"center">Unknown
</td>
5615 <td><a href=
"https://cplusplus.github.io/CWG/issues/968.html">968</a></td>
5617 <td>Syntactic ambiguity of the attribute notation
</td>
5618 <td class=
"none" align=
"center">Unknown
</td>
5621 <td><a href=
"https://cplusplus.github.io/CWG/issues/969.html">969</a></td>
5623 <td>Explicit instantiation declarations of class template specializations
</td>
5624 <td class=
"none" align=
"center">Unknown
</td>
5627 <td><a href=
"https://cplusplus.github.io/CWG/issues/970.html">970</a></td>
5629 <td>Consistent use of
“appertain
” and
“apply
”</td>
5630 <td class=
"none" align=
"center">Unknown
</td>
5633 <td><a href=
"https://cplusplus.github.io/CWG/issues/971.html">971</a></td>
5635 <td>Incorrect treatment of
<I>exception-declaration
</I>s
</td>
5636 <td class=
"none" align=
"center">Unknown
</td>
5639 <td><a href=
"https://cplusplus.github.io/CWG/issues/972.html">972</a></td>
5641 <td>Allowing multiple
<I>attribute-specifier
</I>s
</td>
5642 <td class=
"none" align=
"center">Unknown
</td>
5645 <td><a href=
"https://cplusplus.github.io/CWG/issues/973.html">973</a></td>
5647 <td>Function types in
<I>exception-specification
</I>s
</td>
5648 <td class=
"none" align=
"center">Unknown
</td>
5651 <td><a href=
"https://cplusplus.github.io/CWG/issues/974.html">974</a></td>
5653 <td>Default arguments for lambdas
</td>
5654 <td class=
"full" align=
"center">Yes
</td>
5657 <td><a href=
"https://cplusplus.github.io/CWG/issues/975.html">975</a></td>
5659 <td>Restrictions on return type deduction for lambdas
</td>
5660 <td class=
"none" align=
"center">Unknown
</td>
5663 <td><a href=
"https://cplusplus.github.io/CWG/issues/976.html">976</a></td>
5665 <td>Deduction for
<TT>const T
&</TT> conversion operators
</td>
5666 <td class=
"none" align=
"center">Unknown
</td>
5669 <td><a href=
"https://cplusplus.github.io/CWG/issues/977.html">977</a></td>
5671 <td>When is an enumeration type complete?
</td>
5672 <td class=
"full" align=
"center">Yes
</td>
5675 <td><a href=
"https://cplusplus.github.io/CWG/issues/978.html">978</a></td>
5677 <td>Incorrect specification for copy initialization
</td>
5678 <td class=
"none" align=
"center">Unknown
</td>
5681 <td><a href=
"https://cplusplus.github.io/CWG/issues/979.html">979</a></td>
5683 <td>Position of
<I>attribute-specifier
</I> in declarator syntax
</td>
5684 <td class=
"none" align=
"center">Unknown
</td>
5687 <td><a href=
"https://cplusplus.github.io/CWG/issues/980.html">980</a></td>
5689 <td>Explicit instantiation of a member of a class template
</td>
5690 <td class=
"none" align=
"center">Unknown
</td>
5693 <td><a href=
"https://cplusplus.github.io/CWG/issues/981.html">981</a></td>
5695 <td>Constexpr constructor templates and literal types
</td>
5696 <td class=
"none" align=
"center">Unknown
</td>
5699 <td><a href=
"https://cplusplus.github.io/CWG/issues/982.html">982</a></td>
5701 <td>Initialization with an empty initializer list
</td>
5702 <td class=
"none" align=
"center">Unknown
</td>
5705 <td><a href=
"https://cplusplus.github.io/CWG/issues/983.html">983</a></td>
5707 <td>Ambiguous pointer-to-member constant
</td>
5708 <td class=
"none" align=
"center">Unknown
</td>
5711 <td><a href=
"https://cplusplus.github.io/CWG/issues/984.html">984</a></td>
5713 <td>“Deduced type
” is unclear in
<TT>auto
</TT> type deduction
</td>
5714 <td class=
"none" align=
"center">Unknown
</td>
5717 <td><a href=
"https://cplusplus.github.io/CWG/issues/985.html">985</a></td>
5719 <td>Alternative tokens and user-defined literals
</td>
5720 <td class=
"none" align=
"center">Unknown
</td>
5723 <td><a href=
"https://cplusplus.github.io/CWG/issues/986.html">986</a></td>
5725 <td>Transitivity of
<I>using-directive
</I>s versus qualified lookup
</td>
5726 <td class=
"none" align=
"center">Unknown
</td>
5729 <td><a href=
"https://cplusplus.github.io/CWG/issues/987.html">987</a></td>
5731 <td>Which declarations introduce namespace members?
</td>
5732 <td class=
"none" align=
"center">Unknown
</td>
5735 <td><a href=
"https://cplusplus.github.io/CWG/issues/988.html">988</a></td>
5737 <td>Reference-to-reference collapsing with
<TT>decltype
</TT></td>
5738 <td class=
"none" align=
"center">Unknown
</td>
5741 <td><a href=
"https://cplusplus.github.io/CWG/issues/989.html">989</a></td>
5743 <td>Misplaced list-initialization example
</td>
5744 <td class=
"none" align=
"center">Unknown
</td>
5747 <td><a href=
"https://cplusplus.github.io/CWG/issues/990.html">990</a></td>
5749 <td>Value initialization with multiple initializer-list constructors
</td>
5750 <td class=
"full" align=
"center">Clang
3.5</td>
5753 <td><a href=
"https://cplusplus.github.io/CWG/issues/991.html">991</a></td>
5755 <td>Reference parameters of constexpr functions and constructors
</td>
5756 <td class=
"none" align=
"center">Unknown
</td>
5759 <td><a href=
"https://cplusplus.github.io/CWG/issues/992.html">992</a></td>
5761 <td>Inheriting explicitness
</td>
5762 <td class=
"none" align=
"center">Unknown
</td>
5765 <td><a href=
"https://cplusplus.github.io/CWG/issues/993.html">993</a></td>
5767 <td>Freedom to perform instantiation at the end of the translation unit
</td>
5768 <td class=
"none" align=
"center">Unknown
</td>
5771 <td><a href=
"https://cplusplus.github.io/CWG/issues/994.html">994</a></td>
5773 <td><I>braced-init-list
</I> as a default argument
</td>
5774 <td class=
"none" align=
"center">Unknown
</td>
5777 <td><a href=
"https://cplusplus.github.io/CWG/issues/995.html">995</a></td>
5779 <td>Incorrect example for
<I>using-declaration
</I> and explicit instantiation
</td>
5780 <td class=
"none" align=
"center">Unknown
</td>
5783 <td><a href=
"https://cplusplus.github.io/CWG/issues/996.html">996</a></td>
5785 <td>Ambiguous partial specializations of member class templates
</td>
5786 <td class=
"none" align=
"center">Unknown
</td>
5789 <td><a href=
"https://cplusplus.github.io/CWG/issues/997.html">997</a></td>
5791 <td>Argument-dependent lookup and dependent function template parameter types
</td>
5792 <td class=
"none" align=
"center">Unknown
</td>
5795 <td><a href=
"https://cplusplus.github.io/CWG/issues/998.html">998</a></td>
5797 <td>Function parameter transformations and template functions
</td>
5798 <td class=
"none" align=
"center">Unknown
</td>
5801 <td><a href=
"https://cplusplus.github.io/CWG/issues/999.html">999</a></td>
5803 <td>“Implicit
” or
“implied
” object argument/parameter?
</td>
5804 <td class=
"none" align=
"center">Unknown
</td>
5807 <td><a href=
"https://cplusplus.github.io/CWG/issues/1000.html">1000</a></td>
5809 <td>Mistaking member typedefs for constructors
</td>
5810 <td class=
"none" align=
"center">Unknown
</td>
5812 <tr class=
"open" id=
"1001">
5813 <td><a href=
"https://cplusplus.github.io/CWG/issues/1001.html">1001</a></td>
5815 <td>Parameter type adjustment in dependent parameter types
</td>
5816 <td align=
"center">Not resolved
</td>
5819 <td><a href=
"https://cplusplus.github.io/CWG/issues/1002.html">1002</a></td>
5821 <td>Pack expansion for function arguments
</td>
5822 <td class=
"none" align=
"center">Unknown
</td>
5825 <td><a href=
"https://cplusplus.github.io/CWG/issues/1003.html">1003</a></td>
5827 <td>Acceptable definitions of
<TT>main
</TT></td>
5828 <td class=
"none" align=
"center">Unknown
</td>
5831 <td><a href=
"https://cplusplus.github.io/CWG/issues/1004.html">1004</a></td>
5833 <td>Injected-class-names as arguments for template template parameters
</td>
5834 <td class=
"full" align=
"center">Clang
5</td>
5837 <td><a href=
"https://cplusplus.github.io/CWG/issues/1005.html">1005</a></td>
5839 <td>Qualified name resolution in member functions of class templates
</td>
5840 <td class=
"none" align=
"center">Unknown
</td>
5843 <td><a href=
"https://cplusplus.github.io/CWG/issues/1006.html">1006</a></td>
5845 <td><TT>std::nullptr_t
</TT> as a non-type template parameter
</td>
5846 <td class=
"none" align=
"center">Unknown
</td>
5849 <td><a href=
"https://cplusplus.github.io/CWG/issues/1007.html">1007</a></td>
5851 <td>Protected access and pointers to members
</td>
5852 <td class=
"none" align=
"center">Unknown
</td>
5855 <td><a href=
"https://cplusplus.github.io/CWG/issues/1008.html">1008</a></td>
5857 <td>Querying the alignment of an object
</td>
5858 <td class=
"none" align=
"center">Unknown
</td>
5861 <td><a href=
"https://cplusplus.github.io/CWG/issues/1009.html">1009</a></td>
5863 <td>Missing cases in the
<I>declarator-id
</I> of a function template declaration
</td>
5864 <td class=
"none" align=
"center">Unknown
</td>
5867 <td><a href=
"https://cplusplus.github.io/CWG/issues/1010.html">1010</a></td>
5869 <td>Address of object with dynamic storage duration in constant expression
</td>
5870 <td class=
"none" align=
"center">Unknown
</td>
5873 <td><a href=
"https://cplusplus.github.io/CWG/issues/1011.html">1011</a></td>
5875 <td>Standard conversions that cannot be inverted
</td>
5876 <td class=
"none" align=
"center">Unknown
</td>
5879 <td><a href=
"https://cplusplus.github.io/CWG/issues/1012.html">1012</a></td>
5881 <td>Undeprecating
<TT>static
</TT></td>
5882 <td class=
"none" align=
"center">Unknown
</td>
5885 <td><a href=
"https://cplusplus.github.io/CWG/issues/1013.html">1013</a></td>
5887 <td>Uninitialized
<TT>std::nullptr_t
</TT> objects
</td>
5888 <td class=
"none" align=
"center">Unknown
</td>
5891 <td><a href=
"https://cplusplus.github.io/CWG/issues/1014.html">1014</a></td>
5893 <td>Overload resolution between
<TT>const T
&</TT> and
<TT>T
&&</TT></td>
5894 <td class=
"none" align=
"center">Unknown
</td>
5897 <td><a href=
"https://cplusplus.github.io/CWG/issues/1015.html">1015</a></td>
5899 <td>Template arguments and argument-dependent lookup
</td>
5900 <td class=
"none" align=
"center">Unknown
</td>
5903 <td><a href=
"https://cplusplus.github.io/CWG/issues/1016.html">1016</a></td>
5905 <td>Overloadable declarations, function templates, and references
</td>
5906 <td class=
"none" align=
"center">Unknown
</td>
5909 <td><a href=
"https://cplusplus.github.io/CWG/issues/1017.html">1017</a></td>
5911 <td>Member access transformation in unevaluated operands
</td>
5912 <td class=
"none" align=
"center">Unknown
</td>
5915 <td><a href=
"https://cplusplus.github.io/CWG/issues/1018.html">1018</a></td>
5917 <td>Ambiguity between
<I>simple-declaration
</I> and
<I>attribute-declaration
</I></td>
5918 <td class=
"none" align=
"center">Unknown
</td>
5921 <td><a href=
"https://cplusplus.github.io/CWG/issues/1019.html">1019</a></td>
5923 <td>Dependent
<I>simple-template-id
</I>s in
<I>base-specifier
</I>s and
<I>mem-initializer
</I>s
</td>
5924 <td class=
"none" align=
"center">Unknown
</td>
5927 <td><a href=
"https://cplusplus.github.io/CWG/issues/1020.html">1020</a></td>
5929 <td>Implicitly-defined copy constructors and explicit base class constructors
</td>
5930 <td class=
"none" align=
"center">Unknown
</td>
5933 <td><a href=
"https://cplusplus.github.io/CWG/issues/1021.html">1021</a></td>
5935 <td>Definitions of namespace members
</td>
5936 <td class=
"none" align=
"center">Unknown
</td>
5939 <td><a href=
"https://cplusplus.github.io/CWG/issues/1022.html">1022</a></td>
5941 <td>Can an enumeration variable have values outside the values of the enumeration?
</td>
5942 <td class=
"none" align=
"center">Unknown
</td>
5945 <td><a href=
"https://cplusplus.github.io/CWG/issues/1023.html">1023</a></td>
5947 <td><TT>thread_local
</TT> objects as non-type template arguments
</td>
5948 <td class=
"none" align=
"center">Unknown
</td>
5951 <td><a href=
"https://cplusplus.github.io/CWG/issues/1024.html">1024</a></td>
5953 <td>Limits on multicharacter literals
</td>
5954 <td class=
"none" align=
"center">Unknown
</td>
5957 <td><a href=
"https://cplusplus.github.io/CWG/issues/1025.html">1025</a></td>
5959 <td>Use of a reference as a non-type template argument
</td>
5960 <td class=
"none" align=
"center">Unknown
</td>
5963 <td><a href=
"https://cplusplus.github.io/CWG/issues/1026.html">1026</a></td>
5965 <td>Cv-qualified non-class rvalues
</td>
5966 <td class=
"none" align=
"center">Unknown
</td>
5968 <tr class=
"open" id=
"1027">
5969 <td><a href=
"https://cplusplus.github.io/CWG/issues/1027.html">1027</a></td>
5971 <td>Type consistency and reallocation of scalar types
</td>
5972 <td align=
"center">Not resolved
</td>
5975 <td><a href=
"https://cplusplus.github.io/CWG/issues/1028.html">1028</a></td>
5977 <td>Dependent names in non-defining declarations
</td>
5978 <td class=
"none" align=
"center">Unknown
</td>
5981 <td><a href=
"https://cplusplus.github.io/CWG/issues/1029.html">1029</a></td>
5983 <td>Type of a destructor call
</td>
5984 <td class=
"none" align=
"center">Unknown
</td>
5987 <td><a href=
"https://cplusplus.github.io/CWG/issues/1030.html">1030</a></td>
5989 <td>Evaluation order in
<I>initializer-list
</I>s used in aggregate initialization
</td>
5990 <td class=
"none" align=
"center">Unknown
</td>
5993 <td><a href=
"https://cplusplus.github.io/CWG/issues/1031.html">1031</a></td>
5995 <td>Optional elements in attributes
</td>
5996 <td class=
"none" align=
"center">Unknown
</td>
5999 <td><a href=
"https://cplusplus.github.io/CWG/issues/1032.html">1032</a></td>
6001 <td>Empty pack expansions
</td>
6002 <td class=
"none" align=
"center">Unknown
</td>
6005 <td><a href=
"https://cplusplus.github.io/CWG/issues/1033.html">1033</a></td>
6007 <td>Restrictions on alignment attributes
</td>
6008 <td class=
"none" align=
"center">Unknown
</td>
6011 <td><a href=
"https://cplusplus.github.io/CWG/issues/1034.html">1034</a></td>
6013 <td>Attributes for
<TT>return
</TT> statements in lambdas
</td>
6014 <td class=
"none" align=
"center">Unknown
</td>
6017 <td><a href=
"https://cplusplus.github.io/CWG/issues/1035.html">1035</a></td>
6019 <td>Omitted and required
<I>decl-specifier
</I>s
</td>
6020 <td class=
"none" align=
"center">Unknown
</td>
6023 <td><a href=
"https://cplusplus.github.io/CWG/issues/1036.html">1036</a></td>
6025 <td>Alignment attribute in an
<I>exception-declaration
</I></td>
6026 <td class=
"none" align=
"center">Unknown
</td>
6029 <td><a href=
"https://cplusplus.github.io/CWG/issues/1037.html">1037</a></td>
6031 <td>Requirements for operands of
<I>delete-expression
</I>s and deallocation functions
</td>
6032 <td class=
"none" align=
"center">Unknown
</td>
6035 <td><a href=
"https://cplusplus.github.io/CWG/issues/1038.html">1038</a></td>
6036 <td>tentatively ready
</td>
6037 <td>Overload resolution of
<TT>&x.static_func
</TT></td>
6038 <td class=
"none" align=
"center">Unknown
</td>
6041 <td><a href=
"https://cplusplus.github.io/CWG/issues/1039.html">1039</a></td>
6043 <td>Coordinating C and C++ alignment specifications
</td>
6044 <td class=
"none" align=
"center">Unknown
</td>
6047 <td><a href=
"https://cplusplus.github.io/CWG/issues/1040.html">1040</a></td>
6049 <td>Memory model issues
</td>
6050 <td class=
"none" align=
"center">Unknown
</td>
6053 <td><a href=
"https://cplusplus.github.io/CWG/issues/1041.html">1041</a></td>
6055 <td><I>alias-declaration
</I>s as class members
</td>
6056 <td class=
"none" align=
"center">Unknown
</td>
6059 <td><a href=
"https://cplusplus.github.io/CWG/issues/1042.html">1042</a></td>
6061 <td>Attributes in
<I>alias-declaration
</I>s
</td>
6062 <td class=
"full" align=
"center">Clang
3.5</td>
6065 <td><a href=
"https://cplusplus.github.io/CWG/issues/1043.html">1043</a></td>
6067 <td>Qualified name lookup in the current instantiation
</td>
6068 <td class=
"none" align=
"center">Unknown
</td>
6071 <td><a href=
"https://cplusplus.github.io/CWG/issues/1044.html">1044</a></td>
6073 <td>Point of declaration for an
<I>alias-declaration
</I></td>
6074 <td class=
"none" align=
"center">Unknown
</td>
6077 <td><a href=
"https://cplusplus.github.io/CWG/issues/1045.html">1045</a></td>
6079 <td>Requiring explicit instantiation declarations
</td>
6080 <td class=
"none" align=
"center">Unknown
</td>
6082 <tr class=
"open" id=
"1046">
6083 <td><a href=
"https://cplusplus.github.io/CWG/issues/1046.html">1046</a></td>
6085 <td>What is a
“use
” of a class specialization?
</td>
6086 <td align=
"center">Not resolved
</td>
6089 <td><a href=
"https://cplusplus.github.io/CWG/issues/1047.html">1047</a></td>
6091 <td>When is
<TT>typeid
</TT> value-dependent?
</td>
6092 <td class=
"none" align=
"center">Unknown
</td>
6095 <td><a href=
"https://cplusplus.github.io/CWG/issues/1048.html">1048</a></td>
6097 <td><TT>auto
</TT> deduction and lambda return type deduction.
</td>
6098 <td class=
"full" align=
"center">Clang
3.6</td>
6100 <tr class=
"open" id=
"1049">
6101 <td><a href=
"https://cplusplus.github.io/CWG/issues/1049.html">1049</a></td>
6103 <td>Copy elision through reference parameters of inline functions
</td>
6104 <td align=
"center">Not resolved
</td>
6107 <td><a href=
"https://cplusplus.github.io/CWG/issues/1050.html">1050</a></td>
6109 <td>Effects of thread support on object lifetime
</td>
6110 <td class=
"none" align=
"center">Unknown
</td>
6113 <td><a href=
"https://cplusplus.github.io/CWG/issues/1051.html">1051</a></td>
6115 <td>Reference members and generated copy constructors
</td>
6116 <td class=
"none" align=
"center">Unknown
</td>
6119 <td><a href=
"https://cplusplus.github.io/CWG/issues/1052.html">1052</a></td>
6121 <td><TT>const
</TT> non-static data member and PODness
</td>
6122 <td class=
"none" align=
"center">Unknown
</td>
6125 <td><a href=
"https://cplusplus.github.io/CWG/issues/1053.html">1053</a></td>
6127 <td>Terminate vs undefined behavior for noexcept violation
</td>
6128 <td class=
"none" align=
"center">Unknown
</td>
6131 <td><a href=
"https://cplusplus.github.io/CWG/issues/1054.html">1054</a></td>
6133 <td>Lvalue-to-rvalue conversions in expression statements
</td>
6134 <td class=
"none" align=
"center">No
</td>
6137 <td><a href=
"https://cplusplus.github.io/CWG/issues/1055.html">1055</a></td>
6139 <td>Permissible uses of
<TT>void
</TT></td>
6140 <td class=
"none" align=
"center">Unknown
</td>
6143 <td><a href=
"https://cplusplus.github.io/CWG/issues/1056.html">1056</a></td>
6145 <td>Template aliases, member definitions, and the current instantiation
</td>
6146 <td class=
"none" align=
"center">Unknown
</td>
6149 <td><a href=
"https://cplusplus.github.io/CWG/issues/1057.html">1057</a></td>
6151 <td><TT>decltype
</TT> and the current instantiation
</td>
6152 <td class=
"none" align=
"center">Unknown
</td>
6155 <td><a href=
"https://cplusplus.github.io/CWG/issues/1058.html">1058</a></td>
6157 <td>Reference binding of incompatible array types
</td>
6158 <td class=
"none" align=
"center">Unknown
</td>
6161 <td><a href=
"https://cplusplus.github.io/CWG/issues/1059.html">1059</a></td>
6163 <td>Cv-qualified array types (with rvalues)
</td>
6164 <td class=
"none" align=
"center">Unknown
</td>
6167 <td><a href=
"https://cplusplus.github.io/CWG/issues/1060.html">1060</a></td>
6169 <td>Scoped enumerators in integral constant expressions
</td>
6170 <td class=
"none" align=
"center">Unknown
</td>
6173 <td><a href=
"https://cplusplus.github.io/CWG/issues/1061.html">1061</a></td>
6175 <td>Negative array bounds in a
<I>new-expression
</I></td>
6176 <td class=
"none" align=
"center">Unknown
</td>
6179 <td><a href=
"https://cplusplus.github.io/CWG/issues/1062.html">1062</a></td>
6181 <td>Syntax of
<I>attribute-specifier
</I>s in lambdas
</td>
6182 <td class=
"none" align=
"center">Unknown
</td>
6185 <td><a href=
"https://cplusplus.github.io/CWG/issues/1063.html">1063</a></td>
6187 <td><TT>[[hiding]]
</TT> with non-attribute declarations
</td>
6188 <td class=
"none" align=
"center">Unknown
</td>
6191 <td><a href=
"https://cplusplus.github.io/CWG/issues/1064.html">1064</a></td>
6193 <td>Defaulted move constructor for a union
</td>
6194 <td class=
"none" align=
"center">Unknown
</td>
6197 <td><a href=
"https://cplusplus.github.io/CWG/issues/1065.html">1065</a></td>
6199 <td><TT>[[hiding]]
</TT> with
<TT>[[override]]
</TT></td>
6200 <td class=
"none" align=
"center">Unknown
</td>
6203 <td><a href=
"https://cplusplus.github.io/CWG/issues/1066.html">1066</a></td>
6205 <td>When is a copy/move assignment operator implicitly defined?
</td>
6206 <td class=
"none" align=
"center">Unknown
</td>
6209 <td><a href=
"https://cplusplus.github.io/CWG/issues/1067.html">1067</a></td>
6211 <td><TT>[[hiding]]
</TT>,
<I>using-declaration
</I>s, and multiple inheritance
</td>
6212 <td class=
"none" align=
"center">Unknown
</td>
6215 <td><a href=
"https://cplusplus.github.io/CWG/issues/1068.html">1068</a></td>
6217 <td>Template aliases with default arguments and template parameter packs
</td>
6218 <td class=
"none" align=
"center">Unknown
</td>
6221 <td><a href=
"https://cplusplus.github.io/CWG/issues/1069.html">1069</a></td>
6223 <td>Incorrect function type with
<I>trailing-return-type
</I></td>
6224 <td class=
"none" align=
"center">Unknown
</td>
6227 <td><a href=
"https://cplusplus.github.io/CWG/issues/1070.html">1070</a></td>
6229 <td>Missing initializer clauses in aggregate initialization
</td>
6230 <td class=
"full" align=
"center">Clang
3.5</td>
6233 <td><a href=
"https://cplusplus.github.io/CWG/issues/1071.html">1071</a></td>
6235 <td>Literal class types and trivial default constructors
</td>
6236 <td class=
"none" align=
"center">Unknown
</td>
6239 <td><a href=
"https://cplusplus.github.io/CWG/issues/1072.html">1072</a></td>
6241 <td>Scoped enumerator with the same name as its containing class
</td>
6242 <td class=
"none" align=
"center">Unknown
</td>
6245 <td><a href=
"https://cplusplus.github.io/CWG/issues/1073.html">1073</a></td>
6247 <td>Merging
<I>dynamic-exception-specification
</I>s and
<I>noexcept-specification
</I>s
</td>
6248 <td class=
"none" align=
"center">Unknown
</td>
6251 <td><a href=
"https://cplusplus.github.io/CWG/issues/1074.html">1074</a></td>
6253 <td>Value-dependent
<I>noexcept-expression
</I>s
</td>
6254 <td class=
"none" align=
"center">Unknown
</td>
6257 <td><a href=
"https://cplusplus.github.io/CWG/issues/1075.html">1075</a></td>
6259 <td>Grammar does not allow template alias in
<I>type-name
</I></td>
6260 <td class=
"none" align=
"center">Unknown
</td>
6263 <td><a href=
"https://cplusplus.github.io/CWG/issues/1076.html">1076</a></td>
6265 <td>Value categories and lvalue temporaries
</td>
6266 <td class=
"none" align=
"center">Unknown
</td>
6269 <td><a href=
"https://cplusplus.github.io/CWG/issues/1077.html">1077</a></td>
6271 <td>Explicit specializations in non-containing namespaces
</td>
6272 <td class=
"none" align=
"center">Unknown
</td>
6275 <td><a href=
"https://cplusplus.github.io/CWG/issues/1078.html">1078</a></td>
6277 <td>Narrowing and the usual arithmetic conversions
</td>
6278 <td class=
"none" align=
"center">Unknown
</td>
6281 <td><a href=
"https://cplusplus.github.io/CWG/issues/1079.html">1079</a></td>
6283 <td>Overload resolution involving aggregate initialization
</td>
6284 <td class=
"none" align=
"center">Unknown
</td>
6287 <td><a href=
"https://cplusplus.github.io/CWG/issues/1080.html">1080</a></td>
6289 <td>Confusing relationship between templates and copy constructors
</td>
6290 <td class=
"none" align=
"center">Unknown
</td>
6293 <td><a href=
"https://cplusplus.github.io/CWG/issues/1081.html">1081</a></td>
6295 <td>Defaulted destructor and unusable operator delete
</td>
6296 <td class=
"none" align=
"center">Unknown
</td>
6299 <td><a href=
"https://cplusplus.github.io/CWG/issues/1082.html">1082</a></td>
6301 <td>Implicit copy function if subobject has none?
</td>
6302 <td class=
"none" align=
"center">Unknown
</td>
6305 <td><a href=
"https://cplusplus.github.io/CWG/issues/1083.html">1083</a></td>
6307 <td>Passing an object to ellipsis with non-trivial move constructor
</td>
6308 <td class=
"none" align=
"center">Unknown
</td>
6311 <td><a href=
"https://cplusplus.github.io/CWG/issues/1084.html">1084</a></td>
6313 <td>Conditions for a deleted move function
</td>
6314 <td class=
"none" align=
"center">Unknown
</td>
6317 <td><a href=
"https://cplusplus.github.io/CWG/issues/1085.html">1085</a></td>
6319 <td>Move assignment operators and virtual bases
</td>
6320 <td class=
"none" align=
"center">Unknown
</td>
6323 <td><a href=
"https://cplusplus.github.io/CWG/issues/1086.html">1086</a></td>
6325 <td><TT>const_cast
</TT> to rvalue reference to function type
</td>
6326 <td class=
"none" align=
"center">Unknown
</td>
6329 <td><a href=
"https://cplusplus.github.io/CWG/issues/1087.html">1087</a></td>
6331 <td>Additional applications of issue
899</td>
6332 <td class=
"none" align=
"center">Unknown
</td>
6335 <td><a href=
"https://cplusplus.github.io/CWG/issues/1088.html">1088</a></td>
6337 <td>Dependent non-type template arguments
</td>
6338 <td class=
"none" align=
"center">Unknown
</td>
6340 <tr class=
"open" id=
"1089">
6341 <td><a href=
"https://cplusplus.github.io/CWG/issues/1089.html">1089</a></td>
6343 <td>Template parameters in member selections
</td>
6344 <td align=
"center">Not resolved
</td>
6347 <td><a href=
"https://cplusplus.github.io/CWG/issues/1090.html">1090</a></td>
6349 <td>Alignment of subobjects
</td>
6350 <td class=
"none" align=
"center">Unknown
</td>
6353 <td><a href=
"https://cplusplus.github.io/CWG/issues/1091.html">1091</a></td>
6355 <td>Inconsistent use of the term
“object expression
”</td>
6356 <td class=
"none" align=
"center">Unknown
</td>
6358 <tr class=
"open" id=
"1092">
6359 <td><a href=
"https://cplusplus.github.io/CWG/issues/1092.html">1092</a></td>
6361 <td>Cycles in overload resolution during instantiation
</td>
6362 <td align=
"center">Not resolved
</td>
6365 <td><a href=
"https://cplusplus.github.io/CWG/issues/1093.html">1093</a></td>
6367 <td>Value-initializing non-objects
</td>
6368 <td class=
"none" align=
"center">Unknown
</td>
6371 <td><a href=
"https://cplusplus.github.io/CWG/issues/1094.html">1094</a></td>
6373 <td>Converting floating-point values to scoped enumeration types
</td>
6374 <td class=
"none" align=
"center">Unknown
</td>
6377 <td><a href=
"https://cplusplus.github.io/CWG/issues/1095.html">1095</a></td>
6379 <td>List-initialization of references
</td>
6380 <td class=
"none" align=
"center">Unknown
</td>
6383 <td><a href=
"https://cplusplus.github.io/CWG/issues/1096.html">1096</a></td>
6385 <td>Missing requirement for template definitions
</td>
6386 <td class=
"none" align=
"center">Unknown
</td>
6389 <td><a href=
"https://cplusplus.github.io/CWG/issues/1097.html">1097</a></td>
6391 <td>Aggregate initialization of function parameters
</td>
6392 <td class=
"none" align=
"center">Unknown
</td>
6395 <td><a href=
"https://cplusplus.github.io/CWG/issues/1098.html">1098</a></td>
6397 <td>Pointer conversions in constant expressions
</td>
6398 <td class=
"none" align=
"center">Unknown
</td>
6401 <td><a href=
"https://cplusplus.github.io/CWG/issues/1099.html">1099</a></td>
6403 <td>Infinite recursion in
<TT>constexpr
</TT> functions
</td>
6404 <td class=
"none" align=
"center">Unknown
</td>
6407 <td><a href=
"https://cplusplus.github.io/CWG/issues/1100.html">1100</a></td>
6409 <td><TT>constexpr
</TT> conversion functions and non-type template arguments
</td>
6410 <td class=
"none" align=
"center">Unknown
</td>
6413 <td><a href=
"https://cplusplus.github.io/CWG/issues/1101.html">1101</a></td>
6415 <td>Non-integral initialized static data members
</td>
6416 <td class=
"none" align=
"center">Unknown
</td>
6419 <td><a href=
"https://cplusplus.github.io/CWG/issues/1102.html">1102</a></td>
6421 <td>Better example of undefined behavior
</td>
6422 <td class=
"none" align=
"center">Unknown
</td>
6425 <td><a href=
"https://cplusplus.github.io/CWG/issues/1103.html">1103</a></td>
6427 <td>Reversion of phase
1 and
2 transformations in raw string literals
</td>
6428 <td class=
"none" align=
"center">Unknown
</td>
6431 <td><a href=
"https://cplusplus.github.io/CWG/issues/1104.html">1104</a></td>
6433 <td>Global-scope template arguments vs the
<TT><:
</TT> digraph
</td>
6434 <td class=
"none" align=
"center">Unknown
</td>
6437 <td><a href=
"https://cplusplus.github.io/CWG/issues/1105.html">1105</a></td>
6439 <td>Issues relating to TR
10176:
2003</td>
6440 <td class=
"none" align=
"center">Unknown
</td>
6443 <td><a href=
"https://cplusplus.github.io/CWG/issues/1106.html">1106</a></td>
6445 <td>Need more detail in
<TT>nullptr
</TT> keyword description
</td>
6446 <td class=
"none" align=
"center">Unknown
</td>
6449 <td><a href=
"https://cplusplus.github.io/CWG/issues/1107.html">1107</a></td>
6451 <td>Overload resolution for user-defined integer literals
</td>
6452 <td class=
"none" align=
"center">Unknown
</td>
6455 <td><a href=
"https://cplusplus.github.io/CWG/issues/1108.html">1108</a></td>
6457 <td>User-defined literals have not been implemented
</td>
6458 <td class=
"none" align=
"center">Unknown
</td>
6461 <td><a href=
"https://cplusplus.github.io/CWG/issues/1109.html">1109</a></td>
6463 <td>When is
“use
” a reference to the ODR meaning?
</td>
6464 <td class=
"none" align=
"center">Unknown
</td>
6467 <td><a href=
"https://cplusplus.github.io/CWG/issues/1110.html">1110</a></td>
6469 <td>Incomplete return type should be allowed in
<TT>decltype
</TT> operand
</td>
6470 <td class=
"none" align=
"center">Unknown
</td>
6473 <td><a href=
"https://cplusplus.github.io/CWG/issues/1111.html">1111</a></td>
6475 <td>Remove dual-scope lookup of member template names
</td>
6476 <td class=
"full" align=
"center">Yes
</td>
6479 <td><a href=
"https://cplusplus.github.io/CWG/issues/1112.html">1112</a></td>
6481 <td><TT>constexpr
</TT> variables should have internal linkage like
<TT>const
</TT></td>
6482 <td class=
"none" align=
"center">Unknown
</td>
6485 <td><a href=
"https://cplusplus.github.io/CWG/issues/1113.html">1113</a></td>
6487 <td>Linkage of namespace member of unnamed namespace
</td>
6488 <td class=
"partial" align=
"center">Partial
</td>
6491 <td><a href=
"https://cplusplus.github.io/CWG/issues/1114.html">1114</a></td>
6493 <td>Incorrect use of placement
<TT>new
</TT> in example
</td>
6494 <td class=
"none" align=
"center">Unknown
</td>
6497 <td><a href=
"https://cplusplus.github.io/CWG/issues/1115.html">1115</a></td>
6499 <td>C-compatible alignment specification
</td>
6500 <td class=
"none" align=
"center">Unknown
</td>
6503 <td><a href=
"https://cplusplus.github.io/CWG/issues/1116.html">1116</a></td>
6505 <td>Aliasing of union members
</td>
6506 <td class=
"none" align=
"center">Unknown
</td>
6509 <td><a href=
"https://cplusplus.github.io/CWG/issues/1117.html">1117</a></td>
6511 <td>Incorrect note about xvalue member access expressions
</td>
6512 <td class=
"none" align=
"center">Unknown
</td>
6515 <td><a href=
"https://cplusplus.github.io/CWG/issues/1118.html">1118</a></td>
6517 <td>Implicit lambda capture via explicit copy constructor
</td>
6518 <td class=
"none" align=
"center">Unknown
</td>
6521 <td><a href=
"https://cplusplus.github.io/CWG/issues/1119.html">1119</a></td>
6523 <td>Missing case in description of member access ambiguity
</td>
6524 <td class=
"none" align=
"center">Unknown
</td>
6527 <td><a href=
"https://cplusplus.github.io/CWG/issues/1120.html">1120</a></td>
6529 <td><TT>reinterpret_cast
</TT> and
<TT>void*
</TT></td>
6530 <td class=
"none" align=
"center">Unknown
</td>
6533 <td><a href=
"https://cplusplus.github.io/CWG/issues/1121.html">1121</a></td>
6535 <td>Unnecessary ambiguity error in formation of pointer to member
</td>
6536 <td class=
"none" align=
"center">Unknown
</td>
6539 <td><a href=
"https://cplusplus.github.io/CWG/issues/1122.html">1122</a></td>
6541 <td>Circular definition of
<TT>std::size_t
</TT></td>
6542 <td class=
"none" align=
"center">Unknown
</td>
6545 <td><a href=
"https://cplusplus.github.io/CWG/issues/1123.html">1123</a></td>
6547 <td>Destructors should be
<TT>noexcept
</TT> by default
</td>
6548 <td class=
"none" align=
"center">Unknown
</td>
6551 <td><a href=
"https://cplusplus.github.io/CWG/issues/1124.html">1124</a></td>
6553 <td>Error in description of value category of pointer-to-member expression
</td>
6554 <td class=
"none" align=
"center">Unknown
</td>
6557 <td><a href=
"https://cplusplus.github.io/CWG/issues/1125.html">1125</a></td>
6559 <td>Unclear definition of
“potential constant expression
”</td>
6560 <td class=
"none" align=
"center">Unknown
</td>
6563 <td><a href=
"https://cplusplus.github.io/CWG/issues/1126.html">1126</a></td>
6565 <td><TT>constexpr
</TT> functions in
<TT>const
</TT> initializers
</td>
6566 <td class=
"none" align=
"center">Unknown
</td>
6569 <td><a href=
"https://cplusplus.github.io/CWG/issues/1127.html">1127</a></td>
6571 <td>Overload resolution in
<TT>constexpr
</TT> functions
</td>
6572 <td class=
"none" align=
"center">Unknown
</td>
6575 <td><a href=
"https://cplusplus.github.io/CWG/issues/1128.html">1128</a></td>
6577 <td><I>attribute-specifier
</I>s in
<I>decl-specifier-seq
</I>s
</td>
6578 <td class=
"none" align=
"center">Unknown
</td>
6581 <td><a href=
"https://cplusplus.github.io/CWG/issues/1129.html">1129</a></td>
6583 <td>Default
<TT>nothrow
</TT> for
<TT>constexpr
</TT> functions
</td>
6584 <td class=
"none" align=
"center">Unknown
</td>
6587 <td><a href=
"https://cplusplus.github.io/CWG/issues/1130.html">1130</a></td>
6589 <td>Function parameter type adjustments and
<TT>decltype
</TT></td>
6590 <td class=
"none" align=
"center">Unknown
</td>
6593 <td><a href=
"https://cplusplus.github.io/CWG/issues/1131.html">1131</a></td>
6595 <td>Template aliases in
<I>elaborated-type-specifier
</I>s
</td>
6596 <td class=
"none" align=
"center">Unknown
</td>
6599 <td><a href=
"https://cplusplus.github.io/CWG/issues/1132.html">1132</a></td>
6601 <td>Keyword vs attribute for
<TT>noreturn
</TT></td>
6602 <td class=
"none" align=
"center">Unknown
</td>
6605 <td><a href=
"https://cplusplus.github.io/CWG/issues/1133.html">1133</a></td>
6607 <td>Keywords vs attributes for control of hiding and overriding
</td>
6608 <td class=
"none" align=
"center">Unknown
</td>
6611 <td><a href=
"https://cplusplus.github.io/CWG/issues/1134.html">1134</a></td>
6613 <td>When is an explicitly-defaulted function defined?
</td>
6614 <td class=
"none" align=
"center">Unknown
</td>
6617 <td><a href=
"https://cplusplus.github.io/CWG/issues/1135.html">1135</a></td>
6619 <td>Explicitly-defaulted non-public special member functions
</td>
6620 <td class=
"none" align=
"center">Unknown
</td>
6623 <td><a href=
"https://cplusplus.github.io/CWG/issues/1136.html">1136</a></td>
6625 <td>Explicitly-defaulted explicit constructors
</td>
6626 <td class=
"none" align=
"center">Unknown
</td>
6629 <td><a href=
"https://cplusplus.github.io/CWG/issues/1137.html">1137</a></td>
6631 <td>Explicitly-defaulted virtual special member functions
</td>
6632 <td class=
"none" align=
"center">Unknown
</td>
6635 <td><a href=
"https://cplusplus.github.io/CWG/issues/1138.html">1138</a></td>
6637 <td>Rvalue-ness check for rvalue reference binding is wrong
</td>
6638 <td class=
"none" align=
"center">Unknown
</td>
6641 <td><a href=
"https://cplusplus.github.io/CWG/issues/1139.html">1139</a></td>
6643 <td>Rvalue reference binding to scalar xvalues
</td>
6644 <td class=
"none" align=
"center">Unknown
</td>
6647 <td><a href=
"https://cplusplus.github.io/CWG/issues/1140.html">1140</a></td>
6649 <td>Incorrect redefinition of POD class
</td>
6650 <td class=
"none" align=
"center">Unknown
</td>
6653 <td><a href=
"https://cplusplus.github.io/CWG/issues/1141.html">1141</a></td>
6655 <td>Non-static data member initializers have not been implemented
</td>
6656 <td class=
"none" align=
"center">Unknown
</td>
6659 <td><a href=
"https://cplusplus.github.io/CWG/issues/1142.html">1142</a></td>
6661 <td><TT>friend
</TT> declaration of member function of containing class
</td>
6662 <td class=
"none" align=
"center">Unknown
</td>
6665 <td><a href=
"https://cplusplus.github.io/CWG/issues/1143.html">1143</a></td>
6667 <td>Move semantics for
<TT>*this
</TT> have not been implemented
</td>
6668 <td class=
"none" align=
"center">Unknown
</td>
6671 <td><a href=
"https://cplusplus.github.io/CWG/issues/1144.html">1144</a></td>
6673 <td>Remove access declarations
</td>
6674 <td class=
"none" align=
"center">Unknown
</td>
6677 <td><a href=
"https://cplusplus.github.io/CWG/issues/1145.html">1145</a></td>
6679 <td>Defaulting and triviality
</td>
6680 <td class=
"none" align=
"center">Unknown
</td>
6683 <td><a href=
"https://cplusplus.github.io/CWG/issues/1146.html">1146</a></td>
6685 <td><I>exception-specification
</I>s of defaulted functions
</td>
6686 <td class=
"none" align=
"center">Unknown
</td>
6689 <td><a href=
"https://cplusplus.github.io/CWG/issues/1147.html">1147</a></td>
6691 <td>Destructors should be default
<TT>nothrow
</TT></td>
6692 <td class=
"none" align=
"center">Unknown
</td>
6695 <td><a href=
"https://cplusplus.github.io/CWG/issues/1148.html">1148</a></td>
6697 <td>Copy elision and move construction of function parameters
</td>
6698 <td class=
"none" align=
"center">Unknown
</td>
6701 <td><a href=
"https://cplusplus.github.io/CWG/issues/1149.html">1149</a></td>
6703 <td>Trivial non-public copy operators in subobjects
</td>
6704 <td class=
"none" align=
"center">Unknown
</td>
6707 <td><a href=
"https://cplusplus.github.io/CWG/issues/1150.html">1150</a></td>
6709 <td>Inheriting constructors have not been implemented
</td>
6710 <td class=
"none" align=
"center">Unknown
</td>
6713 <td><a href=
"https://cplusplus.github.io/CWG/issues/1151.html">1151</a></td>
6715 <td>Overload resolution with initializer-list and non-list constructors
</td>
6716 <td class=
"none" align=
"center">Unknown
</td>
6719 <td><a href=
"https://cplusplus.github.io/CWG/issues/1152.html">1152</a></td>
6721 <td>Rules for determining existence of implicit conversion sequence
</td>
6722 <td class=
"none" align=
"center">Unknown
</td>
6725 <td><a href=
"https://cplusplus.github.io/CWG/issues/1153.html">1153</a></td>
6727 <td>Type matching in address of overloaded function
</td>
6728 <td class=
"none" align=
"center">Unknown
</td>
6731 <td><a href=
"https://cplusplus.github.io/CWG/issues/1154.html">1154</a></td>
6733 <td>Address of
<TT>thread_local
</TT> variable as non-type template argument
</td>
6734 <td class=
"none" align=
"center">Unknown
</td>
6737 <td><a href=
"https://cplusplus.github.io/CWG/issues/1155.html">1155</a></td>
6739 <td>Internal-linkage non-type template arguments
</td>
6740 <td class=
"none" align=
"center">Unknown
</td>
6743 <td><a href=
"https://cplusplus.github.io/CWG/issues/1156.html">1156</a></td>
6745 <td>Partial ordering in a non-call context
</td>
6746 <td class=
"none" align=
"center">Unknown
</td>
6748 <tr class=
"open" id=
"1157">
6749 <td><a href=
"https://cplusplus.github.io/CWG/issues/1157.html">1157</a></td>
6751 <td>Partial ordering of function templates is still underspecified
</td>
6752 <td align=
"center">Not resolved
</td>
6755 <td><a href=
"https://cplusplus.github.io/CWG/issues/1158.html">1158</a></td>
6757 <td>Recursive instantiation via alias template
</td>
6758 <td class=
"none" align=
"center">Unknown
</td>
6761 <td><a href=
"https://cplusplus.github.io/CWG/issues/1159.html">1159</a></td>
6763 <td>Class and enumeration definitions in template aliases
</td>
6764 <td class=
"none" align=
"center">Unknown
</td>
6767 <td><a href=
"https://cplusplus.github.io/CWG/issues/1160.html">1160</a></td>
6769 <td>Definitions of template members and the current instantiation
</td>
6770 <td class=
"none" align=
"center">Unknown
</td>
6773 <td><a href=
"https://cplusplus.github.io/CWG/issues/1161.html">1161</a></td>
6775 <td>Dependent
<I>nested-name-specifier
</I> in a pointer-to-member declarator
</td>
6776 <td class=
"none" align=
"center">Unknown
</td>
6779 <td><a href=
"https://cplusplus.github.io/CWG/issues/1162.html">1162</a></td>
6781 <td>Dependent
<I>elaborated-type-specifier
</I>s in non-deduced contexts
</td>
6782 <td class=
"none" align=
"center">Unknown
</td>
6785 <td><a href=
"https://cplusplus.github.io/CWG/issues/1163.html">1163</a></td>
6787 <td><TT>extern template
</TT> prevents inlining functions not marked
<TT>inline
</TT></td>
6788 <td class=
"none" align=
"center">Unknown
</td>
6791 <td><a href=
"https://cplusplus.github.io/CWG/issues/1164.html">1164</a></td>
6793 <td>Partial ordering of
<TT>f(T
&)
</TT> and
<TT>f(T
&&)
</TT></td>
6794 <td class=
"none" align=
"center">Unknown
</td>
6797 <td><a href=
"https://cplusplus.github.io/CWG/issues/1165.html">1165</a></td>
6799 <td>Exceptions when destroying array elements
</td>
6800 <td class=
"none" align=
"center">Unknown
</td>
6803 <td><a href=
"https://cplusplus.github.io/CWG/issues/1166.html">1166</a></td>
6805 <td><I>exception-declaration
</I>s that do not declare objects
</td>
6806 <td class=
"none" align=
"center">Unknown
</td>
6809 <td><a href=
"https://cplusplus.github.io/CWG/issues/1167.html">1167</a></td>
6811 <td><I>function-try-block
</I>s for destructors
</td>
6812 <td class=
"none" align=
"center">Unknown
</td>
6815 <td><a href=
"https://cplusplus.github.io/CWG/issues/1168.html">1168</a></td>
6817 <td>Additional reasons to call
<TT>std::terminate
</TT></td>
6818 <td class=
"none" align=
"center">Unknown
</td>
6821 <td><a href=
"https://cplusplus.github.io/CWG/issues/1169.html">1169</a></td>
6823 <td>Missing feature macro for strict pointer safety
</td>
6824 <td class=
"none" align=
"center">Unknown
</td>
6827 <td><a href=
"https://cplusplus.github.io/CWG/issues/1170.html">1170</a></td>
6829 <td>Access checking during template argument deduction
</td>
6830 <td class=
"none" align=
"center">Unknown
</td>
6833 <td><a href=
"https://cplusplus.github.io/CWG/issues/1171.html">1171</a></td>
6835 <td>Partial stack unwinding with
<TT>noexcept
</TT> violation
</td>
6836 <td class=
"none" align=
"center">Unknown
</td>
6838 <tr class=
"open" id=
"1172">
6839 <td><a href=
"https://cplusplus.github.io/CWG/issues/1172.html">1172</a></td>
6841 <td>“instantiation-dependent
” constructs
</td>
6842 <td align=
"center">Not resolved
</td>
6845 <td><a href=
"https://cplusplus.github.io/CWG/issues/1173.html">1173</a></td>
6847 <td>Unclear specification of effects of signal handling
</td>
6848 <td class=
"none" align=
"center">Unknown
</td>
6851 <td><a href=
"https://cplusplus.github.io/CWG/issues/1174.html">1174</a></td>
6853 <td>When is a pure virtual function
“used?
”</td>
6854 <td class=
"none" align=
"center">Unknown
</td>
6857 <td><a href=
"https://cplusplus.github.io/CWG/issues/1175.html">1175</a></td>
6859 <td>Disambiguating user-defined literals
</td>
6860 <td class=
"none" align=
"center">Unknown
</td>
6863 <td><a href=
"https://cplusplus.github.io/CWG/issues/1176.html">1176</a></td>
6865 <td>Definition of release sequence
</td>
6866 <td class=
"none" align=
"center">Unknown
</td>
6869 <td><a href=
"https://cplusplus.github.io/CWG/issues/1177.html">1177</a></td>
6871 <td>Intra-thread dependency-ordered-before
</td>
6872 <td class=
"none" align=
"center">Unknown
</td>
6875 <td><a href=
"https://cplusplus.github.io/CWG/issues/1178.html">1178</a></td>
6877 <td>Deduction failure matching placement new
</td>
6878 <td class=
"none" align=
"center">Unknown
</td>
6881 <td><a href=
"https://cplusplus.github.io/CWG/issues/1179.html">1179</a></td>
6883 <td>Cv-qualification of non-type template parameters
</td>
6884 <td class=
"none" align=
"center">Unknown
</td>
6887 <td><a href=
"https://cplusplus.github.io/CWG/issues/1180.html">1180</a></td>
6889 <td>Over-aligned class types
</td>
6890 <td class=
"none" align=
"center">Unknown
</td>
6893 <td><a href=
"https://cplusplus.github.io/CWG/issues/1181.html">1181</a></td>
6895 <td>What is a
“built-in type?
”</td>
6896 <td class=
"none" align=
"center">Unknown
</td>
6899 <td><a href=
"https://cplusplus.github.io/CWG/issues/1182.html">1182</a></td>
6901 <td>Incorrect description of pack expansion syntax
</td>
6902 <td class=
"none" align=
"center">Unknown
</td>
6905 <td><a href=
"https://cplusplus.github.io/CWG/issues/1183.html">1183</a></td>
6907 <td>Expansion of parameter packs in declarators
</td>
6908 <td class=
"none" align=
"center">Unknown
</td>
6911 <td><a href=
"https://cplusplus.github.io/CWG/issues/1184.html">1184</a></td>
6913 <td>Argument conversions to nondeduced parameter types
</td>
6914 <td class=
"none" align=
"center">Unknown
</td>
6917 <td><a href=
"https://cplusplus.github.io/CWG/issues/1185.html">1185</a></td>
6919 <td>Misleading description of language linkage and member function types
</td>
6920 <td class=
"none" align=
"center">Unknown
</td>
6923 <td><a href=
"https://cplusplus.github.io/CWG/issues/1186.html">1186</a></td>
6925 <td>Non-dependent
<TT>constexpr
</TT> violations in function templates
</td>
6926 <td class=
"none" align=
"center">Unknown
</td>
6929 <td><a href=
"https://cplusplus.github.io/CWG/issues/1187.html">1187</a></td>
6931 <td>Problems in initialization example
</td>
6932 <td class=
"none" align=
"center">Unknown
</td>
6935 <td><a href=
"https://cplusplus.github.io/CWG/issues/1188.html">1188</a></td>
6937 <td>Type punning in constant expressions
</td>
6938 <td class=
"none" align=
"center">Unknown
</td>
6941 <td><a href=
"https://cplusplus.github.io/CWG/issues/1189.html">1189</a></td>
6943 <td>Address of distinct base class subobjects
</td>
6944 <td class=
"none" align=
"center">Unknown
</td>
6947 <td><a href=
"https://cplusplus.github.io/CWG/issues/1190.html">1190</a></td>
6949 <td>Operations on non-safely-derived pointers
</td>
6950 <td class=
"none" align=
"center">Unknown
</td>
6953 <td><a href=
"https://cplusplus.github.io/CWG/issues/1191.html">1191</a></td>
6955 <td>Deleted subobject destructors and implicitly-defined constructors
</td>
6956 <td class=
"none" align=
"center">Unknown
</td>
6959 <td><a href=
"https://cplusplus.github.io/CWG/issues/1192.html">1192</a></td>
6961 <td>Inadvertent change to ODR and templates
</td>
6962 <td class=
"none" align=
"center">Unknown
</td>
6965 <td><a href=
"https://cplusplus.github.io/CWG/issues/1193.html">1193</a></td>
6967 <td>Use of address-constant pointers in constant expressions
</td>
6968 <td class=
"none" align=
"center">Unknown
</td>
6971 <td><a href=
"https://cplusplus.github.io/CWG/issues/1194.html">1194</a></td>
6973 <td>Constexpr references
</td>
6974 <td class=
"none" align=
"center">Unknown
</td>
6977 <td><a href=
"https://cplusplus.github.io/CWG/issues/1195.html">1195</a></td>
6979 <td>References to non-literal types in constexpr functions
</td>
6980 <td class=
"none" align=
"center">Unknown
</td>
6983 <td><a href=
"https://cplusplus.github.io/CWG/issues/1196.html">1196</a></td>
6985 <td>Definition required for explicit instantiation after explicit specialization?
</td>
6986 <td class=
"none" align=
"center">Unknown
</td>
6989 <td><a href=
"https://cplusplus.github.io/CWG/issues/1197.html">1197</a></td>
6991 <td>Constexpr arrays
</td>
6992 <td class=
"none" align=
"center">Unknown
</td>
6995 <td><a href=
"https://cplusplus.github.io/CWG/issues/1198.html">1198</a></td>
6997 <td>Literal types and copy constructors
</td>
6998 <td class=
"none" align=
"center">Unknown
</td>
7001 <td><a href=
"https://cplusplus.github.io/CWG/issues/1199.html">1199</a></td>
7003 <td>Deleted constexpr functions
</td>
7004 <td class=
"none" align=
"center">Unknown
</td>
7007 <td><a href=
"https://cplusplus.github.io/CWG/issues/1200.html">1200</a></td>
7009 <td>Lookup rules for template parameters
</td>
7010 <td class=
"na" align=
"center">N/A
</td>
7013 <td><a href=
"https://cplusplus.github.io/CWG/issues/1201.html">1201</a></td>
7015 <td>Are deleted and defaulted functions definitions?
</td>
7016 <td class=
"none" align=
"center">Unknown
</td>
7019 <td><a href=
"https://cplusplus.github.io/CWG/issues/1202.html">1202</a></td>
7021 <td>Calling virtual functions during destruction
</td>
7022 <td class=
"none" align=
"center">Unknown
</td>
7025 <td><a href=
"https://cplusplus.github.io/CWG/issues/1203.html">1203</a></td>
7027 <td>Misleading note regarding initialized static data members
</td>
7028 <td class=
"none" align=
"center">Unknown
</td>
7031 <td><a href=
"https://cplusplus.github.io/CWG/issues/1204.html">1204</a></td>
7033 <td>Specifiers in a
<I>for-range-declaration
</I></td>
7034 <td class=
"none" align=
"center">Unknown
</td>
7037 <td><a href=
"https://cplusplus.github.io/CWG/issues/1205.html">1205</a></td>
7039 <td>Lvalue reference binding and function viability
</td>
7040 <td class=
"none" align=
"center">Unknown
</td>
7043 <td><a href=
"https://cplusplus.github.io/CWG/issues/1206.html">1206</a></td>
7045 <td>Defining opaque enumeration members of class templates
</td>
7046 <td class=
"none" align=
"center">Unknown
</td>
7049 <td><a href=
"https://cplusplus.github.io/CWG/issues/1207.html">1207</a></td>
7051 <td>Type of class member in
<I>trailing-return-type
</I></td>
7052 <td class=
"none" align=
"center">Unknown
</td>
7055 <td><a href=
"https://cplusplus.github.io/CWG/issues/1208.html">1208</a></td>
7057 <td>Explicit
<TT>noexcept
</TT> in defaulted definition
</td>
7058 <td class=
"none" align=
"center">Unknown
</td>
7060 <tr class=
"open" id=
"1209">
7061 <td><a href=
"https://cplusplus.github.io/CWG/issues/1209.html">1209</a></td>
7063 <td>Is a potentially-evaluated expression in a template definition a
“use?
”</td>
7064 <td align=
"center">Not resolved
</td>
7067 <td><a href=
"https://cplusplus.github.io/CWG/issues/1210.html">1210</a></td>
7069 <td>Injection of
<I>elaborated-type-specifier
</I> in enumeration scope
</td>
7070 <td class=
"none" align=
"center">Unknown
</td>
7072 <tr class=
"open" id=
"1211">
7073 <td><a href=
"https://cplusplus.github.io/CWG/issues/1211.html">1211</a></td>
7075 <td>Misaligned lvalues
</td>
7076 <td align=
"center">Not resolved
</td>
7079 <td><a href=
"https://cplusplus.github.io/CWG/issues/1212.html">1212</a></td>
7081 <td>Non-function-call xvalues and
<TT>decltype
</TT></td>
7082 <td class=
"none" align=
"center">Unknown
</td>
7085 <td><a href=
"https://cplusplus.github.io/CWG/issues/1213.html">1213</a></td>
7087 <td>Array subscripting and xvalues
</td>
7088 <td class=
"full" align=
"center">Clang
7</td>
7091 <td><a href=
"https://cplusplus.github.io/CWG/issues/1214.html">1214</a></td>
7093 <td>Kinds of initializers
</td>
7094 <td class=
"none" align=
"center">Unknown
</td>
7097 <td><a href=
"https://cplusplus.github.io/CWG/issues/1215.html">1215</a></td>
7099 <td>Definition of POD struct
</td>
7100 <td class=
"none" align=
"center">Unknown
</td>
7103 <td><a href=
"https://cplusplus.github.io/CWG/issues/1216.html">1216</a></td>
7105 <td>Exceptions
“allowed
” by a
<I>noexcept-specification
</I></td>
7106 <td class=
"none" align=
"center">Unknown
</td>
7109 <td><a href=
"https://cplusplus.github.io/CWG/issues/1217.html">1217</a></td>
7111 <td>Are deleted functions implicitly
<TT>noexcept
</TT>?
</td>
7112 <td class=
"none" align=
"center">Unknown
</td>
7115 <td><a href=
"https://cplusplus.github.io/CWG/issues/1218.html">1218</a></td>
7117 <td>What is the
“currently-handled exception
” in a multi-threaded program?
</td>
7118 <td class=
"none" align=
"center">Unknown
</td>
7121 <td><a href=
"https://cplusplus.github.io/CWG/issues/1219.html">1219</a></td>
7123 <td>Non-static data member initializers in constant expressions
</td>
7124 <td class=
"none" align=
"center">Unknown
</td>
7127 <td><a href=
"https://cplusplus.github.io/CWG/issues/1220.html">1220</a></td>
7129 <td>Looking up
<I>conversion-type-id
</I>s
</td>
7130 <td class=
"none" align=
"center">Unknown
</td>
7132 <tr class=
"open" id=
"1221">
7133 <td><a href=
"https://cplusplus.github.io/CWG/issues/1221.html">1221</a></td>
7135 <td>Partial ordering and reference collapsing
</td>
7136 <td align=
"center">Not resolved
</td>
7139 <td><a href=
"https://cplusplus.github.io/CWG/issues/1222.html">1222</a></td>
7141 <td>Unnecessary restriction on
<TT>auto
</TT> array types
</td>
7142 <td class=
"none" align=
"center">Unknown
</td>
7144 <tr class=
"open" id=
"1223">
7145 <td><a href=
"https://cplusplus.github.io/CWG/issues/1223.html">1223</a></td>
7147 <td>Syntactic disambiguation and
<I>trailing-return-type
</I>s
</td>
7148 <td class=
"unreleased" align=
"center">Clang
17</td>
7151 <td><a href=
"https://cplusplus.github.io/CWG/issues/1224.html">1224</a></td>
7153 <td><TT>constexpr
</TT> defaulted copy constructors
</td>
7154 <td class=
"none" align=
"center">Unknown
</td>
7157 <td><a href=
"https://cplusplus.github.io/CWG/issues/1225.html">1225</a></td>
7159 <td><TT>constexpr
</TT> constructors and virtual bases
</td>
7160 <td class=
"none" align=
"center">Unknown
</td>
7163 <td><a href=
"https://cplusplus.github.io/CWG/issues/1226.html">1226</a></td>
7165 <td>Converting a
<I>braced-init-list
</I> default argument
</td>
7166 <td class=
"none" align=
"center">Unknown
</td>
7169 <td><a href=
"https://cplusplus.github.io/CWG/issues/1227.html">1227</a></td>
7171 <td>Mixing immediate and non-immediate contexts in deduction failure
</td>
7172 <td class=
"full" align=
"center">Yes
</td>
7175 <td><a href=
"https://cplusplus.github.io/CWG/issues/1228.html">1228</a></td>
7177 <td>Copy-list-initialization and
<TT>explicit
</TT> constructors
</td>
7178 <td class=
"none" align=
"center">Unknown
</td>
7181 <td><a href=
"https://cplusplus.github.io/CWG/issues/1229.html">1229</a></td>
7183 <td>Overload resolution with empty
<I>braced-init-list
</I> argument
</td>
7184 <td class=
"none" align=
"center">Unknown
</td>
7187 <td><a href=
"https://cplusplus.github.io/CWG/issues/1230.html">1230</a></td>
7189 <td>Confusing description of ambiguity of destructor name
</td>
7190 <td class=
"none" align=
"center">Unknown
</td>
7193 <td><a href=
"https://cplusplus.github.io/CWG/issues/1231.html">1231</a></td>
7195 <td>Variadic templates requiring an empty pack expansion
</td>
7196 <td class=
"none" align=
"center">Unknown
</td>
7199 <td><a href=
"https://cplusplus.github.io/CWG/issues/1232.html">1232</a></td>
7201 <td>Creation of array temporaries using a
<I>braced-init-list
</I></td>
7202 <td class=
"none" align=
"center">Unknown
</td>
7205 <td><a href=
"https://cplusplus.github.io/CWG/issues/1233.html">1233</a></td>
7207 <td>Pack expansions and dependent calls
</td>
7208 <td class=
"none" align=
"center">Unknown
</td>
7211 <td><a href=
"https://cplusplus.github.io/CWG/issues/1234.html">1234</a></td>
7213 <td><I>abstract-declarator
</I> does not permit
<TT>...
</TT> after
<I>ptr-operator
</I></td>
7214 <td class=
"none" align=
"center">Unknown
</td>
7217 <td><a href=
"https://cplusplus.github.io/CWG/issues/1235.html">1235</a></td>
7219 <td>“Unused
” ellipsis and default arguments in partial ordering
</td>
7220 <td class=
"none" align=
"center">Unknown
</td>
7223 <td><a href=
"https://cplusplus.github.io/CWG/issues/1236.html">1236</a></td>
7225 <td>Inconsistently-interrelated examples
</td>
7226 <td class=
"none" align=
"center">Unknown
</td>
7229 <td><a href=
"https://cplusplus.github.io/CWG/issues/1237.html">1237</a></td>
7231 <td>Deprecated implicit copy assignment in example
</td>
7232 <td class=
"none" align=
"center">Unknown
</td>
7235 <td><a href=
"https://cplusplus.github.io/CWG/issues/1238.html">1238</a></td>
7237 <td>Overloading ambiguity binding reference to function
</td>
7238 <td class=
"none" align=
"center">Unknown
</td>
7241 <td><a href=
"https://cplusplus.github.io/CWG/issues/1239.html">1239</a></td>
7243 <td>Hexadecimal floating-point literals vs user-defined literals
</td>
7244 <td class=
"none" align=
"center">Unknown
</td>
7247 <td><a href=
"https://cplusplus.github.io/CWG/issues/1240.html">1240</a></td>
7249 <td><TT>constexpr
</TT> defaulted constructors
</td>
7250 <td class=
"none" align=
"center">Unknown
</td>
7253 <td><a href=
"https://cplusplus.github.io/CWG/issues/1241.html">1241</a></td>
7255 <td>Which members does a destructor destroy?
</td>
7256 <td class=
"none" align=
"center">Unknown
</td>
7259 <td><a href=
"https://cplusplus.github.io/CWG/issues/1242.html">1242</a></td>
7261 <td>Initializing variant class members
</td>
7262 <td class=
"none" align=
"center">Unknown
</td>
7265 <td><a href=
"https://cplusplus.github.io/CWG/issues/1243.html">1243</a></td>
7267 <td>Misleading footnote regarding multiple-declarator declarations
</td>
7268 <td class=
"none" align=
"center">Unknown
</td>
7271 <td><a href=
"https://cplusplus.github.io/CWG/issues/1244.html">1244</a></td>
7273 <td>Equivalence of alias templates and class templates
</td>
7274 <td class=
"none" align=
"center">Unknown
</td>
7277 <td><a href=
"https://cplusplus.github.io/CWG/issues/1245.html">1245</a></td>
7279 <td>Matching declarations involving
<TT>decltype
</TT></td>
7280 <td class=
"none" align=
"center">Unknown
</td>
7283 <td><a href=
"https://cplusplus.github.io/CWG/issues/1246.html">1246</a></td>
7285 <td>Non-deduced non-final parameter packs
</td>
7286 <td class=
"none" align=
"center">Unknown
</td>
7289 <td><a href=
"https://cplusplus.github.io/CWG/issues/1247.html">1247</a></td>
7291 <td>Restriction on alias name appearing in
<I>type-id
</I></td>
7292 <td class=
"none" align=
"center">Unknown
</td>
7294 <tr class=
"open" id=
"1248">
7295 <td><a href=
"https://cplusplus.github.io/CWG/issues/1248.html">1248</a></td>
7297 <td>Updating Annex C to C99
</td>
7298 <td align=
"center">Not resolved
</td>
7301 <td><a href=
"https://cplusplus.github.io/CWG/issues/1249.html">1249</a></td>
7303 <td>Cv-qualification of nested lambda capture
</td>
7304 <td class=
"none" align=
"center">Unknown
</td>
7307 <td><a href=
"https://cplusplus.github.io/CWG/issues/1250.html">1250</a></td>
7309 <td>Cv-qualification of incomplete virtual function return types
</td>
7310 <td class=
"full" align=
"center">Clang
3.9</td>
7313 <td><a href=
"https://cplusplus.github.io/CWG/issues/1251.html">1251</a></td>
7315 <td>C compatibility: casting to unqualified
<TT>void*
</TT></td>
7316 <td class=
"none" align=
"center">Unknown
</td>
7319 <td><a href=
"https://cplusplus.github.io/CWG/issues/1252.html">1252</a></td>
7321 <td>Overloading member function templates based on dependent return type
</td>
7322 <td class=
"none" align=
"center">Unknown
</td>
7324 <tr class=
"open" id=
"1253">
7325 <td><a href=
"https://cplusplus.github.io/CWG/issues/1253.html">1253</a></td>
7327 <td>Generic non-template members
</td>
7328 <td align=
"center">Not resolved
</td>
7331 <td><a href=
"https://cplusplus.github.io/CWG/issues/1254.html">1254</a></td>
7333 <td>odr-use vs template arguments and constexpr functions
</td>
7334 <td class=
"none" align=
"center">Unknown
</td>
7336 <tr class=
"open" id=
"1255">
7337 <td><a href=
"https://cplusplus.github.io/CWG/issues/1255.html">1255</a></td>
7339 <td>Definition problems with
<TT>constexpr
</TT> functions
</td>
7340 <td align=
"center">Not resolved
</td>
7342 <tr class=
"open" id=
"1256">
7343 <td><a href=
"https://cplusplus.github.io/CWG/issues/1256.html">1256</a></td>
7345 <td>Unevaluated operands are not necessarily constant expressions
</td>
7346 <td align=
"center">Not resolved
</td>
7348 <tr class=
"open" id=
"1257">
7349 <td><a href=
"https://cplusplus.github.io/CWG/issues/1257.html">1257</a></td>
7351 <td>Instantiation via non-dependent references in uninstantiated templates
</td>
7352 <td align=
"center">Not resolved
</td>
7355 <td><a href=
"https://cplusplus.github.io/CWG/issues/1258.html">1258</a></td>
7357 <td>“Instantiation context
” differs from dependent lookup rules
</td>
7358 <td class=
"none" align=
"center">Unknown
</td>
7361 <td><a href=
"https://cplusplus.github.io/CWG/issues/1259.html">1259</a></td>
7363 <td>Deleting a POD via a pointer to base
</td>
7364 <td class=
"none" align=
"center">Unknown
</td>
7367 <td><a href=
"https://cplusplus.github.io/CWG/issues/1260.html">1260</a></td>
7369 <td>Incorrect use of term
“overloaded
” in description of odr-use
</td>
7370 <td class=
"none" align=
"center">Unknown
</td>
7373 <td><a href=
"https://cplusplus.github.io/CWG/issues/1261.html">1261</a></td>
7375 <td>Explicit handling of cv-qualification with non-class prvalues
</td>
7376 <td class=
"none" align=
"center">Unknown
</td>
7379 <td><a href=
"https://cplusplus.github.io/CWG/issues/1262.html">1262</a></td>
7381 <td>Default template arguments and deduction failure
</td>
7382 <td class=
"none" align=
"center">Unknown
</td>
7385 <td><a href=
"https://cplusplus.github.io/CWG/issues/1263.html">1263</a></td>
7387 <td>Mismatch between rvalue reference binding and overload resolution
</td>
7388 <td class=
"none" align=
"center">Unknown
</td>
7391 <td><a href=
"https://cplusplus.github.io/CWG/issues/1264.html">1264</a></td>
7393 <td>Use of
<TT>this
</TT> in
<TT>constexpr
</TT> constructor
</td>
7394 <td class=
"none" align=
"center">Unknown
</td>
7397 <td><a href=
"https://cplusplus.github.io/CWG/issues/1265.html">1265</a></td>
7399 <td>Mixed use of the
<TT>auto
</TT> specifier
</td>
7400 <td class=
"full" align=
"center">Clang
5</td>
7402 <tr class=
"open" id=
"1266">
7403 <td><a href=
"https://cplusplus.github.io/CWG/issues/1266.html">1266</a></td>
7405 <td><I>user-defined-integer-literal
</I> overflow
</td>
7406 <td align=
"center">Not resolved
</td>
7409 <td><a href=
"https://cplusplus.github.io/CWG/issues/1267.html">1267</a></td>
7411 <td>Rvalue reference types in
<I>exception-specification
</I>s
</td>
7412 <td class=
"none" align=
"center">Unknown
</td>
7415 <td><a href=
"https://cplusplus.github.io/CWG/issues/1268.html">1268</a></td>
7417 <td><TT>reinterpret_cast
</TT> of an xvalue operand
</td>
7418 <td class=
"none" align=
"center">Unknown
</td>
7421 <td><a href=
"https://cplusplus.github.io/CWG/issues/1269.html">1269</a></td>
7423 <td><TT>dynamic_cast
</TT> of an xvalue operand
</td>
7424 <td class=
"none" align=
"center">Unknown
</td>
7427 <td><a href=
"https://cplusplus.github.io/CWG/issues/1270.html">1270</a></td>
7429 <td>Brace elision in array temporary initialization
</td>
7430 <td class=
"none" align=
"center">Unknown
</td>
7433 <td><a href=
"https://cplusplus.github.io/CWG/issues/1271.html">1271</a></td>
7435 <td>Imprecise wording regarding dependent types
</td>
7436 <td class=
"none" align=
"center">Unknown
</td>
7439 <td><a href=
"https://cplusplus.github.io/CWG/issues/1272.html">1272</a></td>
7441 <td>Implicit definition of static data member of const literal type
</td>
7442 <td class=
"none" align=
"center">Unknown
</td>
7445 <td><a href=
"https://cplusplus.github.io/CWG/issues/1273.html">1273</a></td>
7447 <td>Accessibility and function signatures
</td>
7448 <td class=
"none" align=
"center">Unknown
</td>
7451 <td><a href=
"https://cplusplus.github.io/CWG/issues/1274.html">1274</a></td>
7453 <td>Common nonterminal for
<I>expression
</I> and
<I>braced-init-list
</I></td>
7454 <td class=
"none" align=
"center">Unknown
</td>
7457 <td><a href=
"https://cplusplus.github.io/CWG/issues/1275.html">1275</a></td>
7459 <td>Incorrect comment in example of template parameter pack restriction
</td>
7460 <td class=
"none" align=
"center">Unknown
</td>
7463 <td><a href=
"https://cplusplus.github.io/CWG/issues/1276.html">1276</a></td>
7465 <td>Reference to
<TT>stdint.h
</TT></td>
7466 <td class=
"none" align=
"center">Unknown
</td>
7469 <td><a href=
"https://cplusplus.github.io/CWG/issues/1277.html">1277</a></td>
7471 <td>Lax definition of
<TT>intmax_t
</TT> and
<TT>uintmax_t
</TT></td>
7472 <td class=
"none" align=
"center">Unknown
</td>
7474 <tr class=
"open" id=
"1278">
7475 <td><a href=
"https://cplusplus.github.io/CWG/issues/1278.html">1278</a></td>
7477 <td>Incorrect treatment of contrived object
</td>
7478 <td align=
"center">Not resolved
</td>
7480 <tr class=
"open" id=
"1279">
7481 <td><a href=
"https://cplusplus.github.io/CWG/issues/1279.html">1279</a></td>
7483 <td>Additional differences between C++
2003 and C++
2011</td>
7484 <td align=
"center">Not resolved
</td>
7487 <td><a href=
"https://cplusplus.github.io/CWG/issues/1280.html">1280</a></td>
7489 <td>Object reallocation and reference members
</td>
7490 <td class=
"none" align=
"center">Unknown
</td>
7493 <td><a href=
"https://cplusplus.github.io/CWG/issues/1281.html">1281</a></td>
7495 <td>Virtual and dependent base classes
</td>
7496 <td class=
"none" align=
"center">Unknown
</td>
7499 <td><a href=
"https://cplusplus.github.io/CWG/issues/1282.html">1282</a></td>
7501 <td>Underspecified destructor
<I>exception-specification
</I></td>
7502 <td class=
"none" align=
"center">Unknown
</td>
7504 <tr class=
"open" id=
"1283">
7505 <td><a href=
"https://cplusplus.github.io/CWG/issues/1283.html">1283</a></td>
7507 <td>Static data members of classes with typedef name for linkage purposes
</td>
7508 <td align=
"center">Not resolved
</td>
7511 <td><a href=
"https://cplusplus.github.io/CWG/issues/1284.html">1284</a></td>
7513 <td>Should the lifetime of an array be independent of that of its elements?
</td>
7514 <td class=
"none" align=
"center">Unknown
</td>
7517 <td><a href=
"https://cplusplus.github.io/CWG/issues/1285.html">1285</a></td>
7519 <td>Trivial destructors and object lifetime
</td>
7520 <td class=
"none" align=
"center">Unknown
</td>
7522 <tr class=
"open" id=
"1286">
7523 <td><a href=
"https://cplusplus.github.io/CWG/issues/1286.html">1286</a></td>
7525 <td>Equivalence of alias templates
</td>
7526 <td align=
"center">Not resolved
</td>
7529 <td><a href=
"https://cplusplus.github.io/CWG/issues/1287.html">1287</a></td>
7531 <td>Direct initialization vs
“implicit
” conversion in reference binding
</td>
7532 <td class=
"none" align=
"center">Unknown
</td>
7535 <td><a href=
"https://cplusplus.github.io/CWG/issues/1288.html">1288</a></td>
7537 <td>Reference list initialization
</td>
7538 <td class=
"none" align=
"center">Unknown
</td>
7541 <td><a href=
"https://cplusplus.github.io/CWG/issues/1289.html">1289</a></td>
7543 <td>Can an alias template name the current instantiation?
</td>
7544 <td class=
"none" align=
"center">Unknown
</td>
7547 <td><a href=
"https://cplusplus.github.io/CWG/issues/1290.html">1290</a></td>
7549 <td>Lifetime of the underlying array of an
<TT>initializer_list
</TT> member
</td>
7550 <td class=
"none" align=
"center">Unknown
</td>
7553 <td><a href=
"https://cplusplus.github.io/CWG/issues/1291.html">1291</a></td>
7555 <td>Looking up a
<I>conversion-type-id
</I></td>
7556 <td class=
"na" align=
"center">N/A
</td>
7559 <td><a href=
"https://cplusplus.github.io/CWG/issues/1292.html">1292</a></td>
7561 <td>Dependent calls with
<I>braced-init-list
</I>s containing a pack expansion
</td>
7562 <td class=
"none" align=
"center">Unknown
</td>
7565 <td><a href=
"https://cplusplus.github.io/CWG/issues/1293.html">1293</a></td>
7567 <td>String literals in constant expressions
</td>
7568 <td class=
"none" align=
"center">Unknown
</td>
7570 <tr class=
"open" id=
"1294">
7571 <td><a href=
"https://cplusplus.github.io/CWG/issues/1294.html">1294</a></td>
7573 <td>Side effects in dynamic/static initialization
</td>
7574 <td align=
"center">Not resolved
</td>
7577 <td><a href=
"https://cplusplus.github.io/CWG/issues/1295.html">1295</a></td>
7579 <td>Binding a reference to an rvalue bit-field
</td>
7580 <td class=
"full" align=
"center">Clang
4</td>
7583 <td><a href=
"https://cplusplus.github.io/CWG/issues/1296.html">1296</a></td>
7585 <td>Ill-formed template declarations (not just definitions)
</td>
7586 <td class=
"none" align=
"center">Unknown
</td>
7589 <td><a href=
"https://cplusplus.github.io/CWG/issues/1297.html">1297</a></td>
7591 <td>Misplaced function
<I>attribute-specifier
</I></td>
7592 <td class=
"none" align=
"center">Unknown
</td>
7595 <td><a href=
"https://cplusplus.github.io/CWG/issues/1298.html">1298</a></td>
7597 <td>Incorrect example in overload resolution
</td>
7598 <td class=
"none" align=
"center">Unknown
</td>
7601 <td><a href=
"https://cplusplus.github.io/CWG/issues/1299.html">1299</a></td>
7603 <td>“Temporary objects
” vs
“temporary expressions
”</td>
7604 <td class=
"none" align=
"center">Unknown
</td>
7607 <td><a href=
"https://cplusplus.github.io/CWG/issues/1300.html">1300</a></td>
7609 <td><TT>T()
</TT> for array types
</td>
7610 <td class=
"none" align=
"center">Unknown
</td>
7613 <td><a href=
"https://cplusplus.github.io/CWG/issues/1301.html">1301</a></td>
7615 <td>Value initialization of union
</td>
7616 <td class=
"none" align=
"center">Unknown
</td>
7619 <td><a href=
"https://cplusplus.github.io/CWG/issues/1302.html">1302</a></td>
7621 <td><TT>noexcept
</TT> applied to expression of type
<TT>void
</TT></td>
7622 <td class=
"none" align=
"center">Unknown
</td>
7625 <td><a href=
"https://cplusplus.github.io/CWG/issues/1303.html">1303</a></td>
7627 <td>C language linkage for template with internal linkage
</td>
7628 <td class=
"none" align=
"center">Unknown
</td>
7630 <tr class=
"open" id=
"1304">
7631 <td><a href=
"https://cplusplus.github.io/CWG/issues/1304.html">1304</a></td>
7633 <td>Omitted array bound with string initialization
</td>
7634 <td align=
"center">Not resolved
</td>
7637 <td><a href=
"https://cplusplus.github.io/CWG/issues/1305.html">1305</a></td>
7639 <td><TT>alignof
</TT> applied to array of unknown size
</td>
7640 <td class=
"full" align=
"center">Yes
</td>
7643 <td><a href=
"https://cplusplus.github.io/CWG/issues/1306.html">1306</a></td>
7645 <td>Modifying an object within a
<TT>const
</TT> member function
</td>
7646 <td class=
"none" align=
"center">Unknown
</td>
7649 <td><a href=
"https://cplusplus.github.io/CWG/issues/1307.html">1307</a></td>
7651 <td>Overload resolution based on size of array
<I>initializer-list
</I></td>
7652 <td class=
"full" align=
"center">Clang
14</td>
7655 <td><a href=
"https://cplusplus.github.io/CWG/issues/1308.html">1308</a></td>
7657 <td>Completeness of class type within an
<I>exception-specification
</I></td>
7658 <td class=
"none" align=
"center">Unknown
</td>
7661 <td><a href=
"https://cplusplus.github.io/CWG/issues/1309.html">1309</a></td>
7663 <td>Incorrect note regarding lookup of a member of the current instantiation
</td>
7664 <td class=
"none" align=
"center">Unknown
</td>
7667 <td><a href=
"https://cplusplus.github.io/CWG/issues/1310.html">1310</a></td>
7669 <td>What is an
“acceptable lookup result?
”</td>
7670 <td class=
"full" align=
"center">Clang
5</td>
7673 <td><a href=
"https://cplusplus.github.io/CWG/issues/1311.html">1311</a></td>
7675 <td>Volatile lvalues in constant expressions
</td>
7676 <td class=
"none" align=
"center">Unknown
</td>
7679 <td><a href=
"https://cplusplus.github.io/CWG/issues/1312.html">1312</a></td>
7681 <td>Simulated
<TT>reinterpret_cast
</TT> in constant expressions
</td>
7682 <td class=
"none" align=
"center">Unknown
</td>
7685 <td><a href=
"https://cplusplus.github.io/CWG/issues/1313.html">1313</a></td>
7687 <td>Undefined pointer arithmetic in constant expressions
</td>
7688 <td class=
"none" align=
"center">Unknown
</td>
7691 <td><a href=
"https://cplusplus.github.io/CWG/issues/1314.html">1314</a></td>
7693 <td>Pointer arithmetic within standard-layout objects
</td>
7694 <td class=
"none" align=
"center">Unknown
</td>
7697 <td><a href=
"https://cplusplus.github.io/CWG/issues/1315.html">1315</a></td>
7699 <td>Restrictions on non-type template arguments in partial specializations
</td>
7700 <td class=
"partial" align=
"center">Partial
</td>
7703 <td><a href=
"https://cplusplus.github.io/CWG/issues/1316.html">1316</a></td>
7705 <td><TT>constexpr
</TT> function requirements and class scope
</td>
7706 <td class=
"none" align=
"center">Unknown
</td>
7709 <td><a href=
"https://cplusplus.github.io/CWG/issues/1317.html">1317</a></td>
7711 <td>Unnamed scoped enumerations
</td>
7712 <td class=
"none" align=
"center">Unknown
</td>
7715 <td><a href=
"https://cplusplus.github.io/CWG/issues/1318.html">1318</a></td>
7717 <td>Syntactic ambiguities with
<TT>final
</TT></td>
7718 <td class=
"none" align=
"center">Unknown
</td>
7721 <td><a href=
"https://cplusplus.github.io/CWG/issues/1319.html">1319</a></td>
7723 <td>Error in pack expansion example
</td>
7724 <td class=
"none" align=
"center">Unknown
</td>
7727 <td><a href=
"https://cplusplus.github.io/CWG/issues/1320.html">1320</a></td>
7729 <td>Converting scoped enumerations to
<TT>bool
</TT></td>
7730 <td class=
"none" align=
"center">Unknown
</td>
7733 <td><a href=
"https://cplusplus.github.io/CWG/issues/1321.html">1321</a></td>
7735 <td>Equivalency of dependent calls
</td>
7736 <td class=
"none" align=
"center">Unknown
</td>
7738 <tr class=
"open" id=
"1322">
7739 <td><a href=
"https://cplusplus.github.io/CWG/issues/1322.html">1322</a></td>
7741 <td>Function parameter type decay in templates
</td>
7742 <td align=
"center">Not resolved
</td>
7745 <td><a href=
"https://cplusplus.github.io/CWG/issues/1323.html">1323</a></td>
7747 <td>Nonexistent nonterminal in
<I>alignment-specifier
</I> grammar
</td>
7748 <td class=
"none" align=
"center">Unknown
</td>
7751 <td><a href=
"https://cplusplus.github.io/CWG/issues/1324.html">1324</a></td>
7753 <td>Value initialization and defaulted constructors
</td>
7754 <td class=
"none" align=
"center">Unknown
</td>
7757 <td><a href=
"https://cplusplus.github.io/CWG/issues/1325.html">1325</a></td>
7759 <td>Omitted declarator in
<TT>friend
</TT> declarations
</td>
7760 <td class=
"none" align=
"center">Unknown
</td>
7763 <td><a href=
"https://cplusplus.github.io/CWG/issues/1326.html">1326</a></td>
7765 <td>Deducing an array bound from an
<I>initializer-list
</I></td>
7766 <td class=
"none" align=
"center">Unknown
</td>
7769 <td><a href=
"https://cplusplus.github.io/CWG/issues/1327.html">1327</a></td>
7771 <td><I>virt-specifier
</I> in a defaulted definition
</td>
7772 <td class=
"none" align=
"center">Unknown
</td>
7775 <td><a href=
"https://cplusplus.github.io/CWG/issues/1328.html">1328</a></td>
7777 <td>Conflict in reference binding vs overload resolution
</td>
7778 <td class=
"none" align=
"center">Unknown
</td>
7781 <td><a href=
"https://cplusplus.github.io/CWG/issues/1329.html">1329</a></td>
7783 <td>Recursive deduction substitutions
</td>
7784 <td class=
"none" align=
"center">Unknown
</td>
7787 <td><a href=
"https://cplusplus.github.io/CWG/issues/1330.html">1330</a></td>
7789 <td>Delayed instantiation of
<TT>noexcept
</TT> specifiers
</td>
7790 <td class=
"full" align=
"center">Clang
4 (C++
11 onwards)
</td>
7793 <td><a href=
"https://cplusplus.github.io/CWG/issues/1331.html">1331</a></td>
7795 <td><TT>const
</TT> mismatch with defaulted copy constructor
</td>
7796 <td class=
"none" align=
"center">Unknown
</td>
7799 <td><a href=
"https://cplusplus.github.io/CWG/issues/1332.html">1332</a></td>
7801 <td>Handling of invalid universal-character-names
</td>
7802 <td class=
"none" align=
"center">Unknown
</td>
7805 <td><a href=
"https://cplusplus.github.io/CWG/issues/1333.html">1333</a></td>
7807 <td>Omission of
<TT>const
</TT> in a defaulted copy constructor
</td>
7808 <td class=
"none" align=
"center">Unknown
</td>
7811 <td><a href=
"https://cplusplus.github.io/CWG/issues/1334.html">1334</a></td>
7813 <td>Layout compatibility and cv-qualification
</td>
7814 <td class=
"none" align=
"center">Unknown
</td>
7817 <td><a href=
"https://cplusplus.github.io/CWG/issues/1335.html">1335</a></td>
7819 <td>Stringizing, extended characters, and universal-character-names
</td>
7820 <td class=
"none" align=
"center">Unknown
</td>
7823 <td><a href=
"https://cplusplus.github.io/CWG/issues/1336.html">1336</a></td>
7825 <td>Definition of
“converting constructor
”</td>
7826 <td class=
"none" align=
"center">Unknown
</td>
7829 <td><a href=
"https://cplusplus.github.io/CWG/issues/1337.html">1337</a></td>
7831 <td>Partial ordering and non-deduced parameters
</td>
7832 <td class=
"none" align=
"center">Unknown
</td>
7835 <td><a href=
"https://cplusplus.github.io/CWG/issues/1338.html">1338</a></td>
7837 <td>Aliasing and allocation functions
</td>
7838 <td class=
"none" align=
"center">Unknown
</td>
7841 <td><a href=
"https://cplusplus.github.io/CWG/issues/1339.html">1339</a></td>
7843 <td>Parenthesized
<I>braced-init-list
</I> and arrays
</td>
7844 <td class=
"none" align=
"center">Unknown
</td>
7847 <td><a href=
"https://cplusplus.github.io/CWG/issues/1340.html">1340</a></td>
7849 <td>Complete type in member pointer expressions
</td>
7850 <td class=
"none" align=
"center">Unknown
</td>
7853 <td><a href=
"https://cplusplus.github.io/CWG/issues/1341.html">1341</a></td>
7855 <td>Bit-field initializers
</td>
7856 <td class=
"na" align=
"center">Superseded by
<a href=
"https://wg21.link/P0683R1">P0683R1
</a></td>
7859 <td><a href=
"https://cplusplus.github.io/CWG/issues/1342.html">1342</a></td>
7861 <td>Order of initialization with multiple declarators
</td>
7862 <td class=
"none" align=
"center">Unknown
</td>
7865 <td><a href=
"https://cplusplus.github.io/CWG/issues/1343.html">1343</a></td>
7867 <td>Sequencing of non-class initialization
</td>
7868 <td class=
"none" align=
"center">Unknown
</td>
7871 <td><a href=
"https://cplusplus.github.io/CWG/issues/1344.html">1344</a></td>
7873 <td>Adding new special member functions to a class via default arguments
</td>
7874 <td class=
"none" align=
"center">Unknown
</td>
7877 <td><a href=
"https://cplusplus.github.io/CWG/issues/1345.html">1345</a></td>
7879 <td>Initialization of anonymous union class members
</td>
7880 <td class=
"none" align=
"center">Unknown
</td>
7883 <td><a href=
"https://cplusplus.github.io/CWG/issues/1346.html">1346</a></td>
7885 <td><I>expression-list
</I> initializers and the
<TT>auto
</TT> specifier
</td>
7886 <td class=
"full" align=
"center">Clang
3.5</td>
7889 <td><a href=
"https://cplusplus.github.io/CWG/issues/1347.html">1347</a></td>
7891 <td>Consistency of
<TT>auto
</TT> in multiple-declarator declarations
</td>
7892 <td class=
"full" align=
"center">Yes
</td>
7894 <tr class=
"open" id=
"1348">
7895 <td><a href=
"https://cplusplus.github.io/CWG/issues/1348.html">1348</a></td>
7897 <td>Use of
<TT>auto
</TT> in a
<I>trailing-return-type
</I></td>
7898 <td align=
"center">Not resolved
</td>
7901 <td><a href=
"https://cplusplus.github.io/CWG/issues/1349.html">1349</a></td>
7903 <td>Consistency of alias template redeclarations
</td>
7904 <td class=
"none" align=
"center">Unknown
</td>
7907 <td><a href=
"https://cplusplus.github.io/CWG/issues/1350.html">1350</a></td>
7909 <td>Incorrect exception specification for inherited constructors
</td>
7910 <td class=
"none" align=
"center">Unknown
</td>
7913 <td><a href=
"https://cplusplus.github.io/CWG/issues/1351.html">1351</a></td>
7915 <td>Problems with implicitly-declared
<I>exception-specification
</I>s
</td>
7916 <td class=
"none" align=
"center">Unknown
</td>
7919 <td><a href=
"https://cplusplus.github.io/CWG/issues/1352.html">1352</a></td>
7921 <td>Inconsistent class scope and completeness rules
</td>
7922 <td class=
"none" align=
"center">Unknown
</td>
7925 <td><a href=
"https://cplusplus.github.io/CWG/issues/1353.html">1353</a></td>
7927 <td>Array and variant members and deleted special member functions
</td>
7928 <td class=
"none" align=
"center">Unknown
</td>
7931 <td><a href=
"https://cplusplus.github.io/CWG/issues/1354.html">1354</a></td>
7933 <td>Destructor exceptions for temporaries in noexcept expressions
</td>
7934 <td class=
"none" align=
"center">Unknown
</td>
7937 <td><a href=
"https://cplusplus.github.io/CWG/issues/1355.html">1355</a></td>
7939 <td>Aggregates and
“user-provided
” constructors
</td>
7940 <td class=
"none" align=
"center">Unknown
</td>
7943 <td><a href=
"https://cplusplus.github.io/CWG/issues/1356.html">1356</a></td>
7945 <td>Exception specifications of copy assignment operators with virtual bases
</td>
7946 <td class=
"none" align=
"center">Unknown
</td>
7949 <td><a href=
"https://cplusplus.github.io/CWG/issues/1357.html">1357</a></td>
7951 <td><I>brace-or-equal-initializer
</I>s for function and typedef members
</td>
7952 <td class=
"none" align=
"center">Unknown
</td>
7955 <td><a href=
"https://cplusplus.github.io/CWG/issues/1358.html">1358</a></td>
7957 <td>Unintentionally ill-formed
<TT>constexpr
</TT> function template instances
</td>
7958 <td class=
"full" align=
"center">Yes
</td>
7961 <td><a href=
"https://cplusplus.github.io/CWG/issues/1359.html">1359</a></td>
7963 <td><TT>constexpr
</TT> union constructors
</td>
7964 <td class=
"full" align=
"center">Clang
3.5</td>
7967 <td><a href=
"https://cplusplus.github.io/CWG/issues/1360.html">1360</a></td>
7969 <td><TT>constexpr
</TT> defaulted default constructors
</td>
7970 <td class=
"none" align=
"center">Unknown
</td>
7973 <td><a href=
"https://cplusplus.github.io/CWG/issues/1361.html">1361</a></td>
7975 <td>Requirement on
<I>brace-or-equal-initializer
</I>s of literal types
</td>
7976 <td class=
"none" align=
"center">Unknown
</td>
7979 <td><a href=
"https://cplusplus.github.io/CWG/issues/1362.html">1362</a></td>
7981 <td>Complete type required for implicit conversion to
<TT>T
&</TT></td>
7982 <td class=
"none" align=
"center">Unknown
</td>
7985 <td><a href=
"https://cplusplus.github.io/CWG/issues/1363.html">1363</a></td>
7987 <td>Triviality vs multiple default constructors
</td>
7988 <td class=
"none" align=
"center">Unknown
</td>
7991 <td><a href=
"https://cplusplus.github.io/CWG/issues/1364.html">1364</a></td>
7993 <td><TT>constexpr
</TT> function parameters
</td>
7994 <td class=
"none" align=
"center">Unknown
</td>
7997 <td><a href=
"https://cplusplus.github.io/CWG/issues/1365.html">1365</a></td>
7999 <td>Calling undefined
<TT>constexpr
</TT> functions
</td>
8000 <td class=
"none" align=
"center">Unknown
</td>
8003 <td><a href=
"https://cplusplus.github.io/CWG/issues/1366.html">1366</a></td>
8005 <td>Deleted
<TT>constexpr
</TT> constructors and virtual base classes
</td>
8006 <td class=
"none" align=
"center">Unknown
</td>
8009 <td><a href=
"https://cplusplus.github.io/CWG/issues/1367.html">1367</a></td>
8011 <td>Use of
<TT>this
</TT> in a constant expression
</td>
8012 <td class=
"none" align=
"center">Unknown
</td>
8015 <td><a href=
"https://cplusplus.github.io/CWG/issues/1368.html">1368</a></td>
8017 <td>Value initialization and defaulted constructors (part
2)
</td>
8018 <td class=
"none" align=
"center">Unknown
</td>
8021 <td><a href=
"https://cplusplus.github.io/CWG/issues/1369.html">1369</a></td>
8023 <td>Function invocation substitution of
<TT>this
</TT></td>
8024 <td class=
"none" align=
"center">Unknown
</td>
8027 <td><a href=
"https://cplusplus.github.io/CWG/issues/1370.html">1370</a></td>
8029 <td><I>identifier-list
</I> cannot contain ellipsis
</td>
8030 <td class=
"none" align=
"center">Unknown
</td>
8033 <td><a href=
"https://cplusplus.github.io/CWG/issues/1371.html">1371</a></td>
8035 <td>Deduction from
<TT>T
&&</TT> in return types
</td>
8036 <td class=
"none" align=
"center">Unknown
</td>
8039 <td><a href=
"https://cplusplus.github.io/CWG/issues/1372.html">1372</a></td>
8041 <td>Cross-references incorrect in conversion function template argument deduction
</td>
8042 <td class=
"none" align=
"center">Unknown
</td>
8045 <td><a href=
"https://cplusplus.github.io/CWG/issues/1373.html">1373</a></td>
8047 <td>Overload resolution changes matching reference-binding changes
</td>
8048 <td class=
"none" align=
"center">Unknown
</td>
8051 <td><a href=
"https://cplusplus.github.io/CWG/issues/1374.html">1374</a></td>
8053 <td>Qualification conversion vs difference in reference binding
</td>
8054 <td class=
"none" align=
"center">Unknown
</td>
8057 <td><a href=
"https://cplusplus.github.io/CWG/issues/1375.html">1375</a></td>
8059 <td>Reference to anonymous union?
</td>
8060 <td class=
"none" align=
"center">Unknown
</td>
8063 <td><a href=
"https://cplusplus.github.io/CWG/issues/1376.html">1376</a></td>
8065 <td><TT>static_cast
</TT> of temporary to rvalue reference
</td>
8066 <td class=
"none" align=
"center">Unknown
</td>
8069 <td><a href=
"https://cplusplus.github.io/CWG/issues/1377.html">1377</a></td>
8071 <td>Access declarations not mentioned in Annex C
</td>
8072 <td class=
"none" align=
"center">Unknown
</td>
8075 <td><a href=
"https://cplusplus.github.io/CWG/issues/1378.html">1378</a></td>
8077 <td>When is an instantiation required?
</td>
8078 <td class=
"none" align=
"center">Unknown
</td>
8081 <td><a href=
"https://cplusplus.github.io/CWG/issues/1379.html">1379</a></td>
8083 <td>Is
<TT>std::initializer_list
</TT> an aggregate?
</td>
8084 <td class=
"none" align=
"center">Unknown
</td>
8087 <td><a href=
"https://cplusplus.github.io/CWG/issues/1380.html">1380</a></td>
8089 <td>Type definitions in
<I>template-parameter
</I> <I>parameter-declaration
</I>s
</td>
8090 <td class=
"none" align=
"center">Unknown
</td>
8093 <td><a href=
"https://cplusplus.github.io/CWG/issues/1381.html">1381</a></td>
8095 <td>Implicitly-declared special member functions and default
<TT>nothrow
</TT></td>
8096 <td class=
"none" align=
"center">Unknown
</td>
8099 <td><a href=
"https://cplusplus.github.io/CWG/issues/1382.html">1382</a></td>
8101 <td>Dead code for constructor names
</td>
8102 <td class=
"none" align=
"center">Unknown
</td>
8105 <td><a href=
"https://cplusplus.github.io/CWG/issues/1383.html">1383</a></td>
8107 <td>Clarifying discarded-value expressions
</td>
8108 <td class=
"none" align=
"center">Unknown
</td>
8111 <td><a href=
"https://cplusplus.github.io/CWG/issues/1384.html">1384</a></td>
8113 <td><TT>reinterpret_cast
</TT> in constant expressions
</td>
8114 <td class=
"none" align=
"center">Unknown
</td>
8117 <td><a href=
"https://cplusplus.github.io/CWG/issues/1385.html">1385</a></td>
8119 <td>Syntactic forms of conversion functions for surrogate call functions
</td>
8120 <td class=
"none" align=
"center">Unknown
</td>
8123 <td><a href=
"https://cplusplus.github.io/CWG/issues/1386.html">1386</a></td>
8125 <td>Explicitly-specified partial argument list with multiple parameter packs
</td>
8126 <td class=
"none" align=
"center">Unknown
</td>
8129 <td><a href=
"https://cplusplus.github.io/CWG/issues/1387.html">1387</a></td>
8131 <td>Missing non-deduced context for
<TT>decltype
</TT></td>
8132 <td class=
"none" align=
"center">Unknown
</td>
8135 <td><a href=
"https://cplusplus.github.io/CWG/issues/1388.html">1388</a></td>
8137 <td>Missing non-deduced context following a function parameter pack
</td>
8138 <td class=
"full" align=
"center">Clang
4</td>
8141 <td><a href=
"https://cplusplus.github.io/CWG/issues/1389.html">1389</a></td>
8143 <td>Recursive reference in
<I>trailing-return-type
</I></td>
8144 <td class=
"none" align=
"center">Unknown
</td>
8146 <tr class=
"open" id=
"1390">
8147 <td><a href=
"https://cplusplus.github.io/CWG/issues/1390.html">1390</a></td>
8149 <td>Dependency of alias template specializations
</td>
8150 <td align=
"center">Not resolved
</td>
8153 <td><a href=
"https://cplusplus.github.io/CWG/issues/1391.html">1391</a></td>
8155 <td>Conversions to parameter types with non-deduced template arguments
</td>
8156 <td class=
"partial" align=
"center">Partial
</td>
8159 <td><a href=
"https://cplusplus.github.io/CWG/issues/1392.html">1392</a></td>
8161 <td>Explicit conversion functions for references and non-references
</td>
8162 <td class=
"none" align=
"center">Unknown
</td>
8165 <td><a href=
"https://cplusplus.github.io/CWG/issues/1393.html">1393</a></td>
8167 <td>Pack expansions in
<I>using-declaration
</I>s
</td>
8168 <td class=
"none" align=
"center">Unknown
</td>
8171 <td><a href=
"https://cplusplus.github.io/CWG/issues/1394.html">1394</a></td>
8173 <td>Incomplete types as parameters of deleted functions
</td>
8174 <td class=
"full" align=
"center">Clang
15</td>
8177 <td><a href=
"https://cplusplus.github.io/CWG/issues/1395.html">1395</a></td>
8179 <td>Partial ordering of variadic templates reconsidered
</td>
8180 <td class=
"full" align=
"center">Clang
16</td>
8183 <td><a href=
"https://cplusplus.github.io/CWG/issues/1396.html">1396</a></td>
8185 <td>Deferred instantiation and checking of non-static data member initializers
</td>
8186 <td class=
"none" align=
"center">Unknown
</td>
8189 <td><a href=
"https://cplusplus.github.io/CWG/issues/1397.html">1397</a></td>
8191 <td>Class completeness in non-static data member initializers
</td>
8192 <td class=
"full" align=
"center">Clang
3.2</td>
8195 <td><a href=
"https://cplusplus.github.io/CWG/issues/1398.html">1398</a></td>
8197 <td>Non-type template parameters of type
<TT>std::nullptr_t
</TT></td>
8198 <td class=
"none" align=
"center">Unknown
</td>
8201 <td><a href=
"https://cplusplus.github.io/CWG/issues/1399.html">1399</a></td>
8203 <td>Deduction with multiple function parameter packs
</td>
8204 <td class=
"full" align=
"center">Duplicate of
<a href=
"#1388">1388</a></td>
8207 <td><a href=
"https://cplusplus.github.io/CWG/issues/1400.html">1400</a></td>
8209 <td>Function pointer equality
</td>
8210 <td class=
"none" align=
"center">Unknown
</td>
8213 <td><a href=
"https://cplusplus.github.io/CWG/issues/1401.html">1401</a></td>
8215 <td>Similar types and reference compatibility
</td>
8216 <td class=
"none" align=
"center">Unknown
</td>
8219 <td><a href=
"https://cplusplus.github.io/CWG/issues/1402.html">1402</a></td>
8221 <td>Move functions too often deleted
</td>
8222 <td class=
"none" align=
"center">Unknown
</td>
8225 <td><a href=
"https://cplusplus.github.io/CWG/issues/1403.html">1403</a></td>
8227 <td>Universal-character-names in comments
</td>
8228 <td class=
"none" align=
"center">Unknown
</td>
8230 <tr class=
"open" id=
"1404">
8231 <td><a href=
"https://cplusplus.github.io/CWG/issues/1404.html">1404</a></td>
8233 <td>Object reallocation in unions
</td>
8234 <td align=
"center">Not resolved
</td>
8237 <td><a href=
"https://cplusplus.github.io/CWG/issues/1405.html">1405</a></td>
8239 <td><TT>constexpr
</TT> and mutable members of literal types
</td>
8240 <td class=
"none" align=
"center">Unknown
</td>
8243 <td><a href=
"https://cplusplus.github.io/CWG/issues/1406.html">1406</a></td>
8245 <td><I>ref-qualifier
</I>s and added parameters of non-static member function templates
</td>
8246 <td class=
"none" align=
"center">Unknown
</td>
8249 <td><a href=
"https://cplusplus.github.io/CWG/issues/1407.html">1407</a></td>
8251 <td>Integral to
<TT>bool
</TT> conversion in converted constant expressions
</td>
8252 <td class=
"none" align=
"center">Unknown
</td>
8255 <td><a href=
"https://cplusplus.github.io/CWG/issues/1408.html">1408</a></td>
8257 <td>What is
“the same aggregate initialization?
”</td>
8258 <td class=
"none" align=
"center">Unknown
</td>
8261 <td><a href=
"https://cplusplus.github.io/CWG/issues/1409.html">1409</a></td>
8263 <td>What is the second standard conversion sequence of a list-initialization sequence?
</td>
8264 <td class=
"none" align=
"center">Unknown
</td>
8267 <td><a href=
"https://cplusplus.github.io/CWG/issues/1410.html">1410</a></td>
8269 <td>Reference overload tiebreakers should apply to rvalue references
</td>
8270 <td class=
"none" align=
"center">Unknown
</td>
8273 <td><a href=
"https://cplusplus.github.io/CWG/issues/1411.html">1411</a></td>
8275 <td>More on global scope
<TT>::
</TT> in
<I>nested-name-specifier
</I></td>
8276 <td class=
"none" align=
"center">Unknown
</td>
8279 <td><a href=
"https://cplusplus.github.io/CWG/issues/1412.html">1412</a></td>
8281 <td>Problems in specifying pointer conversions
</td>
8282 <td class=
"none" align=
"center">Unknown
</td>
8285 <td><a href=
"https://cplusplus.github.io/CWG/issues/1413.html">1413</a></td>
8287 <td>Missing cases of value-dependency
</td>
8288 <td class=
"full" align=
"center">Clang
12</td>
8290 <tr class=
"open" id=
"1414">
8291 <td><a href=
"https://cplusplus.github.io/CWG/issues/1414.html">1414</a></td>
8293 <td>Binding an rvalue reference to a reference-unrelated lvalue
</td>
8294 <td align=
"center">Not resolved
</td>
8297 <td><a href=
"https://cplusplus.github.io/CWG/issues/1415.html">1415</a></td>
8299 <td>Missing prohibition of block-scope definition of
<TT>extern
</TT> object
</td>
8300 <td class=
"none" align=
"center">Unknown
</td>
8303 <td><a href=
"https://cplusplus.github.io/CWG/issues/1416.html">1416</a></td>
8305 <td>Function cv-qualifiers and
<TT>typeid
</TT></td>
8306 <td class=
"none" align=
"center">Unknown
</td>
8309 <td><a href=
"https://cplusplus.github.io/CWG/issues/1417.html">1417</a></td>
8311 <td>Pointers/references to functions with cv-qualifiers or
<I>ref-qualifier
</I></td>
8312 <td class=
"none" align=
"center">Unknown
</td>
8315 <td><a href=
"https://cplusplus.github.io/CWG/issues/1418.html">1418</a></td>
8317 <td>Type of
<TT>initializer_list
</TT> backing array
</td>
8318 <td class=
"none" align=
"center">Unknown
</td>
8321 <td><a href=
"https://cplusplus.github.io/CWG/issues/1419.html">1419</a></td>
8323 <td>Evaluation order in aggregate initialization
</td>
8324 <td class=
"none" align=
"center">Unknown
</td>
8327 <td><a href=
"https://cplusplus.github.io/CWG/issues/1420.html">1420</a></td>
8329 <td>Abstract final classes
</td>
8330 <td class=
"none" align=
"center">Unknown
</td>
8333 <td><a href=
"https://cplusplus.github.io/CWG/issues/1421.html">1421</a></td>
8335 <td>Full expressions and aggregate initialization
</td>
8336 <td class=
"none" align=
"center">Unknown
</td>
8339 <td><a href=
"https://cplusplus.github.io/CWG/issues/1422.html">1422</a></td>
8341 <td>Type of character literals containing universal-character-names
</td>
8342 <td class=
"none" align=
"center">Unknown
</td>
8345 <td><a href=
"https://cplusplus.github.io/CWG/issues/1423.html">1423</a></td>
8347 <td>Convertibility of
<TT>nullptr
</TT> to
<TT>bool
</TT></td>
8348 <td class=
"full" align=
"center">Clang
11</td>
8351 <td><a href=
"https://cplusplus.github.io/CWG/issues/1424.html">1424</a></td>
8353 <td>When must sub-object destructors be accessible?
</td>
8354 <td class=
"none" align=
"center">Unknown
</td>
8357 <td><a href=
"https://cplusplus.github.io/CWG/issues/1425.html">1425</a></td>
8359 <td>Base-class subobjects of standard-layout structs
</td>
8360 <td class=
"na" align=
"center">N/A (ABI constraint)
</td>
8363 <td><a href=
"https://cplusplus.github.io/CWG/issues/1426.html">1426</a></td>
8365 <td>Allowing additional parameter types in defaulted functions
</td>
8366 <td class=
"none" align=
"center">Unknown
</td>
8369 <td><a href=
"https://cplusplus.github.io/CWG/issues/1427.html">1427</a></td>
8371 <td>Default constructor and deleted or inaccessible destructors
</td>
8372 <td class=
"none" align=
"center">Unknown
</td>
8375 <td><a href=
"https://cplusplus.github.io/CWG/issues/1428.html">1428</a></td>
8377 <td>Dynamic const objects
</td>
8378 <td class=
"none" align=
"center">Unknown
</td>
8381 <td><a href=
"https://cplusplus.github.io/CWG/issues/1429.html">1429</a></td>
8383 <td>Scope of a member template's template parameter
</td>
8384 <td class=
"none" align=
"center">Unknown
</td>
8386 <tr class=
"open" id=
"1430">
8387 <td><a href=
"https://cplusplus.github.io/CWG/issues/1430.html">1430</a></td>
8389 <td>Pack expansion into fixed alias template parameter list
</td>
8390 <td align=
"center">Not resolved
</td>
8393 <td><a href=
"https://cplusplus.github.io/CWG/issues/1431.html">1431</a></td>
8395 <td>Exceptions from other than
<I>throw-expression
</I>s
</td>
8396 <td class=
"none" align=
"center">Unknown
</td>
8399 <td><a href=
"https://cplusplus.github.io/CWG/issues/1432.html">1432</a></td>
8401 <td>Newly-ambiguous variadic template expansions
</td>
8402 <td class=
"full" align=
"center">Clang
16</td>
8405 <td><a href=
"https://cplusplus.github.io/CWG/issues/1433.html">1433</a></td>
8407 <td><I>trailing-return-type
</I> and point of declaration
</td>
8408 <td class=
"none" align=
"center">Unknown
</td>
8411 <td><a href=
"https://cplusplus.github.io/CWG/issues/1434.html">1434</a></td>
8413 <td>Parenthesized
<I>braced-init-list
</I></td>
8414 <td class=
"none" align=
"center">Unknown
</td>
8417 <td><a href=
"https://cplusplus.github.io/CWG/issues/1435.html">1435</a></td>
8419 <td><I>template-id
</I> as the declarator for a class template constructor
</td>
8420 <td class=
"none" align=
"center">Unknown
</td>
8422 <tr class=
"open" id=
"1436">
8423 <td><a href=
"https://cplusplus.github.io/CWG/issues/1436.html">1436</a></td>
8425 <td>Interaction of constant expression changes with preprocessor expressions
</td>
8426 <td align=
"center">Not resolved
</td>
8429 <td><a href=
"https://cplusplus.github.io/CWG/issues/1437.html">1437</a></td>
8431 <td><TT>alignas
</TT> in
<I>alias-declaration
</I></td>
8432 <td class=
"none" align=
"center">Unknown
</td>
8435 <td><a href=
"https://cplusplus.github.io/CWG/issues/1438.html">1438</a></td>
8437 <td>Non-dereference use of invalid pointers
</td>
8438 <td class=
"none" align=
"center">Unknown
</td>
8441 <td><a href=
"https://cplusplus.github.io/CWG/issues/1439.html">1439</a></td>
8443 <td>Lookup and friend template declarations
</td>
8444 <td class=
"none" align=
"center">Unknown
</td>
8447 <td><a href=
"https://cplusplus.github.io/CWG/issues/1440.html">1440</a></td>
8449 <td>Acceptable
<I>decltype-specifier
</I>s used as
<I>nested-name-specifier
</I>s
</td>
8450 <td class=
"none" align=
"center">Unknown
</td>
8453 <td><a href=
"https://cplusplus.github.io/CWG/issues/1441.html">1441</a></td>
8455 <td>Unclear wording for signal handler restrictions
</td>
8456 <td class=
"none" align=
"center">Unknown
</td>
8459 <td><a href=
"https://cplusplus.github.io/CWG/issues/1442.html">1442</a></td>
8461 <td>Argument-dependent lookup in the range-based
<TT>for
</TT></td>
8462 <td class=
"none" align=
"center">Unknown
</td>
8465 <td><a href=
"https://cplusplus.github.io/CWG/issues/1443.html">1443</a></td>
8467 <td>Default arguments and non-static data members
</td>
8468 <td class=
"full" align=
"center">Yes
</td>
8470 <tr class=
"open" id=
"1444">
8471 <td><a href=
"https://cplusplus.github.io/CWG/issues/1444.html">1444</a></td>
8473 <td>Type adjustments of non-type template parameters
</td>
8474 <td align=
"center">Not resolved
</td>
8477 <td><a href=
"https://cplusplus.github.io/CWG/issues/1445.html">1445</a></td>
8479 <td>Argument-dependent lookup of
<TT>begin
</TT> and
<TT>end
</TT></td>
8480 <td class=
"none" align=
"center">Unknown
</td>
8483 <td><a href=
"https://cplusplus.github.io/CWG/issues/1446.html">1446</a></td>
8485 <td>Member function with no
<I>ref-qualifier
</I> and non-member function with rvalue reference
</td>
8486 <td class=
"none" align=
"center">Unknown
</td>
8489 <td><a href=
"https://cplusplus.github.io/CWG/issues/1447.html">1447</a></td>
8491 <td><TT>static_cast
</TT> of bit-field lvalue to rvalue reference
</td>
8492 <td class=
"none" align=
"center">Unknown
</td>
8495 <td><a href=
"https://cplusplus.github.io/CWG/issues/1448.html">1448</a></td>
8497 <td>Integral values of type
<TT>bool
</TT></td>
8498 <td class=
"none" align=
"center">Unknown
</td>
8501 <td><a href=
"https://cplusplus.github.io/CWG/issues/1449.html">1449</a></td>
8503 <td>Narrowing conversion of negative value to unsigned type
</td>
8504 <td class=
"none" align=
"center">Unknown
</td>
8507 <td><a href=
"https://cplusplus.github.io/CWG/issues/1450.html">1450</a></td>
8509 <td><TT>INT_MIN % -
1</TT></td>
8510 <td class=
"none" align=
"center">Unknown
</td>
8513 <td><a href=
"https://cplusplus.github.io/CWG/issues/1451.html">1451</a></td>
8515 <td>Objects with no linkage in non-type template arguments
</td>
8516 <td class=
"none" align=
"center">Unknown
</td>
8519 <td><a href=
"https://cplusplus.github.io/CWG/issues/1452.html">1452</a></td>
8521 <td>Value-initialized objects may be constants
</td>
8522 <td class=
"none" align=
"center">Unknown
</td>
8525 <td><a href=
"https://cplusplus.github.io/CWG/issues/1453.html">1453</a></td>
8527 <td>Volatile members in literal classes?
</td>
8528 <td class=
"none" align=
"center">Unknown
</td>
8531 <td><a href=
"https://cplusplus.github.io/CWG/issues/1454.html">1454</a></td>
8533 <td>Passing constants through
<TT>constexpr
</TT> functions via references
</td>
8534 <td class=
"none" align=
"center">Unknown
</td>
8537 <td><a href=
"https://cplusplus.github.io/CWG/issues/1455.html">1455</a></td>
8539 <td>Lvalue converted constant expressions
</td>
8540 <td class=
"none" align=
"center">Unknown
</td>
8543 <td><a href=
"https://cplusplus.github.io/CWG/issues/1456.html">1456</a></td>
8545 <td>Address constant expression designating the one-past-the-end address
</td>
8546 <td class=
"none" align=
"center">Unknown
</td>
8549 <td><a href=
"https://cplusplus.github.io/CWG/issues/1457.html">1457</a></td>
8551 <td>Undefined behavior in left-shift
</td>
8552 <td class=
"none" align=
"center">Unknown
</td>
8555 <td><a href=
"https://cplusplus.github.io/CWG/issues/1458.html">1458</a></td>
8557 <td>Address of incomplete type vs
<TT>operator
&()
</TT></td>
8558 <td class=
"none" align=
"center">Unknown
</td>
8560 <tr class=
"open" id=
"1459">
8561 <td><a href=
"https://cplusplus.github.io/CWG/issues/1459.html">1459</a></td>
8563 <td>Reference-binding tiebreakers in overload resolution
</td>
8564 <td align=
"center">Not resolved
</td>
8567 <td><a href=
"https://cplusplus.github.io/CWG/issues/1460.html">1460</a></td>
8569 <td>What is an empty union?
</td>
8570 <td class=
"full" align=
"center">Clang
3.5</td>
8573 <td><a href=
"https://cplusplus.github.io/CWG/issues/1461.html">1461</a></td>
8575 <td>Narrowing conversions to bit-fields
</td>
8576 <td class=
"none" align=
"center">Unknown
</td>
8579 <td><a href=
"https://cplusplus.github.io/CWG/issues/1462.html">1462</a></td>
8581 <td>Deduction failure vs
“ill-formed, no diagnostic required
”</td>
8582 <td class=
"none" align=
"center">Unknown
</td>
8584 <tr class=
"open" id=
"1463">
8585 <td><a href=
"https://cplusplus.github.io/CWG/issues/1463.html">1463</a></td>
8587 <td><TT>extern
"C"</TT> alias templates
</td>
8588 <td align=
"center">Not resolved
</td>
8591 <td><a href=
"https://cplusplus.github.io/CWG/issues/1464.html">1464</a></td>
8593 <td>Negative array bound in a
<I>new-expression
</I></td>
8594 <td class=
"none" align=
"center">Unknown
</td>
8597 <td><a href=
"https://cplusplus.github.io/CWG/issues/1465.html">1465</a></td>
8599 <td><TT>noexcept
</TT> and
<TT>std::bad_array_new_length
</TT></td>
8600 <td class=
"none" align=
"center">Unknown
</td>
8603 <td><a href=
"https://cplusplus.github.io/CWG/issues/1466.html">1466</a></td>
8605 <td>Visible sequences of side effects are redundant
</td>
8606 <td class=
"none" align=
"center">Unknown
</td>
8609 <td><a href=
"https://cplusplus.github.io/CWG/issues/1467.html">1467</a></td>
8611 <td>List-initialization of aggregate from same-type object
</td>
8612 <td class=
"full" align=
"center">Clang
3.7 (C++
11 onwards)
</td>
8615 <td><a href=
"https://cplusplus.github.io/CWG/issues/1468.html">1468</a></td>
8617 <td><TT>typeid
</TT>, overload resolution, and implicit lambda capture
</td>
8618 <td class=
"none" align=
"center">Unknown
</td>
8621 <td><a href=
"https://cplusplus.github.io/CWG/issues/1469.html">1469</a></td>
8623 <td>Omitted bound in array
<I>new-expression
</I></td>
8624 <td class=
"none" align=
"center">Unknown
</td>
8627 <td><a href=
"https://cplusplus.github.io/CWG/issues/1470.html">1470</a></td>
8629 <td>Thread migration
</td>
8630 <td class=
"none" align=
"center">Unknown
</td>
8633 <td><a href=
"https://cplusplus.github.io/CWG/issues/1471.html">1471</a></td>
8635 <td>Nested type of non-dependent base
</td>
8636 <td class=
"none" align=
"center">Unknown
</td>
8639 <td><a href=
"https://cplusplus.github.io/CWG/issues/1472.html">1472</a></td>
8641 <td>odr-use of reference variables
</td>
8642 <td class=
"none" align=
"center">Unknown
</td>
8645 <td><a href=
"https://cplusplus.github.io/CWG/issues/1473.html">1473</a></td>
8647 <td>Syntax of
<I>literal-operator-id
</I></td>
8648 <td class=
"none" align=
"center">Unknown
</td>
8651 <td><a href=
"https://cplusplus.github.io/CWG/issues/1474.html">1474</a></td>
8653 <td>User-defined literals and
<TT><inttypes.h
></TT> format macros
</td>
8654 <td class=
"none" align=
"center">Unknown
</td>
8657 <td><a href=
"https://cplusplus.github.io/CWG/issues/1475.html">1475</a></td>
8659 <td>Errors in
<TT>[[carries_dependency]]
</TT> example
</td>
8660 <td class=
"none" align=
"center">Unknown
</td>
8663 <td><a href=
"https://cplusplus.github.io/CWG/issues/1476.html">1476</a></td>
8665 <td>Definition of user-defined type
</td>
8666 <td class=
"none" align=
"center">Unknown
</td>
8669 <td><a href=
"https://cplusplus.github.io/CWG/issues/1477.html">1477</a></td>
8671 <td>Definition of a
<TT>friend
</TT> outside its namespace
</td>
8672 <td class=
"none" align=
"center">Unknown
</td>
8675 <td><a href=
"https://cplusplus.github.io/CWG/issues/1478.html">1478</a></td>
8677 <td><TT>template
</TT> keyword for dependent template template arguments
</td>
8678 <td class=
"none" align=
"center">Unknown
</td>
8681 <td><a href=
"https://cplusplus.github.io/CWG/issues/1479.html">1479</a></td>
8683 <td>Literal operators and default arguments
</td>
8684 <td class=
"full" align=
"center">Yes
</td>
8687 <td><a href=
"https://cplusplus.github.io/CWG/issues/1480.html">1480</a></td>
8689 <td>Constant initialization via non-constant temporary
</td>
8690 <td class=
"none" align=
"center">Unknown
</td>
8693 <td><a href=
"https://cplusplus.github.io/CWG/issues/1481.html">1481</a></td>
8695 <td>Increment/decrement operators with reference parameters
</td>
8696 <td class=
"none" align=
"center">Unknown
</td>
8699 <td><a href=
"https://cplusplus.github.io/CWG/issues/1482.html">1482</a></td>
8701 <td>Point of declaration of enumeration
</td>
8702 <td class=
"full" align=
"center">Yes
</td>
8705 <td><a href=
"https://cplusplus.github.io/CWG/issues/1483.html">1483</a></td>
8707 <td>Non-dependent
<I>static_assert-declaration
</I>s
</td>
8708 <td class=
"none" align=
"center">Unknown
</td>
8711 <td><a href=
"https://cplusplus.github.io/CWG/issues/1484.html">1484</a></td>
8713 <td>Unused local classes of function templates
</td>
8714 <td class=
"none" align=
"center">Unknown
</td>
8716 <tr class=
"open" id=
"1485">
8717 <td><a href=
"https://cplusplus.github.io/CWG/issues/1485.html">1485</a></td>
8719 <td>Out-of-class definition of member unscoped opaque enumeration
</td>
8720 <td align=
"center">Not resolved
</td>
8722 <tr class=
"open" id=
"1486">
8723 <td><a href=
"https://cplusplus.github.io/CWG/issues/1486.html">1486</a></td>
8725 <td>Base-derived conversion in member pointer deduction
</td>
8726 <td align=
"center">Not resolved
</td>
8729 <td><a href=
"https://cplusplus.github.io/CWG/issues/1487.html">1487</a></td>
8731 <td>When are inheriting constructors declared?
</td>
8732 <td class=
"none" align=
"center">Unknown
</td>
8734 <tr class=
"open" id=
"1488">
8735 <td><a href=
"https://cplusplus.github.io/CWG/issues/1488.html">1488</a></td>
8737 <td><I>abstract-pack-declarator
</I>s in
<I>type-id
</I>s
</td>
8738 <td align=
"center">Not resolved
</td>
8741 <td><a href=
"https://cplusplus.github.io/CWG/issues/1489.html">1489</a></td>
8743 <td>Is value-initialization of an array constant initialization?
</td>
8744 <td class=
"none" align=
"center">Unknown
</td>
8747 <td><a href=
"https://cplusplus.github.io/CWG/issues/1490.html">1490</a></td>
8749 <td>List-initialization from a string literal
</td>
8750 <td class=
"full" align=
"center">Clang
3.7 (C++
11 onwards)
</td>
8753 <td><a href=
"https://cplusplus.github.io/CWG/issues/1491.html">1491</a></td>
8755 <td>Move construction and rvalue reference members
</td>
8756 <td class=
"none" align=
"center">Unknown
</td>
8759 <td><a href=
"https://cplusplus.github.io/CWG/issues/1492.html">1492</a></td>
8761 <td>Exception specifications on template destructors
</td>
8762 <td class=
"none" align=
"center">Unknown
</td>
8765 <td><a href=
"https://cplusplus.github.io/CWG/issues/1493.html">1493</a></td>
8767 <td>Criteria for move-construction
</td>
8768 <td class=
"none" align=
"center">Unknown
</td>
8771 <td><a href=
"https://cplusplus.github.io/CWG/issues/1494.html">1494</a></td>
8773 <td>Temporary initialization for reference binding in list-initialization
</td>
8774 <td class=
"none" align=
"center">Unknown
</td>
8777 <td><a href=
"https://cplusplus.github.io/CWG/issues/1495.html">1495</a></td>
8779 <td>Partial specialization of variadic class template
</td>
8780 <td class=
"full" align=
"center">Clang
4</td>
8783 <td><a href=
"https://cplusplus.github.io/CWG/issues/1496.html">1496</a></td>
8785 <td>Triviality with deleted and missing default constructors
</td>
8786 <td class=
"none" align=
"center">No
</td>
8789 <td><a href=
"https://cplusplus.github.io/CWG/issues/1497.html">1497</a></td>
8791 <td>Aggregate initialization with parenthesized string literal
</td>
8792 <td class=
"none" align=
"center">Unknown
</td>
8795 <td><a href=
"https://cplusplus.github.io/CWG/issues/1498.html">1498</a></td>
8797 <td>Lifetime of temporaries in range-based
<TT>for
</TT></td>
8798 <td class=
"none" align=
"center">Unknown
</td>
8800 <tr class=
"open" id=
"1499">
8801 <td><a href=
"https://cplusplus.github.io/CWG/issues/1499.html">1499</a></td>
8803 <td>Missing case for deleted move assignment operator
</td>
8804 <td align=
"center">Not resolved
</td>
8807 <td><a href=
"https://cplusplus.github.io/CWG/issues/1500.html">1500</a></td>
8809 <td>Name lookup of dependent conversion function
</td>
8810 <td class=
"none" align=
"center">Unknown
</td>
8813 <td><a href=
"https://cplusplus.github.io/CWG/issues/1501.html">1501</a></td>
8815 <td>Nested braces in list-initialization
</td>
8816 <td class=
"none" align=
"center">Unknown
</td>
8819 <td><a href=
"https://cplusplus.github.io/CWG/issues/1502.html">1502</a></td>
8821 <td>Value initialization of unions with member initializers
</td>
8822 <td class=
"none" align=
"center">Unknown
</td>
8825 <td><a href=
"https://cplusplus.github.io/CWG/issues/1503.html">1503</a></td>
8827 <td>Exceptions during copy to exception object
</td>
8828 <td class=
"none" align=
"center">Unknown
</td>
8831 <td><a href=
"https://cplusplus.github.io/CWG/issues/1504.html">1504</a></td>
8833 <td>Pointer arithmetic after derived-base conversion
</td>
8834 <td class=
"none" align=
"center">Unknown
</td>
8837 <td><a href=
"https://cplusplus.github.io/CWG/issues/1505.html">1505</a></td>
8839 <td>Direct binding of reference to temporary in list-initialization
</td>
8840 <td class=
"none" align=
"center">Unknown
</td>
8843 <td><a href=
"https://cplusplus.github.io/CWG/issues/1506.html">1506</a></td>
8845 <td>Value category of
<TT>initializer_list
</TT> object
</td>
8846 <td class=
"none" align=
"center">Unknown
</td>
8849 <td><a href=
"https://cplusplus.github.io/CWG/issues/1507.html">1507</a></td>
8851 <td>Value initialization with trivial inaccessible default constructor
</td>
8852 <td class=
"none" align=
"center">Unknown
</td>
8855 <td><a href=
"https://cplusplus.github.io/CWG/issues/1508.html">1508</a></td>
8857 <td>Template initializer-list constructors
</td>
8858 <td class=
"none" align=
"center">Unknown
</td>
8861 <td><a href=
"https://cplusplus.github.io/CWG/issues/1509.html">1509</a></td>
8863 <td>Definition of
“non-template function
”</td>
8864 <td class=
"none" align=
"center">Unknown
</td>
8867 <td><a href=
"https://cplusplus.github.io/CWG/issues/1510.html">1510</a></td>
8869 <td>cv-qualified references via
<TT>decltype
</TT></td>
8870 <td class=
"none" align=
"center">Unknown
</td>
8873 <td><a href=
"https://cplusplus.github.io/CWG/issues/1511.html">1511</a></td>
8875 <td><TT>const volatile
</TT> variables and the one-definition rule
</td>
8876 <td class=
"none" align=
"center">Unknown
</td>
8879 <td><a href=
"https://cplusplus.github.io/CWG/issues/1512.html">1512</a></td>
8881 <td>Pointer comparison vs qualification conversions
</td>
8882 <td class=
"full" align=
"center">Clang
4</td>
8884 <tr class=
"open" id=
"1513">
8885 <td><a href=
"https://cplusplus.github.io/CWG/issues/1513.html">1513</a></td>
8887 <td><TT>initializer_list
</TT> deduction failure
</td>
8888 <td align=
"center">Not resolved
</td>
8891 <td><a href=
"https://cplusplus.github.io/CWG/issues/1514.html">1514</a></td>
8893 <td>Ambiguity between enumeration definition and zero-length bit-field
</td>
8894 <td class=
"full" align=
"center">Clang
11</td>
8897 <td><a href=
"https://cplusplus.github.io/CWG/issues/1515.html">1515</a></td>
8899 <td>Modulo
2<SUP><I>n
</I></SUP> arithmetic for implicitly-unsigned types
</td>
8900 <td class=
"none" align=
"center">Unknown
</td>
8903 <td><a href=
"https://cplusplus.github.io/CWG/issues/1516.html">1516</a></td>
8905 <td>Definition of
“virtual function call
”</td>
8906 <td class=
"none" align=
"center">Unknown
</td>
8908 <tr class=
"open" id=
"1517">
8909 <td><a href=
"https://cplusplus.github.io/CWG/issues/1517.html">1517</a></td>
8911 <td>Unclear/missing description of behavior during construction/destruction
</td>
8912 <td align=
"center">Not resolved
</td>
8915 <td><a href=
"https://cplusplus.github.io/CWG/issues/1518.html">1518</a></td>
8917 <td>Explicit default constructors and copy-list-initialization
</td>
8918 <td class=
"full" align=
"center">Clang
4</td>
8921 <td><a href=
"https://cplusplus.github.io/CWG/issues/1519.html">1519</a></td>
8923 <td>Conflicting default and variadic constructors
</td>
8924 <td class=
"none" align=
"center">Unknown
</td>
8927 <td><a href=
"https://cplusplus.github.io/CWG/issues/1520.html">1520</a></td>
8929 <td>Alias template specialization vs pack expansion
</td>
8930 <td class=
"none" align=
"center">Unknown
</td>
8932 <tr class=
"open" id=
"1521">
8933 <td><a href=
"https://cplusplus.github.io/CWG/issues/1521.html">1521</a></td>
8935 <td><TT>T{
</TT><I>expr
</I><TT>}
</TT> with reference types
</td>
8936 <td align=
"center">Not resolved
</td>
8939 <td><a href=
"https://cplusplus.github.io/CWG/issues/1522.html">1522</a></td>
8941 <td>Access checking for
<TT>initializer_list
</TT> array initialization
</td>
8942 <td class=
"none" align=
"center">Unknown
</td>
8945 <td><a href=
"https://cplusplus.github.io/CWG/issues/1523.html">1523</a></td>
8947 <td>Point of declaration in range-based
<TT>for
</TT></td>
8948 <td class=
"none" align=
"center">Unknown
</td>
8950 <tr class=
"open" id=
"1524">
8951 <td><a href=
"https://cplusplus.github.io/CWG/issues/1524.html">1524</a></td>
8953 <td>Incompletely-defined class template base
</td>
8954 <td align=
"center">Not resolved
</td>
8957 <td><a href=
"https://cplusplus.github.io/CWG/issues/1525.html">1525</a></td>
8959 <td>Array bound inference in temporary array
</td>
8960 <td class=
"none" align=
"center">Unknown
</td>
8963 <td><a href=
"https://cplusplus.github.io/CWG/issues/1526.html">1526</a></td>
8965 <td>Dependent-class lookup in the current instantiation
</td>
8966 <td class=
"none" align=
"center">Unknown
</td>
8969 <td><a href=
"https://cplusplus.github.io/CWG/issues/1527.html">1527</a></td>
8971 <td>Assignment from
<I>braced-init-list
</I></td>
8972 <td class=
"none" align=
"center">Unknown
</td>
8975 <td><a href=
"https://cplusplus.github.io/CWG/issues/1528.html">1528</a></td>
8977 <td>Repeated
<I>cv-qualifier
</I>s in declarators
</td>
8978 <td class=
"none" align=
"center">Unknown
</td>
8980 <tr class=
"open" id=
"1529">
8981 <td><a href=
"https://cplusplus.github.io/CWG/issues/1529.html">1529</a></td>
8983 <td>Nomenclature for variable vs reference non-static data member
</td>
8984 <td align=
"center">Not resolved
</td>
8986 <tr class=
"open" id=
"1530">
8987 <td><a href=
"https://cplusplus.github.io/CWG/issues/1530.html">1530</a></td>
8989 <td>Member access in out-of-lifetime objects
</td>
8990 <td align=
"center">Not resolved
</td>
8993 <td><a href=
"https://cplusplus.github.io/CWG/issues/1531.html">1531</a></td>
8995 <td>Definition of
“access
” (verb)
</td>
8996 <td class=
"none" align=
"center">Unknown
</td>
8999 <td><a href=
"https://cplusplus.github.io/CWG/issues/1532.html">1532</a></td>
9001 <td>Explicit instantiation and member templates
</td>
9002 <td class=
"none" align=
"center">Unknown
</td>
9005 <td><a href=
"https://cplusplus.github.io/CWG/issues/1533.html">1533</a></td>
9007 <td>Function pack expansion for member initialization
</td>
9008 <td class=
"none" align=
"center">Unknown
</td>
9011 <td><a href=
"https://cplusplus.github.io/CWG/issues/1534.html">1534</a></td>
9013 <td>cv-qualification of prvalue of type
“array of class
”</td>
9014 <td class=
"none" align=
"center">Unknown
</td>
9017 <td><a href=
"https://cplusplus.github.io/CWG/issues/1535.html">1535</a></td>
9019 <td><TT>typeid
</TT> in core constant expressions
</td>
9020 <td class=
"none" align=
"center">Unknown
</td>
9022 <tr class=
"open" id=
"1536">
9023 <td><a href=
"https://cplusplus.github.io/CWG/issues/1536.html">1536</a></td>
9025 <td>Overload resolution with temporary from initializer list
</td>
9026 <td align=
"center">Not resolved
</td>
9029 <td><a href=
"https://cplusplus.github.io/CWG/issues/1537.html">1537</a></td>
9031 <td>Optional compile-time evaluation of constant expressions
</td>
9032 <td class=
"none" align=
"center">Unknown
</td>
9035 <td><a href=
"https://cplusplus.github.io/CWG/issues/1538.html">1538</a></td>
9037 <td>C-style cast in
<I>braced-init-list
</I> assignment
</td>
9038 <td class=
"none" align=
"center">Unknown
</td>
9041 <td><a href=
"https://cplusplus.github.io/CWG/issues/1539.html">1539</a></td>
9043 <td>Definition of
“character type
”</td>
9044 <td class=
"none" align=
"center">Unknown
</td>
9047 <td><a href=
"https://cplusplus.github.io/CWG/issues/1540.html">1540</a></td>
9049 <td>Use of address constants in constant expressions
</td>
9050 <td class=
"none" align=
"center">Unknown
</td>
9053 <td><a href=
"https://cplusplus.github.io/CWG/issues/1541.html">1541</a></td>
9055 <td><I>cv
</I> <TT>void
</TT> return types
</td>
9056 <td class=
"none" align=
"center">Unknown
</td>
9058 <tr class=
"open" id=
"1542">
9059 <td><a href=
"https://cplusplus.github.io/CWG/issues/1542.html">1542</a></td>
9061 <td>Compound assignment of
<I>braced-init-list
</I></td>
9062 <td align=
"center">Not resolved
</td>
9065 <td><a href=
"https://cplusplus.github.io/CWG/issues/1543.html">1543</a></td>
9067 <td>Implicit conversion sequence for empty initializer list
</td>
9068 <td class=
"none" align=
"center">Unknown
</td>
9071 <td><a href=
"https://cplusplus.github.io/CWG/issues/1544.html">1544</a></td>
9073 <td>Linkage of member of unnamed namespace
</td>
9074 <td class=
"none" align=
"center">Unknown
</td>
9077 <td><a href=
"https://cplusplus.github.io/CWG/issues/1545.html">1545</a></td>
9079 <td><TT>friend
</TT> function templates defined in class templates
</td>
9080 <td class=
"none" align=
"center">Unknown
</td>
9083 <td><a href=
"https://cplusplus.github.io/CWG/issues/1546.html">1546</a></td>
9085 <td>Errors in function template default arguments
</td>
9086 <td class=
"none" align=
"center">Unknown
</td>
9089 <td><a href=
"https://cplusplus.github.io/CWG/issues/1547.html">1547</a></td>
9091 <td><TT>typename
</TT> keyword in
<I>alias-declaration
</I>s
</td>
9092 <td class=
"none" align=
"center">Unknown
</td>
9094 <tr class=
"open" id=
"1548">
9095 <td><a href=
"https://cplusplus.github.io/CWG/issues/1548.html">1548</a></td>
9097 <td>Copy/move construction and conversion functions
</td>
9098 <td align=
"center">Not resolved
</td>
9100 <tr class=
"open" id=
"1549">
9101 <td><a href=
"https://cplusplus.github.io/CWG/issues/1549.html">1549</a></td>
9103 <td>Overloaded comma operator with
<TT>void
</TT> operand
</td>
9104 <td align=
"center">Not resolved
</td>
9107 <td><a href=
"https://cplusplus.github.io/CWG/issues/1550.html">1550</a></td>
9109 <td>Parenthesized
<I>throw-expression
</I> operand of
<I>conditional-expression
</I></td>
9110 <td class=
"full" align=
"center">Yes
</td>
9113 <td><a href=
"https://cplusplus.github.io/CWG/issues/1551.html">1551</a></td>
9115 <td>Wording problems in
<I>using-declaration
</I> specification
</td>
9116 <td class=
"none" align=
"center">Unknown
</td>
9119 <td><a href=
"https://cplusplus.github.io/CWG/issues/1552.html">1552</a></td>
9121 <td><I>exception-specification
</I>s and defaulted special member functions
</td>
9122 <td class=
"none" align=
"center">Unknown
</td>
9125 <td><a href=
"https://cplusplus.github.io/CWG/issues/1553.html">1553</a></td>
9127 <td><TT>sizeof
</TT> and xvalue bit-fields
</td>
9128 <td class=
"none" align=
"center">Unknown
</td>
9130 <tr class=
"open" id=
"1554">
9131 <td><a href=
"https://cplusplus.github.io/CWG/issues/1554.html">1554</a></td>
9133 <td>Access and alias templates
</td>
9134 <td align=
"center">Not resolved
</td>
9137 <td><a href=
"https://cplusplus.github.io/CWG/issues/1555.html">1555</a></td>
9139 <td>Language linkage and function type compatibility
</td>
9140 <td class=
"none" align=
"center">Unknown
</td>
9143 <td><a href=
"https://cplusplus.github.io/CWG/issues/1556.html">1556</a></td>
9145 <td>Constructors and explicit conversion functions in direct initialization
</td>
9146 <td class=
"none" align=
"center">Unknown
</td>
9149 <td><a href=
"https://cplusplus.github.io/CWG/issues/1557.html">1557</a></td>
9151 <td>Language linkage of converted lambda function pointer
</td>
9152 <td class=
"none" align=
"center">Unknown
</td>
9155 <td><a href=
"https://cplusplus.github.io/CWG/issues/1558.html">1558</a></td>
9157 <td>Unused arguments in alias template specializations
</td>
9158 <td class=
"full" align=
"center">Clang
12</td>
9161 <td><a href=
"https://cplusplus.github.io/CWG/issues/1559.html">1559</a></td>
9163 <td>String too long in initializer list of
<I>new-expression
</I></td>
9164 <td class=
"none" align=
"center">Unknown
</td>
9167 <td><a href=
"https://cplusplus.github.io/CWG/issues/1560.html">1560</a></td>
9169 <td>Gratuitous lvalue-to-rvalue conversion in
<I>conditional-expression
</I> with
<I>throw-expression
</I> operand
</td>
9170 <td class=
"full" align=
"center">Clang
3.5</td>
9173 <td><a href=
"https://cplusplus.github.io/CWG/issues/1561.html">1561</a></td>
9175 <td>Aggregates with empty base classes
</td>
9176 <td class=
"none" align=
"center">Unknown
</td>
9179 <td><a href=
"https://cplusplus.github.io/CWG/issues/1562.html">1562</a></td>
9181 <td>Non-static data member initializers and union
<I>ctor-initializer
</I></td>
9182 <td class=
"none" align=
"center">Unknown
</td>
9185 <td><a href=
"https://cplusplus.github.io/CWG/issues/1563.html">1563</a></td>
9187 <td>List-initialization and overloaded function disambiguation
</td>
9188 <td class=
"full" align=
"center">Yes
</td>
9191 <td><a href=
"https://cplusplus.github.io/CWG/issues/1564.html">1564</a></td>
9193 <td>Template argument deduction from an initializer list
</td>
9194 <td class=
"none" align=
"center">Unknown
</td>
9197 <td><a href=
"https://cplusplus.github.io/CWG/issues/1565.html">1565</a></td>
9199 <td>Copy elision and lifetime of
<TT>initializer_list
</TT> underlying array
</td>
9200 <td class=
"none" align=
"center">Unknown
</td>
9203 <td><a href=
"https://cplusplus.github.io/CWG/issues/1566.html">1566</a></td>
9205 <td>Should
<TT>new std::initializer_list
<T
></TT> be ill-formed?
</td>
9206 <td class=
"none" align=
"center">Unknown
</td>
9209 <td><a href=
"https://cplusplus.github.io/CWG/issues/1567.html">1567</a></td>
9211 <td>Inheriting constructors and copy/move constructors
</td>
9212 <td class=
"none" align=
"center">Unknown
</td>
9215 <td><a href=
"https://cplusplus.github.io/CWG/issues/1568.html">1568</a></td>
9217 <td>Temporary lifetime extension with intervening cast
</td>
9218 <td class=
"none" align=
"center">Unknown
</td>
9221 <td><a href=
"https://cplusplus.github.io/CWG/issues/1569.html">1569</a></td>
9223 <td>Deducing a function parameter pack before ellipsis
</td>
9224 <td class=
"none" align=
"center">Unknown
</td>
9227 <td><a href=
"https://cplusplus.github.io/CWG/issues/1570.html">1570</a></td>
9229 <td>Address of subobject as non-type template argument
</td>
9230 <td class=
"none" align=
"center">Unknown
</td>
9233 <td><a href=
"https://cplusplus.github.io/CWG/issues/1571.html">1571</a></td>
9235 <td>cv-qualification for indirect reference binding via conversion function
</td>
9236 <td class=
"none" align=
"center">Unknown
</td>
9239 <td><a href=
"https://cplusplus.github.io/CWG/issues/1572.html">1572</a></td>
9241 <td>Incorrect example for rvalue reference binding via conversion function
</td>
9242 <td class=
"none" align=
"center">Unknown
</td>
9245 <td><a href=
"https://cplusplus.github.io/CWG/issues/1573.html">1573</a></td>
9247 <td>Inherited constructor characteristics
</td>
9248 <td class=
"full" align=
"center">Clang
3.9</td>
9251 <td><a href=
"https://cplusplus.github.io/CWG/issues/1574.html">1574</a></td>
9253 <td>Explicitly-defaulted
<TT>constexpr
</TT> functions in wrapper templates
</td>
9254 <td class=
"none" align=
"center">Unknown
</td>
9257 <td><a href=
"https://cplusplus.github.io/CWG/issues/1575.html">1575</a></td>
9259 <td>Incorrect definition of
“strict pointer safety
”</td>
9260 <td class=
"none" align=
"center">Unknown
</td>
9263 <td><a href=
"https://cplusplus.github.io/CWG/issues/1576.html">1576</a></td>
9265 <td>Discarded-value volatile xvalues
</td>
9266 <td class=
"none" align=
"center">Unknown
</td>
9269 <td><a href=
"https://cplusplus.github.io/CWG/issues/1577.html">1577</a></td>
9271 <td>Unnecessary restrictions on partial specializations
</td>
9272 <td class=
"none" align=
"center">Unknown
</td>
9275 <td><a href=
"https://cplusplus.github.io/CWG/issues/1578.html">1578</a></td>
9277 <td>Value-initialization of aggregates
</td>
9278 <td class=
"none" align=
"center">Unknown
</td>
9281 <td><a href=
"https://cplusplus.github.io/CWG/issues/1579.html">1579</a></td>
9283 <td>Return by converting move constructor
</td>
9284 <td class=
"full" align=
"center">Clang
3.9</td>
9286 <tr class=
"open" id=
"1580">
9287 <td><a href=
"https://cplusplus.github.io/CWG/issues/1580.html">1580</a></td>
9289 <td>Default arguments in explicit instantiations
</td>
9290 <td align=
"center">Not resolved
</td>
9293 <td><a href=
"https://cplusplus.github.io/CWG/issues/1581.html">1581</a></td>
9295 <td>When are
<TT>constexpr
</TT> member functions defined?
</td>
9296 <td class=
"none" align=
"center">Unknown
</td>
9298 <tr class=
"open" id=
"1582">
9299 <td><a href=
"https://cplusplus.github.io/CWG/issues/1582.html">1582</a></td>
9301 <td>Template default arguments and deduction failure
</td>
9302 <td align=
"center">Not resolved
</td>
9305 <td><a href=
"https://cplusplus.github.io/CWG/issues/1583.html">1583</a></td>
9307 <td>Incorrect example of unspecified behavior
</td>
9308 <td class=
"none" align=
"center">Unknown
</td>
9310 <tr class=
"open" id=
"1584">
9311 <td><a href=
"https://cplusplus.github.io/CWG/issues/1584.html">1584</a></td>
9313 <td>Deducing function types from cv-qualified types
</td>
9314 <td align=
"center">Not resolved
</td>
9317 <td><a href=
"https://cplusplus.github.io/CWG/issues/1585.html">1585</a></td>
9319 <td>Value category of member access of rvalue reference member
</td>
9320 <td class=
"none" align=
"center">Unknown
</td>
9323 <td><a href=
"https://cplusplus.github.io/CWG/issues/1586.html">1586</a></td>
9325 <td>Naming a destructor via
<TT>decltype
</TT></td>
9326 <td class=
"none" align=
"center">Unknown
</td>
9329 <td><a href=
"https://cplusplus.github.io/CWG/issues/1587.html">1587</a></td>
9331 <td><TT>constexpr
</TT> initialization and nested anonymous unions
</td>
9332 <td class=
"none" align=
"center">Unknown
</td>
9335 <td><a href=
"https://cplusplus.github.io/CWG/issues/1588.html">1588</a></td>
9337 <td>Deducing cv-qualified
<TT>auto
</TT></td>
9338 <td class=
"none" align=
"center">Unknown
</td>
9341 <td><a href=
"https://cplusplus.github.io/CWG/issues/1589.html">1589</a></td>
9343 <td>Ambiguous ranking of list-initialization sequences
</td>
9344 <td class=
"full" align=
"center">Clang
3.7 (C++
11 onwards)
</td>
9347 <td><a href=
"https://cplusplus.github.io/CWG/issues/1590.html">1590</a></td>
9349 <td>Bypassing non-copy/move constructor copying
</td>
9350 <td class=
"none" align=
"center">Unknown
</td>
9353 <td><a href=
"https://cplusplus.github.io/CWG/issues/1591.html">1591</a></td>
9355 <td>Deducing array bound and element type from initializer list
</td>
9356 <td class=
"none" align=
"center">Unknown
</td>
9359 <td><a href=
"https://cplusplus.github.io/CWG/issues/1592.html">1592</a></td>
9361 <td>When do template parameters match?
</td>
9362 <td class=
"none" align=
"center">Unknown
</td>
9365 <td><a href=
"https://cplusplus.github.io/CWG/issues/1593.html">1593</a></td>
9367 <td>“Parameter type
” of special member functions
</td>
9368 <td class=
"none" align=
"center">Unknown
</td>
9370 <tr class=
"open" id=
"1594">
9371 <td><a href=
"https://cplusplus.github.io/CWG/issues/1594.html">1594</a></td>
9373 <td>Lazy declaration of special members vs overload errors
</td>
9374 <td align=
"center">Not resolved
</td>
9377 <td><a href=
"https://cplusplus.github.io/CWG/issues/1595.html">1595</a></td>
9379 <td>Constructors
“involved in
” subobject initialization
</td>
9380 <td class=
"none" align=
"center">Unknown
</td>
9383 <td><a href=
"https://cplusplus.github.io/CWG/issues/1596.html">1596</a></td>
9385 <td>Non-array objects as
<TT>array[
1]
</TT></td>
9386 <td class=
"none" align=
"center">Unknown
</td>
9389 <td><a href=
"https://cplusplus.github.io/CWG/issues/1597.html">1597</a></td>
9391 <td>Misleading
<TT>constexpr
</TT> example
</td>
9392 <td class=
"none" align=
"center">Unknown
</td>
9395 <td><a href=
"https://cplusplus.github.io/CWG/issues/1598.html">1598</a></td>
9397 <td>Criterion for equality of pointers to members
</td>
9398 <td class=
"none" align=
"center">Unknown
</td>
9401 <td><a href=
"https://cplusplus.github.io/CWG/issues/1599.html">1599</a></td>
9403 <td>Lifetime of
<TT>initializer_list
</TT> underlying array
</td>
9404 <td class=
"none" align=
"center">Unknown
</td>
9407 <td><a href=
"https://cplusplus.github.io/CWG/issues/1600.html">1600</a></td>
9409 <td>Erroneous reference initialization in example
</td>
9410 <td class=
"none" align=
"center">Unknown
</td>
9413 <td><a href=
"https://cplusplus.github.io/CWG/issues/1601.html">1601</a></td>
9415 <td>Promotion of enumeration with fixed underlying type
</td>
9416 <td class=
"full" align=
"center">Clang
10</td>
9418 <tr class=
"open" id=
"1602">
9419 <td><a href=
"https://cplusplus.github.io/CWG/issues/1602.html">1602</a></td>
9421 <td>Linkage of specialization vs linkage of template arguments
</td>
9422 <td align=
"center">Not resolved
</td>
9425 <td><a href=
"https://cplusplus.github.io/CWG/issues/1603.html">1603</a></td>
9427 <td>Errors resulting from giving unnamed namespaces internal linkage
</td>
9428 <td class=
"none" align=
"center">Unknown
</td>
9431 <td><a href=
"https://cplusplus.github.io/CWG/issues/1604.html">1604</a></td>
9433 <td>Double temporaries in reference initialization
</td>
9434 <td class=
"none" align=
"center">Unknown
</td>
9437 <td><a href=
"https://cplusplus.github.io/CWG/issues/1605.html">1605</a></td>
9439 <td>Misleading parenthetical comment for explicit destructor call
</td>
9440 <td class=
"none" align=
"center">Unknown
</td>
9443 <td><a href=
"https://cplusplus.github.io/CWG/issues/1606.html">1606</a></td>
9445 <td><TT>sizeof
</TT> closure class
</td>
9446 <td class=
"none" align=
"center">Unknown
</td>
9449 <td><a href=
"https://cplusplus.github.io/CWG/issues/1607.html">1607</a></td>
9451 <td>Lambdas in template parameters
</td>
9452 <td class=
"none" align=
"center">Unknown
</td>
9455 <td><a href=
"https://cplusplus.github.io/CWG/issues/1608.html">1608</a></td>
9457 <td>Operator lookup in trailing return type
</td>
9458 <td class=
"none" align=
"center">Unknown
</td>
9460 <tr class=
"open" id=
"1609">
9461 <td><a href=
"https://cplusplus.github.io/CWG/issues/1609.html">1609</a></td>
9463 <td>Default arguments and function parameter packs
</td>
9464 <td align=
"center">Not resolved
</td>
9466 <tr class=
"open" id=
"1610">
9467 <td><a href=
"https://cplusplus.github.io/CWG/issues/1610.html">1610</a></td>
9469 <td>Cv-qualification in deduction of reference to array
</td>
9470 <td align=
"center">Not resolved
</td>
9473 <td><a href=
"https://cplusplus.github.io/CWG/issues/1611.html">1611</a></td>
9475 <td>Deleted default constructor for abstract class
</td>
9476 <td class=
"full" align=
"center">Duplicate of
<a href=
"#1658">1658</a></td>
9479 <td><a href=
"https://cplusplus.github.io/CWG/issues/1612.html">1612</a></td>
9481 <td>Implicit lambda capture and anonymous unions
</td>
9482 <td class=
"none" align=
"center">Unknown
</td>
9485 <td><a href=
"https://cplusplus.github.io/CWG/issues/1613.html">1613</a></td>
9487 <td>Constant expressions and lambda capture
</td>
9488 <td class=
"none" align=
"center">Unknown
</td>
9491 <td><a href=
"https://cplusplus.github.io/CWG/issues/1614.html">1614</a></td>
9493 <td>Address of pure virtual function vs odr-use
</td>
9494 <td class=
"none" align=
"center">Unknown
</td>
9497 <td><a href=
"https://cplusplus.github.io/CWG/issues/1615.html">1615</a></td>
9499 <td>Alignment of types, variables, and members
</td>
9500 <td class=
"none" align=
"center">Unknown
</td>
9503 <td><a href=
"https://cplusplus.github.io/CWG/issues/1616.html">1616</a></td>
9505 <td>Disambiguation parsing and template parameters
</td>
9506 <td class=
"none" align=
"center">Unknown
</td>
9508 <tr class=
"open" id=
"1617">
9509 <td><a href=
"https://cplusplus.github.io/CWG/issues/1617.html">1617</a></td>
9511 <td><TT>alignas
</TT> and non-defining declarations
</td>
9512 <td align=
"center">Not resolved
</td>
9515 <td><a href=
"https://cplusplus.github.io/CWG/issues/1618.html">1618</a></td>
9517 <td>Gratuitously-unsigned underlying enum type
</td>
9518 <td class=
"none" align=
"center">Unknown
</td>
9520 <tr class=
"open" id=
"1619">
9521 <td><a href=
"https://cplusplus.github.io/CWG/issues/1619.html">1619</a></td>
9523 <td>Definition of current instantiation
</td>
9524 <td align=
"center">Not resolved
</td>
9526 <tr class=
"open" id=
"1620">
9527 <td><a href=
"https://cplusplus.github.io/CWG/issues/1620.html">1620</a></td>
9529 <td>User-defined literals and extended integer types
</td>
9530 <td align=
"center">Not resolved
</td>
9533 <td><a href=
"https://cplusplus.github.io/CWG/issues/1621.html">1621</a></td>
9535 <td>Member initializers in anonymous unions
</td>
9536 <td class=
"none" align=
"center">Unknown
</td>
9539 <td><a href=
"https://cplusplus.github.io/CWG/issues/1622.html">1622</a></td>
9541 <td>Empty aggregate initializer for union
</td>
9542 <td class=
"none" align=
"center">Unknown
</td>
9544 <tr class=
"open" id=
"1623">
9545 <td><a href=
"https://cplusplus.github.io/CWG/issues/1623.html">1623</a></td>
9547 <td>Deleted default union constructor and member initializers
</td>
9548 <td align=
"center">Not resolved
</td>
9551 <td><a href=
"https://cplusplus.github.io/CWG/issues/1624.html">1624</a></td>
9553 <td>Destruction of union members with member initializers
</td>
9554 <td class=
"none" align=
"center">Unknown
</td>
9556 <tr class=
"open" id=
"1625">
9557 <td><a href=
"https://cplusplus.github.io/CWG/issues/1625.html">1625</a></td>
9559 <td>Adding spaces between tokens in stringizing
</td>
9560 <td align=
"center">Not resolved
</td>
9562 <tr class=
"open" id=
"1626">
9563 <td><a href=
"https://cplusplus.github.io/CWG/issues/1626.html">1626</a></td>
9565 <td><TT>constexpr
</TT> member functions in
<I>brace-or-equal-initializer
</I>s
</td>
9566 <td align=
"center">Not resolved
</td>
9569 <td><a href=
"https://cplusplus.github.io/CWG/issues/1627.html">1627</a></td>
9571 <td>Agreement of dependent
<TT>alignas
</TT> specifiers
</td>
9572 <td class=
"none" align=
"center">Unknown
</td>
9574 <tr class=
"open" id=
"1628">
9575 <td><a href=
"https://cplusplus.github.io/CWG/issues/1628.html">1628</a></td>
9577 <td>Deallocation function templates
</td>
9578 <td align=
"center">Not resolved
</td>
9581 <td><a href=
"https://cplusplus.github.io/CWG/issues/1629.html">1629</a></td>
9583 <td>Can a closure class be a literal type?
</td>
9584 <td class=
"none" align=
"center">Unknown
</td>
9587 <td><a href=
"https://cplusplus.github.io/CWG/issues/1630.html">1630</a></td>
9589 <td>Multiple default constructor templates
</td>
9590 <td class=
"none" align=
"center">Unknown
</td>
9593 <td><a href=
"https://cplusplus.github.io/CWG/issues/1631.html">1631</a></td>
9595 <td>Incorrect overload resolution for single-element
<I>initializer-list
</I></td>
9596 <td class=
"full" align=
"center">Clang
3.7</td>
9599 <td><a href=
"https://cplusplus.github.io/CWG/issues/1632.html">1632</a></td>
9601 <td>Lambda capture in member initializers
</td>
9602 <td class=
"none" align=
"center">Unknown
</td>
9605 <td><a href=
"https://cplusplus.github.io/CWG/issues/1633.html">1633</a></td>
9607 <td>Copy-initialization in member initialization
</td>
9608 <td class=
"none" align=
"center">Unknown
</td>
9610 <tr class=
"open" id=
"1634">
9611 <td><a href=
"https://cplusplus.github.io/CWG/issues/1634.html">1634</a></td>
9613 <td>Temporary storage duration
</td>
9614 <td align=
"center">Not resolved
</td>
9616 <tr class=
"open" id=
"1635">
9617 <td><a href=
"https://cplusplus.github.io/CWG/issues/1635.html">1635</a></td>
9619 <td>How similar are template default arguments to function default arguments?
</td>
9620 <td align=
"center">Not resolved
</td>
9623 <td><a href=
"https://cplusplus.github.io/CWG/issues/1636.html">1636</a></td>
9625 <td>Bits required for negative enumerator values
</td>
9626 <td class=
"none" align=
"center">Unknown
</td>
9629 <td><a href=
"https://cplusplus.github.io/CWG/issues/1637.html">1637</a></td>
9631 <td>Recursion in
<TT>constexpr
</TT> template default constructor
</td>
9632 <td class=
"none" align=
"center">Unknown
</td>
9635 <td><a href=
"https://cplusplus.github.io/CWG/issues/1638.html">1638</a></td>
9637 <td>Declaring an explicit specialization of a scoped enumeration
</td>
9638 <td class=
"full" align=
"center">Yes
</td>
9641 <td><a href=
"https://cplusplus.github.io/CWG/issues/1639.html">1639</a></td>
9643 <td><I>exception-specification
</I>s and pointer/pointer-to-member expressions
</td>
9644 <td class=
"none" align=
"center">Unknown
</td>
9647 <td><a href=
"https://cplusplus.github.io/CWG/issues/1640.html">1640</a></td>
9649 <td>Array of abstract instance of class template
</td>
9650 <td class=
"none" align=
"center">Unknown
</td>
9653 <td><a href=
"https://cplusplus.github.io/CWG/issues/1641.html">1641</a></td>
9655 <td>Assignment in member initializer
</td>
9656 <td class=
"none" align=
"center">Unknown
</td>
9659 <td><a href=
"https://cplusplus.github.io/CWG/issues/1642.html">1642</a></td>
9661 <td>Missing requirements for prvalue operands
</td>
9662 <td class=
"none" align=
"center">Unknown
</td>
9665 <td><a href=
"https://cplusplus.github.io/CWG/issues/1643.html">1643</a></td>
9667 <td>Default arguments for template parameter packs
</td>
9668 <td class=
"none" align=
"center">Unknown
</td>
9671 <td><a href=
"https://cplusplus.github.io/CWG/issues/1644.html">1644</a></td>
9673 <td>Equivalent
<I>exception-specification
</I>s in function template declarations
</td>
9674 <td class=
"none" align=
"center">Unknown
</td>
9677 <td><a href=
"https://cplusplus.github.io/CWG/issues/1645.html">1645</a></td>
9679 <td>Identical inheriting constructors via default arguments
</td>
9680 <td class=
"full" align=
"center">Clang
3.9</td>
9683 <td><a href=
"https://cplusplus.github.io/CWG/issues/1646.html">1646</a></td>
9685 <td><I>decltype-specifier
</I>s, abstract classes, and deduction failure
</td>
9686 <td class=
"none" align=
"center">Unknown
</td>
9688 <tr class=
"open" id=
"1647">
9689 <td><a href=
"https://cplusplus.github.io/CWG/issues/1647.html">1647</a></td>
9691 <td>Type agreement of non-type template arguments in partial specializations
</td>
9692 <td align=
"center">Not resolved
</td>
9695 <td><a href=
"https://cplusplus.github.io/CWG/issues/1648.html">1648</a></td>
9697 <td><TT>thread_local
</TT> vs block extern declarations
</td>
9698 <td class=
"none" align=
"center">Unknown
</td>
9701 <td><a href=
"https://cplusplus.github.io/CWG/issues/1649.html">1649</a></td>
9703 <td>Error in the syntax of
<I>mem-initializer-list
</I></td>
9704 <td class=
"none" align=
"center">Unknown
</td>
9707 <td><a href=
"https://cplusplus.github.io/CWG/issues/1650.html">1650</a></td>
9709 <td>Class prvalues in reference initialization
</td>
9710 <td class=
"none" align=
"center">Unknown
</td>
9713 <td><a href=
"https://cplusplus.github.io/CWG/issues/1651.html">1651</a></td>
9715 <td>Lifetime extension of temporary via reference to subobject
</td>
9716 <td class=
"none" align=
"center">Unknown
</td>
9719 <td><a href=
"https://cplusplus.github.io/CWG/issues/1652.html">1652</a></td>
9721 <td>Object addresses in
<TT>constexpr
</TT> expressions
</td>
9722 <td class=
"full" align=
"center">Clang
3.6</td>
9725 <td><a href=
"https://cplusplus.github.io/CWG/issues/1653.html">1653</a></td>
9727 <td>Removing deprecated increment of
<TT>bool
</TT></td>
9728 <td class=
"full" align=
"center">Clang
4 (C++
17 onwards)
</td>
9731 <td><a href=
"https://cplusplus.github.io/CWG/issues/1654.html">1654</a></td>
9733 <td>Literal types and
<TT>constexpr
</TT> defaulted constructors
</td>
9734 <td class=
"none" align=
"center">Unknown
</td>
9736 <tr class=
"open" id=
"1655">
9737 <td><a href=
"https://cplusplus.github.io/CWG/issues/1655.html">1655</a></td>
9739 <td>Line endings in raw string literals
</td>
9740 <td align=
"center">Not resolved
</td>
9743 <td><a href=
"https://cplusplus.github.io/CWG/issues/1656.html">1656</a></td>
9745 <td>Encoding of numerically-escaped characters
</td>
9746 <td class=
"none" align=
"center">Unknown
</td>
9749 <td><a href=
"https://cplusplus.github.io/CWG/issues/1657.html">1657</a></td>
9751 <td>Attributes for namespaces and enumerators
</td>
9752 <td class=
"none" align=
"center">Unknown
</td>
9755 <td><a href=
"https://cplusplus.github.io/CWG/issues/1658.html">1658</a></td>
9757 <td>Deleted default constructor for abstract class via destructor
</td>
9758 <td class=
"full" align=
"center">Clang
5</td>
9760 <tr class=
"open" id=
"1659">
9761 <td><a href=
"https://cplusplus.github.io/CWG/issues/1659.html">1659</a></td>
9763 <td>Initialization order of thread_local template static data members
</td>
9764 <td align=
"center">Not resolved
</td>
9767 <td><a href=
"https://cplusplus.github.io/CWG/issues/1660.html">1660</a></td>
9769 <td><I>member-declaration
</I> requirements and unnamed bit-fields
</td>
9770 <td class=
"none" align=
"center">Unknown
</td>
9773 <td><a href=
"https://cplusplus.github.io/CWG/issues/1661.html">1661</a></td>
9775 <td>Preservation of infinite loops
</td>
9776 <td class=
"none" align=
"center">Unknown
</td>
9779 <td><a href=
"https://cplusplus.github.io/CWG/issues/1662.html">1662</a></td>
9781 <td>Capturing function parameter packs
</td>
9782 <td class=
"none" align=
"center">Unknown
</td>
9785 <td><a href=
"https://cplusplus.github.io/CWG/issues/1663.html">1663</a></td>
9787 <td>Capturing an empty pack expansion
</td>
9788 <td class=
"none" align=
"center">Unknown
</td>
9791 <td><a href=
"https://cplusplus.github.io/CWG/issues/1664.html">1664</a></td>
9793 <td>Argument-dependent lookup of lambdas used in default arguments
</td>
9794 <td class=
"none" align=
"center">Unknown
</td>
9796 <tr class=
"open" id=
"1665">
9797 <td><a href=
"https://cplusplus.github.io/CWG/issues/1665.html">1665</a></td>
9799 <td>Declaration matching in explicit instantiations
</td>
9800 <td align=
"center">Not resolved
</td>
9803 <td><a href=
"https://cplusplus.github.io/CWG/issues/1666.html">1666</a></td>
9805 <td>Address constant expressions
</td>
9806 <td class=
"none" align=
"center">Unknown
</td>
9809 <td><a href=
"https://cplusplus.github.io/CWG/issues/1667.html">1667</a></td>
9811 <td>Function exiting via exception called by destructor during unwinding
</td>
9812 <td class=
"none" align=
"center">Unknown
</td>
9814 <tr class=
"open" id=
"1668">
9815 <td><a href=
"https://cplusplus.github.io/CWG/issues/1668.html">1668</a></td>
9817 <td>Parameter type determination still not clear enough
</td>
9818 <td align=
"center">Not resolved
</td>
9821 <td><a href=
"https://cplusplus.github.io/CWG/issues/1669.html">1669</a></td>
9823 <td><TT>auto
</TT> return type for
<TT>main
</TT></td>
9824 <td class=
"none" align=
"center">Unknown
</td>
9826 <tr class=
"open" id=
"1670">
9827 <td><a href=
"https://cplusplus.github.io/CWG/issues/1670.html">1670</a></td>
9829 <td><TT>auto
</TT> as
<I>conversion-type-id
</I></td>
9830 <td align=
"center">Not resolved
</td>
9833 <td><a href=
"https://cplusplus.github.io/CWG/issues/1671.html">1671</a></td>
9835 <td>Unclear rules for deduction with cv-qualification
</td>
9836 <td class=
"none" align=
"center">Unknown
</td>
9839 <td><a href=
"https://cplusplus.github.io/CWG/issues/1672.html">1672</a></td>
9841 <td>Layout compatibility with multiple empty bases
</td>
9842 <td class=
"full" align=
"center">Clang
7</td>
9845 <td><a href=
"https://cplusplus.github.io/CWG/issues/1673.html">1673</a></td>
9847 <td>Clarifying overload resolution for the second step of copy-initialization
</td>
9848 <td class=
"none" align=
"center">Unknown
</td>
9851 <td><a href=
"https://cplusplus.github.io/CWG/issues/1674.html">1674</a></td>
9853 <td>Return type deduction for address of function
</td>
9854 <td class=
"none" align=
"center">Unknown
</td>
9857 <td><a href=
"https://cplusplus.github.io/CWG/issues/1675.html">1675</a></td>
9859 <td>Size limit for automatic array object
</td>
9860 <td class=
"none" align=
"center">Unknown
</td>
9862 <tr class=
"open" id=
"1676">
9863 <td><a href=
"https://cplusplus.github.io/CWG/issues/1676.html">1676</a></td>
9865 <td><TT>auto
</TT> return type for allocation and deallocation functions
</td>
9866 <td align=
"center">Not resolved
</td>
9869 <td><a href=
"https://cplusplus.github.io/CWG/issues/1677.html">1677</a></td>
9871 <td>Constant initialization via aggregate initialization
</td>
9872 <td class=
"none" align=
"center">Unknown
</td>
9875 <td><a href=
"https://cplusplus.github.io/CWG/issues/1678.html">1678</a></td>
9877 <td>Naming the type of an array of runtime bound
</td>
9878 <td class=
"none" align=
"center">Unknown
</td>
9881 <td><a href=
"https://cplusplus.github.io/CWG/issues/1679.html">1679</a></td>
9883 <td>Range-based
<TT>for
</TT> and array of runtime bound
</td>
9884 <td class=
"none" align=
"center">Unknown
</td>
9886 <tr class=
"open" id=
"1680">
9887 <td><a href=
"https://cplusplus.github.io/CWG/issues/1680.html">1680</a></td>
9889 <td>Including
<TT><initializer_list
></TT> for range-based
<TT>for
</TT></td>
9890 <td align=
"center">Not resolved
</td>
9893 <td><a href=
"https://cplusplus.github.io/CWG/issues/1681.html">1681</a></td>
9895 <td><I>init-capture
</I>s and nested lambdas
</td>
9896 <td class=
"none" align=
"center">Unknown
</td>
9898 <tr class=
"open" id=
"1682">
9899 <td><a href=
"https://cplusplus.github.io/CWG/issues/1682.html">1682</a></td>
9901 <td>Overly-restrictive rules on function templates as allocation functions
</td>
9902 <td align=
"center">Not resolved
</td>
9905 <td><a href=
"https://cplusplus.github.io/CWG/issues/1683.html">1683</a></td>
9907 <td>Incorrect example after
<TT>constexpr
</TT> changes
</td>
9908 <td class=
"none" align=
"center">Unknown
</td>
9911 <td><a href=
"https://cplusplus.github.io/CWG/issues/1684.html">1684</a></td>
9913 <td>Static
<TT>constexpr
</TT> member functions for non-literal classes
</td>
9914 <td class=
"full" align=
"center">Clang
3.6</td>
9917 <td><a href=
"https://cplusplus.github.io/CWG/issues/1685.html">1685</a></td>
9919 <td>Value category of
<TT>noexcept
</TT> expression
</td>
9920 <td class=
"none" align=
"center">Unknown
</td>
9923 <td><a href=
"https://cplusplus.github.io/CWG/issues/1686.html">1686</a></td>
9925 <td>Which variables are
“explicitly declared
<TT>const
</TT>?
”</td>
9926 <td class=
"none" align=
"center">Unknown
</td>
9929 <td><a href=
"https://cplusplus.github.io/CWG/issues/1687.html">1687</a></td>
9931 <td>Conversions of operands of built-in operators
</td>
9932 <td class=
"full" align=
"center">Clang
7</td>
9935 <td><a href=
"https://cplusplus.github.io/CWG/issues/1688.html">1688</a></td>
9937 <td>Volatile
<TT>constexpr
</TT> variables
</td>
9938 <td class=
"none" align=
"center">Unknown
</td>
9941 <td><a href=
"https://cplusplus.github.io/CWG/issues/1689.html">1689</a></td>
9943 <td>Syntactic nonterminal for operand of
<TT>alignas
</TT></td>
9944 <td class=
"none" align=
"center">Unknown
</td>
9947 <td><a href=
"https://cplusplus.github.io/CWG/issues/1690.html">1690</a></td>
9949 <td>Associated namespace for local type
</td>
9950 <td class=
"full" align=
"center">Clang
9</td>
9953 <td><a href=
"https://cplusplus.github.io/CWG/issues/1691.html">1691</a></td>
9955 <td>Argument-dependent lookup and opaque enumerations
</td>
9956 <td class=
"full" align=
"center">Clang
9</td>
9959 <td><a href=
"https://cplusplus.github.io/CWG/issues/1692.html">1692</a></td>
9961 <td>Associated namespaces of doubly-nested classes
</td>
9962 <td class=
"full" align=
"center">Clang
9</td>
9965 <td><a href=
"https://cplusplus.github.io/CWG/issues/1693.html">1693</a></td>
9967 <td>Superfluous semicolons in class definitions
</td>
9968 <td class=
"none" align=
"center">Unknown
</td>
9971 <td><a href=
"https://cplusplus.github.io/CWG/issues/1694.html">1694</a></td>
9973 <td>Restriction on reference to temporary as a constant expression
</td>
9974 <td class=
"none" align=
"center">Unknown
</td>
9977 <td><a href=
"https://cplusplus.github.io/CWG/issues/1695.html">1695</a></td>
9979 <td>Lifetime extension via
<I>init-capture
</I></td>
9980 <td class=
"none" align=
"center">Unknown
</td>
9983 <td><a href=
"https://cplusplus.github.io/CWG/issues/1696.html">1696</a></td>
9985 <td>Temporary lifetime and non-static data member initializers
</td>
9986 <td class=
"full" align=
"center">Clang
7</td>
9989 <td><a href=
"https://cplusplus.github.io/CWG/issues/1697.html">1697</a></td>
9991 <td>Lifetime extension and copy elision
</td>
9992 <td class=
"none" align=
"center">Unknown
</td>
9995 <td><a href=
"https://cplusplus.github.io/CWG/issues/1698.html">1698</a></td>
9997 <td>Files ending in
<TT>\
</TT></td>
9998 <td class=
"none" align=
"center">Unknown
</td>
10000 <tr class=
"open" id=
"1699">
10001 <td><a href=
"https://cplusplus.github.io/CWG/issues/1699.html">1699</a></td>
10003 <td>Does befriending a class befriend its friends?
</td>
10004 <td align=
"center">Not resolved
</td>
10007 <td><a href=
"https://cplusplus.github.io/CWG/issues/1700.html">1700</a></td>
10009 <td>Does the special rvalue-reference deduction apply to alias templates?
</td>
10010 <td class=
"none" align=
"center">Unknown
</td>
10012 <tr class=
"open" id=
"1701">
10013 <td><a href=
"https://cplusplus.github.io/CWG/issues/1701.html">1701</a></td>
10015 <td>Array vs sequence in object representation
</td>
10016 <td align=
"center">Not resolved
</td>
10018 <tr class=
"open" id=
"1702">
10019 <td><a href=
"https://cplusplus.github.io/CWG/issues/1702.html">1702</a></td>
10021 <td>Rephrasing the definition of
“anonymous union
”</td>
10022 <td align=
"center">Not resolved
</td>
10025 <td><a href=
"https://cplusplus.github.io/CWG/issues/1703.html">1703</a></td>
10027 <td>Language linkage of names of functions with internal linkage
</td>
10028 <td class=
"none" align=
"center">Unknown
</td>
10031 <td><a href=
"https://cplusplus.github.io/CWG/issues/1704.html">1704</a></td>
10033 <td>Type checking in explicit instantiation of variable templates
</td>
10034 <td class=
"none" align=
"center">Unknown
</td>
10037 <td><a href=
"https://cplusplus.github.io/CWG/issues/1705.html">1705</a></td>
10039 <td>Unclear specification of
“more specialized
”</td>
10040 <td class=
"none" align=
"center">Unknown
</td>
10042 <tr class=
"open" id=
"1706">
10043 <td><a href=
"https://cplusplus.github.io/CWG/issues/1706.html">1706</a></td>
10045 <td><TT>alignas
</TT> pack expansion syntax
</td>
10046 <td align=
"center">Not resolved
</td>
10049 <td><a href=
"https://cplusplus.github.io/CWG/issues/1707.html">1707</a></td>
10051 <td><TT>template
</TT> in
<I>elaborated-type-specifier
</I> without
<I>nested-name-specifier
</I></td>
10052 <td class=
"none" align=
"center">Unknown
</td>
10055 <td><a href=
"https://cplusplus.github.io/CWG/issues/1708.html">1708</a></td>
10057 <td>overly-strict requirements for names with C language linkage
</td>
10058 <td class=
"none" align=
"center">Unknown
</td>
10060 <tr class=
"open" id=
"1709">
10061 <td><a href=
"https://cplusplus.github.io/CWG/issues/1709.html">1709</a></td>
10063 <td>Stringizing raw string literals containing newline
</td>
10064 <td align=
"center">Not resolved
</td>
10067 <td><a href=
"https://cplusplus.github.io/CWG/issues/1710.html">1710</a></td>
10069 <td>Missing
<TT>template
</TT> keyword in
<I>class-or-decltype
</I></td>
10070 <td class=
"none" align=
"center">No
</td>
10073 <td><a href=
"https://cplusplus.github.io/CWG/issues/1711.html">1711</a></td>
10075 <td>Missing specification of variable template partial specializations
</td>
10076 <td class=
"none" align=
"center">Unknown
</td>
10079 <td><a href=
"https://cplusplus.github.io/CWG/issues/1712.html">1712</a></td>
10081 <td><TT>constexpr
</TT> variable template declarations
</td>
10082 <td class=
"none" align=
"center">Unknown
</td>
10085 <td><a href=
"https://cplusplus.github.io/CWG/issues/1713.html">1713</a></td>
10087 <td>Linkage of variable template specializations
</td>
10088 <td class=
"none" align=
"center">Unknown
</td>
10091 <td><a href=
"https://cplusplus.github.io/CWG/issues/1714.html">1714</a></td>
10093 <td>odr-use of
<TT>this
</TT> from a local class
</td>
10094 <td class=
"none" align=
"center">Unknown
</td>
10097 <td><a href=
"https://cplusplus.github.io/CWG/issues/1715.html">1715</a></td>
10099 <td>Access and inherited constructor templates
</td>
10100 <td class=
"full" align=
"center">Clang
3.9</td>
10103 <td><a href=
"https://cplusplus.github.io/CWG/issues/1716.html">1716</a></td>
10105 <td>When are default arguments evaluated?
</td>
10106 <td class=
"none" align=
"center">Unknown
</td>
10109 <td><a href=
"https://cplusplus.github.io/CWG/issues/1717.html">1717</a></td>
10111 <td>Missing specification of type of binary literal
</td>
10112 <td class=
"none" align=
"center">Unknown
</td>
10114 <tr class=
"open" id=
"1718">
10115 <td><a href=
"https://cplusplus.github.io/CWG/issues/1718.html">1718</a></td>
10117 <td>Macro invocation spanning end-of-file
</td>
10118 <td align=
"center">Not resolved
</td>
10121 <td><a href=
"https://cplusplus.github.io/CWG/issues/1719.html">1719</a></td>
10123 <td>Layout compatibility and cv-qualification revisited
</td>
10124 <td class=
"none" align=
"center">Unknown
</td>
10127 <td><a href=
"https://cplusplus.github.io/CWG/issues/1720.html">1720</a></td>
10129 <td>Macro invocation in
<TT>#include
</TT> directive
</td>
10130 <td class=
"none" align=
"center">Unknown
</td>
10132 <tr class=
"open" id=
"1721">
10133 <td><a href=
"https://cplusplus.github.io/CWG/issues/1721.html">1721</a></td>
10135 <td>Diagnosing ODR violations for static data members
</td>
10136 <td align=
"center">Not resolved
</td>
10139 <td><a href=
"https://cplusplus.github.io/CWG/issues/1722.html">1722</a></td>
10141 <td>Should lambda to function pointer conversion function be
<TT>noexcept
</TT>?
</td>
10142 <td class=
"full" align=
"center">Clang
9</td>
10144 <tr class=
"open" id=
"1723">
10145 <td><a href=
"https://cplusplus.github.io/CWG/issues/1723.html">1723</a></td>
10147 <td>Multicharacter user-defined character literals
</td>
10148 <td align=
"center">Not resolved
</td>
10151 <td><a href=
"https://cplusplus.github.io/CWG/issues/1724.html">1724</a></td>
10153 <td>Unclear rules for deduction failure
</td>
10154 <td class=
"none" align=
"center">Unknown
</td>
10157 <td><a href=
"https://cplusplus.github.io/CWG/issues/1725.html">1725</a></td>
10159 <td>Trailing return type with nested function declarator
</td>
10160 <td class=
"none" align=
"center">Unknown
</td>
10163 <td><a href=
"https://cplusplus.github.io/CWG/issues/1726.html">1726</a></td>
10165 <td>Declarator operators and conversion function
</td>
10166 <td class=
"none" align=
"center">Unknown
</td>
10169 <td><a href=
"https://cplusplus.github.io/CWG/issues/1727.html">1727</a></td>
10171 <td>Type of a specialization of a variable template
</td>
10172 <td class=
"none" align=
"center">Unknown
</td>
10175 <td><a href=
"https://cplusplus.github.io/CWG/issues/1728.html">1728</a></td>
10177 <td>Type of an explicit instantiation of a variable template
</td>
10178 <td class=
"none" align=
"center">Unknown
</td>
10181 <td><a href=
"https://cplusplus.github.io/CWG/issues/1729.html">1729</a></td>
10183 <td>Matching declarations and definitions of variable templates
</td>
10184 <td class=
"none" align=
"center">Unknown
</td>
10186 <tr class=
"open" id=
"1730">
10187 <td><a href=
"https://cplusplus.github.io/CWG/issues/1730.html">1730</a></td>
10189 <td>Can a variable template have an unnamed type?
</td>
10190 <td align=
"center">Not resolved
</td>
10193 <td><a href=
"https://cplusplus.github.io/CWG/issues/1731.html">1731</a></td>
10195 <td><TT>is_trivially_
</TT><I>X
</I> and definitions of special member functions
</td>
10196 <td class=
"none" align=
"center">Unknown
</td>
10199 <td><a href=
"https://cplusplus.github.io/CWG/issues/1732.html">1732</a></td>
10201 <td>Defining types in
<I>condition
</I>s and range-based
<TT>for
</TT> statements
</td>
10202 <td class=
"none" align=
"center">Unknown
</td>
10205 <td><a href=
"https://cplusplus.github.io/CWG/issues/1733.html">1733</a></td>
10207 <td>Return type and value for
<TT>operator=
</TT> with
<I>ref-qualifier
</I></td>
10208 <td class=
"none" align=
"center">Unknown
</td>
10211 <td><a href=
"https://cplusplus.github.io/CWG/issues/1734.html">1734</a></td>
10213 <td>Nontrivial deleted copy functions
</td>
10214 <td class=
"none" align=
"center">No
</td>
10216 <tr class=
"open" id=
"1735">
10217 <td><a href=
"https://cplusplus.github.io/CWG/issues/1735.html">1735</a></td>
10219 <td>Out-of-range literals in
<I>user-defined-literal
</I>s
</td>
10220 <td align=
"center">Not resolved
</td>
10223 <td><a href=
"https://cplusplus.github.io/CWG/issues/1736.html">1736</a></td>
10225 <td>Inheriting constructor templates in a local class
</td>
10226 <td class=
"full" align=
"center">Clang
3.9</td>
10229 <td><a href=
"https://cplusplus.github.io/CWG/issues/1737.html">1737</a></td>
10231 <td>Type dependence of call to a member of the current instantiation
</td>
10232 <td class=
"none" align=
"center">Unknown
</td>
10235 <td><a href=
"https://cplusplus.github.io/CWG/issues/1738.html">1738</a></td>
10237 <td>Explicit instantiation/specialization of inheriting constructor templates
</td>
10238 <td class=
"none" align=
"center">Unknown
</td>
10241 <td><a href=
"https://cplusplus.github.io/CWG/issues/1739.html">1739</a></td>
10243 <td>Conversion of floating point to enumeration
</td>
10244 <td class=
"none" align=
"center">Unknown
</td>
10247 <td><a href=
"https://cplusplus.github.io/CWG/issues/1740.html">1740</a></td>
10249 <td>Disambiguation of
<TT>noexcept
</TT></td>
10250 <td class=
"none" align=
"center">Unknown
</td>
10253 <td><a href=
"https://cplusplus.github.io/CWG/issues/1741.html">1741</a></td>
10255 <td>odr-use of class object in lvalue-to-rvalue conversion
</td>
10256 <td class=
"none" align=
"center">Unknown
</td>
10259 <td><a href=
"https://cplusplus.github.io/CWG/issues/1742.html">1742</a></td>
10261 <td><I>using-declaration
</I>s and scoped enumerators
</td>
10262 <td class=
"none" align=
"center">Unknown
</td>
10265 <td><a href=
"https://cplusplus.github.io/CWG/issues/1743.html">1743</a></td>
10267 <td><I>init-capture
</I>s in nested lambdas
</td>
10268 <td class=
"none" align=
"center">Unknown
</td>
10271 <td><a href=
"https://cplusplus.github.io/CWG/issues/1744.html">1744</a></td>
10273 <td>Unordered initialization for variable template specializations
</td>
10274 <td class=
"none" align=
"center">Unknown
</td>
10277 <td><a href=
"https://cplusplus.github.io/CWG/issues/1745.html">1745</a></td>
10279 <td><TT>thread_local constexpr
</TT> variable
</td>
10280 <td class=
"none" align=
"center">Unknown
</td>
10283 <td><a href=
"https://cplusplus.github.io/CWG/issues/1746.html">1746</a></td>
10285 <td>Are volatile scalar types trivially copyable?
</td>
10286 <td class=
"none" align=
"center">Unknown
</td>
10289 <td><a href=
"https://cplusplus.github.io/CWG/issues/1747.html">1747</a></td>
10291 <td>Constant initialization of reference to function
</td>
10292 <td class=
"none" align=
"center">Unknown
</td>
10295 <td><a href=
"https://cplusplus.github.io/CWG/issues/1748.html">1748</a></td>
10297 <td>Placement new with a null pointer
</td>
10298 <td class=
"full" align=
"center">Clang
3.7</td>
10301 <td><a href=
"https://cplusplus.github.io/CWG/issues/1749.html">1749</a></td>
10303 <td>Confusing definition for constant initializer
</td>
10304 <td class=
"none" align=
"center">Unknown
</td>
10307 <td><a href=
"https://cplusplus.github.io/CWG/issues/1750.html">1750</a></td>
10309 <td>“Argument
” vs
“parameter
”</td>
10310 <td class=
"none" align=
"center">Unknown
</td>
10313 <td><a href=
"https://cplusplus.github.io/CWG/issues/1751.html">1751</a></td>
10315 <td>Non-trivial operations vs non-trivial initialization
</td>
10316 <td class=
"none" align=
"center">Unknown
</td>
10319 <td><a href=
"https://cplusplus.github.io/CWG/issues/1752.html">1752</a></td>
10321 <td>Right-recursion in
<I>mem-initializer-list
</I></td>
10322 <td class=
"none" align=
"center">Unknown
</td>
10325 <td><a href=
"https://cplusplus.github.io/CWG/issues/1753.html">1753</a></td>
10327 <td><I>decltype-specifier
</I> in
<I>nested-name-specifier
</I> of destructor
</td>
10328 <td class=
"full" align=
"center">Clang
11</td>
10331 <td><a href=
"https://cplusplus.github.io/CWG/issues/1754.html">1754</a></td>
10333 <td>Declaration of partial specialization of static data member template
</td>
10334 <td class=
"none" align=
"center">Unknown
</td>
10336 <tr class=
"open" id=
"1755">
10337 <td><a href=
"https://cplusplus.github.io/CWG/issues/1755.html">1755</a></td>
10339 <td>Out-of-class partial specializations of member templates
</td>
10340 <td align=
"center">Not resolved
</td>
10343 <td><a href=
"https://cplusplus.github.io/CWG/issues/1756.html">1756</a></td>
10345 <td>Direct-list-initialization of a non-class object
</td>
10346 <td class=
"full" align=
"center">Clang
3.7</td>
10349 <td><a href=
"https://cplusplus.github.io/CWG/issues/1757.html">1757</a></td>
10351 <td>Const integral subobjects
</td>
10352 <td class=
"none" align=
"center">Unknown
</td>
10355 <td><a href=
"https://cplusplus.github.io/CWG/issues/1758.html">1758</a></td>
10357 <td>Explicit conversion in copy/move list initialization
</td>
10358 <td class=
"full" align=
"center">Clang
3.7</td>
10361 <td><a href=
"https://cplusplus.github.io/CWG/issues/1759.html">1759</a></td>
10363 <td>UTF-
8 code units in plain
<TT>char
</TT></td>
10364 <td class=
"none" align=
"center">Unknown
</td>
10367 <td><a href=
"https://cplusplus.github.io/CWG/issues/1760.html">1760</a></td>
10369 <td>Access of member corresponding to
<I>init-capture
</I></td>
10370 <td class=
"none" align=
"center">Unknown
</td>
10373 <td><a href=
"https://cplusplus.github.io/CWG/issues/1761.html">1761</a></td>
10375 <td>Runtime check on size of automatic array
</td>
10376 <td class=
"none" align=
"center">Unknown
</td>
10379 <td><a href=
"https://cplusplus.github.io/CWG/issues/1762.html">1762</a></td>
10381 <td>Reserved identifier used in
<I>literal-operator-id
</I> example
</td>
10382 <td class=
"full" align=
"center">Clang
14</td>
10384 <tr class=
"open" id=
"1763">
10385 <td><a href=
"https://cplusplus.github.io/CWG/issues/1763.html">1763</a></td>
10387 <td>Length mismatch in template type deduction
</td>
10388 <td align=
"center">Not resolved
</td>
10391 <td><a href=
"https://cplusplus.github.io/CWG/issues/1764.html">1764</a></td>
10393 <td>Hiding of function from using-declaration by signature
</td>
10394 <td class=
"none" align=
"center">Unknown
</td>
10397 <td><a href=
"https://cplusplus.github.io/CWG/issues/1765.html">1765</a></td>
10399 <td>Overflow of enumeration used as enumerator value
</td>
10400 <td class=
"none" align=
"center">Unknown
</td>
10403 <td><a href=
"https://cplusplus.github.io/CWG/issues/1766.html">1766</a></td>
10405 <td>Values outside the range of the values of an enumeration
</td>
10406 <td class=
"none" align=
"center">Unknown
</td>
10409 <td><a href=
"https://cplusplus.github.io/CWG/issues/1767.html">1767</a></td>
10411 <td>Scoped enumeration in a
<TT>switch
</TT> statement
</td>
10412 <td class=
"none" align=
"center">Unknown
</td>
10415 <td><a href=
"https://cplusplus.github.io/CWG/issues/1768.html">1768</a></td>
10417 <td>Zero-element array of runtime bound
</td>
10418 <td class=
"none" align=
"center">Unknown
</td>
10421 <td><a href=
"https://cplusplus.github.io/CWG/issues/1769.html">1769</a></td>
10423 <td>Catching a base class of the exception object
</td>
10424 <td class=
"none" align=
"center">Unknown
</td>
10427 <td><a href=
"https://cplusplus.github.io/CWG/issues/1770.html">1770</a></td>
10429 <td>Type matching of non-type template parameters and arguments
</td>
10430 <td class=
"none" align=
"center">Unknown
</td>
10433 <td><a href=
"https://cplusplus.github.io/CWG/issues/1771.html">1771</a></td>
10435 <td>Restricted lookup in
<I>nested-name-specifier
</I></td>
10436 <td class=
"none" align=
"center">Unknown
</td>
10439 <td><a href=
"https://cplusplus.github.io/CWG/issues/1772.html">1772</a></td>
10441 <td><TT>__func__
</TT> in a lambda body
</td>
10442 <td class=
"full" align=
"center">Clang
14</td>
10445 <td><a href=
"https://cplusplus.github.io/CWG/issues/1773.html">1773</a></td>
10447 <td>Out-of-lifetime lvalue-to-rvalue conversion
</td>
10448 <td class=
"none" align=
"center">Unknown
</td>
10451 <td><a href=
"https://cplusplus.github.io/CWG/issues/1774.html">1774</a></td>
10453 <td>Discrepancy between subobject destruction and stack unwinding
</td>
10454 <td class=
"none" align=
"center">Unknown
</td>
10457 <td><a href=
"https://cplusplus.github.io/CWG/issues/1775.html">1775</a></td>
10459 <td>Undefined behavior of line splice in raw string literal
</td>
10460 <td class=
"none" align=
"center">Unknown
</td>
10463 <td><a href=
"https://cplusplus.github.io/CWG/issues/1776.html">1776</a></td>
10465 <td>Replacement of class objects containing reference members
</td>
10466 <td class=
"none" align=
"center">Unknown
</td>
10469 <td><a href=
"https://cplusplus.github.io/CWG/issues/1777.html">1777</a></td>
10471 <td>Empty pack expansion in
<I>dynamic-exception-specification
</I></td>
10472 <td class=
"none" align=
"center">Unknown
</td>
10475 <td><a href=
"https://cplusplus.github.io/CWG/issues/1778.html">1778</a></td>
10477 <td><I>exception-specification
</I> in explicitly-defaulted functions
</td>
10478 <td class=
"full" align=
"center">Clang
9</td>
10481 <td><a href=
"https://cplusplus.github.io/CWG/issues/1779.html">1779</a></td>
10483 <td>Type dependency of
<TT>__func__
</TT></td>
10484 <td class=
"full" align=
"center">Clang
14</td>
10487 <td><a href=
"https://cplusplus.github.io/CWG/issues/1780.html">1780</a></td>
10489 <td>Explicit instantiation/specialization of generic lambda
<TT>operator()
</TT></td>
10490 <td class=
"none" align=
"center">Unknown
</td>
10493 <td><a href=
"https://cplusplus.github.io/CWG/issues/1781.html">1781</a></td>
10495 <td>Converting from
<TT>nullptr_t
</TT> to
<TT>bool
</TT> in overload resolution
</td>
10496 <td class=
"none" align=
"center">Unknown
</td>
10499 <td><a href=
"https://cplusplus.github.io/CWG/issues/1782.html">1782</a></td>
10501 <td>Form of initialization for
<TT>nullptr_t
</TT> to
<TT>bool
</TT> conversion
</td>
10502 <td class=
"none" align=
"center">Unknown
</td>
10505 <td><a href=
"https://cplusplus.github.io/CWG/issues/1783.html">1783</a></td>
10507 <td>Why are virtual destructors non-trivial?
</td>
10508 <td class=
"none" align=
"center">Unknown
</td>
10511 <td><a href=
"https://cplusplus.github.io/CWG/issues/1784.html">1784</a></td>
10513 <td>Concurrent execution during static local initialization
</td>
10514 <td class=
"none" align=
"center">Unknown
</td>
10517 <td><a href=
"https://cplusplus.github.io/CWG/issues/1785.html">1785</a></td>
10519 <td>Conflicting diagnostic requirements for template definitions
</td>
10520 <td class=
"none" align=
"center">Unknown
</td>
10523 <td><a href=
"https://cplusplus.github.io/CWG/issues/1786.html">1786</a></td>
10525 <td>Effect of merging allocations on memory leakage
</td>
10526 <td class=
"none" align=
"center">Unknown
</td>
10529 <td><a href=
"https://cplusplus.github.io/CWG/issues/1787.html">1787</a></td>
10531 <td>Uninitialized
<TT>unsigned char
</TT> values
</td>
10532 <td class=
"none" align=
"center">Unknown
</td>
10535 <td><a href=
"https://cplusplus.github.io/CWG/issues/1788.html">1788</a></td>
10537 <td>Sized deallocation of array of non-class type
</td>
10538 <td class=
"none" align=
"center">Unknown
</td>
10540 <tr class=
"open" id=
"1789">
10541 <td><a href=
"https://cplusplus.github.io/CWG/issues/1789.html">1789</a></td>
10543 <td>Array reference vs array decay in overload resolution
</td>
10544 <td align=
"center">Not resolved
</td>
10546 <tr class=
"open" id=
"1790">
10547 <td><a href=
"https://cplusplus.github.io/CWG/issues/1790.html">1790</a></td>
10549 <td>Ellipsis following function parameter pack
</td>
10550 <td align=
"center">Not resolved
</td>
10553 <td><a href=
"https://cplusplus.github.io/CWG/issues/1791.html">1791</a></td>
10555 <td>Incorrect restrictions on
<I>cv-qualifier-seq
</I> and
<I>ref-qualifier
</I></td>
10556 <td class=
"none" align=
"center">Unknown
</td>
10559 <td><a href=
"https://cplusplus.github.io/CWG/issues/1792.html">1792</a></td>
10561 <td>Incorrect example of explicit specialization of member enumeration
</td>
10562 <td class=
"none" align=
"center">Unknown
</td>
10565 <td><a href=
"https://cplusplus.github.io/CWG/issues/1793.html">1793</a></td>
10567 <td><TT>thread_local
</TT> in explicit specializations
</td>
10568 <td class=
"none" align=
"center">Unknown
</td>
10571 <td><a href=
"https://cplusplus.github.io/CWG/issues/1794.html">1794</a></td>
10573 <td><TT>template
</TT> keyword and alias templates
</td>
10574 <td class=
"full" align=
"center">Yes
</td>
10577 <td><a href=
"https://cplusplus.github.io/CWG/issues/1795.html">1795</a></td>
10579 <td>Disambiguating
<I>original-namespace-definition
</I> and
<I>extension-namespace-definition
</I></td>
10580 <td class=
"none" align=
"center">Unknown
</td>
10583 <td><a href=
"https://cplusplus.github.io/CWG/issues/1796.html">1796</a></td>
10585 <td>Is all-bits-zero for null characters a meaningful requirement?
</td>
10586 <td class=
"none" align=
"center">Unknown
</td>
10589 <td><a href=
"https://cplusplus.github.io/CWG/issues/1797.html">1797</a></td>
10591 <td>Are all bit patterns of
<TT>unsigned char
</TT> distinct numbers?
</td>
10592 <td class=
"none" align=
"center">Unknown
</td>
10595 <td><a href=
"https://cplusplus.github.io/CWG/issues/1798.html">1798</a></td>
10597 <td><I>exception-specification
</I>s of template arguments
</td>
10598 <td class=
"none" align=
"center">Unknown
</td>
10601 <td><a href=
"https://cplusplus.github.io/CWG/issues/1799.html">1799</a></td>
10603 <td><TT>mutable
</TT> and non-explicit const qualification
</td>
10604 <td class=
"none" align=
"center">Unknown
</td>
10607 <td><a href=
"https://cplusplus.github.io/CWG/issues/1800.html">1800</a></td>
10609 <td>Pointer to member of nested anonymous union
</td>
10610 <td class=
"none" align=
"center">Unknown
</td>
10613 <td><a href=
"https://cplusplus.github.io/CWG/issues/1801.html">1801</a></td>
10615 <td>Kind of expression referring to member of anonymous union
</td>
10616 <td class=
"none" align=
"center">Unknown
</td>
10619 <td><a href=
"https://cplusplus.github.io/CWG/issues/1802.html">1802</a></td>
10621 <td><TT>char16_t
</TT> string literals and surrogate pairs
</td>
10622 <td class=
"none" align=
"center">Unknown
</td>
10625 <td><a href=
"https://cplusplus.github.io/CWG/issues/1803.html">1803</a></td>
10627 <td><I>opaque-enum-declaration
</I> as
<I>member-declaration
</I></td>
10628 <td class=
"none" align=
"center">Unknown
</td>
10631 <td><a href=
"https://cplusplus.github.io/CWG/issues/1804.html">1804</a></td>
10633 <td>Partial specialization and friendship
</td>
10634 <td class=
"none" align=
"center">Unknown
</td>
10637 <td><a href=
"https://cplusplus.github.io/CWG/issues/1805.html">1805</a></td>
10639 <td>Conversions of array operands in
<I>conditional-expression
</I>s
</td>
10640 <td class=
"none" align=
"center">Unknown
</td>
10643 <td><a href=
"https://cplusplus.github.io/CWG/issues/1806.html">1806</a></td>
10645 <td>Virtual bases and move-assignment
</td>
10646 <td class=
"none" align=
"center">Unknown
</td>
10649 <td><a href=
"https://cplusplus.github.io/CWG/issues/1807.html">1807</a></td>
10651 <td>Order of destruction of array elements after an exception
</td>
10652 <td class=
"none" align=
"center">Unknown
</td>
10654 <tr class=
"open" id=
"1808">
10655 <td><a href=
"https://cplusplus.github.io/CWG/issues/1808.html">1808</a></td>
10657 <td>Constructor templates vs default constructors
</td>
10658 <td align=
"center">Not resolved
</td>
10661 <td><a href=
"https://cplusplus.github.io/CWG/issues/1809.html">1809</a></td>
10663 <td>Narrowing and template argument deduction
</td>
10664 <td class=
"none" align=
"center">Unknown
</td>
10667 <td><a href=
"https://cplusplus.github.io/CWG/issues/1810.html">1810</a></td>
10669 <td>Invalid
<I>ud-suffix
</I>es
</td>
10670 <td class=
"none" align=
"center">Unknown
</td>
10673 <td><a href=
"https://cplusplus.github.io/CWG/issues/1811.html">1811</a></td>
10675 <td>Lookup of deallocation function in a virtual destructor definition
</td>
10676 <td class=
"none" align=
"center">Unknown
</td>
10679 <td><a href=
"https://cplusplus.github.io/CWG/issues/1812.html">1812</a></td>
10681 <td>Omission of
<TT>template
</TT> in a
<I>typename-specifier
</I></td>
10682 <td class=
"none" align=
"center">No
</td>
10685 <td><a href=
"https://cplusplus.github.io/CWG/issues/1813.html">1813</a></td>
10687 <td>Direct vs indirect bases in standard-layout classes
</td>
10688 <td class=
"full" align=
"center">Clang
7</td>
10691 <td><a href=
"https://cplusplus.github.io/CWG/issues/1814.html">1814</a></td>
10693 <td>Default arguments in
<I>lambda-expression
</I>s
</td>
10694 <td class=
"full" align=
"center">Yes
</td>
10697 <td><a href=
"https://cplusplus.github.io/CWG/issues/1815.html">1815</a></td>
10699 <td>Lifetime extension in aggregate initialization
</td>
10700 <td class=
"none" align=
"center">No
</td>
10703 <td><a href=
"https://cplusplus.github.io/CWG/issues/1816.html">1816</a></td>
10705 <td>Unclear specification of bit-field values
</td>
10706 <td class=
"none" align=
"center">Unknown
</td>
10708 <tr class=
"open" id=
"1817">
10709 <td><a href=
"https://cplusplus.github.io/CWG/issues/1817.html">1817</a></td>
10711 <td>Linkage specifications and nested scopes
</td>
10712 <td align=
"center">Not resolved
</td>
10715 <td><a href=
"https://cplusplus.github.io/CWG/issues/1818.html">1818</a></td>
10717 <td>Visibility and inherited language linkage
</td>
10718 <td class=
"none" align=
"center">Unknown
</td>
10721 <td><a href=
"https://cplusplus.github.io/CWG/issues/1819.html">1819</a></td>
10723 <td>Acceptable scopes for definition of partial specialization
</td>
10724 <td class=
"none" align=
"center">Unknown
</td>
10727 <td><a href=
"https://cplusplus.github.io/CWG/issues/1820.html">1820</a></td>
10729 <td>Qualified typedef names
</td>
10730 <td class=
"none" align=
"center">Unknown
</td>
10733 <td><a href=
"https://cplusplus.github.io/CWG/issues/1821.html">1821</a></td>
10735 <td>Qualified redeclarations in a class
<I>member-specification
</I></td>
10736 <td class=
"full" align=
"center">Yes
</td>
10739 <td><a href=
"https://cplusplus.github.io/CWG/issues/1822.html">1822</a></td>
10741 <td>Lookup of parameter names in
<I>lambda-expression
</I>s
</td>
10742 <td class=
"full" align=
"center">Yes
</td>
10745 <td><a href=
"https://cplusplus.github.io/CWG/issues/1823.html">1823</a></td>
10747 <td>String literal uniqueness in inline functions
</td>
10748 <td class=
"none" align=
"center">Unknown
</td>
10751 <td><a href=
"https://cplusplus.github.io/CWG/issues/1824.html">1824</a></td>
10753 <td>Completeness of return type vs point of instantiation
</td>
10754 <td class=
"none" align=
"center">Unknown
</td>
10757 <td><a href=
"https://cplusplus.github.io/CWG/issues/1825.html">1825</a></td>
10759 <td>Partial ordering between variadic and non-variadic function templates
</td>
10760 <td class=
"none" align=
"center">Unknown
</td>
10763 <td><a href=
"https://cplusplus.github.io/CWG/issues/1826.html">1826</a></td>
10765 <td><TT>const
</TT> floating-point in constant expressions
</td>
10766 <td class=
"none" align=
"center">Unknown
</td>
10768 <tr class=
"open" id=
"1827">
10769 <td><a href=
"https://cplusplus.github.io/CWG/issues/1827.html">1827</a></td>
10771 <td>Reference binding with ambiguous conversions
</td>
10772 <td align=
"center">Not resolved
</td>
10775 <td><a href=
"https://cplusplus.github.io/CWG/issues/1828.html">1828</a></td>
10777 <td><I>nested-name-specifier
</I> ambiguity
</td>
10778 <td class=
"none" align=
"center">Unknown
</td>
10781 <td><a href=
"https://cplusplus.github.io/CWG/issues/1829.html">1829</a></td>
10783 <td>Dependent unnamed types
</td>
10784 <td class=
"none" align=
"center">Unknown
</td>
10787 <td><a href=
"https://cplusplus.github.io/CWG/issues/1830.html">1830</a></td>
10789 <td>Repeated specifiers
</td>
10790 <td class=
"none" align=
"center">Unknown
</td>
10793 <td><a href=
"https://cplusplus.github.io/CWG/issues/1831.html">1831</a></td>
10795 <td>Explicitly vs implicitly deleted move constructors
</td>
10796 <td class=
"none" align=
"center">Unknown
</td>
10799 <td><a href=
"https://cplusplus.github.io/CWG/issues/1832.html">1832</a></td>
10801 <td>Casting to incomplete enumeration
</td>
10802 <td class=
"none" align=
"center">Unknown
</td>
10805 <td><a href=
"https://cplusplus.github.io/CWG/issues/1833.html">1833</a></td>
10807 <td><TT>friend
</TT> declarations naming implicitly-declared member functions
</td>
10808 <td class=
"none" align=
"center">Unknown
</td>
10811 <td><a href=
"https://cplusplus.github.io/CWG/issues/1834.html">1834</a></td>
10813 <td>Constant initialization binding a reference to an xvalue
</td>
10814 <td class=
"none" align=
"center">Unknown
</td>
10817 <td><a href=
"https://cplusplus.github.io/CWG/issues/1835.html">1835</a></td>
10819 <td>Dependent member lookup before
<TT><</TT></td>
10820 <td class=
"none" align=
"center">Unknown
</td>
10823 <td><a href=
"https://cplusplus.github.io/CWG/issues/1836.html">1836</a></td>
10825 <td>Use of class type being defined in
<I>trailing-return-type
</I></td>
10826 <td class=
"none" align=
"center">Unknown
</td>
10829 <td><a href=
"https://cplusplus.github.io/CWG/issues/1837.html">1837</a></td>
10831 <td>Use of
<TT>this
</TT> in
<TT>friend
</TT> and local class declarations
</td>
10832 <td class=
"full" align=
"center">Clang
3.3</td>
10835 <td><a href=
"https://cplusplus.github.io/CWG/issues/1838.html">1838</a></td>
10837 <td>Definition via
<I>unqualified-id
</I> and
<I>using-declaration
</I></td>
10838 <td class=
"none" align=
"center">Unknown
</td>
10841 <td><a href=
"https://cplusplus.github.io/CWG/issues/1839.html">1839</a></td>
10843 <td>Lookup of block-scope
<TT>extern
</TT> declarations
</td>
10844 <td class=
"none" align=
"center">Unknown
</td>
10846 <tr class=
"open" id=
"1840">
10847 <td><a href=
"https://cplusplus.github.io/CWG/issues/1840.html">1840</a></td>
10849 <td>Non-deleted explicit specialization of deleted function template
</td>
10850 <td align=
"center">Not resolved
</td>
10853 <td><a href=
"https://cplusplus.github.io/CWG/issues/1841.html">1841</a></td>
10855 <td><TT><</TT> following template injected-class-name
</td>
10856 <td class=
"none" align=
"center">Unknown
</td>
10858 <tr class=
"open" id=
"1842">
10859 <td><a href=
"https://cplusplus.github.io/CWG/issues/1842.html">1842</a></td>
10861 <td>Unevaluated operands and
“carries a dependency
”</td>
10862 <td align=
"center">Not resolved
</td>
10865 <td><a href=
"https://cplusplus.github.io/CWG/issues/1843.html">1843</a></td>
10867 <td>Bit-field in conditional operator with
<TT>throw
</TT> operand
</td>
10868 <td class=
"none" align=
"center">Unknown
</td>
10870 <tr class=
"open" id=
"1844">
10871 <td><a href=
"https://cplusplus.github.io/CWG/issues/1844.html">1844</a></td>
10873 <td>Defining
“immediate context
”</td>
10874 <td align=
"center">Not resolved
</td>
10876 <tr class=
"open" id=
"1845">
10877 <td><a href=
"https://cplusplus.github.io/CWG/issues/1845.html">1845</a></td>
10879 <td>Point of instantiation of a variable template specialization
</td>
10880 <td align=
"center">Not resolved
</td>
10883 <td><a href=
"https://cplusplus.github.io/CWG/issues/1846.html">1846</a></td>
10885 <td>Declaring explicitly-defaulted implicitly-deleted functions
</td>
10886 <td class=
"none" align=
"center">Unknown
</td>
10889 <td><a href=
"https://cplusplus.github.io/CWG/issues/1847.html">1847</a></td>
10891 <td>Clarifying compatibility during partial ordering
</td>
10892 <td class=
"none" align=
"center">Unknown
</td>
10895 <td><a href=
"https://cplusplus.github.io/CWG/issues/1848.html">1848</a></td>
10897 <td>Parenthesized constructor and destructor declarators
</td>
10898 <td class=
"none" align=
"center">Unknown
</td>
10901 <td><a href=
"https://cplusplus.github.io/CWG/issues/1849.html">1849</a></td>
10903 <td>Variable templates and the ODR
</td>
10904 <td class=
"none" align=
"center">Unknown
</td>
10907 <td><a href=
"https://cplusplus.github.io/CWG/issues/1850.html">1850</a></td>
10909 <td>Differences between definition context and point of instantiation
</td>
10910 <td class=
"none" align=
"center">Unknown
</td>
10913 <td><a href=
"https://cplusplus.github.io/CWG/issues/1851.html">1851</a></td>
10915 <td><TT>decltype(auto)
</TT> in
<I>new-expression
</I>s
</td>
10916 <td class=
"none" align=
"center">Unknown
</td>
10919 <td><a href=
"https://cplusplus.github.io/CWG/issues/1852.html">1852</a></td>
10921 <td>Wording issues regarding
<TT>decltype(auto)
</TT></td>
10922 <td class=
"none" align=
"center">Unknown
</td>
10925 <td><a href=
"https://cplusplus.github.io/CWG/issues/1853.html">1853</a></td>
10927 <td>Defining
“allocated storage
”</td>
10928 <td class=
"none" align=
"center">Unknown
</td>
10930 <tr class=
"open" id=
"1854">
10931 <td><a href=
"https://cplusplus.github.io/CWG/issues/1854.html">1854</a></td>
10933 <td>Disallowing use of implicitly-deleted functions
</td>
10934 <td align=
"center">Not resolved
</td>
10937 <td><a href=
"https://cplusplus.github.io/CWG/issues/1855.html">1855</a></td>
10939 <td>Out-of-lifetime access to nonstatic data members
</td>
10940 <td class=
"none" align=
"center">Unknown
</td>
10942 <tr class=
"open" id=
"1856">
10943 <td><a href=
"https://cplusplus.github.io/CWG/issues/1856.html">1856</a></td>
10945 <td>Indirect nested classes of class templates
</td>
10946 <td align=
"center">Not resolved
</td>
10949 <td><a href=
"https://cplusplus.github.io/CWG/issues/1857.html">1857</a></td>
10951 <td>Additional questions about bits
</td>
10952 <td class=
"none" align=
"center">Unknown
</td>
10955 <td><a href=
"https://cplusplus.github.io/CWG/issues/1858.html">1858</a></td>
10957 <td>Comparing pointers to union members
</td>
10958 <td class=
"none" align=
"center">Unknown
</td>
10961 <td><a href=
"https://cplusplus.github.io/CWG/issues/1859.html">1859</a></td>
10963 <td>UTF-
16 in
<TT>char16_t
</TT> string literals
</td>
10964 <td class=
"none" align=
"center">Unknown
</td>
10967 <td><a href=
"https://cplusplus.github.io/CWG/issues/1860.html">1860</a></td>
10969 <td>What is a
“direct member?
”</td>
10970 <td class=
"none" align=
"center">Unknown
</td>
10973 <td><a href=
"https://cplusplus.github.io/CWG/issues/1861.html">1861</a></td>
10975 <td>Values of a bit-field
</td>
10976 <td class=
"none" align=
"center">Unknown
</td>
10979 <td><a href=
"https://cplusplus.github.io/CWG/issues/1862.html">1862</a></td>
10981 <td>Determining
“corresponding members
” for friendship
</td>
10982 <td class=
"none" align=
"center">Unknown
</td>
10985 <td><a href=
"https://cplusplus.github.io/CWG/issues/1863.html">1863</a></td>
10987 <td>Requirements on thrown object type to support
<TT>std::current_exception()
</TT></td>
10988 <td class=
"none" align=
"center">Unknown
</td>
10991 <td><a href=
"https://cplusplus.github.io/CWG/issues/1864.html">1864</a></td>
10993 <td>List-initialization of array objects
</td>
10994 <td class=
"none" align=
"center">Unknown
</td>
10997 <td><a href=
"https://cplusplus.github.io/CWG/issues/1865.html">1865</a></td>
10999 <td>Pointer arithmetic and multi-level qualification conversions
</td>
11000 <td class=
"none" align=
"center">Unknown
</td>
11003 <td><a href=
"https://cplusplus.github.io/CWG/issues/1866.html">1866</a></td>
11005 <td>Initializing variant members with non-trivial destructors
</td>
11006 <td class=
"none" align=
"center">Unknown
</td>
11009 <td><a href=
"https://cplusplus.github.io/CWG/issues/1867.html">1867</a></td>
11011 <td>Function/expression ambiguity with qualified parameter name
</td>
11012 <td class=
"none" align=
"center">Unknown
</td>
11014 <tr class=
"open" id=
"1868">
11015 <td><a href=
"https://cplusplus.github.io/CWG/issues/1868.html">1868</a></td>
11017 <td>Meaning of
“placeholder type
”</td>
11018 <td align=
"center">Not resolved
</td>
11021 <td><a href=
"https://cplusplus.github.io/CWG/issues/1869.html">1869</a></td>
11023 <td><TT>thread_local
</TT> vs
<I>linkage-specification
</I>s
</td>
11024 <td class=
"none" align=
"center">Unknown
</td>
11027 <td><a href=
"https://cplusplus.github.io/CWG/issues/1870.html">1870</a></td>
11029 <td>Contradictory wording about definitions vs explicit specialization/instantiation
</td>
11030 <td class=
"none" align=
"center">Unknown
</td>
11033 <td><a href=
"https://cplusplus.github.io/CWG/issues/1871.html">1871</a></td>
11035 <td>Non-identifier characters in
<I>ud-suffix
</I></td>
11036 <td class=
"none" align=
"center">Unknown
</td>
11039 <td><a href=
"https://cplusplus.github.io/CWG/issues/1872.html">1872</a></td>
11041 <td>Instantiations of
<TT>constexpr
</TT> templates that cannot appear in constant expressions
</td>
11042 <td class=
"full" align=
"center">Clang
9</td>
11045 <td><a href=
"https://cplusplus.github.io/CWG/issues/1873.html">1873</a></td>
11047 <td>Protected member access from derived class friends
</td>
11048 <td class=
"none" align=
"center">Unknown
</td>
11051 <td><a href=
"https://cplusplus.github.io/CWG/issues/1874.html">1874</a></td>
11053 <td>Type vs non-type template parameters with
<TT>class
</TT> keyword
</td>
11054 <td class=
"none" align=
"center">Unknown
</td>
11057 <td><a href=
"https://cplusplus.github.io/CWG/issues/1875.html">1875</a></td>
11059 <td>Reordering declarations in class scope
</td>
11060 <td class=
"none" align=
"center">Unknown
</td>
11063 <td><a href=
"https://cplusplus.github.io/CWG/issues/1876.html">1876</a></td>
11065 <td>Preventing explicit specialization
</td>
11066 <td class=
"none" align=
"center">Unknown
</td>
11069 <td><a href=
"https://cplusplus.github.io/CWG/issues/1877.html">1877</a></td>
11071 <td>Return type deduction from
<TT>return
</TT> with no operand
</td>
11072 <td class=
"none" align=
"center">Unknown
</td>
11075 <td><a href=
"https://cplusplus.github.io/CWG/issues/1878.html">1878</a></td>
11077 <td><TT>operator auto
</TT> template
</td>
11078 <td class=
"none" align=
"center">Unknown
</td>
11081 <td><a href=
"https://cplusplus.github.io/CWG/issues/1879.html">1879</a></td>
11083 <td>Inadequate definition of alignment requirement
</td>
11084 <td class=
"none" align=
"center">Unknown
</td>
11087 <td><a href=
"https://cplusplus.github.io/CWG/issues/1880.html">1880</a></td>
11089 <td>When are parameter objects destroyed?
</td>
11090 <td class=
"none" align=
"center">Unknown
</td>
11093 <td><a href=
"https://cplusplus.github.io/CWG/issues/1881.html">1881</a></td>
11095 <td>Standard-layout classes and unnamed bit-fields
</td>
11096 <td class=
"full" align=
"center">Clang
7</td>
11099 <td><a href=
"https://cplusplus.github.io/CWG/issues/1882.html">1882</a></td>
11101 <td>Reserved names without library use
</td>
11102 <td class=
"none" align=
"center">Unknown
</td>
11104 <tr class=
"open" id=
"1883">
11105 <td><a href=
"https://cplusplus.github.io/CWG/issues/1883.html">1883</a></td>
11107 <td>Protected access to constructors in
<I>mem-initializer
</I>s
</td>
11108 <td align=
"center">Not resolved
</td>
11111 <td><a href=
"https://cplusplus.github.io/CWG/issues/1884.html">1884</a></td>
11113 <td>Unclear requirements for same-named external-linkage entities
</td>
11114 <td class=
"none" align=
"center">Unknown
</td>
11117 <td><a href=
"https://cplusplus.github.io/CWG/issues/1885.html">1885</a></td>
11119 <td>Return value of a function is underspecified
</td>
11120 <td class=
"none" align=
"center">Unknown
</td>
11123 <td><a href=
"https://cplusplus.github.io/CWG/issues/1886.html">1886</a></td>
11125 <td>Language linkage for
<TT>main()
</TT></td>
11126 <td class=
"none" align=
"center">Unknown
</td>
11129 <td><a href=
"https://cplusplus.github.io/CWG/issues/1887.html">1887</a></td>
11131 <td>Problems with
<TT>::
</TT> as
<I>nested-name-specifier
</I></td>
11132 <td class=
"none" align=
"center">Unknown
</td>
11135 <td><a href=
"https://cplusplus.github.io/CWG/issues/1888.html">1888</a></td>
11137 <td>Implicitly-declared default constructors and
<TT>explicit
</TT></td>
11138 <td class=
"none" align=
"center">Unknown
</td>
11140 <tr class=
"open" id=
"1889">
11141 <td><a href=
"https://cplusplus.github.io/CWG/issues/1889.html">1889</a></td>
11143 <td>Unclear effect of
<TT>#pragma
</TT> on conformance
</td>
11144 <td align=
"center">Not resolved
</td>
11146 <tr class=
"open" id=
"1890">
11147 <td><a href=
"https://cplusplus.github.io/CWG/issues/1890.html">1890</a></td>
11149 <td>Member type depending on definition of member function
</td>
11150 <td align=
"center">Not resolved
</td>
11153 <td><a href=
"https://cplusplus.github.io/CWG/issues/1891.html">1891</a></td>
11155 <td>Move constructor/assignment for closure class
</td>
11156 <td class=
"full" align=
"center">Clang
4</td>
11159 <td><a href=
"https://cplusplus.github.io/CWG/issues/1892.html">1892</a></td>
11161 <td>Use of
<TT>auto
</TT> in function type
</td>
11162 <td class=
"none" align=
"center">Unknown
</td>
11165 <td><a href=
"https://cplusplus.github.io/CWG/issues/1893.html">1893</a></td>
11167 <td>Function-style cast with
<I>braced-init-list
</I>s and empty pack expansions
</td>
11168 <td class=
"none" align=
"center">Unknown
</td>
11171 <td><a href=
"https://cplusplus.github.io/CWG/issues/1894.html">1894</a></td>
11173 <td><I>typedef-name
</I>s and
<I>using-declaration
</I>s
</td>
11174 <td class=
"full" align=
"center">Clang
3.8</td>
11177 <td><a href=
"https://cplusplus.github.io/CWG/issues/1895.html">1895</a></td>
11179 <td>Deleted conversions in conditional operator operands
</td>
11180 <td class=
"none" align=
"center">Unknown
</td>
11183 <td><a href=
"https://cplusplus.github.io/CWG/issues/1896.html">1896</a></td>
11185 <td>Repeated alias templates
</td>
11186 <td class=
"none" align=
"center">Unknown
</td>
11188 <tr class=
"open" id=
"1897">
11189 <td><a href=
"https://cplusplus.github.io/CWG/issues/1897.html">1897</a></td>
11191 <td>ODR vs alternative tokens
</td>
11192 <td align=
"center">Not resolved
</td>
11195 <td><a href=
"https://cplusplus.github.io/CWG/issues/1898.html">1898</a></td>
11197 <td>Use of
“equivalent
” in overload resolution
</td>
11198 <td class=
"none" align=
"center">Unknown
</td>
11201 <td><a href=
"https://cplusplus.github.io/CWG/issues/1899.html">1899</a></td>
11203 <td>Value-dependent constant expressions
</td>
11204 <td class=
"none" align=
"center">Unknown
</td>
11207 <td><a href=
"https://cplusplus.github.io/CWG/issues/1900.html">1900</a></td>
11209 <td>Do
<TT>friend
</TT> declarations count as
“previous declarations
”?
</td>
11210 <td class=
"none" align=
"center">Unknown
</td>
11212 <tr class=
"open" id=
"1901">
11213 <td><a href=
"https://cplusplus.github.io/CWG/issues/1901.html">1901</a></td>
11215 <td><I>punctuator
</I> referenced but not defined
</td>
11216 <td align=
"center">Not resolved
</td>
11219 <td><a href=
"https://cplusplus.github.io/CWG/issues/1902.html">1902</a></td>
11221 <td>What makes a conversion
“otherwise ill-formed
”?
</td>
11222 <td class=
"full" align=
"center">Clang
3.7</td>
11225 <td><a href=
"https://cplusplus.github.io/CWG/issues/1903.html">1903</a></td>
11227 <td>What declarations are introduced by a non-member
<I>using-declaration
</I>?
</td>
11228 <td class=
"none" align=
"center">Unknown
</td>
11231 <td><a href=
"https://cplusplus.github.io/CWG/issues/1904.html">1904</a></td>
11233 <td>Default template arguments for members of class templates
</td>
11234 <td class=
"none" align=
"center">Unknown
</td>
11237 <td><a href=
"https://cplusplus.github.io/CWG/issues/1905.html">1905</a></td>
11239 <td>Dependent types and injected-class-names
</td>
11240 <td class=
"none" align=
"center">Unknown
</td>
11243 <td><a href=
"https://cplusplus.github.io/CWG/issues/1906.html">1906</a></td>
11245 <td>Name lookup in member
<TT>friend
</TT> declaration
</td>
11246 <td class=
"none" align=
"center">Unknown
</td>
11249 <td><a href=
"https://cplusplus.github.io/CWG/issues/1907.html">1907</a></td>
11251 <td><I>using-declaration
</I>s and default arguments
</td>
11252 <td class=
"none" align=
"center">Unknown
</td>
11255 <td><a href=
"https://cplusplus.github.io/CWG/issues/1908.html">1908</a></td>
11257 <td>Dual destructor lookup and
<I>template-id
</I>s
</td>
11258 <td class=
"none" align=
"center">Unknown
</td>
11261 <td><a href=
"https://cplusplus.github.io/CWG/issues/1909.html">1909</a></td>
11263 <td>Member class template with the same name as the class
</td>
11264 <td class=
"full" align=
"center">Yes
</td>
11267 <td><a href=
"https://cplusplus.github.io/CWG/issues/1910.html">1910</a></td>
11269 <td>“Shall
” requirement applied to runtime behavior
</td>
11270 <td class=
"none" align=
"center">Unknown
</td>
11273 <td><a href=
"https://cplusplus.github.io/CWG/issues/1911.html">1911</a></td>
11275 <td><TT>constexpr
</TT> constructor with non-literal base class
</td>
11276 <td class=
"none" align=
"center">Unknown
</td>
11279 <td><a href=
"https://cplusplus.github.io/CWG/issues/1912.html">1912</a></td>
11281 <td><I>exception-specification
</I> of defaulted function
</td>
11282 <td class=
"none" align=
"center">Unknown
</td>
11285 <td><a href=
"https://cplusplus.github.io/CWG/issues/1913.html">1913</a></td>
11287 <td><TT>decltype((x))
</TT> in
<I>lambda-expression
</I>s
</td>
11288 <td class=
"none" align=
"center">Unknown
</td>
11290 <tr class=
"open" id=
"1914">
11291 <td><a href=
"https://cplusplus.github.io/CWG/issues/1914.html">1914</a></td>
11293 <td>Duplicate standard attributes
</td>
11294 <td align=
"center">Extension
</td>
11296 <tr class=
"open" id=
"1915">
11297 <td><a href=
"https://cplusplus.github.io/CWG/issues/1915.html">1915</a></td>
11299 <td>Potentially-invoked destructors in non-throwing constructors
</td>
11300 <td align=
"center">Not resolved
</td>
11303 <td><a href=
"https://cplusplus.github.io/CWG/issues/1916.html">1916</a></td>
11305 <td>“Same cv-unqualified type
”</td>
11306 <td class=
"none" align=
"center">Unknown
</td>
11309 <td><a href=
"https://cplusplus.github.io/CWG/issues/1917.html">1917</a></td>
11311 <td>decltype-qualified enumeration names
</td>
11312 <td class=
"none" align=
"center">Unknown
</td>
11314 <tr class=
"open" id=
"1918">
11315 <td><a href=
"https://cplusplus.github.io/CWG/issues/1918.html">1918</a></td>
11317 <td><TT>friend
</TT> templates with dependent scopes
</td>
11318 <td align=
"center">Not resolved
</td>
11320 <tr class=
"open" id=
"1919">
11321 <td><a href=
"https://cplusplus.github.io/CWG/issues/1919.html">1919</a></td>
11323 <td>Overload resolution for
<TT>!
</TT> with explicit conversion operator
</td>
11324 <td align=
"center">Not resolved
</td>
11327 <td><a href=
"https://cplusplus.github.io/CWG/issues/1920.html">1920</a></td>
11329 <td>Qualification mismatch in
<I>pseudo-destructor-name
</I></td>
11330 <td class=
"none" align=
"center">Unknown
</td>
11333 <td><a href=
"https://cplusplus.github.io/CWG/issues/1921.html">1921</a></td>
11335 <td><TT>constexpr
</TT> constructors and point of initialization of
<TT>const
</TT> variables
</td>
11336 <td class=
"none" align=
"center">Unknown
</td>
11339 <td><a href=
"https://cplusplus.github.io/CWG/issues/1922.html">1922</a></td>
11341 <td>Injected class template names and default arguments
</td>
11342 <td class=
"none" align=
"center">Unknown
</td>
11345 <td><a href=
"https://cplusplus.github.io/CWG/issues/1923.html">1923</a></td>
11347 <td>Lvalues of type
<TT>void
</TT></td>
11348 <td class=
"none" align=
"center">Unknown
</td>
11350 <tr class=
"open" id=
"1924">
11351 <td><a href=
"https://cplusplus.github.io/CWG/issues/1924.html">1924</a></td>
11353 <td>Definition of
“literal
” and kinds of literals
</td>
11354 <td align=
"center">Not resolved
</td>
11357 <td><a href=
"https://cplusplus.github.io/CWG/issues/1925.html">1925</a></td>
11359 <td>Bit-field prvalues
</td>
11360 <td class=
"none" align=
"center">Unknown
</td>
11363 <td><a href=
"https://cplusplus.github.io/CWG/issues/1926.html">1926</a></td>
11365 <td>Potential results of subscript operator
</td>
11366 <td class=
"none" align=
"center">Unknown
</td>
11369 <td><a href=
"https://cplusplus.github.io/CWG/issues/1927.html">1927</a></td>
11371 <td>Lifetime of temporaries in
<I>init-capture
</I>s
</td>
11372 <td class=
"none" align=
"center">Unknown
</td>
11375 <td><a href=
"https://cplusplus.github.io/CWG/issues/1928.html">1928</a></td>
11377 <td>Triviality of deleted special member functions
</td>
11378 <td class=
"none" align=
"center">Unknown
</td>
11381 <td><a href=
"https://cplusplus.github.io/CWG/issues/1929.html">1929</a></td>
11383 <td><TT>template
</TT> keyword following namespace
<I>nested-name-specifier
</I></td>
11384 <td class=
"none" align=
"center">Unknown
</td>
11387 <td><a href=
"https://cplusplus.github.io/CWG/issues/1930.html">1930</a></td>
11389 <td><I>init-declarator-list
</I> vs
<I>member-declarator-list
</I></td>
11390 <td class=
"none" align=
"center">Unknown
</td>
11393 <td><a href=
"https://cplusplus.github.io/CWG/issues/1931.html">1931</a></td>
11395 <td>Default-constructible and copy-assignable closure types
</td>
11396 <td class=
"none" align=
"center">Unknown
</td>
11399 <td><a href=
"https://cplusplus.github.io/CWG/issues/1932.html">1932</a></td>
11401 <td>Bit-field results of conditional operators
</td>
11402 <td class=
"none" align=
"center">Unknown
</td>
11405 <td><a href=
"https://cplusplus.github.io/CWG/issues/1933.html">1933</a></td>
11407 <td>Implementation limit for
<I>initializer-list
</I> elements
</td>
11408 <td class=
"none" align=
"center">Unknown
</td>
11411 <td><a href=
"https://cplusplus.github.io/CWG/issues/1934.html">1934</a></td>
11413 <td>Relaxing
<I>exception-specification
</I> compatibility requirements
</td>
11414 <td class=
"none" align=
"center">Unknown
</td>
11417 <td><a href=
"https://cplusplus.github.io/CWG/issues/1935.html">1935</a></td>
11419 <td>Reuse of placement arguments in deallocation
</td>
11420 <td class=
"none" align=
"center">Unknown
</td>
11423 <td><a href=
"https://cplusplus.github.io/CWG/issues/1936.html">1936</a></td>
11425 <td>Dependent
<I>qualified-id
</I>s
</td>
11426 <td class=
"none" align=
"center">Unknown
</td>
11429 <td><a href=
"https://cplusplus.github.io/CWG/issues/1937.html">1937</a></td>
11431 <td>Incomplete specification of function pointer from lambda
</td>
11432 <td class=
"none" align=
"center">Unknown
</td>
11435 <td><a href=
"https://cplusplus.github.io/CWG/issues/1938.html">1938</a></td>
11437 <td>Should hosted/freestanding be implementation-defined?
</td>
11438 <td class=
"none" align=
"center">Unknown
</td>
11440 <tr class=
"open" id=
"1939">
11441 <td><a href=
"https://cplusplus.github.io/CWG/issues/1939.html">1939</a></td>
11443 <td>Argument conversions to nondeduced parameter types revisited
</td>
11444 <td align=
"center">Not resolved
</td>
11447 <td><a href=
"https://cplusplus.github.io/CWG/issues/1940.html">1940</a></td>
11449 <td><TT>static_assert
</TT> in anonymous unions
</td>
11450 <td class=
"full" align=
"center">Yes
</td>
11453 <td><a href=
"https://cplusplus.github.io/CWG/issues/1941.html">1941</a></td>
11455 <td>SFINAE and inherited constructor default arguments
</td>
11456 <td class=
"full" align=
"center">Clang
3.9</td>
11459 <td><a href=
"https://cplusplus.github.io/CWG/issues/1942.html">1942</a></td>
11461 <td>Incorrect reference to
<I>trailing-return-type
</I></td>
11462 <td class=
"none" align=
"center">Unknown
</td>
11465 <td><a href=
"https://cplusplus.github.io/CWG/issues/1943.html">1943</a></td>
11467 <td>Unspecified meaning of
“bit
”</td>
11468 <td class=
"none" align=
"center">Unknown
</td>
11470 <tr class=
"open" id=
"1944">
11471 <td><a href=
"https://cplusplus.github.io/CWG/issues/1944.html">1944</a></td>
11473 <td>New C incompatibilities
</td>
11474 <td align=
"center">Not resolved
</td>
11476 <tr class=
"open" id=
"1945">
11477 <td><a href=
"https://cplusplus.github.io/CWG/issues/1945.html">1945</a></td>
11479 <td>Friend declarations naming members of class templates in non-templates
</td>
11480 <td align=
"center">Not resolved
</td>
11483 <td><a href=
"https://cplusplus.github.io/CWG/issues/1946.html">1946</a></td>
11485 <td><I>exception-specification
</I>s vs pointer dereference
</td>
11486 <td class=
"none" align=
"center">Unknown
</td>
11489 <td><a href=
"https://cplusplus.github.io/CWG/issues/1947.html">1947</a></td>
11491 <td>Digit separators following non-octal prefix
</td>
11492 <td class=
"full" align=
"center">Yes
</td>
11495 <td><a href=
"https://cplusplus.github.io/CWG/issues/1948.html">1948</a></td>
11497 <td><I>exception-specification
</I> of replacement global
<TT>new
</TT></td>
11498 <td class=
"full" align=
"center">Yes
</td>
11501 <td><a href=
"https://cplusplus.github.io/CWG/issues/1949.html">1949</a></td>
11503 <td>“sequenced after
” instead of
“sequenced before
”</td>
11504 <td class=
"none" align=
"center">Unknown
</td>
11507 <td><a href=
"https://cplusplus.github.io/CWG/issues/1950.html">1950</a></td>
11509 <td>Restructuring description of ranks of conversion sequences
</td>
11510 <td class=
"none" align=
"center">Unknown
</td>
11513 <td><a href=
"https://cplusplus.github.io/CWG/issues/1951.html">1951</a></td>
11515 <td>Cv-qualification and literal types
</td>
11516 <td class=
"none" align=
"center">Unknown
</td>
11519 <td><a href=
"https://cplusplus.github.io/CWG/issues/1952.html">1952</a></td>
11521 <td>Constant expressions and library undefined behavior
</td>
11522 <td class=
"none" align=
"center">Unknown
</td>
11524 <tr class=
"open" id=
"1953">
11525 <td><a href=
"https://cplusplus.github.io/CWG/issues/1953.html">1953</a></td>
11527 <td>Data races and common initial sequence
</td>
11528 <td align=
"center">Not resolved
</td>
11530 <tr class=
"open" id=
"1954">
11531 <td><a href=
"https://cplusplus.github.io/CWG/issues/1954.html">1954</a></td>
11533 <td><TT>typeid
</TT> null dereference check in subexpressions
</td>
11534 <td align=
"center">Not resolved
</td>
11537 <td><a href=
"https://cplusplus.github.io/CWG/issues/1955.html">1955</a></td>
11539 <td><TT>#elif
</TT> with invalid controlling expression
</td>
11540 <td class=
"none" align=
"center">Unknown
</td>
11543 <td><a href=
"https://cplusplus.github.io/CWG/issues/1956.html">1956</a></td>
11545 <td>Reuse of storage of automatic variables
</td>
11546 <td class=
"none" align=
"center">Unknown
</td>
11549 <td><a href=
"https://cplusplus.github.io/CWG/issues/1957.html">1957</a></td>
11551 <td><TT>decltype(auto)
</TT> with direct-list-initialization
</td>
11552 <td class=
"none" align=
"center">Unknown
</td>
11555 <td><a href=
"https://cplusplus.github.io/CWG/issues/1958.html">1958</a></td>
11557 <td><TT>decltype(auto)
</TT> with parenthesized initializer
</td>
11558 <td class=
"none" align=
"center">Unknown
</td>
11561 <td><a href=
"https://cplusplus.github.io/CWG/issues/1959.html">1959</a></td>
11563 <td>Inadvertently inherited copy constructor
</td>
11564 <td class=
"full" align=
"center">Clang
3.9</td>
11567 <td><a href=
"https://cplusplus.github.io/CWG/issues/1960.html">1960</a></td>
11569 <td>Visibility of entity named in class-scope
<I>using-declaration
</I></td>
11570 <td class=
"none" align=
"center">No
</td>
11573 <td><a href=
"https://cplusplus.github.io/CWG/issues/1961.html">1961</a></td>
11575 <td>Potentially-concurrent actions within a signal handler
</td>
11576 <td class=
"none" align=
"center">Unknown
</td>
11578 <tr class=
"open" id=
"1962">
11579 <td><a href=
"https://cplusplus.github.io/CWG/issues/1962.html">1962</a></td>
11581 <td>Type of
<TT>__func__
</TT></td>
11582 <td align=
"center">Not resolved
</td>
11585 <td><a href=
"https://cplusplus.github.io/CWG/issues/1963.html">1963</a></td>
11587 <td>Implementation-defined identifier characters
</td>
11588 <td class=
"none" align=
"center">Unknown
</td>
11591 <td><a href=
"https://cplusplus.github.io/CWG/issues/1964.html">1964</a></td>
11593 <td><I>opaque-enum-declaration
</I> in
<I>alias-declaration
</I>?
</td>
11594 <td class=
"none" align=
"center">Unknown
</td>
11596 <tr class=
"open" id=
"1965">
11597 <td><a href=
"https://cplusplus.github.io/CWG/issues/1965.html">1965</a></td>
11599 <td>Explicit casts to reference types
</td>
11600 <td align=
"center">Not resolved
</td>
11603 <td><a href=
"https://cplusplus.github.io/CWG/issues/1966.html">1966</a></td>
11605 <td>Colon following enumeration
<I>elaborated-type-specifier
</I></td>
11606 <td class=
"full" align=
"center">Clang
11</td>
11609 <td><a href=
"https://cplusplus.github.io/CWG/issues/1967.html">1967</a></td>
11611 <td>Temporary lifetime and move-elision
</td>
11612 <td class=
"none" align=
"center">Unknown
</td>
11615 <td><a href=
"https://cplusplus.github.io/CWG/issues/1968.html">1968</a></td>
11617 <td>Address of
<TT>typeid
</TT> in constant expressions
</td>
11618 <td class=
"none" align=
"center">No
</td>
11621 <td><a href=
"https://cplusplus.github.io/CWG/issues/1969.html">1969</a></td>
11623 <td>Missing exclusion of
<TT>~S
</TT> as an ordinary function name
</td>
11624 <td class=
"none" align=
"center">Unknown
</td>
11627 <td><a href=
"https://cplusplus.github.io/CWG/issues/1970.html">1970</a></td>
11629 <td>Ambiguity resolution for
<TT>(T())*x
</TT></td>
11630 <td class=
"none" align=
"center">Unknown
</td>
11633 <td><a href=
"https://cplusplus.github.io/CWG/issues/1971.html">1971</a></td>
11635 <td>Unclear disambiguation of destructor and
<TT>operator~
</TT></td>
11636 <td class=
"none" align=
"center">Unknown
</td>
11639 <td><a href=
"https://cplusplus.github.io/CWG/issues/1972.html">1972</a></td>
11641 <td>Identifier character restrictions in non-
<I>identifier
</I>s
</td>
11642 <td class=
"none" align=
"center">Unknown
</td>
11645 <td><a href=
"https://cplusplus.github.io/CWG/issues/1973.html">1973</a></td>
11647 <td>Which
<I>parameter-declaration-clause
</I> in a
<I>lambda-expression
</I>?
</td>
11648 <td class=
"none" align=
"center">Unknown
</td>
11651 <td><a href=
"https://cplusplus.github.io/CWG/issues/1974.html">1974</a></td>
11653 <td>Redundant specification of non-type
<I>typename-specifier
</I></td>
11654 <td class=
"none" align=
"center">Unknown
</td>
11657 <td><a href=
"https://cplusplus.github.io/CWG/issues/1975.html">1975</a></td>
11659 <td>Permissible declarations for
<I>exception-specification
</I>s
</td>
11660 <td class=
"none" align=
"center">Unknown
</td>
11663 <td><a href=
"https://cplusplus.github.io/CWG/issues/1976.html">1976</a></td>
11665 <td>Ambiguity of
<I>namespace-alias
</I>es
</td>
11666 <td class=
"none" align=
"center">Unknown
</td>
11668 <tr class=
"open" id=
"1977">
11669 <td><a href=
"https://cplusplus.github.io/CWG/issues/1977.html">1977</a></td>
11671 <td>Contradictory results of failed destructor lookup
</td>
11672 <td align=
"center">Not resolved
</td>
11675 <td><a href=
"https://cplusplus.github.io/CWG/issues/1978.html">1978</a></td>
11677 <td>Redundant description of explicit constructor use
</td>
11678 <td class=
"none" align=
"center">Unknown
</td>
11680 <tr class=
"open" id=
"1979">
11681 <td><a href=
"https://cplusplus.github.io/CWG/issues/1979.html">1979</a></td>
11683 <td>Alias template specialization in template member definition
</td>
11684 <td align=
"center">Not resolved
</td>
11686 <tr class=
"open" id=
"1980">
11687 <td><a href=
"https://cplusplus.github.io/CWG/issues/1980.html">1980</a></td>
11689 <td>Equivalent but not functionally-equivalent redeclarations
</td>
11690 <td align=
"center">Not resolved
</td>
11693 <td><a href=
"https://cplusplus.github.io/CWG/issues/1981.html">1981</a></td>
11695 <td>Implicit contextual conversions and
<TT>explicit
</TT></td>
11696 <td class=
"none" align=
"center">Unknown
</td>
11699 <td><a href=
"https://cplusplus.github.io/CWG/issues/1982.html">1982</a></td>
11701 <td>Deduction extending parameter pack
</td>
11702 <td class=
"none" align=
"center">Unknown
</td>
11705 <td><a href=
"https://cplusplus.github.io/CWG/issues/1983.html">1983</a></td>
11707 <td>Inappropriate use of
<I>virt-specifier
</I></td>
11708 <td class=
"none" align=
"center">Unknown
</td>
11711 <td><a href=
"https://cplusplus.github.io/CWG/issues/1984.html">1984</a></td>
11713 <td>Lossless narrowing conversions
</td>
11714 <td class=
"none" align=
"center">Unknown
</td>
11717 <td><a href=
"https://cplusplus.github.io/CWG/issues/1985.html">1985</a></td>
11719 <td>Unknown bound array member with
<I>brace-or-equal-initializer
</I></td>
11720 <td class=
"none" align=
"center">Unknown
</td>
11722 <tr class=
"open" id=
"1986">
11723 <td><a href=
"https://cplusplus.github.io/CWG/issues/1986.html">1986</a></td>
11725 <td>odr-use and delayed initialization
</td>
11726 <td align=
"center">Not resolved
</td>
11729 <td><a href=
"https://cplusplus.github.io/CWG/issues/1987.html">1987</a></td>
11731 <td><TT>constexpr
</TT> static data members across translation units
</td>
11732 <td class=
"none" align=
"center">Unknown
</td>
11735 <td><a href=
"https://cplusplus.github.io/CWG/issues/1988.html">1988</a></td>
11737 <td>Ambiguity between dependent and non-dependent bases in implicit member access
</td>
11738 <td class=
"none" align=
"center">Unknown
</td>
11740 <tr class=
"open" id=
"1989">
11741 <td><a href=
"https://cplusplus.github.io/CWG/issues/1989.html">1989</a></td>
11743 <td>Insufficient restrictions on parameters of postfix operators
</td>
11744 <td align=
"center">Not resolved
</td>
11747 <td><a href=
"https://cplusplus.github.io/CWG/issues/1990.html">1990</a></td>
11749 <td>Ambiguity due to optional
<I>decl-specifier-seq
</I></td>
11750 <td class=
"none" align=
"center">Unknown
</td>
11753 <td><a href=
"https://cplusplus.github.io/CWG/issues/1991.html">1991</a></td>
11755 <td>Inheriting constructors vs default arguments
</td>
11756 <td class=
"full" align=
"center">Clang
3.9</td>
11759 <td><a href=
"https://cplusplus.github.io/CWG/issues/1992.html">1992</a></td>
11761 <td><TT>new (std::nothrow) int[N]
</TT> can throw
</td>
11762 <td class=
"none" align=
"center">Unknown
</td>
11764 <tr class=
"open" id=
"1993">
11765 <td><a href=
"https://cplusplus.github.io/CWG/issues/1993.html">1993</a></td>
11767 <td>Use of
<TT>template
<></TT> defining member of explicit specialization
</td>
11768 <td align=
"center">Not resolved
</td>
11771 <td><a href=
"https://cplusplus.github.io/CWG/issues/1994.html">1994</a></td>
11773 <td>Confusing wording regarding multiple
<TT>template
<></TT> prefixes
</td>
11774 <td class=
"none" align=
"center">Duplicate of
<a href=
"#529">529</a></td>
11777 <td><a href=
"https://cplusplus.github.io/CWG/issues/1995.html">1995</a></td>
11779 <td><I>exception-specification
</I>s and non-type template parameters
</td>
11780 <td class=
"none" align=
"center">Unknown
</td>
11782 <tr class=
"open" id=
"1996">
11783 <td><a href=
"https://cplusplus.github.io/CWG/issues/1996.html">1996</a></td>
11785 <td>Reference list-initialization ignores conversion functions
</td>
11786 <td align=
"center">Not resolved
</td>
11788 <tr class=
"open" id=
"1997">
11789 <td><a href=
"https://cplusplus.github.io/CWG/issues/1997.html">1997</a></td>
11791 <td>Placement new and previous initialization
</td>
11792 <td align=
"center">Not resolved
</td>
11795 <td><a href=
"https://cplusplus.github.io/CWG/issues/1998.html">1998</a></td>
11797 <td>Additional sources of xvalue expressions
</td>
11798 <td class=
"none" align=
"center">Unknown
</td>
11801 <td><a href=
"https://cplusplus.github.io/CWG/issues/1999.html">1999</a></td>
11803 <td>Representation of source characters as universal-character-names
</td>
11804 <td class=
"none" align=
"center">Unknown
</td>
11807 <td><a href=
"https://cplusplus.github.io/CWG/issues/2000.html">2000</a></td>
11809 <td><I>header-name
</I> outside
<TT>#include
</TT> directive
</td>
11810 <td class=
"none" align=
"center">Unknown
</td>
11813 <td><a href=
"https://cplusplus.github.io/CWG/issues/2001.html">2001</a></td>
11815 <td><I>non-directive
</I> is underspecified
</td>
11816 <td class=
"none" align=
"center">Unknown
</td>
11818 <tr class=
"open" id=
"2002">
11819 <td><a href=
"https://cplusplus.github.io/CWG/issues/2002.html">2002</a></td>
11821 <td>White space within preprocessing directives
</td>
11822 <td align=
"center">Not resolved
</td>
11824 <tr class=
"open" id=
"2003">
11825 <td><a href=
"https://cplusplus.github.io/CWG/issues/2003.html">2003</a></td>
11827 <td>Zero-argument macros incorrectly specified
</td>
11828 <td align=
"center">Not resolved
</td>
11831 <td><a href=
"https://cplusplus.github.io/CWG/issues/2004.html">2004</a></td>
11833 <td>Unions with mutable members in constant expressions
</td>
11834 <td class=
"none" align=
"center">Unknown
</td>
11837 <td><a href=
"https://cplusplus.github.io/CWG/issues/2005.html">2005</a></td>
11839 <td>Incorrect
<TT>constexpr
</TT> reference initialization requirements
</td>
11840 <td class=
"none" align=
"center">Unknown
</td>
11843 <td><a href=
"https://cplusplus.github.io/CWG/issues/2006.html">2006</a></td>
11845 <td>Cv-qualified
<TT>void
</TT> types
</td>
11846 <td class=
"none" align=
"center">Unknown
</td>
11849 <td><a href=
"https://cplusplus.github.io/CWG/issues/2007.html">2007</a></td>
11851 <td>Argument-dependent lookup for
<TT>operator=
</TT></td>
11852 <td class=
"full" align=
"center">Clang
3.4</td>
11855 <td><a href=
"https://cplusplus.github.io/CWG/issues/2008.html">2008</a></td>
11857 <td>Default
<I>template-argument
</I>s underspecified
</td>
11858 <td class=
"none" align=
"center">Unknown
</td>
11861 <td><a href=
"https://cplusplus.github.io/CWG/issues/2009.html">2009</a></td>
11863 <td>Unclear specification of class scope
</td>
11864 <td class=
"na" align=
"center">N/A
</td>
11867 <td><a href=
"https://cplusplus.github.io/CWG/issues/2010.html">2010</a></td>
11869 <td><I>exception-specification
</I>s and conversion operators
</td>
11870 <td class=
"none" align=
"center">Unknown
</td>
11873 <td><a href=
"https://cplusplus.github.io/CWG/issues/2011.html">2011</a></td>
11875 <td>Unclear effect of reference capture of reference
</td>
11876 <td class=
"none" align=
"center">Unknown
</td>
11879 <td><a href=
"https://cplusplus.github.io/CWG/issues/2012.html">2012</a></td>
11881 <td>Lifetime of references
</td>
11882 <td class=
"none" align=
"center">Unknown
</td>
11884 <tr class=
"open" id=
"2013">
11885 <td><a href=
"https://cplusplus.github.io/CWG/issues/2013.html">2013</a></td>
11887 <td>Pointer subtraction in large array
</td>
11888 <td align=
"center">Not resolved
</td>
11891 <td><a href=
"https://cplusplus.github.io/CWG/issues/2014.html">2014</a></td>
11893 <td>Unneeded deallocation signatures
</td>
11894 <td class=
"none" align=
"center">Unknown
</td>
11897 <td><a href=
"https://cplusplus.github.io/CWG/issues/2015.html">2015</a></td>
11899 <td>odr-use of deleted virtual functions
</td>
11900 <td class=
"none" align=
"center">Unknown
</td>
11903 <td><a href=
"https://cplusplus.github.io/CWG/issues/2016.html">2016</a></td>
11905 <td>Confusing wording in description of conversion function
</td>
11906 <td class=
"none" align=
"center">Unknown
</td>
11909 <td><a href=
"https://cplusplus.github.io/CWG/issues/2017.html">2017</a></td>
11911 <td>Flowing off end is not equivalent to no-expression return
</td>
11912 <td class=
"none" align=
"center">Unknown
</td>
11914 <tr class=
"open" id=
"2018">
11915 <td><a href=
"https://cplusplus.github.io/CWG/issues/2018.html">2018</a></td>
11917 <td>Qualification conversion vs reference binding
</td>
11918 <td align=
"center">Not resolved
</td>
11921 <td><a href=
"https://cplusplus.github.io/CWG/issues/2019.html">2019</a></td>
11923 <td>Member references omitted from description of storage duration
</td>
11924 <td class=
"none" align=
"center">Unknown
</td>
11927 <td><a href=
"https://cplusplus.github.io/CWG/issues/2020.html">2020</a></td>
11929 <td>Inadequate description of odr-use of implicitly-invoked functions
</td>
11930 <td class=
"none" align=
"center">Unknown
</td>
11933 <td><a href=
"https://cplusplus.github.io/CWG/issues/2021.html">2021</a></td>
11935 <td>Function template redeclaration via alias template
</td>
11936 <td class=
"none" align=
"center">Unknown
</td>
11939 <td><a href=
"https://cplusplus.github.io/CWG/issues/2022.html">2022</a></td>
11941 <td>Copy elision in constant expressions
</td>
11942 <td class=
"none" align=
"center">Unknown
</td>
11944 <tr class=
"open" id=
"2023">
11945 <td><a href=
"https://cplusplus.github.io/CWG/issues/2023.html">2023</a></td>
11947 <td>Composite reference result type of conditional operator
</td>
11948 <td align=
"center">Not resolved
</td>
11951 <td><a href=
"https://cplusplus.github.io/CWG/issues/2024.html">2024</a></td>
11953 <td>Dependent types and unexpanded parameter packs
</td>
11954 <td class=
"none" align=
"center">Unknown
</td>
11957 <td><a href=
"https://cplusplus.github.io/CWG/issues/2025.html">2025</a></td>
11959 <td>Declaration matching via alias templates
</td>
11960 <td class=
"none" align=
"center">Unknown
</td>
11963 <td><a href=
"https://cplusplus.github.io/CWG/issues/2026.html">2026</a></td>
11965 <td>Zero-initialization and
<TT>constexpr
</TT></td>
11966 <td class=
"full" align=
"center">Clang
11</td>
11969 <td><a href=
"https://cplusplus.github.io/CWG/issues/2027.html">2027</a></td>
11971 <td>Unclear requirements for multiple
<TT>alignas
</TT> specifiers
</td>
11972 <td class=
"none" align=
"center">Unknown
</td>
11974 <tr class=
"open" id=
"2028">
11975 <td><a href=
"https://cplusplus.github.io/CWG/issues/2028.html">2028</a></td>
11977 <td>Converting constructors in rvalue reference initialization
</td>
11978 <td align=
"center">Not resolved
</td>
11981 <td><a href=
"https://cplusplus.github.io/CWG/issues/2029.html">2029</a></td>
11983 <td>Abstract class return type in
<TT>decltype
</TT> operand
</td>
11984 <td class=
"none" align=
"center">Unknown
</td>
11987 <td><a href=
"https://cplusplus.github.io/CWG/issues/2030.html">2030</a></td>
11989 <td>Access of injected-class-name with template arguments
</td>
11990 <td class=
"none" align=
"center">Unknown
</td>
11993 <td><a href=
"https://cplusplus.github.io/CWG/issues/2031.html">2031</a></td>
11995 <td>Missing incompatibility for
<TT>&&</TT></td>
11996 <td class=
"none" align=
"center">Unknown
</td>
11999 <td><a href=
"https://cplusplus.github.io/CWG/issues/2032.html">2032</a></td>
12001 <td>Default
<I>template-argument
</I>s of variable templates
</td>
12002 <td class=
"none" align=
"center">Unknown
</td>
12005 <td><a href=
"https://cplusplus.github.io/CWG/issues/2033.html">2033</a></td>
12007 <td>Redundant restriction on partial specialization argument
</td>
12008 <td class=
"none" align=
"center">Unknown
</td>
12011 <td><a href=
"https://cplusplus.github.io/CWG/issues/2034.html">2034</a></td>
12013 <td>Deprecating
<TT>uncaught_exception()
</TT></td>
12014 <td class=
"none" align=
"center">Unknown
</td>
12017 <td><a href=
"https://cplusplus.github.io/CWG/issues/2035.html">2035</a></td>
12019 <td>Multi-section example is confusing
</td>
12020 <td class=
"none" align=
"center">Unknown
</td>
12023 <td><a href=
"https://cplusplus.github.io/CWG/issues/2036.html">2036</a></td>
12025 <td>Refactoring
<I>parameters-and-qualifiers
</I></td>
12026 <td class=
"none" align=
"center">Unknown
</td>
12028 <tr class=
"open" id=
"2037">
12029 <td><a href=
"https://cplusplus.github.io/CWG/issues/2037.html">2037</a></td>
12031 <td>Alias templates and template declaration matching
</td>
12032 <td align=
"center">Not resolved
</td>
12035 <td><a href=
"https://cplusplus.github.io/CWG/issues/2038.html">2038</a></td>
12037 <td>Document C++
14 incompatibility of new braced deduction rule
</td>
12038 <td class=
"none" align=
"center">Unknown
</td>
12041 <td><a href=
"https://cplusplus.github.io/CWG/issues/2039.html">2039</a></td>
12043 <td>Constant conversions to
<TT>bool
</TT></td>
12044 <td class=
"none" align=
"center">Unknown
</td>
12047 <td><a href=
"https://cplusplus.github.io/CWG/issues/2040.html">2040</a></td>
12049 <td><I>trailing-return-type
</I> no longer ambiguous
</td>
12050 <td class=
"none" align=
"center">Unknown
</td>
12053 <td><a href=
"https://cplusplus.github.io/CWG/issues/2041.html">2041</a></td>
12055 <td>Namespace for explicit class template specialization
</td>
12056 <td class=
"none" align=
"center">Unknown
</td>
12058 <tr class=
"open" id=
"2042">
12059 <td><a href=
"https://cplusplus.github.io/CWG/issues/2042.html">2042</a></td>
12061 <td>Exceptions and deallocation functions
</td>
12062 <td align=
"center">Not resolved
</td>
12064 <tr class=
"open" id=
"2043">
12065 <td><a href=
"https://cplusplus.github.io/CWG/issues/2043.html">2043</a></td>
12067 <td>Generalized template arguments and array-to-pointer decay
</td>
12068 <td align=
"center">Not resolved
</td>
12071 <td><a href=
"https://cplusplus.github.io/CWG/issues/2044.html">2044</a></td>
12073 <td><TT>decltype(auto)
</TT> and
<TT>void
</TT></td>
12074 <td class=
"none" align=
"center">Unknown
</td>
12077 <td><a href=
"https://cplusplus.github.io/CWG/issues/2045.html">2045</a></td>
12079 <td>“Identical
” template parameter lists
</td>
12080 <td class=
"none" align=
"center">Unknown
</td>
12083 <td><a href=
"https://cplusplus.github.io/CWG/issues/2046.html">2046</a></td>
12085 <td>Incomplete thread specifications
</td>
12086 <td class=
"none" align=
"center">Unknown
</td>
12089 <td><a href=
"https://cplusplus.github.io/CWG/issues/2047.html">2047</a></td>
12091 <td>Coordinating
“throws anything
” specifications
</td>
12092 <td class=
"none" align=
"center">Unknown
</td>
12094 <tr class=
"open" id=
"2048">
12095 <td><a href=
"https://cplusplus.github.io/CWG/issues/2048.html">2048</a></td>
12097 <td>C-style casts that cast away constness vs
<TT>static_cast
</TT></td>
12098 <td align=
"center">Not resolved
</td>
12100 <tr class=
"open" id=
"2049">
12101 <td><a href=
"https://cplusplus.github.io/CWG/issues/2049.html">2049</a></td>
12103 <td>List initializer in non-type template default argument
</td>
12104 <td align=
"center">Not resolved
</td>
12107 <td><a href=
"https://cplusplus.github.io/CWG/issues/2050.html">2050</a></td>
12109 <td>Consolidate specification of linkage
</td>
12110 <td class=
"none" align=
"center">Unknown
</td>
12113 <td><a href=
"https://cplusplus.github.io/CWG/issues/2051.html">2051</a></td>
12115 <td>Simplifying alias rules
</td>
12116 <td class=
"none" align=
"center">Unknown
</td>
12119 <td><a href=
"https://cplusplus.github.io/CWG/issues/2052.html">2052</a></td>
12121 <td>Template argument deduction vs overloaded operators
</td>
12122 <td class=
"none" align=
"center">Unknown
</td>
12125 <td><a href=
"https://cplusplus.github.io/CWG/issues/2053.html">2053</a></td>
12127 <td><TT>auto
</TT> in non-generic lambdas
</td>
12128 <td class=
"none" align=
"center">Unknown
</td>
12130 <tr class=
"open" id=
"2054">
12131 <td><a href=
"https://cplusplus.github.io/CWG/issues/2054.html">2054</a></td>
12133 <td>Missing description of class SFINAE
</td>
12134 <td align=
"center">Not resolved
</td>
12136 <tr class=
"open" id=
"2055">
12137 <td><a href=
"https://cplusplus.github.io/CWG/issues/2055.html">2055</a></td>
12139 <td>Explicitly-specified non-deduced parameter packs
</td>
12140 <td align=
"center">Not resolved
</td>
12142 <tr class=
"open" id=
"2056">
12143 <td><a href=
"https://cplusplus.github.io/CWG/issues/2056.html">2056</a></td>
12145 <td>Member function calls in partially-initialized class objects
</td>
12146 <td align=
"center">Not resolved
</td>
12148 <tr class=
"open" id=
"2057">
12149 <td><a href=
"https://cplusplus.github.io/CWG/issues/2057.html">2057</a></td>
12151 <td>Template template arguments with default arguments
</td>
12152 <td align=
"center">Not resolved
</td>
12155 <td><a href=
"https://cplusplus.github.io/CWG/issues/2058.html">2058</a></td>
12157 <td>More errors from internal-linkage namespaces
</td>
12158 <td class=
"none" align=
"center">Unknown
</td>
12161 <td><a href=
"https://cplusplus.github.io/CWG/issues/2059.html">2059</a></td>
12163 <td>Linkage and deduced return types
</td>
12164 <td class=
"none" align=
"center">Unknown
</td>
12167 <td><a href=
"https://cplusplus.github.io/CWG/issues/2060.html">2060</a></td>
12169 <td>Deduced return type for explicit specialization
</td>
12170 <td class=
"none" align=
"center">Unknown
</td>
12173 <td><a href=
"https://cplusplus.github.io/CWG/issues/2061.html">2061</a></td>
12175 <td>Inline namespace after simplifications
</td>
12176 <td class=
"full" align=
"center">Yes
</td>
12179 <td><a href=
"https://cplusplus.github.io/CWG/issues/2062.html">2062</a></td>
12181 <td>Class template redeclaration requirements
</td>
12182 <td class=
"none" align=
"center">Unknown
</td>
12185 <td><a href=
"https://cplusplus.github.io/CWG/issues/2063.html">2063</a></td>
12187 <td>Type/nontype hiding in class scope
</td>
12188 <td class=
"none" align=
"center">Unknown
</td>
12191 <td><a href=
"https://cplusplus.github.io/CWG/issues/2064.html">2064</a></td>
12193 <td>Conflicting specifications for dependent
<I>decltype-specifier
</I>s
</td>
12194 <td class=
"none" align=
"center">Unknown
</td>
12197 <td><a href=
"https://cplusplus.github.io/CWG/issues/2065.html">2065</a></td>
12199 <td>Current instantiation of a partial specialization
</td>
12200 <td class=
"none" align=
"center">Unknown
</td>
12203 <td><a href=
"https://cplusplus.github.io/CWG/issues/2066.html">2066</a></td>
12205 <td>Does type-dependent imply value-dependent?
</td>
12206 <td class=
"none" align=
"center">Unknown
</td>
12208 <tr class=
"open" id=
"2067">
12209 <td><a href=
"https://cplusplus.github.io/CWG/issues/2067.html">2067</a></td>
12211 <td>Generated variadic templates requiring empty pack
</td>
12212 <td align=
"center">Not resolved
</td>
12215 <td><a href=
"https://cplusplus.github.io/CWG/issues/2068.html">2068</a></td>
12217 <td>When can/must a defaulted virtual destructor be defined?
</td>
12218 <td class=
"none" align=
"center">Unknown
</td>
12221 <td><a href=
"https://cplusplus.github.io/CWG/issues/2069.html">2069</a></td>
12223 <td>Do destructors have names?
</td>
12224 <td class=
"none" align=
"center">Unknown
</td>
12227 <td><a href=
"https://cplusplus.github.io/CWG/issues/2070.html">2070</a></td>
12229 <td><I>using-declaration
</I> with dependent
<I>nested-name-specifier
</I></td>
12230 <td class=
"none" align=
"center">Unknown
</td>
12233 <td><a href=
"https://cplusplus.github.io/CWG/issues/2071.html">2071</a></td>
12235 <td><TT>typedef
</TT> with no declarator
</td>
12236 <td class=
"none" align=
"center">Unknown
</td>
12239 <td><a href=
"https://cplusplus.github.io/CWG/issues/2072.html">2072</a></td>
12241 <td>Default argument instantiation for member functions of templates
</td>
12242 <td class=
"none" align=
"center">Unknown
</td>
12244 <tr class=
"open" id=
"2073">
12245 <td><a href=
"https://cplusplus.github.io/CWG/issues/2073.html">2073</a></td>
12247 <td>Allocating memory for exception objects
</td>
12248 <td align=
"center">Not resolved
</td>
12250 <tr class=
"open" id=
"2074">
12251 <td><a href=
"https://cplusplus.github.io/CWG/issues/2074.html">2074</a></td>
12253 <td>Type-dependence of local class of function template
</td>
12254 <td align=
"center">Not resolved
</td>
12257 <td><a href=
"https://cplusplus.github.io/CWG/issues/2075.html">2075</a></td>
12259 <td>Passing short initializer lists to array reference parameters
</td>
12260 <td class=
"none" align=
"center">Unknown
</td>
12263 <td><a href=
"https://cplusplus.github.io/CWG/issues/2076.html">2076</a></td>
12265 <td>List-initialization of arguments for constructor parameters
</td>
12266 <td class=
"full" align=
"center">Clang
13</td>
12268 <tr class=
"open" id=
"2077">
12269 <td><a href=
"https://cplusplus.github.io/CWG/issues/2077.html">2077</a></td>
12271 <td>Overload resolution and invalid rvalue-reference initialization
</td>
12272 <td align=
"center">Not resolved
</td>
12275 <td><a href=
"https://cplusplus.github.io/CWG/issues/2078.html">2078</a></td>
12277 <td>Name lookup of
<I>mem-initilizer-id
</I></td>
12278 <td class=
"none" align=
"center">Unknown
</td>
12281 <td><a href=
"https://cplusplus.github.io/CWG/issues/2079.html">2079</a></td>
12283 <td><TT>[[
</TT> appearing in a
<I>balanced-token-seq
</I></td>
12284 <td class=
"none" align=
"center">Unknown
</td>
12287 <td><a href=
"https://cplusplus.github.io/CWG/issues/2080.html">2080</a></td>
12289 <td>Example with empty anonymous union member
</td>
12290 <td class=
"none" align=
"center">Unknown
</td>
12293 <td><a href=
"https://cplusplus.github.io/CWG/issues/2081.html">2081</a></td>
12295 <td>Deduced return type in redeclaration or specialization of function template
</td>
12296 <td class=
"none" align=
"center">Unknown
</td>
12299 <td><a href=
"https://cplusplus.github.io/CWG/issues/2082.html">2082</a></td>
12301 <td>Referring to parameters in unevaluated operands of default arguments
</td>
12302 <td class=
"full" align=
"center">Clang
11</td>
12305 <td><a href=
"https://cplusplus.github.io/CWG/issues/2083.html">2083</a></td>
12307 <td>Incorrect cases of odr-use
</td>
12308 <td class=
"partial" align=
"center">Partial
</td>
12311 <td><a href=
"https://cplusplus.github.io/CWG/issues/2084.html">2084</a></td>
12313 <td>NSDMIs and deleted union default constructors
</td>
12314 <td class=
"none" align=
"center">Unknown
</td>
12317 <td><a href=
"https://cplusplus.github.io/CWG/issues/2085.html">2085</a></td>
12319 <td>Invalid example of adding special member function via default argument
</td>
12320 <td class=
"none" align=
"center">Unknown
</td>
12322 <tr class=
"open" id=
"2086">
12323 <td><a href=
"https://cplusplus.github.io/CWG/issues/2086.html">2086</a></td>
12325 <td>Reference odr-use vs implicit capture
</td>
12326 <td align=
"center">Not resolved
</td>
12329 <td><a href=
"https://cplusplus.github.io/CWG/issues/2087.html">2087</a></td>
12331 <td>Left shift of negative value by zero bits
</td>
12332 <td class=
"none" align=
"center">Unknown
</td>
12335 <td><a href=
"https://cplusplus.github.io/CWG/issues/2088.html">2088</a></td>
12337 <td>Late tiebreakers in partial ordering
</td>
12338 <td class=
"none" align=
"center">Unknown
</td>
12340 <tr class=
"open" id=
"2089">
12341 <td><a href=
"https://cplusplus.github.io/CWG/issues/2089.html">2089</a></td>
12343 <td>Restricting selection of builtin overloaded operators
</td>
12344 <td align=
"center">Not resolved
</td>
12346 <tr class=
"open" id=
"2090">
12347 <td><a href=
"https://cplusplus.github.io/CWG/issues/2090.html">2090</a></td>
12349 <td>Dependency via non-dependent base class
</td>
12350 <td align=
"center">Not resolved
</td>
12353 <td><a href=
"https://cplusplus.github.io/CWG/issues/2091.html">2091</a></td>
12355 <td>Deducing reference non-type template arguments
</td>
12356 <td class=
"none" align=
"center">Unknown
</td>
12359 <td><a href=
"https://cplusplus.github.io/CWG/issues/2092.html">2092</a></td>
12361 <td>Deduction failure and overload resolution
</td>
12362 <td class=
"none" align=
"center">Unknown
</td>
12365 <td><a href=
"https://cplusplus.github.io/CWG/issues/2093.html">2093</a></td>
12367 <td>Qualification conversion for pointer-to-member handler matching
</td>
12368 <td class=
"none" align=
"center">Unknown
</td>
12371 <td><a href=
"https://cplusplus.github.io/CWG/issues/2094.html">2094</a></td>
12373 <td>Trivial copy/move constructor for class with volatile member
</td>
12374 <td class=
"full" align=
"center">Clang
5</td>
12377 <td><a href=
"https://cplusplus.github.io/CWG/issues/2095.html">2095</a></td>
12379 <td>Capturing rvalue references to functions by copy
</td>
12380 <td class=
"none" align=
"center">Unknown
</td>
12383 <td><a href=
"https://cplusplus.github.io/CWG/issues/2096.html">2096</a></td>
12385 <td>Constraints on literal unions
</td>
12386 <td class=
"none" align=
"center">Unknown
</td>
12388 <tr class=
"open" id=
"2097">
12389 <td><a href=
"https://cplusplus.github.io/CWG/issues/2097.html">2097</a></td>
12391 <td>Lambdas and
<TT>noreturn
</TT> attribute
</td>
12392 <td align=
"center">Extension
</td>
12395 <td><a href=
"https://cplusplus.github.io/CWG/issues/2098.html">2098</a></td>
12397 <td>Is
<TT>uncaught_exceptions()
</TT> per-thread?
</td>
12398 <td class=
"none" align=
"center">Unknown
</td>
12401 <td><a href=
"https://cplusplus.github.io/CWG/issues/2099.html">2099</a></td>
12403 <td>Inferring the bound of an array static data member
</td>
12404 <td class=
"none" align=
"center">Unknown
</td>
12407 <td><a href=
"https://cplusplus.github.io/CWG/issues/2100.html">2100</a></td>
12409 <td>Value-dependent address of static data member of class template
</td>
12410 <td class=
"full" align=
"center">Clang
12</td>
12413 <td><a href=
"https://cplusplus.github.io/CWG/issues/2101.html">2101</a></td>
12415 <td>Incorrect description of type- and value-dependence
</td>
12416 <td class=
"none" align=
"center">Unknown
</td>
12419 <td><a href=
"https://cplusplus.github.io/CWG/issues/2102.html">2102</a></td>
12420 <td>tentatively ready
</td>
12421 <td>Constructor checking in
<I>new-expression
</I></td>
12422 <td class=
"none" align=
"center">Unknown
</td>
12425 <td><a href=
"https://cplusplus.github.io/CWG/issues/2103.html">2103</a></td>
12427 <td>Lvalue-to-rvalue conversion is irrelevant in odr-use of a reference
</td>
12428 <td class=
"full" align=
"center">Yes
</td>
12431 <td><a href=
"https://cplusplus.github.io/CWG/issues/2104.html">2104</a></td>
12433 <td>Internal-linkage
<TT>constexpr
</TT> references and ODR requirements
</td>
12434 <td class=
"none" align=
"center">Unknown
</td>
12436 <tr class=
"open" id=
"2105">
12437 <td><a href=
"https://cplusplus.github.io/CWG/issues/2105.html">2105</a></td>
12439 <td>When do the arguments for a parameter pack end?
</td>
12440 <td align=
"center">Not resolved
</td>
12443 <td><a href=
"https://cplusplus.github.io/CWG/issues/2106.html">2106</a></td>
12445 <td>Unclear restrictions on use of function-type template arguments
</td>
12446 <td class=
"none" align=
"center">Unknown
</td>
12449 <td><a href=
"https://cplusplus.github.io/CWG/issues/2107.html">2107</a></td>
12451 <td>Lifetime of temporaries for default arguments in array copying
</td>
12452 <td class=
"none" align=
"center">Unknown
</td>
12454 <tr class=
"open" id=
"2108">
12455 <td><a href=
"https://cplusplus.github.io/CWG/issues/2108.html">2108</a></td>
12457 <td>Conversions to non-class prvalues in reference initialization
</td>
12458 <td align=
"center">Not resolved
</td>
12461 <td><a href=
"https://cplusplus.github.io/CWG/issues/2109.html">2109</a></td>
12463 <td>Value dependence underspecified
</td>
12464 <td class=
"none" align=
"center">Unknown
</td>
12466 <tr class=
"open" id=
"2110">
12467 <td><a href=
"https://cplusplus.github.io/CWG/issues/2110.html">2110</a></td>
12469 <td>Overload resolution for base class conversion and reference/non-reference
</td>
12470 <td align=
"center">Not resolved
</td>
12473 <td><a href=
"https://cplusplus.github.io/CWG/issues/2111.html">2111</a></td>
12475 <td>Array temporaries in reference binding
</td>
12476 <td class=
"none" align=
"center">Unknown
</td>
12479 <td><a href=
"https://cplusplus.github.io/CWG/issues/2112.html">2112</a></td>
12481 <td><TT>new auto{x}
</TT></td>
12482 <td class=
"none" align=
"center">Unknown
</td>
12485 <td><a href=
"https://cplusplus.github.io/CWG/issues/2113.html">2113</a></td>
12487 <td>Incompete specification of types for declarators
</td>
12488 <td class=
"none" align=
"center">Unknown
</td>
12491 <td><a href=
"https://cplusplus.github.io/CWG/issues/2114.html">2114</a></td>
12493 <td>Missing description of incompatibility from aggregate NSDMIs
</td>
12494 <td class=
"none" align=
"center">Unknown
</td>
12496 <tr class=
"open" id=
"2115">
12497 <td><a href=
"https://cplusplus.github.io/CWG/issues/2115.html">2115</a></td>
12499 <td>Order of implicit destruction vs release of automatic storage
</td>
12500 <td align=
"center">Not resolved
</td>
12503 <td><a href=
"https://cplusplus.github.io/CWG/issues/2116.html">2116</a></td>
12505 <td>Direct or copy initialization for omitted aggregate initializers
</td>
12506 <td class=
"none" align=
"center">Unknown
</td>
12508 <tr class=
"open" id=
"2117">
12509 <td><a href=
"https://cplusplus.github.io/CWG/issues/2117.html">2117</a></td>
12511 <td>Explicit specializations and
<TT>constexpr
</TT> function templates
</td>
12512 <td align=
"center">Not resolved
</td>
12514 <tr class=
"open" id=
"2118">
12515 <td><a href=
"https://cplusplus.github.io/CWG/issues/2118.html">2118</a></td>
12517 <td>Stateful metaprogramming via friend injection
</td>
12518 <td align=
"center">Not resolved
</td>
12521 <td><a href=
"https://cplusplus.github.io/CWG/issues/2119.html">2119</a></td>
12523 <td>Disambiguation of multi-level covariant return type
</td>
12524 <td class=
"none" align=
"center">Unknown
</td>
12527 <td><a href=
"https://cplusplus.github.io/CWG/issues/2120.html">2120</a></td>
12529 <td>Array as first non-static data member in standard-layout class
</td>
12530 <td class=
"full" align=
"center">Clang
7</td>
12533 <td><a href=
"https://cplusplus.github.io/CWG/issues/2121.html">2121</a></td>
12535 <td>More flexible lambda syntax
</td>
12536 <td class=
"none" align=
"center">Unknown
</td>
12539 <td><a href=
"https://cplusplus.github.io/CWG/issues/2122.html">2122</a></td>
12541 <td>Glvalues of
<TT>void
</TT> type
</td>
12542 <td class=
"none" align=
"center">Unknown
</td>
12544 <tr class=
"open" id=
"2123">
12545 <td><a href=
"https://cplusplus.github.io/CWG/issues/2123.html">2123</a></td>
12547 <td>Omitted constant initialization of local static variables
</td>
12548 <td align=
"center">Not resolved
</td>
12551 <td><a href=
"https://cplusplus.github.io/CWG/issues/2124.html">2124</a></td>
12553 <td>Signature of constructor template
</td>
12554 <td class=
"none" align=
"center">Unknown
</td>
12557 <td><a href=
"https://cplusplus.github.io/CWG/issues/2125.html">2125</a></td>
12559 <td>Copy elision and comma operator
</td>
12560 <td class=
"none" align=
"center">Unknown
</td>
12563 <td><a href=
"https://cplusplus.github.io/CWG/issues/2126.html">2126</a></td>
12565 <td>Lifetime-extended temporaries in constant expressions
</td>
12566 <td class=
"full" align=
"center">Clang
12</td>
12568 <tr class=
"open" id=
"2127">
12569 <td><a href=
"https://cplusplus.github.io/CWG/issues/2127.html">2127</a></td>
12571 <td>Partial specialization and nullptr
</td>
12572 <td align=
"center">Not resolved
</td>
12574 <tr class=
"open" id=
"2128">
12575 <td><a href=
"https://cplusplus.github.io/CWG/issues/2128.html">2128</a></td>
12577 <td>Imprecise rule for reference member initializer
</td>
12578 <td align=
"center">Not resolved
</td>
12581 <td><a href=
"https://cplusplus.github.io/CWG/issues/2129.html">2129</a></td>
12583 <td>Non-object prvalues and constant expressions
</td>
12584 <td class=
"none" align=
"center">Unknown
</td>
12587 <td><a href=
"https://cplusplus.github.io/CWG/issues/2130.html">2130</a></td>
12589 <td>Over-aligned types in
<I>new-expression
</I>s
</td>
12590 <td class=
"none" align=
"center">Unknown
</td>
12592 <tr class=
"open" id=
"2131">
12593 <td><a href=
"https://cplusplus.github.io/CWG/issues/2131.html">2131</a></td>
12595 <td>Ambiguity with
<I>opaque-enum-declaration
</I></td>
12596 <td align=
"center">Not resolved
</td>
12599 <td><a href=
"https://cplusplus.github.io/CWG/issues/2132.html">2132</a></td>
12601 <td>Deprecated default generated copy constructors
</td>
12602 <td class=
"none" align=
"center">Unknown
</td>
12605 <td><a href=
"https://cplusplus.github.io/CWG/issues/2133.html">2133</a></td>
12607 <td>Converting
<TT>std::nullptr_t
</TT> to
<TT>bool
</TT></td>
12608 <td class=
"none" align=
"center">Unknown
</td>
12611 <td><a href=
"https://cplusplus.github.io/CWG/issues/2134.html">2134</a></td>
12613 <td>Objectless references to non-static member functions
</td>
12614 <td class=
"none" align=
"center">Unknown
</td>
12617 <td><a href=
"https://cplusplus.github.io/CWG/issues/2135.html">2135</a></td>
12619 <td><I>mem-initializer
</I>s for virtual bases of abstract classes
</td>
12620 <td class=
"none" align=
"center">Unknown
</td>
12623 <td><a href=
"https://cplusplus.github.io/CWG/issues/2136.html">2136</a></td>
12625 <td>Argument-dependent lookup and initializer lists
</td>
12626 <td class=
"none" align=
"center">Unknown
</td>
12629 <td><a href=
"https://cplusplus.github.io/CWG/issues/2137.html">2137</a></td>
12631 <td>List-initialization from object of same type
</td>
12632 <td class=
"none" align=
"center">Unknown
</td>
12635 <td><a href=
"https://cplusplus.github.io/CWG/issues/2138.html">2138</a></td>
12637 <td>Explicit member specialization vs implicit instantiation
</td>
12638 <td class=
"none" align=
"center">Unknown
</td>
12641 <td><a href=
"https://cplusplus.github.io/CWG/issues/2139.html">2139</a></td>
12643 <td>Floating-point requirements for integer representation
</td>
12644 <td class=
"none" align=
"center">Unknown
</td>
12647 <td><a href=
"https://cplusplus.github.io/CWG/issues/2140.html">2140</a></td>
12649 <td>Lvalue-to-rvalue conversion of
<TT>std::nullptr_t
</TT></td>
12650 <td class=
"full" align=
"center">Clang
9</td>
12653 <td><a href=
"https://cplusplus.github.io/CWG/issues/2141.html">2141</a></td>
12655 <td>Ambiguity in
<I>new-expression
</I> with
<I>elaborated-type-specifier
</I></td>
12656 <td class=
"full" align=
"center">Clang
17</td>
12659 <td><a href=
"https://cplusplus.github.io/CWG/issues/2142.html">2142</a></td>
12661 <td>Missing definition of associated classes and namespaces
</td>
12662 <td class=
"none" align=
"center">Unknown
</td>
12665 <td><a href=
"https://cplusplus.github.io/CWG/issues/2143.html">2143</a></td>
12667 <td>Value-dependency via injected-class-name
</td>
12668 <td class=
"none" align=
"center">Unknown
</td>
12670 <tr class=
"open" id=
"2144">
12671 <td><a href=
"https://cplusplus.github.io/CWG/issues/2144.html">2144</a></td>
12673 <td>Function/variable declaration ambiguity
</td>
12674 <td align=
"center">Not resolved
</td>
12677 <td><a href=
"https://cplusplus.github.io/CWG/issues/2145.html">2145</a></td>
12679 <td>Parenthesized declarator in function definition
</td>
12680 <td class=
"none" align=
"center">Unknown
</td>
12683 <td><a href=
"https://cplusplus.github.io/CWG/issues/2146.html">2146</a></td>
12685 <td>Scalar object vs memory location in definition of
“unsequenced
”</td>
12686 <td class=
"none" align=
"center">Unknown
</td>
12689 <td><a href=
"https://cplusplus.github.io/CWG/issues/2147.html">2147</a></td>
12691 <td>Initializer-list arguments and pack deduction
</td>
12692 <td class=
"none" align=
"center">Unknown
</td>
12694 <tr class=
"open" id=
"2148">
12695 <td><a href=
"https://cplusplus.github.io/CWG/issues/2148.html">2148</a></td>
12697 <td>Thread storage duration and order of initialization
</td>
12698 <td align=
"center">Not resolved
</td>
12700 <tr class=
"open" id=
"2149">
12701 <td><a href=
"https://cplusplus.github.io/CWG/issues/2149.html">2149</a></td>
12703 <td>Brace elision and array length deduction
</td>
12704 <td align=
"center">Not resolved
</td>
12707 <td><a href=
"https://cplusplus.github.io/CWG/issues/2150.html">2150</a></td>
12709 <td>Initializer list array lifetime
</td>
12710 <td class=
"none" align=
"center">Unknown
</td>
12713 <td><a href=
"https://cplusplus.github.io/CWG/issues/2151.html">2151</a></td>
12715 <td>Exception object is not created
</td>
12716 <td class=
"none" align=
"center">Unknown
</td>
12719 <td><a href=
"https://cplusplus.github.io/CWG/issues/2152.html">2152</a></td>
12721 <td>Can an alternative token be used as a
<I>ud-suffix
</I>?
</td>
12722 <td class=
"none" align=
"center">Unknown
</td>
12725 <td><a href=
"https://cplusplus.github.io/CWG/issues/2153.html">2153</a></td>
12727 <td><I>pure-specifier
</I> in friend declaration
</td>
12728 <td class=
"none" align=
"center">Unknown
</td>
12731 <td><a href=
"https://cplusplus.github.io/CWG/issues/2154.html">2154</a></td>
12733 <td>Ambiguity of
<I>pure-specifier
</I></td>
12734 <td class=
"none" align=
"center">Unknown
</td>
12737 <td><a href=
"https://cplusplus.github.io/CWG/issues/2155.html">2155</a></td>
12739 <td>Defining classes and enumerations via
<I>using-declaration
</I>s
</td>
12740 <td class=
"none" align=
"center">Unknown
</td>
12743 <td><a href=
"https://cplusplus.github.io/CWG/issues/2156.html">2156</a></td>
12745 <td>Definition of enumeration declared by
<I>using-declaration
</I></td>
12746 <td class=
"none" align=
"center">Unknown
</td>
12749 <td><a href=
"https://cplusplus.github.io/CWG/issues/2157.html">2157</a></td>
12751 <td>Further disambiguation of enumeration
<I>elaborated-type-specifier
</I></td>
12752 <td class=
"full" align=
"center">Clang
11</td>
12754 <tr class=
"open" id=
"2158">
12755 <td><a href=
"https://cplusplus.github.io/CWG/issues/2158.html">2158</a></td>
12757 <td>Polymorphic behavior during destruction
</td>
12758 <td align=
"center">Not resolved
</td>
12761 <td><a href=
"https://cplusplus.github.io/CWG/issues/2159.html">2159</a></td>
12763 <td>Lambda capture and local
<TT>thread_local
</TT> variables
</td>
12764 <td class=
"none" align=
"center">Unknown
</td>
12766 <tr class=
"open" id=
"2160">
12767 <td><a href=
"https://cplusplus.github.io/CWG/issues/2160.html">2160</a></td>
12769 <td>Issues with partial ordering
</td>
12770 <td align=
"center">Not resolved
</td>
12773 <td><a href=
"https://cplusplus.github.io/CWG/issues/2161.html">2161</a></td>
12775 <td>Explicit instantiation declaration and
“preceding initialization
”</td>
12776 <td class=
"none" align=
"center">Unknown
</td>
12779 <td><a href=
"https://cplusplus.github.io/CWG/issues/2162.html">2162</a></td>
12781 <td>Capturing
<TT>this
</TT> by reference
</td>
12782 <td class=
"none" align=
"center">Unknown
</td>
12785 <td><a href=
"https://cplusplus.github.io/CWG/issues/2163.html">2163</a></td>
12787 <td>Labels in
<TT>constexpr
</TT> functions
</td>
12788 <td class=
"none" align=
"center">Unknown
</td>
12791 <td><a href=
"https://cplusplus.github.io/CWG/issues/2164.html">2164</a></td>
12793 <td>Name hiding and
<I>using-directive
</I>s
</td>
12794 <td class=
"none" align=
"center">Unknown
</td>
12797 <td><a href=
"https://cplusplus.github.io/CWG/issues/2165.html">2165</a></td>
12799 <td>Namespaces, declarative regions, and translation units
</td>
12800 <td class=
"na" align=
"center">N/A
</td>
12802 <tr class=
"open" id=
"2166">
12803 <td><a href=
"https://cplusplus.github.io/CWG/issues/2166.html">2166</a></td>
12805 <td>Unclear meaning of
“undefined
<TT>constexpr
</TT> function
”</td>
12806 <td align=
"center">Not resolved
</td>
12809 <td><a href=
"https://cplusplus.github.io/CWG/issues/2167.html">2167</a></td>
12811 <td>Non-member references with lifetimes within the current evaluation
</td>
12812 <td class=
"none" align=
"center">Unknown
</td>
12814 <tr class=
"open" id=
"2168">
12815 <td><a href=
"https://cplusplus.github.io/CWG/issues/2168.html">2168</a></td>
12817 <td>Narrowing conversions and +/- infinity
</td>
12818 <td align=
"center">Not resolved
</td>
12820 <tr class=
"open" id=
"2169">
12821 <td><a href=
"https://cplusplus.github.io/CWG/issues/2169.html">2169</a></td>
12823 <td>Narrowing conversions and overload resolution
</td>
12824 <td align=
"center">Not resolved
</td>
12827 <td><a href=
"https://cplusplus.github.io/CWG/issues/2170.html">2170</a></td>
12829 <td>Unclear definition of odr-use for arrays
</td>
12830 <td class=
"full" align=
"center">Clang
9</td>
12833 <td><a href=
"https://cplusplus.github.io/CWG/issues/2171.html">2171</a></td>
12835 <td>Triviality of copy constructor with less-qualified parameter
</td>
12836 <td class=
"full" align=
"center">Clang
15</td>
12838 <tr class=
"open" id=
"2172">
12839 <td><a href=
"https://cplusplus.github.io/CWG/issues/2172.html">2172</a></td>
12841 <td>Multiple exceptions with one exception object
</td>
12842 <td align=
"center">Not resolved
</td>
12844 <tr class=
"open" id=
"2173">
12845 <td><a href=
"https://cplusplus.github.io/CWG/issues/2173.html">2173</a></td>
12847 <td>Partial specialization with non-deduced contexts
</td>
12848 <td align=
"center">Not resolved
</td>
12851 <td><a href=
"https://cplusplus.github.io/CWG/issues/2174.html">2174</a></td>
12853 <td>Unclear rules for friend definitions in templates
</td>
12854 <td class=
"none" align=
"center">Unknown
</td>
12857 <td><a href=
"https://cplusplus.github.io/CWG/issues/2175.html">2175</a></td>
12859 <td>Ambiguity with attribute in conversion operator declaration
</td>
12860 <td class=
"none" align=
"center">Unknown
</td>
12863 <td><a href=
"https://cplusplus.github.io/CWG/issues/2176.html">2176</a></td>
12865 <td>Destroying the returned object when a destructor throws
</td>
12866 <td class=
"none" align=
"center">Unknown
</td>
12869 <td><a href=
"https://cplusplus.github.io/CWG/issues/2177.html">2177</a></td>
12871 <td>Placement
<TT>operator delete
</TT> and parameter copies
</td>
12872 <td class=
"none" align=
"center">Unknown
</td>
12875 <td><a href=
"https://cplusplus.github.io/CWG/issues/2178.html">2178</a></td>
12877 <td>Substitution of dependent template arguments in default template arguments
</td>
12878 <td class=
"none" align=
"center">Unknown
</td>
12880 <tr class=
"open" id=
"2179">
12881 <td><a href=
"https://cplusplus.github.io/CWG/issues/2179.html">2179</a></td>
12883 <td>Required diagnostic for partial specialization after first use
</td>
12884 <td align=
"center">Not resolved
</td>
12887 <td><a href=
"https://cplusplus.github.io/CWG/issues/2180.html">2180</a></td>
12889 <td>Virtual bases in destructors and defaulted assignment operators
</td>
12890 <td class=
"full" align=
"center">Yes
</td>
12892 <tr class=
"open" id=
"2181">
12893 <td><a href=
"https://cplusplus.github.io/CWG/issues/2181.html">2181</a></td>
12895 <td>Normative requirements in an informative Annex
</td>
12896 <td align=
"center">Not resolved
</td>
12898 <tr class=
"open" id=
"2182">
12899 <td><a href=
"https://cplusplus.github.io/CWG/issues/2182.html">2182</a></td>
12901 <td>Pointer arithmetic in array-like containers
</td>
12902 <td align=
"center">Not resolved
</td>
12905 <td><a href=
"https://cplusplus.github.io/CWG/issues/2183.html">2183</a></td>
12907 <td>Problems in description of potential exceptions
</td>
12908 <td class=
"none" align=
"center">Unknown
</td>
12911 <td><a href=
"https://cplusplus.github.io/CWG/issues/2184.html">2184</a></td>
12913 <td>Missing C compatibility entry for decrement of
<TT>bool
</TT></td>
12914 <td class=
"none" align=
"center">Unknown
</td>
12917 <td><a href=
"https://cplusplus.github.io/CWG/issues/2185.html">2185</a></td>
12919 <td>Cv-qualified numeric types
</td>
12920 <td class=
"none" align=
"center">Unknown
</td>
12922 <tr class=
"open" id=
"2186">
12923 <td><a href=
"https://cplusplus.github.io/CWG/issues/2186.html">2186</a></td>
12925 <td>Unclear point that
“preceding initialization
” must precede
</td>
12926 <td align=
"center">Not resolved
</td>
12928 <tr class=
"open" id=
"2187">
12929 <td><a href=
"https://cplusplus.github.io/CWG/issues/2187.html">2187</a></td>
12931 <td>Protected members and access via
<I>qualified-id
</I></td>
12932 <td align=
"center">Not resolved
</td>
12934 <tr class=
"open" id=
"2188">
12935 <td><a href=
"https://cplusplus.github.io/CWG/issues/2188.html">2188</a></td>
12937 <td><I>empty-declaration
</I> grammar ambiguity
</td>
12938 <td align=
"center">Not resolved
</td>
12940 <tr class=
"open" id=
"2189">
12941 <td><a href=
"https://cplusplus.github.io/CWG/issues/2189.html">2189</a></td>
12943 <td>Surrogate call template
</td>
12944 <td align=
"center">Not resolved
</td>
12946 <tr class=
"open" id=
"2190">
12947 <td><a href=
"https://cplusplus.github.io/CWG/issues/2190.html">2190</a></td>
12949 <td>Insufficient specification of
<TT>__has_include
</TT></td>
12950 <td align=
"center">Not resolved
</td>
12953 <td><a href=
"https://cplusplus.github.io/CWG/issues/2191.html">2191</a></td>
12955 <td>Incorrect result for
<TT>noexcept(typeid(v))
</TT></td>
12956 <td class=
"none" align=
"center">Unknown
</td>
12958 <tr class=
"open" id=
"2192">
12959 <td><a href=
"https://cplusplus.github.io/CWG/issues/2192.html">2192</a></td>
12961 <td>Constant expressions and order-of-eval undefined behavior
</td>
12962 <td align=
"center">Not resolved
</td>
12965 <td><a href=
"https://cplusplus.github.io/CWG/issues/2193.html">2193</a></td>
12967 <td><TT>numeric_limits
<int
>::radix
</TT> and
<TT>digits
</TT></td>
12968 <td class=
"none" align=
"center">Unknown
</td>
12970 <tr class=
"open" id=
"2194">
12971 <td><a href=
"https://cplusplus.github.io/CWG/issues/2194.html">2194</a></td>
12973 <td>Impossible case in list initialization
</td>
12974 <td align=
"center">Not resolved
</td>
12976 <tr class=
"open" id=
"2195">
12977 <td><a href=
"https://cplusplus.github.io/CWG/issues/2195.html">2195</a></td>
12979 <td>Unsolicited reading of trailing volatile members
</td>
12980 <td align=
"center">Not resolved
</td>
12983 <td><a href=
"https://cplusplus.github.io/CWG/issues/2196.html">2196</a></td>
12985 <td>Zero-initialization with virtual base classes
</td>
12986 <td class=
"none" align=
"center">Unknown
</td>
12989 <td><a href=
"https://cplusplus.github.io/CWG/issues/2197.html">2197</a></td>
12991 <td>Overload resolution and deleted special member functions
</td>
12992 <td class=
"none" align=
"center">Unknown
</td>
12995 <td><a href=
"https://cplusplus.github.io/CWG/issues/2198.html">2198</a></td>
12997 <td>Linkage of enumerators
</td>
12998 <td class=
"none" align=
"center">Unknown
</td>
13001 <td><a href=
"https://cplusplus.github.io/CWG/issues/2199.html">2199</a></td>
13003 <td>Typedefs and tags
</td>
13004 <td class=
"full" align=
"center">Clang
3.8</td>
13007 <td><a href=
"https://cplusplus.github.io/CWG/issues/2200.html">2200</a></td>
13009 <td>Conversions in template argument deduction
</td>
13010 <td class=
"none" align=
"center">Unknown
</td>
13013 <td><a href=
"https://cplusplus.github.io/CWG/issues/2201.html">2201</a></td>
13015 <td>Cv-qualification of array types
</td>
13016 <td class=
"none" align=
"center">Unknown
</td>
13018 <tr class=
"open" id=
"2202">
13019 <td><a href=
"https://cplusplus.github.io/CWG/issues/2202.html">2202</a></td>
13021 <td>When does default argument instantiation occur?
</td>
13022 <td align=
"center">Not resolved
</td>
13024 <tr class=
"open" id=
"2203">
13025 <td><a href=
"https://cplusplus.github.io/CWG/issues/2203.html">2203</a></td>
13027 <td>Defaulted copy/move constructors and UDCs
</td>
13028 <td align=
"center">Not resolved
</td>
13031 <td><a href=
"https://cplusplus.github.io/CWG/issues/2204.html">2204</a></td>
13033 <td>Naming delegated constructors
</td>
13034 <td class=
"none" align=
"center">Unknown
</td>
13037 <td><a href=
"https://cplusplus.github.io/CWG/issues/2205.html">2205</a></td>
13039 <td>Restrictions on use of
<TT>alignas
</TT></td>
13040 <td class=
"none" align=
"center">Unknown
</td>
13043 <td><a href=
"https://cplusplus.github.io/CWG/issues/2206.html">2206</a></td>
13045 <td>Composite type of object and function pointers
</td>
13046 <td class=
"none" align=
"center">Unknown
</td>
13049 <td><a href=
"https://cplusplus.github.io/CWG/issues/2207.html">2207</a></td>
13051 <td>Alignment of allocation function return value
</td>
13052 <td class=
"none" align=
"center">Unknown
</td>
13055 <td><a href=
"https://cplusplus.github.io/CWG/issues/2208.html">2208</a></td>
13057 <td><I>static_assert-declaration
</I> does not declare a member
</td>
13058 <td class=
"none" align=
"center">Unknown
</td>
13061 <td><a href=
"https://cplusplus.github.io/CWG/issues/2209.html">2209</a></td>
13063 <td>Destruction of constructed array elements
</td>
13064 <td class=
"none" align=
"center">Unknown
</td>
13067 <td><a href=
"https://cplusplus.github.io/CWG/issues/2210.html">2210</a></td>
13069 <td>Principal/target constructor confusion
</td>
13070 <td class=
"none" align=
"center">Unknown
</td>
13073 <td><a href=
"https://cplusplus.github.io/CWG/issues/2211.html">2211</a></td>
13075 <td>Hiding by lambda captures and parameters
</td>
13076 <td class=
"full" align=
"center">Clang
8</td>
13079 <td><a href=
"https://cplusplus.github.io/CWG/issues/2212.html">2212</a></td>
13081 <td>Typedef changing linkage after use
</td>
13082 <td class=
"none" align=
"center">Unknown
</td>
13085 <td><a href=
"https://cplusplus.github.io/CWG/issues/2213.html">2213</a></td>
13087 <td>Forward declaration of partial specializations
</td>
13088 <td class=
"full" align=
"center">Yes
</td>
13091 <td><a href=
"https://cplusplus.github.io/CWG/issues/2214.html">2214</a></td>
13093 <td>Missing requirement on representation of integer values
</td>
13094 <td class=
"none" align=
"center">Unknown
</td>
13097 <td><a href=
"https://cplusplus.github.io/CWG/issues/2215.html">2215</a></td>
13099 <td>Redundant description of language linkage in function call
</td>
13100 <td class=
"none" align=
"center">Unknown
</td>
13103 <td><a href=
"https://cplusplus.github.io/CWG/issues/2216.html">2216</a></td>
13105 <td>Exception specifications in unevaluated contexts
</td>
13106 <td class=
"none" align=
"center">Unknown
</td>
13109 <td><a href=
"https://cplusplus.github.io/CWG/issues/2217.html">2217</a></td>
13111 <td><TT>constexpr
</TT> constructors for non-literal types
</td>
13112 <td class=
"none" align=
"center">Unknown
</td>
13115 <td><a href=
"https://cplusplus.github.io/CWG/issues/2218.html">2218</a></td>
13117 <td>Ambiguity and namespace aliases
</td>
13118 <td class=
"none" align=
"center">Unknown
</td>
13120 <tr class=
"open" id=
"2219">
13121 <td><a href=
"https://cplusplus.github.io/CWG/issues/2219.html">2219</a></td>
13123 <td>Dynamically-unreachable handlers
</td>
13124 <td align=
"center">Not resolved
</td>
13127 <td><a href=
"https://cplusplus.github.io/CWG/issues/2220.html">2220</a></td>
13129 <td>Hiding index variable in range-based
<TT>for
</TT></td>
13130 <td class=
"none" align=
"center">Unknown
</td>
13133 <td><a href=
"https://cplusplus.github.io/CWG/issues/2221.html">2221</a></td>
13135 <td>Copying volatile objects
</td>
13136 <td class=
"none" align=
"center">Unknown
</td>
13138 <tr class=
"open" id=
"2222">
13139 <td><a href=
"https://cplusplus.github.io/CWG/issues/2222.html">2222</a></td>
13141 <td>Additional contexts where instantiation is not required
</td>
13142 <td align=
"center">Not resolved
</td>
13144 <tr class=
"open" id=
"2223">
13145 <td><a href=
"https://cplusplus.github.io/CWG/issues/2223.html">2223</a></td>
13147 <td>Multiple
<TT>alignas
</TT> specifiers
</td>
13148 <td align=
"center">Not resolved
</td>
13151 <td><a href=
"https://cplusplus.github.io/CWG/issues/2224.html">2224</a></td>
13153 <td>Member subobjects and base-class casts
</td>
13154 <td class=
"none" align=
"center">Unknown
</td>
13157 <td><a href=
"https://cplusplus.github.io/CWG/issues/2225.html">2225</a></td>
13159 <td><TT>reinterpret_cast
</TT> to same floating-point type
</td>
13160 <td class=
"none" align=
"center">Unknown
</td>
13163 <td><a href=
"https://cplusplus.github.io/CWG/issues/2226.html">2226</a></td>
13165 <td>Xvalues vs lvalues in conditional expressions
</td>
13166 <td class=
"none" align=
"center">Unknown
</td>
13169 <td><a href=
"https://cplusplus.github.io/CWG/issues/2227.html">2227</a></td>
13171 <td>Destructor access and default member initializers
</td>
13172 <td class=
"none" align=
"center">Unknown
</td>
13174 <tr class=
"open" id=
"2228">
13175 <td><a href=
"https://cplusplus.github.io/CWG/issues/2228.html">2228</a></td>
13177 <td>Ambiguity resolution for cast to function type
</td>
13178 <td align=
"center">Not resolved
</td>
13181 <td><a href=
"https://cplusplus.github.io/CWG/issues/2229.html">2229</a></td>
13183 <td>Volatile unnamed bit-fields
</td>
13184 <td class=
"full" align=
"center">Clang
7</td>
13187 <td><a href=
"https://cplusplus.github.io/CWG/issues/2230.html">2230</a></td>
13189 <td>Linkage of
<TT>extern
"C"</TT> function in unnamed namespace
</td>
13190 <td class=
"none" align=
"center">Unknown
</td>
13193 <td><a href=
"https://cplusplus.github.io/CWG/issues/2231.html">2231</a></td>
13195 <td>Class member access to static data member template
</td>
13196 <td class=
"none" align=
"center">Unknown
</td>
13198 <tr class=
"open" id=
"2232">
13199 <td><a href=
"https://cplusplus.github.io/CWG/issues/2232.html">2232</a></td>
13201 <td><TT>thread_local
</TT> anonymous unions
</td>
13202 <td align=
"center">Not resolved
</td>
13205 <td><a href=
"https://cplusplus.github.io/CWG/issues/2233.html">2233</a></td>
13207 <td>Function parameter packs following default arguments
</td>
13208 <td class=
"full" align=
"center">Clang
11</td>
13211 <td><a href=
"https://cplusplus.github.io/CWG/issues/2234.html">2234</a></td>
13213 <td>Missing rules for
<I>simple-template-id
</I> as
<I>class-name
</I></td>
13214 <td class=
"none" align=
"center">Unknown
</td>
13217 <td><a href=
"https://cplusplus.github.io/CWG/issues/2235.html">2235</a></td>
13219 <td>Partial ordering and non-dependent types
</td>
13220 <td class=
"none" align=
"center">Unknown
</td>
13222 <tr class=
"open" id=
"2236">
13223 <td><a href=
"https://cplusplus.github.io/CWG/issues/2236.html">2236</a></td>
13225 <td>When is an alias template specialization dependent?
</td>
13226 <td align=
"center">Not resolved
</td>
13229 <td><a href=
"https://cplusplus.github.io/CWG/issues/2237.html">2237</a></td>
13231 <td>Can a
<I>template-id
</I> name a constructor?
</td>
13232 <td class=
"none" align=
"center">Unknown
</td>
13235 <td><a href=
"https://cplusplus.github.io/CWG/issues/2238.html">2238</a></td>
13237 <td>Contradictory alignment requirements for allocation
</td>
13238 <td class=
"none" align=
"center">Unknown
</td>
13241 <td><a href=
"https://cplusplus.github.io/CWG/issues/2239.html">2239</a></td>
13243 <td>Sized deallocation with a trivial destructor
</td>
13244 <td class=
"none" align=
"center">Unknown
</td>
13247 <td><a href=
"https://cplusplus.github.io/CWG/issues/2240.html">2240</a></td>
13249 <td><TT>this
</TT> is not odr-used in a constant expression
</td>
13250 <td class=
"none" align=
"center">Unknown
</td>
13253 <td><a href=
"https://cplusplus.github.io/CWG/issues/2241.html">2241</a></td>
13255 <td>Overload resolution is not invoked with a single function
</td>
13256 <td class=
"none" align=
"center">Unknown
</td>
13259 <td><a href=
"https://cplusplus.github.io/CWG/issues/2242.html">2242</a></td>
13261 <td>ODR violation with constant initialization possibly omitted
</td>
13262 <td class=
"none" align=
"center">Unknown
</td>
13264 <tr class=
"open" id=
"2243">
13265 <td><a href=
"https://cplusplus.github.io/CWG/issues/2243.html">2243</a></td>
13267 <td>Incorrect use of implicit conversion sequence
</td>
13268 <td align=
"center">Not resolved
</td>
13270 <tr class=
"open" id=
"2244">
13271 <td><a href=
"https://cplusplus.github.io/CWG/issues/2244.html">2244</a></td>
13273 <td>Base class access in aggregate initialization
</td>
13274 <td align=
"center">Not resolved
</td>
13276 <tr class=
"open" id=
"2245">
13277 <td><a href=
"https://cplusplus.github.io/CWG/issues/2245.html">2245</a></td>
13279 <td>Point of instantiation of incomplete class template
</td>
13280 <td align=
"center">Not resolved
</td>
13282 <tr class=
"open" id=
"2246">
13283 <td><a href=
"https://cplusplus.github.io/CWG/issues/2246.html">2246</a></td>
13285 <td>Access of indirect virtual base class constructors
</td>
13286 <td align=
"center">Not resolved
</td>
13289 <td><a href=
"https://cplusplus.github.io/CWG/issues/2247.html">2247</a></td>
13291 <td>Lambda capture and variable argument list
</td>
13292 <td class=
"none" align=
"center">Unknown
</td>
13295 <td><a href=
"https://cplusplus.github.io/CWG/issues/2248.html">2248</a></td>
13297 <td>Problems with sized delete
</td>
13298 <td class=
"none" align=
"center">Unknown
</td>
13301 <td><a href=
"https://cplusplus.github.io/CWG/issues/2249.html">2249</a></td>
13303 <td><I>identifier
</I>s and
<I>id-expression
</I>s
</td>
13304 <td class=
"none" align=
"center">Unknown
</td>
13306 <tr class=
"open" id=
"2250">
13307 <td><a href=
"https://cplusplus.github.io/CWG/issues/2250.html">2250</a></td>
13309 <td>Implicit instantiation, destruction, and TUs
</td>
13310 <td align=
"center">Not resolved
</td>
13313 <td><a href=
"https://cplusplus.github.io/CWG/issues/2251.html">2251</a></td>
13315 <td>Unreachable enumeration list-initialization
</td>
13316 <td class=
"none" align=
"center">Unknown
</td>
13318 <tr class=
"open" id=
"2252">
13319 <td><a href=
"https://cplusplus.github.io/CWG/issues/2252.html">2252</a></td>
13321 <td>Enumeration list-initialization from the same type
</td>
13322 <td align=
"center">Not resolved
</td>
13325 <td><a href=
"https://cplusplus.github.io/CWG/issues/2253.html">2253</a></td>
13327 <td>Unnamed bit-fields and zero-initialization
</td>
13328 <td class=
"none" align=
"center">Unknown
</td>
13331 <td><a href=
"https://cplusplus.github.io/CWG/issues/2254.html">2254</a></td>
13333 <td>Standard-layout classes and bit-fields
</td>
13334 <td class=
"none" align=
"center">Unknown
</td>
13337 <td><a href=
"https://cplusplus.github.io/CWG/issues/2255.html">2255</a></td>
13339 <td>Instantiated static data member templates
</td>
13340 <td class=
"none" align=
"center">Unknown
</td>
13343 <td><a href=
"https://cplusplus.github.io/CWG/issues/2256.html">2256</a></td>
13345 <td>Lifetime of trivially-destructible objects
</td>
13346 <td class=
"none" align=
"center">Unknown
</td>
13349 <td><a href=
"https://cplusplus.github.io/CWG/issues/2257.html">2257</a></td>
13351 <td>Lifetime extension of references vs exceptions
</td>
13352 <td class=
"none" align=
"center">Unknown
</td>
13354 <tr class=
"open" id=
"2258">
13355 <td><a href=
"https://cplusplus.github.io/CWG/issues/2258.html">2258</a></td>
13357 <td>Storage deallocation during period of destruction
</td>
13358 <td align=
"center">Not resolved
</td>
13361 <td><a href=
"https://cplusplus.github.io/CWG/issues/2259.html">2259</a></td>
13363 <td>Unclear context describing ambiguity
</td>
13364 <td class=
"none" align=
"center">Unknown
</td>
13367 <td><a href=
"https://cplusplus.github.io/CWG/issues/2260.html">2260</a></td>
13369 <td>Explicit specializations of deleted member functions
</td>
13370 <td class=
"none" align=
"center">Unknown
</td>
13372 <tr class=
"open" id=
"2261">
13373 <td><a href=
"https://cplusplus.github.io/CWG/issues/2261.html">2261</a></td>
13375 <td>Explicit instantiation of in-class
<TT>friend
</TT> definition
</td>
13376 <td align=
"center">Extension
</td>
13379 <td><a href=
"https://cplusplus.github.io/CWG/issues/2262.html">2262</a></td>
13381 <td>Attributes for
<I>asm-definition
</I></td>
13382 <td class=
"none" align=
"center">Unknown
</td>
13384 <tr class=
"open" id=
"2263">
13385 <td><a href=
"https://cplusplus.github.io/CWG/issues/2263.html">2263</a></td>
13387 <td>Default argument instantiation for
<TT>friend
</TT>s
</td>
13388 <td align=
"center">Not resolved
</td>
13390 <tr class=
"open" id=
"2264">
13391 <td><a href=
"https://cplusplus.github.io/CWG/issues/2264.html">2264</a></td>
13393 <td>Memberwise copying with indeterminate value
</td>
13394 <td align=
"center">Not resolved
</td>
13396 <tr class=
"open" id=
"2265">
13397 <td><a href=
"https://cplusplus.github.io/CWG/issues/2265.html">2265</a></td>
13399 <td>Delayed pack expansion and member redeclarations
</td>
13400 <td align=
"center">Not resolved
</td>
13403 <td><a href=
"https://cplusplus.github.io/CWG/issues/2266.html">2266</a></td>
13405 <td>Has dependent type vs is type-dependent
</td>
13406 <td class=
"none" align=
"center">Unknown
</td>
13409 <td><a href=
"https://cplusplus.github.io/CWG/issues/2267.html">2267</a></td>
13411 <td>Copy-initialization of temporary in reference direct-initialization
</td>
13412 <td class=
"none" align=
"center">No
</td>
13415 <td><a href=
"https://cplusplus.github.io/CWG/issues/2268.html">2268</a></td>
13417 <td>Unions with mutable members in constant expressions revisited
</td>
13418 <td class=
"none" align=
"center">Unknown
</td>
13421 <td><a href=
"https://cplusplus.github.io/CWG/issues/2269.html">2269</a></td>
13423 <td>Additional recursive references in aggregate DMIs
</td>
13424 <td class=
"none" align=
"center">Unknown
</td>
13427 <td><a href=
"https://cplusplus.github.io/CWG/issues/2270.html">2270</a></td>
13429 <td>Non-inline functions and explicit instantiation declarations
</td>
13430 <td class=
"none" align=
"center">Unknown
</td>
13433 <td><a href=
"https://cplusplus.github.io/CWG/issues/2271.html">2271</a></td>
13435 <td>Aliasing
<TT>this
</TT></td>
13436 <td class=
"none" align=
"center">Unknown
</td>
13439 <td><a href=
"https://cplusplus.github.io/CWG/issues/2272.html">2272</a></td>
13441 <td>Implicit initialization of aggregate members of reference type
</td>
13442 <td class=
"none" align=
"center">Unknown
</td>
13445 <td><a href=
"https://cplusplus.github.io/CWG/issues/2273.html">2273</a></td>
13447 <td>Inheriting constructors vs implicit default constructor
</td>
13448 <td class=
"none" align=
"center">Unknown
</td>
13451 <td><a href=
"https://cplusplus.github.io/CWG/issues/2274.html">2274</a></td>
13453 <td>Generic lambda capture vs constexpr if
</td>
13454 <td class=
"none" align=
"center">Unknown
</td>
13456 <tr class=
"open" id=
"2275">
13457 <td><a href=
"https://cplusplus.github.io/CWG/issues/2275.html">2275</a></td>
13459 <td>Type-dependence of function template
</td>
13460 <td align=
"center">Not resolved
</td>
13463 <td><a href=
"https://cplusplus.github.io/CWG/issues/2276.html">2276</a></td>
13465 <td>Dependent
<TT>noexcept
</TT> and function type-dependence
</td>
13466 <td class=
"none" align=
"center">Unknown
</td>
13469 <td><a href=
"https://cplusplus.github.io/CWG/issues/2277.html">2277</a></td>
13471 <td>Ambiguity inheriting constructors with default arguments
</td>
13472 <td class=
"none" align=
"center">Unknown
</td>
13475 <td><a href=
"https://cplusplus.github.io/CWG/issues/2278.html">2278</a></td>
13477 <td>Copy elision in constant expressions reconsidered
</td>
13478 <td class=
"none" align=
"center">Unknown
</td>
13481 <td><a href=
"https://cplusplus.github.io/CWG/issues/2279.html">2279</a></td>
13483 <td>Multiple
<I>attribute-specifier
</I>s in one
<I>attribute-list
</I></td>
13484 <td class=
"none" align=
"center">Unknown
</td>
13487 <td><a href=
"https://cplusplus.github.io/CWG/issues/2280.html">2280</a></td>
13489 <td>Matching a usual deallocation function with placement new
</td>
13490 <td class=
"none" align=
"center">Unknown
</td>
13492 <tr class=
"open" id=
"2281">
13493 <td><a href=
"https://cplusplus.github.io/CWG/issues/2281.html">2281</a></td>
13495 <td>Consistency of aligned
<TT>operator delete
</TT> replacement
</td>
13496 <td align=
"center">Not resolved
</td>
13499 <td><a href=
"https://cplusplus.github.io/CWG/issues/2282.html">2282</a></td>
13501 <td>Consistency with mismatched aligned/non-over-aligned allocation/deallocation functions
</td>
13502 <td class=
"none" align=
"center">Unknown
</td>
13504 <tr class=
"open" id=
"2283">
13505 <td><a href=
"https://cplusplus.github.io/CWG/issues/2283.html">2283</a></td>
13507 <td>Missing complete type requirements
</td>
13508 <td align=
"center">Not resolved
</td>
13510 <tr class=
"open" id=
"2284">
13511 <td><a href=
"https://cplusplus.github.io/CWG/issues/2284.html">2284</a></td>
13513 <td>Sequencing of
<I>braced-init-list
</I> arguments
</td>
13514 <td align=
"center">Not resolved
</td>
13517 <td><a href=
"https://cplusplus.github.io/CWG/issues/2285.html">2285</a></td>
13519 <td>Issues with structured bindings
</td>
13520 <td class=
"none" align=
"center">Unknown
</td>
13523 <td><a href=
"https://cplusplus.github.io/CWG/issues/2286.html">2286</a></td>
13525 <td>Assignment evaluation order
</td>
13526 <td class=
"none" align=
"center">Unknown
</td>
13529 <td><a href=
"https://cplusplus.github.io/CWG/issues/2287.html">2287</a></td>
13531 <td>Pointer-interconvertibility in non-standard-layout unions
</td>
13532 <td class=
"none" align=
"center">Unknown
</td>
13535 <td><a href=
"https://cplusplus.github.io/CWG/issues/2288.html">2288</a></td>
13537 <td>Contradictory optionality in
<I>simple-declaration
</I></td>
13538 <td class=
"none" align=
"center">Unknown
</td>
13541 <td><a href=
"https://cplusplus.github.io/CWG/issues/2289.html">2289</a></td>
13543 <td>Uniqueness of structured binding names
</td>
13544 <td class=
"none" align=
"center">Unknown
</td>
13547 <td><a href=
"https://cplusplus.github.io/CWG/issues/2290.html">2290</a></td>
13549 <td>Unclear specification for overload resolution and deleted special member functions
</td>
13550 <td class=
"none" align=
"center">Unknown
</td>
13553 <td><a href=
"https://cplusplus.github.io/CWG/issues/2291.html">2291</a></td>
13555 <td>Implicit conversion sequences in non-call contexts
</td>
13556 <td class=
"none" align=
"center">Unknown
</td>
13559 <td><a href=
"https://cplusplus.github.io/CWG/issues/2292.html">2292</a></td>
13561 <td><I>simple-template-id
</I> is ambiguous between
<I>class-name
</I> and
<I>type-name
</I></td>
13562 <td class=
"full" align=
"center">Clang
9</td>
13565 <td><a href=
"https://cplusplus.github.io/CWG/issues/2293.html">2293</a></td>
13567 <td>Requirements for
<I>simple-template-id
</I> used as a
<I>class-name
</I></td>
13568 <td class=
"none" align=
"center">Unknown
</td>
13571 <td><a href=
"https://cplusplus.github.io/CWG/issues/2294.html">2294</a></td>
13573 <td>Dependent
<TT>auto
</TT> static data members
</td>
13574 <td class=
"none" align=
"center">Unknown
</td>
13577 <td><a href=
"https://cplusplus.github.io/CWG/issues/2295.html">2295</a></td>
13579 <td>Aggregates with deleted defaulted constructors
</td>
13580 <td class=
"none" align=
"center">Unknown
</td>
13582 <tr class=
"open" id=
"2296">
13583 <td><a href=
"https://cplusplus.github.io/CWG/issues/2296.html">2296</a></td>
13585 <td>Are default argument instantiation failures in the
“immediate context
”?
</td>
13586 <td align=
"center">Not resolved
</td>
13588 <tr class=
"open" id=
"2297">
13589 <td><a href=
"https://cplusplus.github.io/CWG/issues/2297.html">2297</a></td>
13591 <td>Unclear specification of atomic operations
</td>
13592 <td align=
"center">Not resolved
</td>
13594 <tr class=
"open" id=
"2298">
13595 <td><a href=
"https://cplusplus.github.io/CWG/issues/2298.html">2298</a></td>
13597 <td>Actions and expression evaluation
</td>
13598 <td align=
"center">Not resolved
</td>
13601 <td><a href=
"https://cplusplus.github.io/CWG/issues/2299.html">2299</a></td>
13603 <td><TT>constexpr
</TT> vararg functions
</td>
13604 <td class=
"none" align=
"center">Unknown
</td>
13607 <td><a href=
"https://cplusplus.github.io/CWG/issues/2300.html">2300</a></td>
13609 <td>Lambdas in multiple definitions
</td>
13610 <td class=
"none" align=
"center">Unknown
</td>
13612 <tr class=
"open" id=
"2301">
13613 <td><a href=
"https://cplusplus.github.io/CWG/issues/2301.html">2301</a></td>
13615 <td>Value-initialization and constexpr constructor evaluation
</td>
13616 <td align=
"center">Not resolved
</td>
13619 <td><a href=
"https://cplusplus.github.io/CWG/issues/2302.html">2302</a></td>
13621 <td>Address comparison between different member subobjects
</td>
13622 <td class=
"none" align=
"center">Unknown
</td>
13625 <td><a href=
"https://cplusplus.github.io/CWG/issues/2303.html">2303</a></td>
13627 <td>Partial ordering and recursive variadic inheritance
</td>
13628 <td class=
"full" align=
"center">Clang
12</td>
13631 <td><a href=
"https://cplusplus.github.io/CWG/issues/2304.html">2304</a></td>
13633 <td>Incomplete type vs overload resolution
</td>
13634 <td class=
"none" align=
"center">Unknown
</td>
13637 <td><a href=
"https://cplusplus.github.io/CWG/issues/2305.html">2305</a></td>
13639 <td>Explicit instantiation of constexpr or inline variable template
</td>
13640 <td class=
"none" align=
"center">Unknown
</td>
13643 <td><a href=
"https://cplusplus.github.io/CWG/issues/2306.html">2306</a></td>
13645 <td>Nested friend templates of class templates
</td>
13646 <td class=
"none" align=
"center">Unknown
</td>
13649 <td><a href=
"https://cplusplus.github.io/CWG/issues/2307.html">2307</a></td>
13651 <td>Unclear definition of
“equivalent to a nontype template parameter
”</td>
13652 <td class=
"none" align=
"center">Unknown
</td>
13655 <td><a href=
"https://cplusplus.github.io/CWG/issues/2308.html">2308</a></td>
13657 <td>Structured bindings and lambda capture
</td>
13658 <td class=
"none" align=
"center">Unknown
</td>
13661 <td><a href=
"https://cplusplus.github.io/CWG/issues/2309.html">2309</a></td>
13663 <td>Restrictions on nested statements within
<TT>constexpr
</TT> functions
</td>
13664 <td class=
"none" align=
"center">Unknown
</td>
13667 <td><a href=
"https://cplusplus.github.io/CWG/issues/2310.html">2310</a></td>
13669 <td>Type completeness and derived-to-base pointer conversions
</td>
13670 <td class=
"none" align=
"center">Unknown
</td>
13672 <tr class=
"open" id=
"2311">
13673 <td><a href=
"https://cplusplus.github.io/CWG/issues/2311.html">2311</a></td>
13675 <td>Missed case for guaranteed copy elision
</td>
13676 <td align=
"center">Not resolved
</td>
13679 <td><a href=
"https://cplusplus.github.io/CWG/issues/2312.html">2312</a></td>
13681 <td>Structured bindings and
<TT>mutable
</TT></td>
13682 <td class=
"none" align=
"center">Unknown
</td>
13685 <td><a href=
"https://cplusplus.github.io/CWG/issues/2313.html">2313</a></td>
13687 <td>Redeclaration of structured binding reference variables
</td>
13688 <td class=
"none" align=
"center">Unknown
</td>
13691 <td><a href=
"https://cplusplus.github.io/CWG/issues/2314.html">2314</a></td>
13693 <td>Structured bindings and lambda capture
</td>
13694 <td class=
"none" align=
"center">Unknown
</td>
13697 <td><a href=
"https://cplusplus.github.io/CWG/issues/2315.html">2315</a></td>
13699 <td>What is the
“corresponding special member
” of a variant member?
</td>
13700 <td class=
"none" align=
"center">Unknown
</td>
13702 <tr class=
"open" id=
"2316">
13703 <td><a href=
"https://cplusplus.github.io/CWG/issues/2316.html">2316</a></td>
13705 <td>Simplifying class conversions in conditional expressions
</td>
13706 <td align=
"center">Not resolved
</td>
13709 <td><a href=
"https://cplusplus.github.io/CWG/issues/2317.html">2317</a></td>
13711 <td>Self-referential default member initializers
</td>
13712 <td class=
"none" align=
"center">Unknown
</td>
13715 <td><a href=
"https://cplusplus.github.io/CWG/issues/2318.html">2318</a></td>
13717 <td>Nondeduced contexts in deduction from a
<I>braced-init-list
</I></td>
13718 <td class=
"none" align=
"center">Unknown
</td>
13720 <tr class=
"open" id=
"2319">
13721 <td><a href=
"https://cplusplus.github.io/CWG/issues/2319.html">2319</a></td>
13723 <td>Nested brace initialization from same type
</td>
13724 <td align=
"center">Not resolved
</td>
13726 <tr class=
"open" id=
"2320">
13727 <td><a href=
"https://cplusplus.github.io/CWG/issues/2320.html">2320</a></td>
13729 <td><TT>constexpr if
</TT> and boolean conversions
</td>
13730 <td align=
"center">Extension
</td>
13733 <td><a href=
"https://cplusplus.github.io/CWG/issues/2321.html">2321</a></td>
13735 <td>Conditional operator and cv-qualified class prvalues
</td>
13736 <td class=
"none" align=
"center">Unknown
</td>
13739 <td><a href=
"https://cplusplus.github.io/CWG/issues/2322.html">2322</a></td>
13741 <td>Substitution failure and lexical order
</td>
13742 <td class=
"none" align=
"center">Unknown
</td>
13745 <td><a href=
"https://cplusplus.github.io/CWG/issues/2323.html">2323</a></td>
13747 <td>Expunge POD
</td>
13748 <td class=
"none" align=
"center">Unknown
</td>
13750 <tr class=
"open" id=
"2324">
13751 <td><a href=
"https://cplusplus.github.io/CWG/issues/2324.html">2324</a></td>
13753 <td>Size of base class subobject
</td>
13754 <td align=
"center">Not resolved
</td>
13756 <tr class=
"open" id=
"2325">
13757 <td><a href=
"https://cplusplus.github.io/CWG/issues/2325.html">2325</a></td>
13759 <td><TT>std::launder
</TT> and reuse of character buffers
</td>
13760 <td align=
"center">Not resolved
</td>
13763 <td><a href=
"https://cplusplus.github.io/CWG/issues/2326.html">2326</a></td>
13765 <td>Type deduction with initializer list containing ambiguous functions
</td>
13766 <td class=
"none" align=
"center">Unknown
</td>
13768 <tr class=
"open" id=
"2327">
13769 <td><a href=
"https://cplusplus.github.io/CWG/issues/2327.html">2327</a></td>
13771 <td>Copy elision for direct-initialization with a conversion function
</td>
13772 <td align=
"center">Not resolved
</td>
13774 <tr class=
"open" id=
"2328">
13775 <td><a href=
"https://cplusplus.github.io/CWG/issues/2328.html">2328</a></td>
13777 <td>Unclear presentation style of template argument deduction rules
</td>
13778 <td align=
"center">Not resolved
</td>
13780 <tr class=
"open" id=
"2329">
13781 <td><a href=
"https://cplusplus.github.io/CWG/issues/2329.html">2329</a></td>
13783 <td>Virtual base classes and generated assignment operators
</td>
13784 <td align=
"center">Not resolved
</td>
13787 <td><a href=
"https://cplusplus.github.io/CWG/issues/2330.html">2330</a></td>
13789 <td>Missing references to variable templates
</td>
13790 <td class=
"none" align=
"center">Unknown
</td>
13793 <td><a href=
"https://cplusplus.github.io/CWG/issues/2331.html">2331</a></td>
13795 <td>Redundancy in description of class scope
</td>
13796 <td class=
"na" align=
"center">N/A
</td>
13799 <td><a href=
"https://cplusplus.github.io/CWG/issues/2332.html">2332</a></td>
13801 <td><I>template-name
</I> as
<I>simple-type-name
</I> vs injected-class-name
</td>
13802 <td class=
"none" align=
"center">Unknown
</td>
13805 <td><a href=
"https://cplusplus.github.io/CWG/issues/2333.html">2333</a></td>
13807 <td>Escape sequences in UTF-
8 character literals
</td>
13808 <td class=
"none" align=
"center">Unknown
</td>
13810 <tr class=
"open" id=
"2334">
13811 <td><a href=
"https://cplusplus.github.io/CWG/issues/2334.html">2334</a></td>
13813 <td>Creation of objects by
<TT>typeid
</TT></td>
13814 <td align=
"center">Not resolved
</td>
13816 <tr class=
"open" id=
"2335">
13817 <td><a href=
"https://cplusplus.github.io/CWG/issues/2335.html">2335</a></td>
13819 <td>Deduced return types vs member types
</td>
13820 <td align=
"center">Not resolved
</td>
13823 <td><a href=
"https://cplusplus.github.io/CWG/issues/2336.html">2336</a></td>
13825 <td>Destructor characteristics vs potentially-constructed subobjects
</td>
13826 <td class=
"none" align=
"center">Unknown
</td>
13828 <tr class=
"open" id=
"2337">
13829 <td><a href=
"https://cplusplus.github.io/CWG/issues/2337.html">2337</a></td>
13831 <td>Incorrect implication of logic ladder for conversion sequence tiebreakers
</td>
13832 <td align=
"center">Not resolved
</td>
13835 <td><a href=
"https://cplusplus.github.io/CWG/issues/2338.html">2338</a></td>
13837 <td>Undefined behavior converting to short enums with fixed underlying types
</td>
13838 <td class=
"full" align=
"center">Clang
12</td>
13841 <td><a href=
"https://cplusplus.github.io/CWG/issues/2339.html">2339</a></td>
13843 <td>Underspecified template arguments in structured bindings
</td>
13844 <td class=
"none" align=
"center">Unknown
</td>
13846 <tr class=
"open" id=
"2340">
13847 <td><a href=
"https://cplusplus.github.io/CWG/issues/2340.html">2340</a></td>
13849 <td>Reference collapsing and structured bindings
</td>
13850 <td align=
"center">Not resolved
</td>
13853 <td><a href=
"https://cplusplus.github.io/CWG/issues/2341.html">2341</a></td>
13855 <td>Structured bindings with static storage duration
</td>
13856 <td class=
"none" align=
"center">Unknown
</td>
13859 <td><a href=
"https://cplusplus.github.io/CWG/issues/2342.html">2342</a></td>
13861 <td>Reference
<TT>reinterpret_cast
</TT> and pointer-interconvertibility
</td>
13862 <td class=
"none" align=
"center">Unknown
</td>
13865 <td><a href=
"https://cplusplus.github.io/CWG/issues/2343.html">2343</a></td>
13867 <td><TT>void*
</TT> non-type template parameters
</td>
13868 <td class=
"none" align=
"center">Unknown
</td>
13871 <td><a href=
"https://cplusplus.github.io/CWG/issues/2344.html">2344</a></td>
13873 <td>Redeclaration of names in
<I>init-statement
</I>s
</td>
13874 <td class=
"none" align=
"center">Unknown
</td>
13877 <td><a href=
"https://cplusplus.github.io/CWG/issues/2345.html">2345</a></td>
13879 <td>Jumping across initializers in
<I>init-statement
</I>s and
<I>condition
</I>s
</td>
13880 <td class=
"none" align=
"center">Unknown
</td>
13883 <td><a href=
"https://cplusplus.github.io/CWG/issues/2346.html">2346</a></td>
13885 <td>Local variables in default arguments
</td>
13886 <td class=
"full" align=
"center">Clang
11</td>
13889 <td><a href=
"https://cplusplus.github.io/CWG/issues/2347.html">2347</a></td>
13891 <td>Passing short scoped enumerations to ellipsis
</td>
13892 <td class=
"none" align=
"center">Unknown
</td>
13895 <td><a href=
"https://cplusplus.github.io/CWG/issues/2348.html">2348</a></td>
13897 <td>Non-templated
<TT>constexpr if
</TT></td>
13898 <td class=
"none" align=
"center">Unknown
</td>
13901 <td><a href=
"https://cplusplus.github.io/CWG/issues/2349.html">2349</a></td>
13903 <td>Class/enumeration names vs conditions
</td>
13904 <td class=
"none" align=
"center">Unknown
</td>
13907 <td><a href=
"https://cplusplus.github.io/CWG/issues/2350.html">2350</a></td>
13909 <td>Forwarding references and deduction guides
</td>
13910 <td class=
"none" align=
"center">Unknown
</td>
13913 <td><a href=
"https://cplusplus.github.io/CWG/issues/2351.html">2351</a></td>
13915 <td><TT>void{}
</TT></td>
13916 <td class=
"none" align=
"center">Unknown
</td>
13919 <td><a href=
"https://cplusplus.github.io/CWG/issues/2352.html">2352</a></td>
13921 <td>Similar types and reference binding
</td>
13922 <td class=
"full" align=
"center">Clang
10</td>
13925 <td><a href=
"https://cplusplus.github.io/CWG/issues/2353.html">2353</a></td>
13927 <td>Potential results of a member access expression for a static data member
</td>
13928 <td class=
"full" align=
"center">Clang
9</td>
13931 <td><a href=
"https://cplusplus.github.io/CWG/issues/2354.html">2354</a></td>
13933 <td>Extended alignment and object representation
</td>
13934 <td class=
"full" align=
"center">Clang
15</td>
13937 <td><a href=
"https://cplusplus.github.io/CWG/issues/2355.html">2355</a></td>
13939 <td>Deducing
<I>noexcept-specifier
</I>s
</td>
13940 <td class=
"none" align=
"center">Unknown
</td>
13943 <td><a href=
"https://cplusplus.github.io/CWG/issues/2356.html">2356</a></td>
13945 <td>Base class copy and move constructors should not be inherited
</td>
13946 <td class=
"none" align=
"center">Unknown
</td>
13949 <td><a href=
"https://cplusplus.github.io/CWG/issues/2357.html">2357</a></td>
13951 <td>Lookup in member function declarations
</td>
13952 <td class=
"none" align=
"center">Unknown
</td>
13955 <td><a href=
"https://cplusplus.github.io/CWG/issues/2358.html">2358</a></td>
13957 <td>Explicit capture of value
</td>
13958 <td class=
"full" align=
"center">Clang
16</td>
13961 <td><a href=
"https://cplusplus.github.io/CWG/issues/2359.html">2359</a></td>
13963 <td>Unintended copy initialization with designated initializers
</td>
13964 <td class=
"none" align=
"center">Unknown
</td>
13967 <td><a href=
"https://cplusplus.github.io/CWG/issues/2360.html">2360</a></td>
13969 <td><TT>[[maybe_unused]]
</TT> and structured bindings
</td>
13970 <td class=
"none" align=
"center">Unknown
</td>
13972 <tr class=
"open" id=
"2361">
13973 <td><a href=
"https://cplusplus.github.io/CWG/issues/2361.html">2361</a></td>
13975 <td>Unclear description of
<TT>longjmp
</TT> undefined behavior
</td>
13976 <td align=
"center">Not resolved
</td>
13978 <tr class=
"open" id=
"2362">
13979 <td><a href=
"https://cplusplus.github.io/CWG/issues/2362.html">2362</a></td>
13981 <td><TT>__func__
</TT> should be
<TT>constexpr
</TT></td>
13982 <td align=
"center">Not resolved
</td>
13985 <td><a href=
"https://cplusplus.github.io/CWG/issues/2363.html">2363</a></td>
13987 <td>Opaque enumeration friend declarations
</td>
13988 <td class=
"none" align=
"center">Unknown
</td>
13991 <td><a href=
"https://cplusplus.github.io/CWG/issues/2364.html">2364</a></td>
13993 <td>Constant expressions, aggregate initialization, and modifications
</td>
13994 <td class=
"none" align=
"center">Unknown
</td>
13997 <td><a href=
"https://cplusplus.github.io/CWG/issues/2365.html">2365</a></td>
13999 <td>Confusing specification for
<TT>dynamic_cast
</TT></td>
14000 <td class=
"none" align=
"center">Unknown
</td>
14003 <td><a href=
"https://cplusplus.github.io/CWG/issues/2366.html">2366</a></td>
14005 <td>Can default initialization be constant initialization?
</td>
14006 <td class=
"none" align=
"center">Unknown
</td>
14009 <td><a href=
"https://cplusplus.github.io/CWG/issues/2367.html">2367</a></td>
14011 <td>Lambdas in default arguments vs the ODR
</td>
14012 <td class=
"none" align=
"center">Unknown
</td>
14015 <td><a href=
"https://cplusplus.github.io/CWG/issues/2368.html">2368</a></td>
14017 <td>Differences in relational and three-way constant comparisons
</td>
14018 <td class=
"none" align=
"center">Unknown
</td>
14021 <td><a href=
"https://cplusplus.github.io/CWG/issues/2369.html">2369</a></td>
14023 <td>Ordering between constraints and substitution
</td>
14024 <td class=
"none" align=
"center">Unknown
</td>
14027 <td><a href=
"https://cplusplus.github.io/CWG/issues/2370.html">2370</a></td>
14029 <td><TT>friend
</TT> declarations of namespace-scope functions
</td>
14030 <td class=
"none" align=
"center">No
</td>
14033 <td><a href=
"https://cplusplus.github.io/CWG/issues/2371.html">2371</a></td>
14035 <td>Use of the English term
“attributes
” is confusing
</td>
14036 <td class=
"none" align=
"center">Unknown
</td>
14039 <td><a href=
"https://cplusplus.github.io/CWG/issues/2372.html">2372</a></td>
14041 <td>Incorrect matching rules for block-scope
<TT>extern
</TT> declarations
</td>
14042 <td class=
"none" align=
"center">Unknown
</td>
14045 <td><a href=
"https://cplusplus.github.io/CWG/issues/2373.html">2373</a></td>
14047 <td>Incorrect handling of static member function templates in partial ordering
</td>
14048 <td class=
"none" align=
"center">Unknown
</td>
14051 <td><a href=
"https://cplusplus.github.io/CWG/issues/2374.html">2374</a></td>
14053 <td>Overly permissive specification of
<TT>enum
</TT> direct-list-initialization
</td>
14054 <td class=
"none" align=
"center">Unknown
</td>
14057 <td><a href=
"https://cplusplus.github.io/CWG/issues/2375.html">2375</a></td>
14059 <td>Multiple redeclarations of
<TT>constexpr
</TT> static data members
</td>
14060 <td class=
"none" align=
"center">Unknown
</td>
14063 <td><a href=
"https://cplusplus.github.io/CWG/issues/2376.html">2376</a></td>
14065 <td>Class template argument deduction with array declarator
</td>
14066 <td class=
"none" align=
"center">Unknown
</td>
14069 <td><a href=
"https://cplusplus.github.io/CWG/issues/2377.html">2377</a></td>
14071 <td>Explicit copy constructor vs function viability
</td>
14072 <td class=
"none" align=
"center">Unknown
</td>
14075 <td><a href=
"https://cplusplus.github.io/CWG/issues/2378.html">2378</a></td>
14077 <td>Inconsistent grammar for reference
<I>init-capture
</I> of pack
</td>
14078 <td class=
"none" align=
"center">Unknown
</td>
14081 <td><a href=
"https://cplusplus.github.io/CWG/issues/2379.html">2379</a></td>
14083 <td>Missing prohibition against
<TT>constexpr
</TT> in
<TT>friend
</TT> declaration
</td>
14084 <td class=
"none" align=
"center">Unknown
</td>
14087 <td><a href=
"https://cplusplus.github.io/CWG/issues/2380.html">2380</a></td>
14089 <td><I>capture-default
</I> makes too many references odr-usable
</td>
14090 <td class=
"none" align=
"center">Unknown
</td>
14093 <td><a href=
"https://cplusplus.github.io/CWG/issues/2381.html">2381</a></td>
14095 <td>Composite pointer type of pointers to plain and noexcept member functions
</td>
14096 <td class=
"none" align=
"center">Unknown
</td>
14099 <td><a href=
"https://cplusplus.github.io/CWG/issues/2382.html">2382</a></td>
14101 <td>Array allocation overhead for non-allocating placement
<TT>new
</TT></td>
14102 <td class=
"none" align=
"center">Unknown
</td>
14105 <td><a href=
"https://cplusplus.github.io/CWG/issues/2383.html">2383</a></td>
14107 <td>Variadic member functions of variadic class templates
</td>
14108 <td class=
"none" align=
"center">Unknown
</td>
14111 <td><a href=
"https://cplusplus.github.io/CWG/issues/2384.html">2384</a></td>
14113 <td>Conversion function templates and qualification conversions
</td>
14114 <td class=
"none" align=
"center">Unknown
</td>
14117 <td><a href=
"https://cplusplus.github.io/CWG/issues/2385.html">2385</a></td>
14119 <td>Lookup for
<I>conversion-function-id
</I>s
</td>
14120 <td class=
"na" align=
"center">N/A
</td>
14123 <td><a href=
"https://cplusplus.github.io/CWG/issues/2386.html">2386</a></td>
14125 <td><T>tuple_size
</T> requirements for structured binding
</td>
14126 <td class=
"full" align=
"center">Clang
9</td>
14129 <td><a href=
"https://cplusplus.github.io/CWG/issues/2387.html">2387</a></td>
14131 <td>Linkage of const-qualified variable template
</td>
14132 <td class=
"full" align=
"center">Clang
9</td>
14135 <td><a href=
"https://cplusplus.github.io/CWG/issues/2388.html">2388</a></td>
14137 <td>Applicability of
<I>contract-attribute-specifier
</I>s
</td>
14138 <td class=
"none" align=
"center">Unknown
</td>
14141 <td><a href=
"https://cplusplus.github.io/CWG/issues/2389.html">2389</a></td>
14143 <td>Agreement of deduced and explicitly-specified variable types
</td>
14144 <td class=
"none" align=
"center">Unknown
</td>
14147 <td><a href=
"https://cplusplus.github.io/CWG/issues/2390.html">2390</a></td>
14149 <td>Is the argument of
<TT>__has_cpp_attribute
</TT> macro-expanded?
</td>
14150 <td class=
"full" align=
"center">Yes
</td>
14153 <td><a href=
"https://cplusplus.github.io/CWG/issues/2391.html">2391</a></td>
14155 <td>Additional template parameters following pack expansion
</td>
14156 <td class=
"none" align=
"center">Unknown
</td>
14159 <td><a href=
"https://cplusplus.github.io/CWG/issues/2392.html">2392</a></td>
14161 <td><I>new-expression
</I> size check and constant evaluation
</td>
14162 <td class=
"none" align=
"center">Unknown
</td>
14165 <td><a href=
"https://cplusplus.github.io/CWG/issues/2393.html">2393</a></td>
14167 <td>Pseudo-destructors and object lifetime
</td>
14168 <td class=
"none" align=
"center">Unknown
</td>
14171 <td><a href=
"https://cplusplus.github.io/CWG/issues/2394.html">2394</a></td>
14173 <td>Const-default-constructible for members
</td>
14174 <td class=
"full" align=
"center">Clang
15</td>
14176 <tr class=
"open" id=
"2395">
14177 <td><a href=
"https://cplusplus.github.io/CWG/issues/2395.html">2395</a></td>
14179 <td>Parameters following a pack expansion
</td>
14180 <td align=
"center">Not resolved
</td>
14183 <td><a href=
"https://cplusplus.github.io/CWG/issues/2396.html">2396</a></td>
14185 <td>Lookup of names in complex
<I>conversion-type-id
</I>s
</td>
14186 <td class=
"none" align=
"center">No
</td>
14189 <td><a href=
"https://cplusplus.github.io/CWG/issues/2397.html">2397</a></td>
14191 <td><TT>auto
</TT> specifier for pointers and references to arrays
</td>
14192 <td class=
"full" align=
"center">Clang
17</td>
14194 <tr class=
"open" id=
"2398">
14195 <td><a href=
"https://cplusplus.github.io/CWG/issues/2398.html">2398</a></td>
14197 <td>Template template parameter matching and deduction
</td>
14198 <td align=
"center">Not resolved
</td>
14201 <td><a href=
"https://cplusplus.github.io/CWG/issues/2399.html">2399</a></td>
14203 <td>Unclear referent of
“expression
” in
<I>assignment-expression
</I></td>
14204 <td class=
"none" align=
"center">Unknown
</td>
14207 <td><a href=
"https://cplusplus.github.io/CWG/issues/2400.html">2400</a></td>
14209 <td>Constexpr virtual functions and temporary objects
</td>
14210 <td class=
"none" align=
"center">Unknown
</td>
14212 <tr class=
"open" id=
"2401">
14213 <td><a href=
"https://cplusplus.github.io/CWG/issues/2401.html">2401</a></td>
14215 <td>Array decay vs prohibition of subobject non-type arguments
</td>
14216 <td align=
"center">Not resolved
</td>
14219 <td><a href=
"https://cplusplus.github.io/CWG/issues/2402.html">2402</a></td>
14221 <td>When is the restriction to a single
<I>c-char
</I> in a Unicode literal enforced?
</td>
14222 <td class=
"none" align=
"center">Unknown
</td>
14224 <tr class=
"open" id=
"2403">
14225 <td><a href=
"https://cplusplus.github.io/CWG/issues/2403.html">2403</a></td>
14227 <td>Temporary materialization and base/member initialization
</td>
14228 <td align=
"center">Not resolved
</td>
14231 <td><a href=
"https://cplusplus.github.io/CWG/issues/2404.html">2404</a></td>
14233 <td><TT>[[no_unique_address]]
</TT> and allocation order
</td>
14234 <td class=
"none" align=
"center">Unknown
</td>
14237 <td><a href=
"https://cplusplus.github.io/CWG/issues/2405.html">2405</a></td>
14239 <td>Additional type-dependent expressions
</td>
14240 <td class=
"none" align=
"center">Unknown
</td>
14243 <td><a href=
"https://cplusplus.github.io/CWG/issues/2406.html">2406</a></td>
14245 <td><TT>[[fallthrough]]
</TT> attribute and iteration statements
</td>
14246 <td class=
"full" align=
"center">Yes
</td>
14249 <td><a href=
"https://cplusplus.github.io/CWG/issues/2407.html">2407</a></td>
14251 <td>Missing entry in Annex C for defaulted comparison operators
</td>
14252 <td class=
"none" align=
"center">Unknown
</td>
14255 <td><a href=
"https://cplusplus.github.io/CWG/issues/2408.html">2408</a></td>
14257 <td>Temporaries and previously-initialized elements in aggregate initialization
</td>
14258 <td class=
"none" align=
"center">Unknown
</td>
14260 <tr class=
"open" id=
"2409">
14261 <td><a href=
"https://cplusplus.github.io/CWG/issues/2409.html">2409</a></td>
14263 <td>Explicit specializations of constexpr static data members
</td>
14264 <td align=
"center">Not resolved
</td>
14267 <td><a href=
"https://cplusplus.github.io/CWG/issues/2410.html">2410</a></td>
14269 <td>Implicit calls of immediate functions
</td>
14270 <td class=
"none" align=
"center">Unknown
</td>
14273 <td><a href=
"https://cplusplus.github.io/CWG/issues/2411.html">2411</a></td>
14275 <td>Comparison of pointers to members in template non-type arguments
</td>
14276 <td class=
"none" align=
"center">Unknown
</td>
14278 <tr class=
"open" id=
"2412">
14279 <td><a href=
"https://cplusplus.github.io/CWG/issues/2412.html">2412</a></td>
14281 <td>SFINAE vs undeduced placeholder type
</td>
14282 <td align=
"center">Not resolved
</td>
14285 <td><a href=
"https://cplusplus.github.io/CWG/issues/2413.html">2413</a></td>
14287 <td><TT>typename
</TT> in
<I>conversion-function-id
</I>s
</td>
14288 <td class=
"none" align=
"center">Unknown
</td>
14291 <td><a href=
"https://cplusplus.github.io/CWG/issues/2414.html">2414</a></td>
14293 <td>Unclear results if both member and friend
<TT>operator
<=
></TT> are declared
</td>
14294 <td class=
"none" align=
"center">Unknown
</td>
14297 <td><a href=
"https://cplusplus.github.io/CWG/issues/2415.html">2415</a></td>
14299 <td><I>using-declaration
</I>s vs copy assignment operators
</td>
14300 <td class=
"none" align=
"center">Unknown
</td>
14303 <td><a href=
"https://cplusplus.github.io/CWG/issues/2416.html">2416</a></td>
14305 <td>Explicit specializations vs
<TT>constexpr
</TT> and
<TT>consteval
</TT></td>
14306 <td class=
"none" align=
"center">Unknown
</td>
14308 <tr class=
"open" id=
"2417">
14309 <td><a href=
"https://cplusplus.github.io/CWG/issues/2417.html">2417</a></td>
14311 <td>Explicit instantiation and exception specifications
</td>
14312 <td align=
"center">Not resolved
</td>
14315 <td><a href=
"https://cplusplus.github.io/CWG/issues/2418.html">2418</a></td>
14317 <td>Missing cases in definition of
“usable in constant expressions
”</td>
14318 <td class=
"none" align=
"center">Unknown
</td>
14321 <td><a href=
"https://cplusplus.github.io/CWG/issues/2419.html">2419</a></td>
14323 <td>Loss of generality treating pointers to objects as one-element arrays
</td>
14324 <td class=
"none" align=
"center">Unknown
</td>
14327 <td><a href=
"https://cplusplus.github.io/CWG/issues/2420.html">2420</a></td>
14329 <td>Exception specifications in explicit instantiation
</td>
14330 <td class=
"none" align=
"center">Unknown
</td>
14332 <tr class=
"open" id=
"2421">
14333 <td><a href=
"https://cplusplus.github.io/CWG/issues/2421.html">2421</a></td>
14335 <td>Explicit instantiation of constrained member functions
</td>
14336 <td align=
"center">Not resolved
</td>
14339 <td><a href=
"https://cplusplus.github.io/CWG/issues/2422.html">2422</a></td>
14341 <td>Incorrect grammar for
<I>deduction-guide
</I></td>
14342 <td class=
"none" align=
"center">Unknown
</td>
14345 <td><a href=
"https://cplusplus.github.io/CWG/issues/2423.html">2423</a></td>
14347 <td>Typedefs, names, and entities
</td>
14348 <td class=
"none" align=
"center">Unknown
</td>
14351 <td><a href=
"https://cplusplus.github.io/CWG/issues/2424.html">2424</a></td>
14353 <td><TT>constexpr
</TT> initialization requirements for variant members
</td>
14354 <td class=
"none" align=
"center">Unknown
</td>
14356 <tr class=
"open" id=
"2425">
14357 <td><a href=
"https://cplusplus.github.io/CWG/issues/2425.html">2425</a></td>
14359 <td>Confusing wording for deduction from a type
</td>
14360 <td align=
"center">Not resolved
</td>
14363 <td><a href=
"https://cplusplus.github.io/CWG/issues/2426.html">2426</a></td>
14365 <td>Reference to destructor that cannot be invoked
</td>
14366 <td class=
"none" align=
"center">Unknown
</td>
14369 <td><a href=
"https://cplusplus.github.io/CWG/issues/2427.html">2427</a></td>
14371 <td>Deprecation of volatile operands and unevaluated contexts
</td>
14372 <td class=
"none" align=
"center">Unknown
</td>
14375 <td><a href=
"https://cplusplus.github.io/CWG/issues/2428.html">2428</a></td>
14377 <td>Deprecating a concept
</td>
14378 <td class=
"none" align=
"center">Unknown
</td>
14381 <td><a href=
"https://cplusplus.github.io/CWG/issues/2429.html">2429</a></td>
14383 <td>Initialization of
<TT>thread_local
</TT> variables referenced by lambdas
</td>
14384 <td class=
"none" align=
"center">Unknown
</td>
14387 <td><a href=
"https://cplusplus.github.io/CWG/issues/2430.html">2430</a></td>
14389 <td>Completeness of return and parameter types of member functions
</td>
14390 <td class=
"none" align=
"center">Unknown
</td>
14393 <td><a href=
"https://cplusplus.github.io/CWG/issues/2431.html">2431</a></td>
14395 <td>Full-expressions and temporaries bound to references
</td>
14396 <td class=
"none" align=
"center">Unknown
</td>
14399 <td><a href=
"https://cplusplus.github.io/CWG/issues/2432.html">2432</a></td>
14401 <td>Return types for defaulted
<TT><=
></TT></td>
14402 <td class=
"none" align=
"center">Unknown
</td>
14405 <td><a href=
"https://cplusplus.github.io/CWG/issues/2433.html">2433</a></td>
14407 <td>Variable templates in the ODR
</td>
14408 <td class=
"none" align=
"center">Unknown
</td>
14410 <tr class=
"open" id=
"2434">
14411 <td><a href=
"https://cplusplus.github.io/CWG/issues/2434.html">2434</a></td>
14413 <td>Mandatory copy elision vs non-class objects
</td>
14414 <td align=
"center">Not resolved
</td>
14416 <tr class=
"open" id=
"2435">
14417 <td><a href=
"https://cplusplus.github.io/CWG/issues/2435.html">2435</a></td>
14419 <td>Alias template specializations
</td>
14420 <td align=
"center">Not resolved
</td>
14423 <td><a href=
"https://cplusplus.github.io/CWG/issues/2436.html">2436</a></td>
14425 <td>Copy semantics of coroutine parameters
</td>
14426 <td class=
"none" align=
"center">Unknown
</td>
14429 <td><a href=
"https://cplusplus.github.io/CWG/issues/2437.html">2437</a></td>
14431 <td>Conversion of
<TT>std::strong_ordering
</TT> in a defaulted
<TT>operator
<=
></TT></td>
14432 <td class=
"none" align=
"center">Unknown
</td>
14434 <tr class=
"open" id=
"2438">
14435 <td><a href=
"https://cplusplus.github.io/CWG/issues/2438.html">2438</a></td>
14437 <td>Problems in the specification of qualification conversions
</td>
14438 <td align=
"center">Not resolved
</td>
14441 <td><a href=
"https://cplusplus.github.io/CWG/issues/2439.html">2439</a></td>
14443 <td>Undefined term in definition of
“usable in constant expressions
”</td>
14444 <td class=
"none" align=
"center">Unknown
</td>
14447 <td><a href=
"https://cplusplus.github.io/CWG/issues/2440.html">2440</a></td>
14449 <td>Allocation in core constant expressions
</td>
14450 <td class=
"none" align=
"center">Unknown
</td>
14453 <td><a href=
"https://cplusplus.github.io/CWG/issues/2441.html">2441</a></td>
14455 <td>Inline function parameters
</td>
14456 <td class=
"none" align=
"center">Unknown
</td>
14459 <td><a href=
"https://cplusplus.github.io/CWG/issues/2442.html">2442</a></td>
14461 <td>Incorrect requirement for default arguments
</td>
14462 <td class=
"none" align=
"center">Unknown
</td>
14465 <td><a href=
"https://cplusplus.github.io/CWG/issues/2443.html">2443</a></td>
14467 <td>Meaningless template exports
</td>
14468 <td class=
"none" align=
"center">Unknown
</td>
14470 <tr class=
"open" id=
"2444">
14471 <td><a href=
"https://cplusplus.github.io/CWG/issues/2444.html">2444</a></td>
14473 <td>Constant expressions in initialization odr-use
</td>
14474 <td align=
"center">Not resolved
</td>
14477 <td><a href=
"https://cplusplus.github.io/CWG/issues/2445.html">2445</a></td>
14479 <td>Partial ordering with rewritten candidates
</td>
14480 <td class=
"none" align=
"center">Unknown
</td>
14483 <td><a href=
"https://cplusplus.github.io/CWG/issues/2446.html">2446</a></td>
14485 <td>Questionable type-dependency of
<I>concept-id
</I>s
</td>
14486 <td class=
"none" align=
"center">Unknown
</td>
14489 <td><a href=
"https://cplusplus.github.io/CWG/issues/2447.html">2447</a></td>
14491 <td>Unintended description of abbreviated function templates
</td>
14492 <td class=
"none" align=
"center">Unknown
</td>
14495 <td><a href=
"https://cplusplus.github.io/CWG/issues/2448.html">2448</a></td>
14497 <td>Cv-qualification of arithmetic types and deprecation of volatile
</td>
14498 <td class=
"none" align=
"center">Unknown
</td>
14500 <tr class=
"open" id=
"2449">
14501 <td><a href=
"https://cplusplus.github.io/CWG/issues/2449.html">2449</a></td>
14503 <td>Thunks as an implementation technique for pointers to virtual functions
</td>
14504 <td align=
"center">Extension
</td>
14506 <tr class=
"open" id=
"2450">
14507 <td><a href=
"https://cplusplus.github.io/CWG/issues/2450.html">2450</a></td>
14509 <td><I>braced-init-list
</I> as a
<I>template-argument
</I></td>
14510 <td align=
"center">Not resolved
</td>
14513 <td><a href=
"https://cplusplus.github.io/CWG/issues/2451.html">2451</a></td>
14515 <td><I>promise
</I><TT>.unhandled_exception()
</TT> and final suspend point
</td>
14516 <td class=
"none" align=
"center">Unknown
</td>
14519 <td><a href=
"https://cplusplus.github.io/CWG/issues/2452.html">2452</a></td>
14521 <td>Flowing off the end of a coroutine
</td>
14522 <td class=
"none" align=
"center">Unknown
</td>
14525 <td><a href=
"https://cplusplus.github.io/CWG/issues/2453.html">2453</a></td>
14527 <td>Deduced return types and coroutine lambdas
</td>
14528 <td class=
"none" align=
"center">Unknown
</td>
14531 <td><a href=
"https://cplusplus.github.io/CWG/issues/2454.html">2454</a></td>
14533 <td>Tail recursion and coroutine symmetric transfer
</td>
14534 <td class=
"none" align=
"center">Unknown
</td>
14537 <td><a href=
"https://cplusplus.github.io/CWG/issues/2455.html">2455</a></td>
14539 <td>Concatenation of string literals vs translation phases
5 and
6</td>
14540 <td class=
"none" align=
"center">Unknown
</td>
14542 <tr class=
"open" id=
"2456">
14543 <td><a href=
"https://cplusplus.github.io/CWG/issues/2456.html">2456</a></td>
14545 <td>Viable user-defined conversions in converted constant expressions
</td>
14546 <td align=
"center">Not resolved
</td>
14549 <td><a href=
"https://cplusplus.github.io/CWG/issues/2457.html">2457</a></td>
14551 <td>Unexpanded parameter packs don't make a function type dependent
</td>
14552 <td class=
"none" align=
"center">Unknown
</td>
14555 <td><a href=
"https://cplusplus.github.io/CWG/issues/2458.html">2458</a></td>
14557 <td>Value category of expressions denoting non-static member functions
</td>
14558 <td class=
"none" align=
"center">Unknown
</td>
14560 <tr class=
"open" id=
"2459">
14561 <td><a href=
"https://cplusplus.github.io/CWG/issues/2459.html">2459</a></td>
14563 <td>Template parameter initialization
</td>
14564 <td align=
"center">Not resolved
</td>
14567 <td><a href=
"https://cplusplus.github.io/CWG/issues/2460.html">2460</a></td>
14569 <td>C language linkage and constrained non-template friends
</td>
14570 <td class=
"none" align=
"center">Unknown
</td>
14573 <td><a href=
"https://cplusplus.github.io/CWG/issues/2461.html">2461</a></td>
14575 <td>Diagnosing non-
<TT>bool
</TT> type constraints
</td>
14576 <td class=
"none" align=
"center">Unknown
</td>
14578 <tr class=
"open" id=
"2462">
14579 <td><a href=
"https://cplusplus.github.io/CWG/issues/2462.html">2462</a></td>
14581 <td>Problems with the omission of the
<TT>typename
</TT> keyword
</td>
14582 <td align=
"center">Not resolved
</td>
14584 <tr class=
"open" id=
"2463">
14585 <td><a href=
"https://cplusplus.github.io/CWG/issues/2463.html">2463</a></td>
14587 <td>Trivial copyability and unions with non-trivial members
</td>
14588 <td align=
"center">Not resolved
</td>
14591 <td><a href=
"https://cplusplus.github.io/CWG/issues/2464.html">2464</a></td>
14593 <td>Constexpr launder and unions
</td>
14594 <td class=
"none" align=
"center">Unknown
</td>
14597 <td><a href=
"https://cplusplus.github.io/CWG/issues/2465.html">2465</a></td>
14599 <td>Coroutine parameters passed to a promise constructor
</td>
14600 <td class=
"none" align=
"center">Unknown
</td>
14603 <td><a href=
"https://cplusplus.github.io/CWG/issues/2466.html">2466</a></td>
14605 <td><TT>co_await
</TT> should be a single evaluation
</td>
14606 <td class=
"none" align=
"center">Unknown
</td>
14608 <tr class=
"open" id=
"2467">
14609 <td><a href=
"https://cplusplus.github.io/CWG/issues/2467.html">2467</a></td>
14611 <td>CTAD for alias templates and the deducible check
</td>
14612 <td align=
"center">Not resolved
</td>
14614 <tr class=
"open" id=
"2468">
14615 <td><a href=
"https://cplusplus.github.io/CWG/issues/2468.html">2468</a></td>
14617 <td>Omission of the
<TT>typename
</TT> keyword in a member template parameter list
</td>
14618 <td align=
"center">Not resolved
</td>
14620 <tr class=
"open" id=
"2469">
14621 <td><a href=
"https://cplusplus.github.io/CWG/issues/2469.html">2469</a></td>
14623 <td>Implicit object creation vs constant expressions
</td>
14624 <td align=
"center">Not resolved
</td>
14627 <td><a href=
"https://cplusplus.github.io/CWG/issues/2470.html">2470</a></td>
14629 <td>Multiple array objects providing storage for one object
</td>
14630 <td class=
"none" align=
"center">Unknown
</td>
14632 <tr class=
"open" id=
"2471">
14633 <td><a href=
"https://cplusplus.github.io/CWG/issues/2471.html">2471</a></td>
14635 <td>Nested class template argument deduction
</td>
14636 <td align=
"center">Not resolved
</td>
14639 <td><a href=
"https://cplusplus.github.io/CWG/issues/2472.html">2472</a></td>
14641 <td>Value categories in
<I>await-expression
</I>s
</td>
14642 <td class=
"none" align=
"center">Unknown
</td>
14644 <tr class=
"open" id=
"2473">
14645 <td><a href=
"https://cplusplus.github.io/CWG/issues/2473.html">2473</a></td>
14647 <td>Parentheses in pseudo-destructor calls
</td>
14648 <td align=
"center">Not resolved
</td>
14651 <td><a href=
"https://cplusplus.github.io/CWG/issues/2474.html">2474</a></td>
14653 <td>Cv-qualification and deletion
</td>
14654 <td class=
"none" align=
"center">Unknown
</td>
14657 <td><a href=
"https://cplusplus.github.io/CWG/issues/2475.html">2475</a></td>
14659 <td>Object declarations of type
<I>cv
</I> <TT>void
</TT></td>
14660 <td class=
"none" align=
"center">Unknown
</td>
14663 <td><a href=
"https://cplusplus.github.io/CWG/issues/2476.html">2476</a></td>
14664 <td>tentatively ready
</td>
14665 <td><I>placeholder-type-specifier
</I>s and function declarators
</td>
14666 <td class=
"none" align=
"center">Unknown
</td>
14669 <td><a href=
"https://cplusplus.github.io/CWG/issues/2477.html">2477</a></td>
14671 <td>Defaulted vs deleted copy constructors/assignment operators
</td>
14672 <td class=
"none" align=
"center">Unknown
</td>
14675 <td><a href=
"https://cplusplus.github.io/CWG/issues/2478.html">2478</a></td>
14677 <td>Properties of explicit specializations of implicitly-instantiated class templates
</td>
14678 <td class=
"none" align=
"center">Unknown
</td>
14681 <td><a href=
"https://cplusplus.github.io/CWG/issues/2479.html">2479</a></td>
14683 <td>Missing specifications for
<TT>consteval
</TT> and
<TT>constinit
</TT></td>
14684 <td class=
"none" align=
"center">Unknown
</td>
14686 <tr class=
"open" id=
"2480">
14687 <td><a href=
"https://cplusplus.github.io/CWG/issues/2480.html">2480</a></td>
14689 <td>Lookup for enumerators in modules
</td>
14690 <td align=
"center">Not resolved
</td>
14693 <td><a href=
"https://cplusplus.github.io/CWG/issues/2481.html">2481</a></td>
14695 <td>Cv-qualification of temporary to which a reference is bound
</td>
14696 <td class=
"none" align=
"center">Unknown
</td>
14699 <td><a href=
"https://cplusplus.github.io/CWG/issues/2482.html">2482</a></td>
14701 <td><TT>bit_cast
</TT> and indeterminate values
</td>
14702 <td class=
"none" align=
"center">Unknown
</td>
14705 <td><a href=
"https://cplusplus.github.io/CWG/issues/2483.html">2483</a></td>
14707 <td>Language linkage of static member functions
</td>
14708 <td class=
"none" align=
"center">Unknown
</td>
14711 <td><a href=
"https://cplusplus.github.io/CWG/issues/2484.html">2484</a></td>
14713 <td><TT>char8_t
</TT> and
<TT>char16_t
</TT> in integral promotions
</td>
14714 <td class=
"none" align=
"center">Unknown
</td>
14717 <td><a href=
"https://cplusplus.github.io/CWG/issues/2485.html">2485</a></td>
14719 <td>Bit-fields in integral promotions
</td>
14720 <td class=
"none" align=
"center">Unknown
</td>
14723 <td><a href=
"https://cplusplus.github.io/CWG/issues/2486.html">2486</a></td>
14725 <td>Call to
<TT>noexcept
</TT> function via
<TT>noexcept(false)
</TT> pointer/lvalue
</td>
14726 <td class=
"none" align=
"center">Unknown
</td>
14728 <tr class=
"open" id=
"2487">
14729 <td><a href=
"https://cplusplus.github.io/CWG/issues/2487.html">2487</a></td>
14731 <td>Type dependence of function-style cast to incomplete array type
</td>
14732 <td align=
"center">Not resolved
</td>
14734 <tr class=
"open" id=
"2488">
14735 <td><a href=
"https://cplusplus.github.io/CWG/issues/2488.html">2488</a></td>
14737 <td>Overloading virtual functions and functions with trailing
<I>requires-clause
</I>s
</td>
14738 <td align=
"center">Not resolved
</td>
14741 <td><a href=
"https://cplusplus.github.io/CWG/issues/2489.html">2489</a></td>
14743 <td>Storage provided by array of
<TT>char
</TT></td>
14744 <td class=
"none" align=
"center">Unknown
</td>
14747 <td><a href=
"https://cplusplus.github.io/CWG/issues/2490.html">2490</a></td>
14749 <td>Restrictions on destruction in constant expressions
</td>
14750 <td class=
"none" align=
"center">Unknown
</td>
14753 <td><a href=
"https://cplusplus.github.io/CWG/issues/2491.html">2491</a></td>
14755 <td>Export of typedef after its first declaration
</td>
14756 <td class=
"none" align=
"center">Unknown
</td>
14758 <tr class=
"open" id=
"2492">
14759 <td><a href=
"https://cplusplus.github.io/CWG/issues/2492.html">2492</a></td>
14761 <td>Comparing user-defined conversion sequences in list-initialization
</td>
14762 <td align=
"center">Not resolved
</td>
14765 <td><a href=
"https://cplusplus.github.io/CWG/issues/2493.html">2493</a></td>
14767 <td><TT>auto
</TT> as a
<I>conversion-type-id
</I></td>
14768 <td class=
"none" align=
"center">Unknown
</td>
14771 <td><a href=
"https://cplusplus.github.io/CWG/issues/2494.html">2494</a></td>
14773 <td>Multiple definitions of non-odr-used entities
</td>
14774 <td class=
"none" align=
"center">Unknown
</td>
14776 <tr class=
"open" id=
"2495">
14777 <td><a href=
"https://cplusplus.github.io/CWG/issues/2495.html">2495</a></td>
14779 <td>Glvalue result of a function call
</td>
14780 <td align=
"center">Not resolved
</td>
14783 <td><a href=
"https://cplusplus.github.io/CWG/issues/2496.html">2496</a></td>
14785 <td><I>ref-qualifier
</I>s and virtual overriding
</td>
14786 <td class=
"none" align=
"center">Unknown
</td>
14788 <tr class=
"open" id=
"2497">
14789 <td><a href=
"https://cplusplus.github.io/CWG/issues/2497.html">2497</a></td>
14791 <td>Points of instantiation for constexpr function templates
</td>
14792 <td align=
"center">Not resolved
</td>
14794 <tr class=
"open" id=
"2498">
14795 <td><a href=
"https://cplusplus.github.io/CWG/issues/2498.html">2498</a></td>
14797 <td>Partial specialization failure and the immediate context
</td>
14798 <td align=
"center">Not resolved
</td>
14801 <td><a href=
"https://cplusplus.github.io/CWG/issues/2499.html">2499</a></td>
14803 <td>Inconsistency in definition of pointer-interconvertibility
</td>
14804 <td class=
"none" align=
"center">Unknown
</td>
14806 <tr class=
"open" id=
"2500">
14807 <td><a href=
"https://cplusplus.github.io/CWG/issues/2500.html">2500</a></td>
14809 <td><TT>noexcept(false)
</TT> functions and
<TT>noexcept
</TT> expressions
</td>
14810 <td align=
"center">Extension
</td>
14812 <tr class=
"open" id=
"2501">
14813 <td><a href=
"https://cplusplus.github.io/CWG/issues/2501.html">2501</a></td>
14815 <td>Explicit instantiation and trailing
<I>requires-clause
</I>s
</td>
14816 <td align=
"center">Not resolved
</td>
14819 <td><a href=
"https://cplusplus.github.io/CWG/issues/2502.html">2502</a></td>
14821 <td>Unintended declaration conflicts in nested statement scopes
</td>
14822 <td class=
"none" align=
"center">Unknown
</td>
14824 <tr class=
"open" id=
"2503">
14825 <td><a href=
"https://cplusplus.github.io/CWG/issues/2503.html">2503</a></td>
14827 <td>Unclear relationship among name, qualified name, and unqualified name
</td>
14828 <td align=
"center">Not resolved
</td>
14830 <tr class=
"open" id=
"2504">
14831 <td><a href=
"https://cplusplus.github.io/CWG/issues/2504.html">2504</a></td>
14833 <td>Inheriting constructors from virtual base classes
</td>
14834 <td align=
"center">Not resolved
</td>
14836 <tr class=
"open" id=
"2505">
14837 <td><a href=
"https://cplusplus.github.io/CWG/issues/2505.html">2505</a></td>
14839 <td>Nested unnamed namespace of inline unnamed namespace
</td>
14840 <td align=
"center">Not resolved
</td>
14843 <td><a href=
"https://cplusplus.github.io/CWG/issues/2506.html">2506</a></td>
14845 <td>Structured bindings and array cv-qualifiers
</td>
14846 <td class=
"none" align=
"center">Unknown
</td>
14849 <td><a href=
"https://cplusplus.github.io/CWG/issues/2507.html">2507</a></td>
14851 <td>Default arguments for
<TT>operator[]
</TT></td>
14852 <td class=
"none" align=
"center">Unknown
</td>
14855 <td><a href=
"https://cplusplus.github.io/CWG/issues/2508.html">2508</a></td>
14857 <td>Restrictions on uses of template parameter names
</td>
14858 <td class=
"none" align=
"center">Unknown
</td>
14861 <td><a href=
"https://cplusplus.github.io/CWG/issues/2509.html">2509</a></td>
14863 <td><I>decl-specifier-seq
</I> in
<I>lambda-specifiers
</I></td>
14864 <td class=
"none" align=
"center">Unknown
</td>
14867 <td><a href=
"https://cplusplus.github.io/CWG/issues/2510.html">2510</a></td>
14869 <td><I>noexcept-specifier
</I> of friend function vs class completeness
</td>
14870 <td class=
"none" align=
"center">Unknown
</td>
14873 <td><a href=
"https://cplusplus.github.io/CWG/issues/2511.html">2511</a></td>
14875 <td>cv-qualified bit-fields
</td>
14876 <td class=
"none" align=
"center">Unknown
</td>
14879 <td><a href=
"https://cplusplus.github.io/CWG/issues/2512.html">2512</a></td>
14881 <td><TT>typeid
</TT> and incomplete class types
</td>
14882 <td class=
"none" align=
"center">Unknown
</td>
14884 <tr class=
"open" id=
"2513">
14885 <td><a href=
"https://cplusplus.github.io/CWG/issues/2513.html">2513</a></td>
14887 <td>Ambiguity with
<I>requires-clause
</I> and
<I>operator-function-id
</I></td>
14888 <td align=
"center">Not resolved
</td>
14890 <tr class=
"open" id=
"2514">
14891 <td><a href=
"https://cplusplus.github.io/CWG/issues/2514.html">2514</a></td>
14893 <td>Modifying const subobjects
</td>
14894 <td align=
"center">Not resolved
</td>
14896 <tr class=
"open" id=
"2515">
14897 <td><a href=
"https://cplusplus.github.io/CWG/issues/2515.html">2515</a></td>
14899 <td>Result of a function call
</td>
14900 <td align=
"center">Not resolved
</td>
14903 <td><a href=
"https://cplusplus.github.io/CWG/issues/2516.html">2516</a></td>
14905 <td>Locus of
<I>enum-specifier
</I> or
<I>opaque-enum-declaration
</I></td>
14906 <td class=
"full" align=
"center">Yes
</td>
14909 <td><a href=
"https://cplusplus.github.io/CWG/issues/2517.html">2517</a></td>
14911 <td>Useless restriction on use of parameter in
<I>constraint-expression
</I></td>
14912 <td class=
"none" align=
"center">Unknown
</td>
14915 <td><a href=
"https://cplusplus.github.io/CWG/issues/2518.html">2518</a></td>
14917 <td>Conformance requirements and
<TT>#error
</TT>/
<TT>#warning
</TT></td>
14918 <td class=
"full" align=
"center">Clang
17</td>
14921 <td><a href=
"https://cplusplus.github.io/CWG/issues/2519.html">2519</a></td>
14923 <td>Object representation of a bit-field
</td>
14924 <td class=
"none" align=
"center">Unknown
</td>
14927 <td><a href=
"https://cplusplus.github.io/CWG/issues/2520.html">2520</a></td>
14929 <td>Template signature and default template arguments
</td>
14930 <td class=
"none" align=
"center">Unknown
</td>
14933 <td><a href=
"https://cplusplus.github.io/CWG/issues/2521.html">2521</a></td>
14935 <td>User-defined literals and reserved identifiers
</td>
14936 <td class=
"full" align=
"center">Clang
17</td>
14938 <tr class=
"open" id=
"2522">
14939 <td><a href=
"https://cplusplus.github.io/CWG/issues/2522.html">2522</a></td>
14941 <td>Removing placemarker tokens and retention of whitespace
</td>
14942 <td align=
"center">Not resolved
</td>
14945 <td><a href=
"https://cplusplus.github.io/CWG/issues/2523.html">2523</a></td>
14947 <td>Undefined behavior via omitted destructor call in constant expressions
</td>
14948 <td class=
"none" align=
"center">Unknown
</td>
14951 <td><a href=
"https://cplusplus.github.io/CWG/issues/2524.html">2524</a></td>
14953 <td>Distinguishing user-defined conversion sequences by
<I>ref-qualifier
</I></td>
14954 <td class=
"none" align=
"center">Unknown
</td>
14956 <tr class=
"open" id=
"2525">
14957 <td><a href=
"https://cplusplus.github.io/CWG/issues/2525.html">2525</a></td>
14959 <td>Incorrect definition of implicit conversion sequence
</td>
14960 <td align=
"center">Not resolved
</td>
14963 <td><a href=
"https://cplusplus.github.io/CWG/issues/2526.html">2526</a></td>
14965 <td>Relational comparison of
<TT>void*
</TT> pointers
</td>
14966 <td class=
"none" align=
"center">Unknown
</td>
14969 <td><a href=
"https://cplusplus.github.io/CWG/issues/2527.html">2527</a></td>
14971 <td>Non-class potentially-overlapping objects
</td>
14972 <td class=
"none" align=
"center">Unknown
</td>
14975 <td><a href=
"https://cplusplus.github.io/CWG/issues/2528.html">2528</a></td>
14977 <td>Three-way comparison and the usual arithmetic conversions
</td>
14978 <td class=
"none" align=
"center">Unknown
</td>
14981 <td><a href=
"https://cplusplus.github.io/CWG/issues/2529.html">2529</a></td>
14983 <td>Constant destruction of constexpr references
</td>
14984 <td class=
"none" align=
"center">Unknown
</td>
14987 <td><a href=
"https://cplusplus.github.io/CWG/issues/2530.html">2530</a></td>
14989 <td>Multiple definitions of enumerators
</td>
14990 <td class=
"none" align=
"center">Unknown
</td>
14992 <tr class=
"open" id=
"2531">
14993 <td><a href=
"https://cplusplus.github.io/CWG/issues/2531.html">2531</a></td>
14995 <td>Static data members redeclared as constexpr
</td>
14996 <td align=
"center">Not resolved
</td>
14998 <tr class=
"open" id=
"2532">
14999 <td><a href=
"https://cplusplus.github.io/CWG/issues/2532.html">2532</a></td>
15001 <td>Kind of pointer value returned by
<TT>new T[
0]
</TT></td>
15002 <td align=
"center">Not resolved
</td>
15004 <tr class=
"open" id=
"2533">
15005 <td><a href=
"https://cplusplus.github.io/CWG/issues/2533.html">2533</a></td>
15007 <td>Storage duration of implicitly created objects
</td>
15008 <td align=
"center">Not resolved
</td>
15011 <td><a href=
"https://cplusplus.github.io/CWG/issues/2534.html">2534</a></td>
15013 <td>Value category of pseudo-destructor expression
</td>
15014 <td class=
"none" align=
"center">Unknown
</td>
15017 <td><a href=
"https://cplusplus.github.io/CWG/issues/2535.html">2535</a></td>
15019 <td>Type punning in class member access
</td>
15020 <td class=
"none" align=
"center">Unknown
</td>
15022 <tr class=
"open" id=
"2536">
15023 <td><a href=
"https://cplusplus.github.io/CWG/issues/2536.html">2536</a></td>
15025 <td>Partially initialized variables during constant initialization
</td>
15026 <td align=
"center">Not resolved
</td>
15028 <tr class=
"open" id=
"2537">
15029 <td><a href=
"https://cplusplus.github.io/CWG/issues/2537.html">2537</a></td>
15031 <td>Overbroad grammar for
<I>parameter-declaration
</I></td>
15032 <td align=
"center">Not resolved
</td>
15035 <td><a href=
"https://cplusplus.github.io/CWG/issues/2538.html">2538</a></td>
15037 <td>Can standard attributes be syntactically ignored?
</td>
15038 <td class=
"none" align=
"center">Unknown
</td>
15041 <td><a href=
"https://cplusplus.github.io/CWG/issues/2539.html">2539</a></td>
15043 <td>Three-way comparison requiring strong ordering for floating-point types
</td>
15044 <td class=
"none" align=
"center">Unknown
</td>
15047 <td><a href=
"https://cplusplus.github.io/CWG/issues/2540.html">2540</a></td>
15049 <td>Unspecified interpretation of
<I>numeric-escape-sequence
</I></td>
15050 <td class=
"none" align=
"center">Unknown
</td>
15052 <tr class=
"open" id=
"2541">
15053 <td><a href=
"https://cplusplus.github.io/CWG/issues/2541.html">2541</a></td>
15055 <td>Linkage specifications, module purview, and module attachment
</td>
15056 <td align=
"center">Not resolved
</td>
15059 <td><a href=
"https://cplusplus.github.io/CWG/issues/2542.html">2542</a></td>
15061 <td>Is a closure type a structural type?
</td>
15062 <td class=
"none" align=
"center">Unknown
</td>
15065 <td><a href=
"https://cplusplus.github.io/CWG/issues/2543.html">2543</a></td>
15067 <td><TT>constinit
</TT> and optimized dynamic initialization
</td>
15068 <td class=
"none" align=
"center">Unknown
</td>
15070 <tr class=
"open" id=
"2544">
15071 <td><a href=
"https://cplusplus.github.io/CWG/issues/2544.html">2544</a></td>
15073 <td>Address of past-the-end of a potentially-overlapping subobject
</td>
15074 <td align=
"center">Not resolved
</td>
15076 <tr class=
"open" id=
"2545">
15077 <td><a href=
"https://cplusplus.github.io/CWG/issues/2545.html">2545</a></td>
15079 <td>Transparently replacing objects in constant expressions
</td>
15080 <td align=
"center">Not resolved
</td>
15082 <tr class=
"open" id=
"2546">
15083 <td><a href=
"https://cplusplus.github.io/CWG/issues/2546.html">2546</a></td>
15085 <td>Defaulted secondary comparison operators defined as deleted
</td>
15086 <td align=
"center">Not resolved
</td>
15088 <tr class=
"open" id=
"2547">
15089 <td><a href=
"https://cplusplus.github.io/CWG/issues/2547.html">2547</a></td>
15091 <td>Defaulted comparison operator function for non-classes
</td>
15092 <td align=
"center">Not resolved
</td>
15094 <tr class=
"open" id=
"2548">
15095 <td><a href=
"https://cplusplus.github.io/CWG/issues/2548.html">2548</a></td>
15097 <td>Array prvalues and additive operators
</td>
15098 <td align=
"center">Not resolved
</td>
15100 <tr class=
"open" id=
"2549">
15101 <td><a href=
"https://cplusplus.github.io/CWG/issues/2549.html">2549</a></td>
15103 <td>Implicitly moving the operand of a
<I>throw-expression
</I> in unevaluated contexts
</td>
15104 <td align=
"center">Not resolved
</td>
15107 <td><a href=
"https://cplusplus.github.io/CWG/issues/2550.html">2550</a></td>
15109 <td>Type
"reference to <I>cv</I> <TT>void</TT>" outside of a declarator
</td>
15110 <td class=
"none" align=
"center">Unknown
</td>
15112 <tr class=
"open" id=
"2551">
15113 <td><a href=
"https://cplusplus.github.io/CWG/issues/2551.html">2551</a></td>
15115 <td>"Refers to allocated storage" has no meaning
</td>
15116 <td align=
"center">Not resolved
</td>
15119 <td><a href=
"https://cplusplus.github.io/CWG/issues/2552.html">2552</a></td>
15121 <td>Constant evaluation of non-defining variable declarations
</td>
15122 <td class=
"none" align=
"center">Unknown
</td>
15125 <td><a href=
"https://cplusplus.github.io/CWG/issues/2553.html">2553</a></td>
15127 <td>Restrictions on explicit object member functions
</td>
15128 <td class=
"unreleased" align=
"center">Clang
18</td>
15130 <tr class=
"open" id=
"2554">
15131 <td><a href=
"https://cplusplus.github.io/CWG/issues/2554.html">2554</a></td>
15133 <td>Overriding virtual functions, also with explicit object parameters
</td>
15134 <td class=
"unreleased" align=
"center">Clang
18</td>
15136 <tr class=
"open" id=
"2555">
15137 <td><a href=
"https://cplusplus.github.io/CWG/issues/2555.html">2555</a></td>
15139 <td>Ineffective redeclaration prevention for
<I>using-declarator
</I>s
</td>
15140 <td align=
"center">Not resolved
</td>
15143 <td><a href=
"https://cplusplus.github.io/CWG/issues/2556.html">2556</a></td>
15144 <td>tentatively ready
</td>
15145 <td>Unusable
<TT>promise::return_void
</TT></td>
15146 <td class=
"none" align=
"center">Unknown
</td>
15148 <tr class=
"open" id=
"2557">
15149 <td><a href=
"https://cplusplus.github.io/CWG/issues/2557.html">2557</a></td>
15151 <td>Class member access referring to an unrelated class
</td>
15152 <td align=
"center">Not resolved
</td>
15155 <td><a href=
"https://cplusplus.github.io/CWG/issues/2558.html">2558</a></td>
15157 <td>Uninitialized subobjects as a result of an immediate invocation
</td>
15158 <td class=
"none" align=
"center">Unknown
</td>
15160 <tr class=
"open" id=
"2559">
15161 <td><a href=
"https://cplusplus.github.io/CWG/issues/2559.html">2559</a></td>
15163 <td>Defaulted consteval functions
</td>
15164 <td align=
"center">Not resolved
</td>
15166 <tr class=
"open" id=
"2560">
15167 <td><a href=
"https://cplusplus.github.io/CWG/issues/2560.html">2560</a></td>
15169 <td>Parameter type determination in a
<I>requirement-parameter-list
</I></td>
15170 <td align=
"center">Not resolved
</td>
15172 <tr class=
"open" id=
"2561">
15173 <td><a href=
"https://cplusplus.github.io/CWG/issues/2561.html">2561</a></td>
15175 <td>Conversion to function pointer for lambda with explicit object parameter
</td>
15176 <td class=
"unreleased" align=
"center">Clang
18</td>
15178 <tr class=
"open" id=
"2562">
15179 <td><a href=
"https://cplusplus.github.io/CWG/issues/2562.html">2562</a></td>
15181 <td>Exceptions thrown during coroutine startup
</td>
15182 <td align=
"center">Not resolved
</td>
15184 <tr class=
"open" id=
"2563">
15185 <td><a href=
"https://cplusplus.github.io/CWG/issues/2563.html">2563</a></td>
15187 <td>Initialization of coroutine result object
</td>
15188 <td align=
"center">Not resolved
</td>
15190 <tr class=
"open" id=
"2564">
15191 <td><a href=
"https://cplusplus.github.io/CWG/issues/2564.html">2564</a></td>
15193 <td>Conversion to function pointer with an explicit object parameter
</td>
15194 <td align=
"center">Not resolved
</td>
15197 <td><a href=
"https://cplusplus.github.io/CWG/issues/2565.html">2565</a></td>
15198 <td>tentatively ready
</td>
15199 <td>Invalid types in the
<I>parameter-declaration-clause
</I> of a
<I>requires-expression
</I></td>
15200 <td class=
"full" align=
"center">Clang
16</td>
15202 <tr class=
"open" id=
"2566">
15203 <td><a href=
"https://cplusplus.github.io/CWG/issues/2566.html">2566</a></td>
15205 <td>Matching deallocation for uncaught exception
</td>
15206 <td align=
"center">Not resolved
</td>
15209 <td><a href=
"https://cplusplus.github.io/CWG/issues/2567.html">2567</a></td>
15211 <td>Operator lookup ambiguity
</td>
15212 <td class=
"none" align=
"center">Unknown
</td>
15214 <tr class=
"open" id=
"2568">
15215 <td><a href=
"https://cplusplus.github.io/CWG/issues/2568.html">2568</a></td>
15217 <td>Access checking during synthesis of defaulted comparison operator
</td>
15218 <td align=
"center">Not resolved
</td>
15221 <td><a href=
"https://cplusplus.github.io/CWG/issues/2569.html">2569</a></td>
15223 <td>Use of
<code>decltype(capture)
</code> in a lambda's
<I>parameter-declaration-clause
</I></td>
15224 <td class=
"none" align=
"center">Unknown
</td>
15227 <td><a href=
"https://cplusplus.github.io/CWG/issues/2570.html">2570</a></td>
15228 <td>tentatively ready
</td>
15229 <td>Clarify constexpr for defaulted functions
</td>
15230 <td class=
"none" align=
"center">Unknown
</td>
15233 <td><a href=
"https://cplusplus.github.io/CWG/issues/2571.html">2571</a></td>
15235 <td>Evaluation order for subscripting
</td>
15236 <td class=
"none" align=
"center">Unknown
</td>
15238 <tr class=
"open" id=
"2572">
15239 <td><a href=
"https://cplusplus.github.io/CWG/issues/2572.html">2572</a></td>
15241 <td>Address of overloaded function with no target
</td>
15242 <td align=
"center">Not resolved
</td>
15244 <tr class=
"open" id=
"2573">
15245 <td><a href=
"https://cplusplus.github.io/CWG/issues/2573.html">2573</a></td>
15247 <td>Undefined behavior when splicing results in a
<I>universal-character-name
</I></td>
15248 <td align=
"center">Not resolved
</td>
15250 <tr class=
"open" id=
"2574">
15251 <td><a href=
"https://cplusplus.github.io/CWG/issues/2574.html">2574</a></td>
15253 <td>Undefined behavior when lexing unmatched quotes
</td>
15254 <td align=
"center">Not resolved
</td>
15256 <tr class=
"open" id=
"2575">
15257 <td><a href=
"https://cplusplus.github.io/CWG/issues/2575.html">2575</a></td>
15259 <td>Undefined behavior when macro-replacing
"defined" operator
</td>
15260 <td align=
"center">Not resolved
</td>
15262 <tr class=
"open" id=
"2576">
15263 <td><a href=
"https://cplusplus.github.io/CWG/issues/2576.html">2576</a></td>
15265 <td>Undefined behavior with macro-expanded
<TT>#include
</TT> directives
</td>
15266 <td align=
"center">Not resolved
</td>
15268 <tr class=
"open" id=
"2577">
15269 <td><a href=
"https://cplusplus.github.io/CWG/issues/2577.html">2577</a></td>
15271 <td>Undefined behavior for preprocessing directives in macro arguments
</td>
15272 <td align=
"center">Not resolved
</td>
15274 <tr class=
"open" id=
"2578">
15275 <td><a href=
"https://cplusplus.github.io/CWG/issues/2578.html">2578</a></td>
15277 <td>Undefined behavior when creating an invalid string literal via stringizing
</td>
15278 <td align=
"center">Not resolved
</td>
15280 <tr class=
"open" id=
"2579">
15281 <td><a href=
"https://cplusplus.github.io/CWG/issues/2579.html">2579</a></td>
15283 <td>Undefined behavior when token pasting does not create a preprocessing token
</td>
15284 <td align=
"center">Not resolved
</td>
15286 <tr class=
"open" id=
"2580">
15287 <td><a href=
"https://cplusplus.github.io/CWG/issues/2580.html">2580</a></td>
15289 <td>Undefined behavior with
<TT>#line
</TT></td>
15290 <td align=
"center">Not resolved
</td>
15292 <tr class=
"open" id=
"2581">
15293 <td><a href=
"https://cplusplus.github.io/CWG/issues/2581.html">2581</a></td>
15295 <td>Undefined behavior for predefined macros
</td>
15296 <td align=
"center">Not resolved
</td>
15299 <td><a href=
"https://cplusplus.github.io/CWG/issues/2582.html">2582</a></td>
15301 <td>Differing member lookup from nested classes
</td>
15302 <td class=
"none" align=
"center">Unknown
</td>
15305 <td><a href=
"https://cplusplus.github.io/CWG/issues/2583.html">2583</a></td>
15307 <td>Common initial sequence should consider over-alignment
</td>
15308 <td class=
"none" align=
"center">Unknown
</td>
15310 <tr class=
"open" id=
"2584">
15311 <td><a href=
"https://cplusplus.github.io/CWG/issues/2584.html">2584</a></td>
15313 <td>Equivalent types in function template declarations
</td>
15314 <td align=
"center">Not resolved
</td>
15317 <td><a href=
"https://cplusplus.github.io/CWG/issues/2585.html">2585</a></td>
15319 <td>Name lookup for coroutine allocation
</td>
15320 <td class=
"none" align=
"center">Unknown
</td>
15323 <td><a href=
"https://cplusplus.github.io/CWG/issues/2586.html">2586</a></td>
15325 <td>Explicit object parameter for assignment and comparison
</td>
15326 <td class=
"none" align=
"center">Unknown
</td>
15328 <tr class=
"open" id=
"2587">
15329 <td><a href=
"https://cplusplus.github.io/CWG/issues/2587.html">2587</a></td>
15331 <td>Visible side effects and initial value of an object
</td>
15332 <td align=
"center">Not resolved
</td>
15334 <tr class=
"open" id=
"2588">
15335 <td><a href=
"https://cplusplus.github.io/CWG/issues/2588.html">2588</a></td>
15337 <td>friend declarations and module linkage
</td>
15338 <td align=
"center">Not resolved
</td>
15340 <tr class=
"open" id=
"2589">
15341 <td><a href=
"https://cplusplus.github.io/CWG/issues/2589.html">2589</a></td>
15343 <td>Context of access checks during constraint satisfaction checking
</td>
15344 <td align=
"center">Not resolved
</td>
15347 <td><a href=
"https://cplusplus.github.io/CWG/issues/2590.html">2590</a></td>
15349 <td>Underlying type should determine size and alignment requirements of an enum
</td>
15350 <td class=
"none" align=
"center">Unknown
</td>
15353 <td><a href=
"https://cplusplus.github.io/CWG/issues/2591.html">2591</a></td>
15354 <td>tentatively ready
</td>
15355 <td>Implicit change of active union member for anonymous union in union
</td>
15356 <td class=
"none" align=
"center">Unknown
</td>
15358 <tr class=
"open" id=
"2592">
15359 <td><a href=
"https://cplusplus.github.io/CWG/issues/2592.html">2592</a></td>
15361 <td>Missing definition for placement allocation/deallocation function
</td>
15362 <td align=
"center">Not resolved
</td>
15364 <tr class=
"open" id=
"2593">
15365 <td><a href=
"https://cplusplus.github.io/CWG/issues/2593.html">2593</a></td>
15367 <td>Insufficient base class restriction for pointer-to-member expression
</td>
15368 <td align=
"center">Not resolved
</td>
15371 <td><a href=
"https://cplusplus.github.io/CWG/issues/2594.html">2594</a></td>
15373 <td>Disallowing a global function template
<TT>main
</TT></td>
15374 <td class=
"none" align=
"center">Unknown
</td>
15377 <td><a href=
"https://cplusplus.github.io/CWG/issues/2595.html">2595</a></td>
15378 <td>tentatively ready
</td>
15379 <td>"More constrained" for eligible special member functions
</td>
15380 <td class=
"none" align=
"center">Unknown
</td>
15382 <tr class=
"open" id=
"2596">
15383 <td><a href=
"https://cplusplus.github.io/CWG/issues/2596.html">2596</a></td>
15385 <td>Instantiation of constrained non-template friends
</td>
15386 <td align=
"center">Not resolved
</td>
15389 <td><a href=
"https://cplusplus.github.io/CWG/issues/2597.html">2597</a></td>
15391 <td>Replaceable allocation and deallocation functions in the global module
</td>
15392 <td class=
"none" align=
"center">Unknown
</td>
15395 <td><a href=
"https://cplusplus.github.io/CWG/issues/2598.html">2598</a></td>
15397 <td>Unions should not require a non-static data member of literal type
</td>
15398 <td class=
"none" align=
"center">Unknown
</td>
15401 <td><a href=
"https://cplusplus.github.io/CWG/issues/2599.html">2599</a></td>
15403 <td>What does initializing a parameter include?
</td>
15404 <td class=
"none" align=
"center">Unknown
</td>
15407 <td><a href=
"https://cplusplus.github.io/CWG/issues/2600.html">2600</a></td>
15408 <td>tentatively ready
</td>
15409 <td>Type dependency of placeholder types
</td>
15410 <td class=
"none" align=
"center">Unknown
</td>
15413 <td><a href=
"https://cplusplus.github.io/CWG/issues/2601.html">2601</a></td>
15415 <td>Tracking of created and destroyed subobjects
</td>
15416 <td class=
"none" align=
"center">Unknown
</td>
15419 <td><a href=
"https://cplusplus.github.io/CWG/issues/2602.html">2602</a></td>
15421 <td>consteval defaulted functions
</td>
15422 <td class=
"none" align=
"center">Unknown
</td>
15425 <td><a href=
"https://cplusplus.github.io/CWG/issues/2603.html">2603</a></td>
15427 <td>Holistic functional equivalence for function templates
</td>
15428 <td class=
"none" align=
"center">Unknown
</td>
15431 <td><a href=
"https://cplusplus.github.io/CWG/issues/2604.html">2604</a></td>
15433 <td>Attributes for an explicit specialization
</td>
15434 <td class=
"none" align=
"center">Unknown
</td>
15437 <td><a href=
"https://cplusplus.github.io/CWG/issues/2605.html">2605</a></td>
15439 <td>Implicit-lifetime aggregates
</td>
15440 <td class=
"none" align=
"center">Unknown
</td>
15443 <td><a href=
"https://cplusplus.github.io/CWG/issues/2606.html">2606</a></td>
15445 <td><TT>static_cast
</TT> from
"pointer to void" does not handle similar types
</td>
15446 <td class=
"none" align=
"center">Unknown
</td>
15448 <tr class=
"open" id=
"2607">
15449 <td><a href=
"https://cplusplus.github.io/CWG/issues/2607.html">2607</a></td>
15451 <td>Visibility of enumerator names
</td>
15452 <td align=
"center">Not resolved
</td>
15455 <td><a href=
"https://cplusplus.github.io/CWG/issues/2608.html">2608</a></td>
15457 <td>Omitting an empty template argument list
</td>
15458 <td class=
"none" align=
"center">Unknown
</td>
15460 <tr class=
"open" id=
"2609">
15461 <td><a href=
"https://cplusplus.github.io/CWG/issues/2609.html">2609</a></td>
15463 <td>Padding in class types
</td>
15464 <td align=
"center">Not resolved
</td>
15467 <td><a href=
"https://cplusplus.github.io/CWG/issues/2610.html">2610</a></td>
15469 <td>Indirect private base classes in aggregates
</td>
15470 <td class=
"none" align=
"center">Unknown
</td>
15473 <td><a href=
"https://cplusplus.github.io/CWG/issues/2611.html">2611</a></td>
15475 <td>Missing parentheses in expansion of fold-expression could cause syntactic reinterpretation
</td>
15476 <td class=
"none" align=
"center">Unknown
</td>
15479 <td><a href=
"https://cplusplus.github.io/CWG/issues/2612.html">2612</a></td>
15481 <td>Incorrect comment in example
</td>
15482 <td class=
"none" align=
"center">Unknown
</td>
15485 <td><a href=
"https://cplusplus.github.io/CWG/issues/2613.html">2613</a></td>
15487 <td>Incomplete definition of resumer
</td>
15488 <td class=
"none" align=
"center">Unknown
</td>
15491 <td><a href=
"https://cplusplus.github.io/CWG/issues/2614.html">2614</a></td>
15493 <td>Unspecified results for class member access
</td>
15494 <td class=
"none" align=
"center">Unknown
</td>
15497 <td><a href=
"https://cplusplus.github.io/CWG/issues/2615.html">2615</a></td>
15499 <td>Missing
<TT>__has_cpp_attribute(assume)
</TT></td>
15500 <td class=
"none" align=
"center">Unknown
</td>
15503 <td><a href=
"https://cplusplus.github.io/CWG/issues/2616.html">2616</a></td>
15505 <td>Imprecise restrictions on
<TT>break
</TT> and
<TT>continue
</TT></td>
15506 <td class=
"none" align=
"center">Unknown
</td>
15508 <tr class=
"open" id=
"2617">
15509 <td><a href=
"https://cplusplus.github.io/CWG/issues/2617.html">2617</a></td>
15511 <td>Default template arguments for template members of non-template classes
</td>
15512 <td align=
"center">Not resolved
</td>
15515 <td><a href=
"https://cplusplus.github.io/CWG/issues/2618.html">2618</a></td>
15517 <td>Substitution during deduction should exclude exception specifications
</td>
15518 <td class=
"none" align=
"center">Unknown
</td>
15521 <td><a href=
"https://cplusplus.github.io/CWG/issues/2619.html">2619</a></td>
15523 <td>Kind of initialization for a
<I>designated-initializer-list
</I></td>
15524 <td class=
"none" align=
"center">Unknown
</td>
15527 <td><a href=
"https://cplusplus.github.io/CWG/issues/2620.html">2620</a></td>
15529 <td>Nonsensical disambiguation rule
</td>
15530 <td class=
"none" align=
"center">Unknown
</td>
15533 <td><a href=
"https://cplusplus.github.io/CWG/issues/2621.html">2621</a></td>
15535 <td>Kind of lookup for
<TT>using enum
</TT> declarations
</td>
15536 <td class=
"full" align=
"center">Yes
</td>
15539 <td><a href=
"https://cplusplus.github.io/CWG/issues/2622.html">2622</a></td>
15541 <td>Compounding types from function and pointer-to-member types
</td>
15542 <td class=
"none" align=
"center">Unknown
</td>
15544 <tr class=
"open" id=
"2623">
15545 <td><a href=
"https://cplusplus.github.io/CWG/issues/2623.html">2623</a></td>
15547 <td>Invoking destroying
<TT>operator delete
</TT> for constructor failure
</td>
15548 <td align=
"center">Not resolved
</td>
15551 <td><a href=
"https://cplusplus.github.io/CWG/issues/2624.html">2624</a></td>
15553 <td>Array delete expression with no array cookie
</td>
15554 <td class=
"none" align=
"center">Unknown
</td>
15557 <td><a href=
"https://cplusplus.github.io/CWG/issues/2625.html">2625</a></td>
15559 <td>Deletion of pointer to out-of-lifetime object
</td>
15560 <td class=
"none" align=
"center">Unknown
</td>
15563 <td><a href=
"https://cplusplus.github.io/CWG/issues/2626.html">2626</a></td>
15565 <td>Rephrase ones' complement using base-
2 representation
</td>
15566 <td class=
"none" align=
"center">Unknown
</td>
15569 <td><a href=
"https://cplusplus.github.io/CWG/issues/2627.html">2627</a></td>
15571 <td>Bit-fields and narrowing conversions
</td>
15572 <td class=
"none" align=
"center">Unknown
</td>
15574 <tr class=
"open" id=
"2628">
15575 <td><a href=
"https://cplusplus.github.io/CWG/issues/2628.html">2628</a></td>
15577 <td>Implicit deduction guides should propagate constraints
</td>
15578 <td class=
"none" align=
"center">No
</td>
15581 <td><a href=
"https://cplusplus.github.io/CWG/issues/2629.html">2629</a></td>
15583 <td>Variables of floating-point type as
<TT>switch
</TT> conditions
</td>
15584 <td class=
"none" align=
"center">Unknown
</td>
15587 <td><a href=
"https://cplusplus.github.io/CWG/issues/2630.html">2630</a></td>
15589 <td>Syntactic specification of class completeness
</td>
15590 <td class=
"none" align=
"center">Unknown
</td>
15593 <td><a href=
"https://cplusplus.github.io/CWG/issues/2631.html">2631</a></td>
15595 <td>Immediate function evaluations in default arguments
</td>
15596 <td class=
"full" align=
"center">Clang
16</td>
15598 <tr class=
"open" id=
"2632">
15599 <td><a href=
"https://cplusplus.github.io/CWG/issues/2632.html">2632</a></td>
15601 <td>'user-declared' is not defined
</td>
15602 <td align=
"center">Not resolved
</td>
15604 <tr class=
"open" id=
"2633">
15605 <td><a href=
"https://cplusplus.github.io/CWG/issues/2633.html">2633</a></td>
15607 <td>typeid of constexpr-unknown dynamic type
</td>
15608 <td align=
"center">Not resolved
</td>
15610 <tr class=
"open" id=
"2634">
15611 <td><a href=
"https://cplusplus.github.io/CWG/issues/2634.html">2634</a></td>
15613 <td>Avoid circularity in specification of scope for friend class declarations
</td>
15614 <td align=
"center">Not resolved
</td>
15617 <td><a href=
"https://cplusplus.github.io/CWG/issues/2635.html">2635</a></td>
15619 <td>Constrained structured bindings
</td>
15620 <td class=
"full" align=
"center">Clang
16</td>
15623 <td><a href=
"https://cplusplus.github.io/CWG/issues/2636.html">2636</a></td>
15625 <td>Update Annex E based on Unicode
15.0 UAX #
31</td>
15626 <td class=
"na" align=
"center">N/A
</td>
15628 <tr class=
"open" id=
"2637">
15629 <td><a href=
"https://cplusplus.github.io/CWG/issues/2637.html">2637</a></td>
15631 <td>Injected-class-name as a
<I>simple-template-id
</I></td>
15632 <td align=
"center">Not resolved
</td>
15634 <tr class=
"open" id=
"2638">
15635 <td><a href=
"https://cplusplus.github.io/CWG/issues/2638.html">2638</a></td>
15637 <td>Improve the example for initializing by initializer list
</td>
15638 <td align=
"center">Not resolved
</td>
15641 <td><a href=
"https://cplusplus.github.io/CWG/issues/2639.html">2639</a></td>
15643 <td>new-lines after phase
1</td>
15644 <td class=
"none" align=
"center">Unknown
</td>
15647 <td><a href=
"https://cplusplus.github.io/CWG/issues/2640.html">2640</a></td>
15649 <td>Allow more characters in an n-char sequence
</td>
15650 <td class=
"full" align=
"center">Clang
16</td>
15653 <td><a href=
"https://cplusplus.github.io/CWG/issues/2641.html">2641</a></td>
15655 <td>Redundant specification of value category of literals
</td>
15656 <td class=
"none" align=
"center">Unknown
</td>
15659 <td><a href=
"https://cplusplus.github.io/CWG/issues/2642.html">2642</a></td>
15661 <td>Inconsistent use of T and C
</td>
15662 <td class=
"na" align=
"center">N/A
</td>
15665 <td><a href=
"https://cplusplus.github.io/CWG/issues/2643.html">2643</a></td>
15667 <td>Completing a pointer to array of unknown bound
</td>
15668 <td class=
"none" align=
"center">Unknown
</td>
15671 <td><a href=
"https://cplusplus.github.io/CWG/issues/2644.html">2644</a></td>
15673 <td>Incorrect comment in example
</td>
15674 <td class=
"full" align=
"center">Yes
</td>
15677 <td><a href=
"https://cplusplus.github.io/CWG/issues/2645.html">2645</a></td>
15679 <td>Unused term
"default argument promotions"</td>
15680 <td class=
"none" align=
"center">Unknown
</td>
15683 <td><a href=
"https://cplusplus.github.io/CWG/issues/2646.html">2646</a></td>
15685 <td>Defaulted special member functions
</td>
15686 <td class=
"none" align=
"center">Unknown
</td>
15689 <td><a href=
"https://cplusplus.github.io/CWG/issues/2647.html">2647</a></td>
15691 <td>Fix for
"needed for constant evaluation"</td>
15692 <td class=
"none" align=
"center">Unknown
</td>
15695 <td><a href=
"https://cplusplus.github.io/CWG/issues/2648.html">2648</a></td>
15697 <td>Correspondence of surrogate call function and conversion function
</td>
15698 <td class=
"none" align=
"center">Unknown
</td>
15701 <td><a href=
"https://cplusplus.github.io/CWG/issues/2649.html">2649</a></td>
15703 <td>Incorrect note about implicit conversion sequence
</td>
15704 <td class=
"none" align=
"center">Unknown
</td>
15707 <td><a href=
"https://cplusplus.github.io/CWG/issues/2650.html">2650</a></td>
15709 <td>Incorrect example for ill-formed non-type template arguments
</td>
15710 <td class=
"full" align=
"center">Yes
</td>
15713 <td><a href=
"https://cplusplus.github.io/CWG/issues/2651.html">2651</a></td>
15715 <td>Conversion function templates and
"noexcept"</td>
15716 <td class=
"none" align=
"center">Unknown
</td>
15719 <td><a href=
"https://cplusplus.github.io/CWG/issues/2652.html">2652</a></td>
15721 <td>Overbroad definition of
<TT>__STDCPP_BFLOAT16_T__
</TT></td>
15722 <td class=
"none" align=
"center">Unknown
</td>
15725 <td><a href=
"https://cplusplus.github.io/CWG/issues/2653.html">2653</a></td>
15727 <td>Can an explicit object parameter have a default argument?
</td>
15728 <td class=
"unreleased" align=
"center">Clang
18</td>
15731 <td><a href=
"https://cplusplus.github.io/CWG/issues/2654.html">2654</a></td>
15733 <td>Un-deprecation of compound volatile assignments
</td>
15734 <td class=
"full" align=
"center">Clang
16</td>
15736 <tr class=
"open" id=
"2655">
15737 <td><a href=
"https://cplusplus.github.io/CWG/issues/2655.html">2655</a></td>
15739 <td>Instantiation of default arguments in
<I>lambda-expression
</I>s
</td>
15740 <td align=
"center">Not resolved
</td>
15742 <tr class=
"open" id=
"2656">
15743 <td><a href=
"https://cplusplus.github.io/CWG/issues/2656.html">2656</a></td>
15745 <td>Converting consteval lambda to function pointer in non-immediate context
</td>
15746 <td align=
"center">Not resolved
</td>
15748 <tr class=
"open" id=
"2657">
15749 <td><a href=
"https://cplusplus.github.io/CWG/issues/2657.html">2657</a></td>
15751 <td>Cv-qualification adjustment when binding reference to temporary
</td>
15752 <td align=
"center">Not resolved
</td>
15755 <td><a href=
"https://cplusplus.github.io/CWG/issues/2658.html">2658</a></td>
15757 <td>Trivial copying of unions in core constant expressions
</td>
15758 <td class=
"none" align=
"center">Unknown
</td>
15761 <td><a href=
"https://cplusplus.github.io/CWG/issues/2659.html">2659</a></td>
15763 <td>Missing feature-test macro for lifetime extension in range-for loop
</td>
15764 <td class=
"none" align=
"center">Unknown
</td>
15766 <tr class=
"open" id=
"2660">
15767 <td><a href=
"https://cplusplus.github.io/CWG/issues/2660.html">2660</a></td>
15769 <td>Confusing term
"this parameter"</td>
15770 <td align=
"center">Not resolved
</td>
15772 <tr class=
"open" id=
"2661">
15773 <td><a href=
"https://cplusplus.github.io/CWG/issues/2661.html">2661</a></td>
15775 <td>Missing disambiguation rule for
<I>pure-specifier
</I> vs.
<I>brace-or-equal-initializer
</I></td>
15776 <td align=
"center">Not resolved
</td>
15779 <td><a href=
"https://cplusplus.github.io/CWG/issues/2662.html">2662</a></td>
15781 <td>Example for member access control vs. overload resolution
</td>
15782 <td class=
"none" align=
"center">Unknown
</td>
15785 <td><a href=
"https://cplusplus.github.io/CWG/issues/2663.html">2663</a></td>
15787 <td>Example for member redeclarations with
<I>using-declaration
</I>s
</td>
15788 <td class=
"none" align=
"center">Unknown
</td>
15791 <td><a href=
"https://cplusplus.github.io/CWG/issues/2664.html">2664</a></td>
15793 <td>Deduction failure in CTAD for alias templates
</td>
15794 <td class=
"none" align=
"center">Unknown
</td>
15797 <td><a href=
"https://cplusplus.github.io/CWG/issues/2665.html">2665</a></td>
15799 <td>Replacing a subobject with a complete object
</td>
15800 <td class=
"none" align=
"center">Unknown
</td>
15802 <tr class=
"open" id=
"2666">
15803 <td><a href=
"https://cplusplus.github.io/CWG/issues/2666.html">2666</a></td>
15805 <td>Lifetime extension through
<TT>static_cast
</TT></td>
15806 <td align=
"center">Not resolved
</td>
15809 <td><a href=
"https://cplusplus.github.io/CWG/issues/2667.html">2667</a></td>
15811 <td>Named module imports do not import macros
</td>
15812 <td class=
"none" align=
"center">Unknown
</td>
15814 <tr class=
"open" id=
"2668">
15815 <td><a href=
"https://cplusplus.github.io/CWG/issues/2668.html">2668</a></td>
15817 <td><TT>co_await
</TT> in a
<I>lambda-expression
</I></td>
15818 <td align=
"center">Not resolved
</td>
15820 <tr class=
"open" id=
"2669">
15821 <td><a href=
"https://cplusplus.github.io/CWG/issues/2669.html">2669</a></td>
15823 <td>Lifetime extension for aggregate initialization
</td>
15824 <td align=
"center">Not resolved
</td>
15826 <tr class=
"open" id=
"2670">
15827 <td><a href=
"https://cplusplus.github.io/CWG/issues/2670.html">2670</a></td>
15829 <td>Programs and translation units
</td>
15830 <td align=
"center">Not resolved
</td>
15832 <tr class=
"open" id=
"2671">
15833 <td><a href=
"https://cplusplus.github.io/CWG/issues/2671.html">2671</a></td>
15835 <td>friend named by a
<I>template-id
</I></td>
15836 <td align=
"center">Not resolved
</td>
15838 <tr class=
"open" id=
"2672">
15839 <td><a href=
"https://cplusplus.github.io/CWG/issues/2672.html">2672</a></td>
15841 <td>Lambda body SFINAE is still required, contrary to intent and note
</td>
15842 <td class=
"unreleased" align=
"center">Clang
18</td>
15845 <td><a href=
"https://cplusplus.github.io/CWG/issues/2673.html">2673</a></td>
15847 <td>User-declared spaceship vs. built-in operators
</td>
15848 <td class=
"none" align=
"center">Unknown
</td>
15851 <td><a href=
"https://cplusplus.github.io/CWG/issues/2674.html">2674</a></td>
15853 <td>Prohibit explicit object parameters for constructors
</td>
15854 <td class=
"none" align=
"center">Unknown
</td>
15856 <tr class=
"open" id=
"2675">
15857 <td><a href=
"https://cplusplus.github.io/CWG/issues/2675.html">2675</a></td>
15859 <td><TT>start_lifetime_as
</TT>, placement-new, and active union members
</td>
15860 <td align=
"center">Not resolved
</td>
15862 <tr class=
"open" id=
"2676">
15863 <td><a href=
"https://cplusplus.github.io/CWG/issues/2676.html">2676</a></td>
15865 <td>Replacing a complete object having base subobjects
</td>
15866 <td align=
"center">Not resolved
</td>
15868 <tr class=
"open" id=
"2677">
15869 <td><a href=
"https://cplusplus.github.io/CWG/issues/2677.html">2677</a></td>
15871 <td>Replacing union subobjects
</td>
15872 <td align=
"center">Not resolved
</td>
15875 <td><a href=
"https://cplusplus.github.io/CWG/issues/2678.html">2678</a></td>
15877 <td><TT>std::source_location::current
</TT> is unimplementable
</td>
15878 <td class=
"none" align=
"center">Unknown
</td>
15880 <tr class=
"open" id=
"2679">
15881 <td><a href=
"https://cplusplus.github.io/CWG/issues/2679.html">2679</a></td>
15883 <td>Implicit conversion sequence with a null pointer constant
</td>
15884 <td align=
"center">Not resolved
</td>
15886 <tr class=
"open" id=
"2680">
15887 <td><a href=
"https://cplusplus.github.io/CWG/issues/2680.html">2680</a></td>
15889 <td>Class template argument deduction for aggregates with designated initializers
</td>
15890 <td align=
"center">Not resolved
</td>
15893 <td><a href=
"https://cplusplus.github.io/CWG/issues/2681.html">2681</a></td>
15895 <td>Deducing member array type from string literal
</td>
15896 <td class=
"full" align=
"center">Clang
17</td>
15899 <td><a href=
"https://cplusplus.github.io/CWG/issues/2682.html">2682</a></td>
15901 <td>Templated function vs. function template
</td>
15902 <td class=
"none" align=
"center">Unknown
</td>
15905 <td><a href=
"https://cplusplus.github.io/CWG/issues/2683.html">2683</a></td>
15907 <td>Default arguments for member functions of templated nested classes
</td>
15908 <td class=
"none" align=
"center">Unknown
</td>
15910 <tr class=
"open" id=
"2684">
15911 <td><a href=
"https://cplusplus.github.io/CWG/issues/2684.html">2684</a></td>
15913 <td>thread_local dynamic initialization
</td>
15914 <td align=
"center">Not resolved
</td>
15917 <td><a href=
"https://cplusplus.github.io/CWG/issues/2685.html">2685</a></td>
15919 <td>Aggregate CTAD, string, and brace elision
</td>
15920 <td class=
"none" align=
"center">Unknown
</td>
15922 <tr class=
"open" id=
"2686">
15923 <td><a href=
"https://cplusplus.github.io/CWG/issues/2686.html">2686</a></td>
15925 <td>Pack expansion into a non-pack parameter of a concept
</td>
15926 <td align=
"center">Not resolved
</td>
15929 <td><a href=
"https://cplusplus.github.io/CWG/issues/2687.html">2687</a></td>
15931 <td>Calling an explicit object member function via an address-of-overload-set
</td>
15932 <td class=
"unreleased" align=
"center">Clang
18</td>
15934 <tr class=
"open" id=
"2688">
15935 <td><a href=
"https://cplusplus.github.io/CWG/issues/2688.html">2688</a></td>
15937 <td>Calling explicit object member functions
</td>
15938 <td align=
"center">Not resolved
</td>
15940 <tr class=
"open" id=
"2689">
15941 <td><a href=
"https://cplusplus.github.io/CWG/issues/2689.html">2689</a></td>
15943 <td>Are cv-qualified
<TT>std::nullptr_t
</TT> fundamental types?
</td>
15944 <td align=
"center">Not resolved
</td>
15947 <td><a href=
"https://cplusplus.github.io/CWG/issues/2690.html">2690</a></td>
15949 <td>Semantics of defaulted move assignment operator for unions
</td>
15950 <td class=
"none" align=
"center">Unknown
</td>
15953 <td><a href=
"https://cplusplus.github.io/CWG/issues/2691.html">2691</a></td>
15955 <td><I>hexadecimal-escape-sequence
</I> is too greedy
</td>
15956 <td class=
"none" align=
"center">Unknown
</td>
15959 <td><a href=
"https://cplusplus.github.io/CWG/issues/2692.html">2692</a></td>
15961 <td>Static and explicit object member functions with the same parameter-type-lists
</td>
15962 <td class=
"none" align=
"center">Unknown
</td>
15964 <tr class=
"open" id=
"2693">
15965 <td><a href=
"https://cplusplus.github.io/CWG/issues/2693.html">2693</a></td>
15967 <td>Escape sequences for the
<I>string-literal
</I> of
<TT>#line
</TT></td>
15968 <td align=
"center">Not resolved
</td>
15970 <tr class=
"open" id=
"2694">
15971 <td><a href=
"https://cplusplus.github.io/CWG/issues/2694.html">2694</a></td>
15973 <td><I>string-literal
</I>s of the
<TT>_Pragma
</TT> operator
</td>
15974 <td align=
"center">Not resolved
</td>
15977 <td><a href=
"https://cplusplus.github.io/CWG/issues/2695.html">2695</a></td>
15979 <td>Semantic ignorability of attributes
</td>
15980 <td class=
"none" align=
"center">Unknown
</td>
15983 <td><a href=
"https://cplusplus.github.io/CWG/issues/2696.html">2696</a></td>
15985 <td>Relational comparisons of pointers to
<TT>void
</TT></td>
15986 <td class=
"none" align=
"center">Unknown
</td>
15989 <td><a href=
"https://cplusplus.github.io/CWG/issues/2697.html">2697</a></td>
15991 <td>Deduction guides using abbreviated function syntax
</td>
15992 <td class=
"none" align=
"center">Unknown
</td>
15995 <td><a href=
"https://cplusplus.github.io/CWG/issues/2698.html">2698</a></td>
15997 <td>Using extended integer types with
<TT>z
</TT> suffix
</td>
15998 <td class=
"none" align=
"center">Unknown
</td>
16001 <td><a href=
"https://cplusplus.github.io/CWG/issues/2699.html">2699</a></td>
16003 <td>Inconsistency of
<I>throw-expression
</I> specification
</td>
16004 <td class=
"none" align=
"center">Unknown
</td>
16006 <tr class=
"open" id=
"2700">
16007 <td><a href=
"https://cplusplus.github.io/CWG/issues/2700.html">2700</a></td>
16009 <td><TT>#error
</TT> disallows existing implementation practice
</td>
16010 <td align=
"center">Not resolved
</td>
16012 <tr class=
"open" id=
"2701">
16013 <td><a href=
"https://cplusplus.github.io/CWG/issues/2701.html">2701</a></td>
16015 <td>Default arguments in multiple scopes / inheritance of array bounds in the same scope
</td>
16016 <td align=
"center">Not resolved
</td>
16018 <tr class=
"open" id=
"2702">
16019 <td><a href=
"https://cplusplus.github.io/CWG/issues/2702.html">2702</a></td>
16021 <td>Constant destruction of reference members
</td>
16022 <td align=
"center">Not resolved
</td>
16024 <tr class=
"open" id=
"2703">
16025 <td><a href=
"https://cplusplus.github.io/CWG/issues/2703.html">2703</a></td>
16027 <td>Three-way comparison requiring strong ordering for floating-point types, take
2</td>
16028 <td align=
"center">Not resolved
</td>
16030 <tr class=
"open" id=
"2704">
16031 <td><a href=
"https://cplusplus.github.io/CWG/issues/2704.html">2704</a></td>
16033 <td>Clarify meaning of
"bind directly"</td>
16034 <td align=
"center">Not resolved
</td>
16036 <tr class=
"open" id=
"2705">
16037 <td><a href=
"https://cplusplus.github.io/CWG/issues/2705.html">2705</a></td>
16039 <td>Accessing ambiguous subobjects
</td>
16040 <td align=
"center">Not resolved
</td>
16042 <tr class=
"open" id=
"2706">
16043 <td><a href=
"https://cplusplus.github.io/CWG/issues/2706.html">2706</a></td>
16045 <td>Repeated structured binding declarations
</td>
16046 <td align=
"center">Not resolved
</td>
16048 <tr class=
"open" id=
"2707">
16049 <td><a href=
"https://cplusplus.github.io/CWG/issues/2707.html">2707</a></td>
16051 <td>Deduction guides cannot have a trailing
<I>requires-clause
</I></td>
16052 <td align=
"center">Not resolved
</td>
16055 <td><a href=
"https://cplusplus.github.io/CWG/issues/2708.html">2708</a></td>
16057 <td>Parenthesized initialization of arrays
</td>
16058 <td class=
"none" align=
"center">Unknown
</td>
16061 <td><a href=
"https://cplusplus.github.io/CWG/issues/2709.html">2709</a></td>
16063 <td>Parenthesized initialization of reference-to-aggregate
</td>
16064 <td class=
"none" align=
"center">Unknown
</td>
16067 <td><a href=
"https://cplusplus.github.io/CWG/issues/2710.html">2710</a></td>
16069 <td>Loops in constant expressions
</td>
16070 <td class=
"none" align=
"center">Unknown
</td>
16073 <td><a href=
"https://cplusplus.github.io/CWG/issues/2711.html">2711</a></td>
16075 <td>Source for copy-initializing the exception object
</td>
16076 <td class=
"none" align=
"center">Unknown
</td>
16079 <td><a href=
"https://cplusplus.github.io/CWG/issues/2712.html">2712</a></td>
16081 <td>Simplify restrictions on built-in assignment operator candidates
</td>
16082 <td class=
"none" align=
"center">Unknown
</td>
16085 <td><a href=
"https://cplusplus.github.io/CWG/issues/2713.html">2713</a></td>
16087 <td>Initialization of reference-to-aggregate from designated initializer list
</td>
16088 <td class=
"none" align=
"center">Unknown
</td>
16090 <tr class=
"open" id=
"2714">
16091 <td><a href=
"https://cplusplus.github.io/CWG/issues/2714.html">2714</a></td>
16093 <td>Implicit deduction guides omit properties from the parameter-declaration-clause of a constructor
</td>
16094 <td align=
"center">Not resolved
</td>
16097 <td><a href=
"https://cplusplus.github.io/CWG/issues/2715.html">2715</a></td>
16099 <td>"calling function" for parameter initialization may not exist
</td>
16100 <td class=
"none" align=
"center">Unknown
</td>
16103 <td><a href=
"https://cplusplus.github.io/CWG/issues/2716.html">2716</a></td>
16105 <td>Rule about self-or-base conversion is normatively redundant
</td>
16106 <td class=
"none" align=
"center">Unknown
</td>
16109 <td><a href=
"https://cplusplus.github.io/CWG/issues/2717.html">2717</a></td>
16111 <td>Pack expansion for
<I>alignment-specifier
</I></td>
16112 <td class=
"none" align=
"center">Unknown
</td>
16115 <td><a href=
"https://cplusplus.github.io/CWG/issues/2718.html">2718</a></td>
16117 <td>Type completeness for derived-to-base conversions
</td>
16118 <td class=
"none" align=
"center">Unknown
</td>
16121 <td><a href=
"https://cplusplus.github.io/CWG/issues/2719.html">2719</a></td>
16123 <td>Creating objects in misaligned storage
</td>
16124 <td class=
"none" align=
"center">Unknown
</td>
16127 <td><a href=
"https://cplusplus.github.io/CWG/issues/2720.html">2720</a></td>
16129 <td>Template validity rules for templated entities and alias templates
</td>
16130 <td class=
"none" align=
"center">Unknown
</td>
16133 <td><a href=
"https://cplusplus.github.io/CWG/issues/2721.html">2721</a></td>
16135 <td>When exactly is storage reused?
</td>
16136 <td class=
"none" align=
"center">Unknown
</td>
16139 <td><a href=
"https://cplusplus.github.io/CWG/issues/2722.html">2722</a></td>
16141 <td>Temporary materialization conversion for
<TT>noexcept
</TT> operator
</td>
16142 <td class=
"none" align=
"center">Unknown
</td>
16145 <td><a href=
"https://cplusplus.github.io/CWG/issues/2723.html">2723</a></td>
16147 <td>Range of representable values for floating-point types
</td>
16148 <td class=
"none" align=
"center">Unknown
</td>
16151 <td><a href=
"https://cplusplus.github.io/CWG/issues/2724.html">2724</a></td>
16153 <td>Clarify rounding for arithmetic right shift
</td>
16154 <td class=
"none" align=
"center">Unknown
</td>
16157 <td><a href=
"https://cplusplus.github.io/CWG/issues/2725.html">2725</a></td>
16158 <td>tentatively ready
</td>
16159 <td>Overload resolution for non-call of class member access
</td>
16160 <td class=
"none" align=
"center">Unknown
</td>
16162 <tr class=
"open" id=
"2726">
16163 <td><a href=
"https://cplusplus.github.io/CWG/issues/2726.html">2726</a></td>
16165 <td>Alternative tokens appearing as
<I>attribute-token
</I>s
</td>
16166 <td align=
"center">Not resolved
</td>
16168 <tr class=
"open" id=
"2727">
16169 <td><a href=
"https://cplusplus.github.io/CWG/issues/2727.html">2727</a></td>
16171 <td>Importing header units synthesized from source files
</td>
16172 <td align=
"center">Not resolved
</td>
16174 <tr class=
"open" id=
"2728">
16175 <td><a href=
"https://cplusplus.github.io/CWG/issues/2728.html">2728</a></td>
16177 <td>Evaluation of conversions in a
<I>delete-expression
</I></td>
16178 <td align=
"center">Not resolved
</td>
16181 <td><a href=
"https://cplusplus.github.io/CWG/issues/2729.html">2729</a></td>
16183 <td>Meaning of
<I>new-type-id
</I></td>
16184 <td class=
"none" align=
"center">Unknown
</td>
16186 <tr class=
"open" id=
"2730">
16187 <td><a href=
"https://cplusplus.github.io/CWG/issues/2730.html">2730</a></td>
16189 <td>Comparison templates on enumeration types
</td>
16190 <td align=
"center">Not resolved
</td>
16192 <tr class=
"open" id=
"2731">
16193 <td><a href=
"https://cplusplus.github.io/CWG/issues/2731.html">2731</a></td>
16195 <td>List-initialization sequence with a user-defined conversion
</td>
16196 <td align=
"center">Not resolved
</td>
16199 <td><a href=
"https://cplusplus.github.io/CWG/issues/2732.html">2732</a></td>
16201 <td>Can importable headers react to preprocessor state from point of import?
</td>
16202 <td class=
"none" align=
"center">Unknown
</td>
16204 <tr class=
"open" id=
"2733">
16205 <td><a href=
"https://cplusplus.github.io/CWG/issues/2733.html">2733</a></td>
16207 <td>Applying
<TT>[[maybe_unused]]
</TT> to a label
</td>
16208 <td align=
"center">Not resolved
</td>
16210 <tr class=
"open" id=
"2734">
16211 <td><a href=
"https://cplusplus.github.io/CWG/issues/2734.html">2734</a></td>
16213 <td>Immediate forward-declared function templates
</td>
16214 <td align=
"center">Not resolved
</td>
16216 <tr class=
"open" id=
"2735">
16217 <td><a href=
"https://cplusplus.github.io/CWG/issues/2735.html">2735</a></td>
16219 <td>List-initialization and conversions in overload resolution
</td>
16220 <td align=
"center">Not resolved
</td>
16222 <tr class=
"open" id=
"2736">
16223 <td><a href=
"https://cplusplus.github.io/CWG/issues/2736.html">2736</a></td>
16225 <td>Standard layout class with empty base class also in first member
</td>
16226 <td align=
"center">Not resolved
</td>
16228 <tr class=
"open" id=
"2737">
16229 <td><a href=
"https://cplusplus.github.io/CWG/issues/2737.html">2737</a></td>
16231 <td>Temporary lifetime extension for reference init-captures
</td>
16232 <td align=
"center">Not resolved
</td>
16234 <tr class=
"open" id=
"2738">
16235 <td><a href=
"https://cplusplus.github.io/CWG/issues/2738.html">2738</a></td>
16237 <td>"denotes a destructor" is missing specification
</td>
16238 <td align=
"center">Not resolved
</td>
16240 <tr class=
"open" id=
"2739">
16241 <td><a href=
"https://cplusplus.github.io/CWG/issues/2739.html">2739</a></td>
16243 <td>Nested requirement not a constant expression
</td>
16244 <td align=
"center">Not resolved
</td>
16246 <tr class=
"open" id=
"2740">
16247 <td><a href=
"https://cplusplus.github.io/CWG/issues/2740.html">2740</a></td>
16249 <td>Too many objects have constexpr-unknown type
</td>
16250 <td align=
"center">Not resolved
</td>
16252 <tr class=
"open" id=
"2741">
16253 <td><a href=
"https://cplusplus.github.io/CWG/issues/2741.html">2741</a></td>
16255 <td>Implicit conversion sequence from empty list to array of unknown bound
</td>
16256 <td align=
"center">Not resolved
</td>
16258 <tr class=
"open" id=
"2742">
16259 <td><a href=
"https://cplusplus.github.io/CWG/issues/2742.html">2742</a></td>
16261 <td>Guaranteed copy elision for brace-initialization from prvalue
</td>
16262 <td align=
"center">Not resolved
</td>
16264 <tr class=
"open" id=
"2743">
16265 <td><a href=
"https://cplusplus.github.io/CWG/issues/2743.html">2743</a></td>
16267 <td>Copying non-trivial objects nested within a union
</td>
16268 <td align=
"center">Not resolved
</td>
16270 <tr class=
"open" id=
"2744">
16271 <td><a href=
"https://cplusplus.github.io/CWG/issues/2744.html">2744</a></td>
16273 <td>Multiple objects of the same type at the same address
</td>
16274 <td align=
"center">Not resolved
</td>
16276 <tr class=
"open" id=
"2745">
16277 <td><a href=
"https://cplusplus.github.io/CWG/issues/2745.html">2745</a></td>
16279 <td>Dependent odr-use in generic lambdas
</td>
16280 <td align=
"center">Not resolved
</td>
16282 <tr class=
"open" id=
"2746">
16283 <td><a href=
"https://cplusplus.github.io/CWG/issues/2746.html">2746</a></td>
16285 <td>Checking of default template arguments
</td>
16286 <td align=
"center">Not resolved
</td>
16289 <td><a href=
"https://cplusplus.github.io/CWG/issues/2747.html">2747</a></td>
16291 <td>Cannot depend on an already-deleted splice
</td>
16292 <td class=
"none" align=
"center">Unknown
</td>
16294 <tr class=
"open" id=
"2748">
16295 <td><a href=
"https://cplusplus.github.io/CWG/issues/2748.html">2748</a></td>
16297 <td>Accessing static data members via null pointer
</td>
16298 <td align=
"center">Not resolved
</td>
16301 <td><a href=
"https://cplusplus.github.io/CWG/issues/2749.html">2749</a></td>
16302 <td>tentatively ready
</td>
16303 <td>Treatment of
"pointer to void" for relational comparisons
</td>
16304 <td class=
"none" align=
"center">Unknown
</td>
16307 <td><a href=
"https://cplusplus.github.io/CWG/issues/2750.html">2750</a></td>
16309 <td>construct_at without constructor call
</td>
16310 <td class=
"none" align=
"center">Unknown
</td>
16312 <tr class=
"open" id=
"2751">
16313 <td><a href=
"https://cplusplus.github.io/CWG/issues/2751.html">2751</a></td>
16315 <td>Order of destruction for parameters for operator functions
</td>
16316 <td align=
"center">Not resolved
</td>
16318 <tr class=
"open" id=
"2752">
16319 <td><a href=
"https://cplusplus.github.io/CWG/issues/2752.html">2752</a></td>
16321 <td>Excess-precision floating-point literals
</td>
16322 <td align=
"center">Not resolved
</td>
16325 <td><a href=
"https://cplusplus.github.io/CWG/issues/2753.html">2753</a></td>
16326 <td>tentatively ready
</td>
16327 <td>Storage reuse for string literal objects and backing arrays
</td>
16328 <td class=
"none" align=
"center">Unknown
</td>
16331 <td><a href=
"https://cplusplus.github.io/CWG/issues/2754.html">2754</a></td>
16333 <td>Using *this in explicit object member functions that are coroutines
</td>
16334 <td class=
"none" align=
"center">Unknown
</td>
16337 <td><a href=
"https://cplusplus.github.io/CWG/issues/2755.html">2755</a></td>
16339 <td>Incorrect wording applied by P2738R1
</td>
16340 <td class=
"none" align=
"center">Unknown
</td>
16343 <td><a href=
"https://cplusplus.github.io/CWG/issues/2756.html">2756</a></td>
16344 <td>tentatively ready
</td>
16345 <td>Completion of initialization by delegating constructor
</td>
16346 <td class=
"none" align=
"center">Unknown
</td>
16348 <tr class=
"open" id=
"2757">
16349 <td><a href=
"https://cplusplus.github.io/CWG/issues/2757.html">2757</a></td>
16351 <td>Deleting or deallocating storage of an object during its construction
</td>
16352 <td align=
"center">Not resolved
</td>
16354 <tr class=
"open" id=
"2758">
16355 <td><a href=
"https://cplusplus.github.io/CWG/issues/2758.html">2758</a></td>
16357 <td>What is
"access and ambiguity control"?
</td>
16358 <td align=
"center">Not resolved
</td>
16360 <tr class=
"open" id=
"2759">
16361 <td><a href=
"https://cplusplus.github.io/CWG/issues/2759.html">2759</a></td>
16363 <td>[[no_unique_address] and common initial sequence
</td>
16364 <td align=
"center">Not resolved
</td>
16366 <tr class=
"open" id=
"2760">
16367 <td><a href=
"https://cplusplus.github.io/CWG/issues/2760.html">2760</a></td>
16369 <td>Defaulted constructor that is an immediate function
</td>
16370 <td align=
"center">Not resolved
</td>
16372 <tr class=
"open" id=
"2761">
16373 <td><a href=
"https://cplusplus.github.io/CWG/issues/2761.html">2761</a></td>
16375 <td>Implicitly invoking the deleted destructor of an anonymous union member
</td>
16376 <td align=
"center">Not resolved
</td>
16378 <tr class=
"open" id=
"2762">
16379 <td><a href=
"https://cplusplus.github.io/CWG/issues/2762.html">2762</a></td>
16381 <td>Type of implicit object parameter
</td>
16382 <td align=
"center">Not resolved
</td>
16384 <tr class=
"open" id=
"2763">
16385 <td><a href=
"https://cplusplus.github.io/CWG/issues/2763.html">2763</a></td>
16387 <td>Ignorability of [[noreturn]] during constant evaluation
</td>
16388 <td align=
"center">Not resolved
</td>
16390 <tr class=
"open" id=
"2764">
16391 <td><a href=
"https://cplusplus.github.io/CWG/issues/2764.html">2764</a></td>
16393 <td>Use of placeholders affecting name mangling
</td>
16394 <td align=
"center">Not resolved
</td>
16396 <tr class=
"open" id=
"2765">
16397 <td><a href=
"https://cplusplus.github.io/CWG/issues/2765.html">2765</a></td>
16399 <td>Address comparisons between potentially non-unique objects during constant evaluation
</td>
16400 <td align=
"center">Not resolved
</td>
16402 <tr class=
"open" id=
"2766">
16403 <td><a href=
"https://cplusplus.github.io/CWG/issues/2766.html">2766</a></td>
16405 <td>Repeated evaluation of a
<I>string-literal
</I> may yield different objects
</td>
16406 <td align=
"center">Not resolved
</td>
16408 <tr class=
"open" id=
"2767">
16409 <td><a href=
"https://cplusplus.github.io/CWG/issues/2767.html">2767</a></td>
16411 <td>Non-defining declarations of anonymous unions
</td>
16412 <td align=
"center">Not resolved
</td>
16414 <tr class=
"open" id=
"2768">
16415 <td><a href=
"https://cplusplus.github.io/CWG/issues/2768.html">2768</a></td>
16417 <td>Assignment to scalar with a
<I>braced-init-list
</I></td>
16418 <td align=
"center">Not resolved
</td>
16420 <tr class=
"open" id=
"2769">
16421 <td><a href=
"https://cplusplus.github.io/CWG/issues/2769.html">2769</a></td>
16423 <td>Substitution into template parameters and default template arguments should be interleaved
</td>
16424 <td align=
"center">Not resolved
</td>
16426 <tr class=
"open" id=
"2770">
16427 <td><a href=
"https://cplusplus.github.io/CWG/issues/2770.html">2770</a></td>
16429 <td>Trailing
<I>requires-clause
</I> can refer to function parameters before they are substituted into
</td>
16430 <td align=
"center">Not resolved
</td>
16432 <tr class=
"open" id=
"2771">
16433 <td><a href=
"https://cplusplus.github.io/CWG/issues/2771.html">2771</a></td>
16435 <td>Transformation for
<I>unqualified-id
</I>s in address operator
</td>
16436 <td align=
"center">Not resolved
</td>
16438 <tr class=
"open" id=
"2772">
16439 <td><a href=
"https://cplusplus.github.io/CWG/issues/2772.html">2772</a></td>
16441 <td>Missing Annex C entry for linkage effects of
<I>linkage-specification
</I></td>
16442 <td align=
"center">Not resolved
</td>
16444 <tr class=
"open" id=
"2773">
16445 <td><a href=
"https://cplusplus.github.io/CWG/issues/2773.html">2773</a></td>
16447 <td>Naming anonymous union members as class members
</td>
16448 <td align=
"center">Not resolved
</td>
16450 <tr class=
"open" id=
"2774">
16451 <td><a href=
"https://cplusplus.github.io/CWG/issues/2774.html">2774</a></td>
16453 <td>Value-dependence of
<I>requires-expression
</I>s
</td>
16454 <td align=
"center">Not resolved
</td>
16456 <tr class=
"open" id=
"2775">
16457 <td><a href=
"https://cplusplus.github.io/CWG/issues/2775.html">2775</a></td>
16459 <td>Unclear argument type for copy of exception object
</td>
16460 <td align=
"center">Not resolved
</td>
16462 <tr class=
"open" id=
"2776">
16463 <td><a href=
"https://cplusplus.github.io/CWG/issues/2776.html">2776</a></td>
16465 <td>Substitution failure and implementation limits
</td>
16466 <td align=
"center">Not resolved
</td>
16468 <tr class=
"open" id=
"2777">
16469 <td><a href=
"https://cplusplus.github.io/CWG/issues/2777.html">2777</a></td>
16471 <td>Type of
<I>id-expression
</I> denoting a template parameter object
</td>
16472 <td align=
"center">Not resolved
</td>
16474 <tr class=
"open" id=
"2778">
16475 <td><a href=
"https://cplusplus.github.io/CWG/issues/2778.html">2778</a></td>
16477 <td>Trivial destructor does not imply constant destruction
</td>
16478 <td align=
"center">Not resolved
</td>
16480 <tr class=
"open" id=
"2779">
16481 <td><a href=
"https://cplusplus.github.io/CWG/issues/2779.html">2779</a></td>
16483 <td>Restrictions on the ordinary literal encoding
</td>
16484 <td align=
"center">Not resolved
</td>
16486 <tr class=
"open" id=
"2780">
16487 <td><a href=
"https://cplusplus.github.io/CWG/issues/2780.html">2780</a></td>
16489 <td><TT>reinterpret_cast
</TT> to reference to function types
</td>
16490 <td align=
"center">Not resolved
</td>