1<!DOCTYPE html> 2<!-- This file is auto-generated by make_cxx_dr_status. Do not modify. --> 3<html> 4<head> 5 <META http-equiv="Content-Type" content="text/html; charset=utf-8"> 6 <title>Clang - C++ Defect Report Status</title> 7 <link type="text/css" rel="stylesheet" href="menu.css"> 8 <link type="text/css" rel="stylesheet" href="content.css"> 9 <style type="text/css"> 10 .none { background-color: #FFCCCC } 11 .none-superseded { background-color: rgba(255, 204, 204, 0.65) } 12 .unknown { background-color: #EBCAFE } 13 .unknown-superseded { background-color: rgba(234, 200, 254, 0.65) } 14 .partial { background-color: #FFE0B0 } 15 .partial-superseded { background-color: rgba(255, 224, 179, 0.65) } 16 .unreleased { background-color: #FFFF99 } 17 .unreleased-superseded { background-color: rgba(255, 255, 153, 0.65) } 18 .full { background-color: #CCFF99 } 19 .full-superseded { background-color: rgba(214, 255, 173, 0.65) } 20 .na { background-color: #DDDDDD } 21 .na-superseded { background-color: rgba(222, 222, 222, 0.65) } 22 .open * { color: #AAAAAA } 23 .open-superseded * { color: rgba(171, 171, 171, 0.65) } 24 //.open { filter: opacity(0.2) } 25 tr:target { background-color: #FFFFBB } 26 th { background-color: #FFDDAA } 27 </style> 28</head> 29<body> 30 31<!--#include virtual="menu.html.incl"--> 32 33<div id="content"> 34 35<!--*************************************************************************--> 36<h1>C++ Defect Report Support in Clang</h1> 37<!--*************************************************************************--> 38 39<h2 id="cxxdr">C++ defect report implementation status</h2> 40 41<p>This page tracks which C++ defect reports are implemented within Clang.</p> 42 43<table width="689" border="1" cellspacing="0"> 44 <tr> 45 <th>Number</th> 46 <th>Status</th> 47 <th>Issue title</th> 48 <th>Available in Clang?</th> 49 </tr> 50 <tr id="1"> 51 <td><a href="https://cplusplus.github.io/CWG/issues/1.html">1</a></td> 52 <td>TC1</td> 53 <td>What if two using-declarations refer to the same function but the declarations introduce different default-arguments?</td> 54 <td class="none" align="center">No</td> 55 </tr> 56 <tr class="open" id="2"> 57 <td><a href="https://cplusplus.github.io/CWG/issues/2.html">2</a></td> 58 <td>drafting</td> 59 <td>How can dependent names be used in member declarations that appear outside of the class template definition?</td> 60 <td align="center">Not resolved</td> 61 </tr> 62 <tr id="3"> 63 <td><a href="https://cplusplus.github.io/CWG/issues/3.html">3</a></td> 64 <td>NAD</td> 65 <td>The template compilation model rules render some explicit specialization declarations not visible during instantiation</td> 66 <td class="full" align="center">Clang 2.7</td> 67 </tr> 68 <tr id="4"> 69 <td><a href="https://cplusplus.github.io/CWG/issues/4.html">4</a></td> 70 <td>CD1</td> 71 <td>Does extern "C" affect the linkage of function names with internal linkage?</td> 72 <td class="full" align="center">Clang 2.8</td> 73 </tr> 74 <tr id="5"> 75 <td><a href="https://cplusplus.github.io/CWG/issues/5.html">5</a></td> 76 <td>CD1</td> 77 <td>CV-qualifiers and type conversions</td> 78 <td class="full" align="center">Clang 3.1</td> 79 </tr> 80 <tr id="6"> 81 <td><a href="https://cplusplus.github.io/CWG/issues/6.html">6</a></td> 82 <td>NAD</td> 83 <td>Should the optimization that allows a class object to alias another object also allow the case of a parameter in an inline function to alias its argument?</td> 84 <td class="unknown" align="center">Unknown</td> 85 </tr> 86 <tr id="7"> 87 <td><a href="https://cplusplus.github.io/CWG/issues/7.html">7</a></td> 88 <td>NAD</td> 89 <td>Can a class with a private virtual base class be derived from?</td> 90 <td class="full" align="center">Clang 3.4</td> 91 </tr> 92 <tr id="8"> 93 <td><a href="https://cplusplus.github.io/CWG/issues/8.html">8</a></td> 94 <td>CD1</td> 95 <td>Access to template arguments used in a function return type and in the nested name specifier</td> 96 <td class="full" align="center">Duplicate of <a href="#45">45</a></td> 97 </tr> 98 <tr id="9"> 99 <td><a href="https://cplusplus.github.io/CWG/issues/9.html">9</a></td> 100 <td>CD1</td> 101 <td>Clarification of access to base class members</td> 102 <td class="full" align="center">Clang 2.8</td> 103 </tr> 104 <tr id="10"> 105 <td><a href="https://cplusplus.github.io/CWG/issues/10.html">10</a></td> 106 <td>CD1</td> 107 <td>Can a nested class access its own class name as a qualified name if it is a private member of the enclosing class?</td> 108 <td class="full" align="center">Duplicate of <a href="#45">45</a></td> 109 </tr> 110 <tr id="11"> 111 <td><a href="https://cplusplus.github.io/CWG/issues/11.html">11</a></td> 112 <td>CD1</td> 113 <td>How do the keywords typename/template interact with using-declarations?</td> 114 <td class="full" align="center">Clang 2.7</td> 115 </tr> 116 <tr id="12"> 117 <td><a href="https://cplusplus.github.io/CWG/issues/12.html">12</a></td> 118 <td>dup</td> 119 <td>Default arguments on different declarations for the same function and the Koenig lookup</td> 120 <td class="full-superseded" align="center">Superseded by <a href="#239">239</a></td> 121 </tr> 122 <tr id="13"> 123 <td><a href="https://cplusplus.github.io/CWG/issues/13.html">13</a></td> 124 <td>NAD</td> 125 <td>extern "C" for Parameters of Function Templates</td> 126 <td class="none" align="center">No</td> 127 </tr> 128 <tr id="14"> 129 <td><a href="https://cplusplus.github.io/CWG/issues/14.html">14</a></td> 130 <td>NAD</td> 131 <td>extern "C" functions and declarations in different namespaces</td> 132 <td class="full" align="center">Clang 3.4</td> 133 </tr> 134 <tr id="15"> 135 <td><a href="https://cplusplus.github.io/CWG/issues/15.html">15</a></td> 136 <td>dup</td> 137 <td>Default arguments for parameters of function templates</td> 138 <td class="full" align="center">Clang 2.7</td> 139 </tr> 140 <tr id="16"> 141 <td><a href="https://cplusplus.github.io/CWG/issues/16.html">16</a></td> 142 <td>CD1</td> 143 <td>Access to members of indirect private base classes</td> 144 <td class="full" align="center">Clang 2.8</td> 145 </tr> 146 <tr id="17"> 147 <td><a href="https://cplusplus.github.io/CWG/issues/17.html">17</a></td> 148 <td>NAD</td> 149 <td>Footnote 99 should discuss the naming class when describing members that can be accessed from friends</td> 150 <td class="full" align="center">Clang 2.7</td> 151 </tr> 152 <tr id="18"> 153 <td><a href="https://cplusplus.github.io/CWG/issues/18.html">18</a></td> 154 <td>NAD</td> 155 <td>f(TYPE) where TYPE is void should be allowed</td> 156 <td class="full-superseded" align="center">Superseded by <a href="#577">577</a></td> 157 </tr> 158 <tr id="19"> 159 <td><a href="https://cplusplus.github.io/CWG/issues/19.html">19</a></td> 160 <td>NAD</td> 161 <td>Clarify protected member access</td> 162 <td class="full" align="center">Clang 3.1</td> 163 </tr> 164 <tr id="20"> 165 <td><a href="https://cplusplus.github.io/CWG/issues/20.html">20</a></td> 166 <td>TC1</td> 167 <td>Some clarifications needed for 12.8 para 15</td> 168 <td class="full" align="center">Clang 2.8</td> 169 </tr> 170 <tr id="21"> 171 <td><a href="https://cplusplus.github.io/CWG/issues/21.html">21</a></td> 172 <td>TC1</td> 173 <td>Can a default argument for a template parameter appear in a friend declaration?</td> 174 <td class="full" align="center">Clang 3.4</td> 175 </tr> 176 <tr id="22"> 177 <td><a href="https://cplusplus.github.io/CWG/issues/22.html">22</a></td> 178 <td>TC1</td> 179 <td>Template parameter with a default argument that refers to itself</td> 180 <td class="full-superseded" align="center">Superseded by <a href="#481">481</a></td> 181 </tr> 182 <tr id="23"> 183 <td><a href="https://cplusplus.github.io/CWG/issues/23.html">23</a></td> 184 <td>NAD</td> 185 <td>Some questions regarding partial ordering of function templates</td> 186 <td class="full" align="center">Clang 2.7</td> 187 </tr> 188 <tr id="24"> 189 <td><a href="https://cplusplus.github.io/CWG/issues/24.html">24</a></td> 190 <td>TC1</td> 191 <td>Errors in examples in 14.7.3</td> 192 <td class="na" align="center">N/A</td> 193 </tr> 194 <tr id="25"> 195 <td><a href="https://cplusplus.github.io/CWG/issues/25.html">25</a></td> 196 <td>TC1</td> 197 <td>Exception specifications and pointers to members</td> 198 <td class="full" align="center">Clang 4</td> 199 </tr> 200 <tr id="26"> 201 <td><a href="https://cplusplus.github.io/CWG/issues/26.html">26</a></td> 202 <td>NAD</td> 203 <td>Copy constructors and default arguments</td> 204 <td class="full" align="center">Clang 2.7</td> 205 </tr> 206 <tr id="27"> 207 <td><a href="https://cplusplus.github.io/CWG/issues/27.html">27</a></td> 208 <td>NAD</td> 209 <td>Overload ambiguities for builtin ?: prototypes</td> 210 <td class="full" align="center">Clang 2.7</td> 211 </tr> 212 <tr id="28"> 213 <td><a href="https://cplusplus.github.io/CWG/issues/28.html">28</a></td> 214 <td>CD1</td> 215 <td>'exit', 'signal' and static object destruction</td> 216 <td class="na" align="center">N/A (Library DR)</td> 217 </tr> 218 <tr id="29"> 219 <td><a href="https://cplusplus.github.io/CWG/issues/29.html">29</a></td> 220 <td>CD1</td> 221 <td>Linkage of locally declared functions</td> 222 <td class="full" align="center">Clang 3.4</td> 223 </tr> 224 <tr id="30"> 225 <td><a href="https://cplusplus.github.io/CWG/issues/30.html">30</a></td> 226 <td>TC1</td> 227 <td>Valid uses of "<TT>::template</TT>"</td> 228 <td class="full-superseded" align="center">Superseded by <a href="#468">468</a> (C++11 onwards)</td> 229 </tr> 230 <tr id="31"> 231 <td><a href="https://cplusplus.github.io/CWG/issues/31.html">31</a></td> 232 <td>NAD</td> 233 <td>Looking up new/delete</td> 234 <td class="full" align="center">Clang 2.8</td> 235 </tr> 236 <tr id="32"> 237 <td><a href="https://cplusplus.github.io/CWG/issues/32.html">32</a></td> 238 <td>TC1</td> 239 <td>Clarification of explicit instantiation of non-exported templates</td> 240 <td class="na" align="center">N/A</td> 241 </tr> 242 <tr id="33"> 243 <td><a href="https://cplusplus.github.io/CWG/issues/33.html">33</a></td> 244 <td>TC1</td> 245 <td>Argument dependent lookup and overloaded functions</td> 246 <td class="full" align="center">Clang 9</td> 247 </tr> 248 <tr id="34"> 249 <td><a href="https://cplusplus.github.io/CWG/issues/34.html">34</a></td> 250 <td>NAD</td> 251 <td>Argument dependent lookup and points of instantiation</td> 252 <td class="na" align="center">N/A</td> 253 </tr> 254 <tr id="35"> 255 <td><a href="https://cplusplus.github.io/CWG/issues/35.html">35</a></td> 256 <td>TC1</td> 257 <td>Definition of default-initialization</td> 258 <td class="full" align="center">Duplicate of <a href="#178">178</a></td> 259 </tr> 260 <tr id="36"> 261 <td><a href="https://cplusplus.github.io/CWG/issues/36.html">36</a></td> 262 <td>CD6</td> 263 <td><I>using-declaration</I>s in multiple-declaration contexts</td> 264 <td class="full" align="center">Clang 2.8</td> 265 </tr> 266 <tr id="37"> 267 <td><a href="https://cplusplus.github.io/CWG/issues/37.html">37</a></td> 268 <td>NAD</td> 269 <td>When is uncaught_exception() true?</td> 270 <td class="unknown-superseded" align="center">Superseded by <a href="#475">475</a></td> 271 </tr> 272 <tr id="38"> 273 <td><a href="https://cplusplus.github.io/CWG/issues/38.html">38</a></td> 274 <td>TC1</td> 275 <td>Explicit template arguments and operator functions</td> 276 <td class="full" align="center">Clang 2.7</td> 277 </tr> 278 <tr id="39"> 279 <td><a href="https://cplusplus.github.io/CWG/issues/39.html">39</a></td> 280 <td>CD1</td> 281 <td>Conflicting ambiguity rules</td> 282 <td class="none" align="center">No</td> 283 </tr> 284 <tr id="40"> 285 <td><a href="https://cplusplus.github.io/CWG/issues/40.html">40</a></td> 286 <td>TC1</td> 287 <td>Syntax of <I>declarator-id</I></td> 288 <td class="na" align="center">N/A</td> 289 </tr> 290 <tr id="41"> 291 <td><a href="https://cplusplus.github.io/CWG/issues/41.html">41</a></td> 292 <td>TC1</td> 293 <td>Clarification of lookup of names after declarator-id</td> 294 <td class="full" align="center">Clang 2.7</td> 295 </tr> 296 <tr id="42"> 297 <td><a href="https://cplusplus.github.io/CWG/issues/42.html">42</a></td> 298 <td>NAD</td> 299 <td>Redefining names from base classes</td> 300 <td class="full" align="center">Clang 2.7</td> 301 </tr> 302 <tr id="43"> 303 <td><a href="https://cplusplus.github.io/CWG/issues/43.html">43</a></td> 304 <td>TC1</td> 305 <td>Copying base classes (PODs) using memcpy</td> 306 <td class="na" align="center">N/A</td> 307 </tr> 308 <tr id="44"> 309 <td><a href="https://cplusplus.github.io/CWG/issues/44.html">44</a></td> 310 <td>CD1</td> 311 <td>Member specializations</td> 312 <td class="partial-superseded" align="center">Superseded by <a href="#727">727</a></td> 313 </tr> 314 <tr id="45"> 315 <td><a href="https://cplusplus.github.io/CWG/issues/45.html">45</a></td> 316 <td>CD1</td> 317 <td>Access to nested classes</td> 318 <td class="full" align="center">Clang 2.7</td> 319 </tr> 320 <tr id="46"> 321 <td><a href="https://cplusplus.github.io/CWG/issues/46.html">46</a></td> 322 <td>NAD</td> 323 <td>Explicit instantiation of member templates</td> 324 <td class="full" align="center">Clang 2.7</td> 325 </tr> 326 <tr id="47"> 327 <td><a href="https://cplusplus.github.io/CWG/issues/47.html">47</a></td> 328 <td>NAD</td> 329 <td>Template friend issues</td> 330 <td class="full-superseded" align="center">Superseded by <a href="#329">329</a></td> 331 </tr> 332 <tr id="48"> 333 <td><a href="https://cplusplus.github.io/CWG/issues/48.html">48</a></td> 334 <td>TC1</td> 335 <td>Definitions of unused static members</td> 336 <td class="full" align="center">Clang 2.7</td> 337 </tr> 338 <tr id="49"> 339 <td><a href="https://cplusplus.github.io/CWG/issues/49.html">49</a></td> 340 <td>TC1</td> 341 <td>Restriction on non-type, non-value template arguments</td> 342 <td class="full" align="center">Clang 2.8</td> 343 </tr> 344 <tr id="50"> 345 <td><a href="https://cplusplus.github.io/CWG/issues/50.html">50</a></td> 346 <td>NAD</td> 347 <td>Converting pointer to incomplete type to same type</td> 348 <td class="full" align="center">Clang 2.7</td> 349 </tr> 350 <tr id="51"> 351 <td><a href="https://cplusplus.github.io/CWG/issues/51.html">51</a></td> 352 <td>TC1</td> 353 <td>Overloading and user-defined conversions</td> 354 <td class="full" align="center">Clang 2.8</td> 355 </tr> 356 <tr id="52"> 357 <td><a href="https://cplusplus.github.io/CWG/issues/52.html">52</a></td> 358 <td>TC1</td> 359 <td>Non-static members, member selection and access checking</td> 360 <td class="full" align="center">Clang 2.8</td> 361 </tr> 362 <tr id="53"> 363 <td><a href="https://cplusplus.github.io/CWG/issues/53.html">53</a></td> 364 <td>TC1</td> 365 <td>Lvalue-to-rvalue conversion before certain static_casts</td> 366 <td class="full" align="center">Clang 2.7</td> 367 </tr> 368 <tr id="54"> 369 <td><a href="https://cplusplus.github.io/CWG/issues/54.html">54</a></td> 370 <td>CD1</td> 371 <td>Static_cast from private base to derived class</td> 372 <td class="full" align="center">Clang 2.8</td> 373 </tr> 374 <tr id="55"> 375 <td><a href="https://cplusplus.github.io/CWG/issues/55.html">55</a></td> 376 <td>NAD</td> 377 <td>Adding/subtracting pointer and enumeration value</td> 378 <td class="full" align="center">Clang 2.7</td> 379 </tr> 380 <tr id="56"> 381 <td><a href="https://cplusplus.github.io/CWG/issues/56.html">56</a></td> 382 <td>TC1</td> 383 <td>Redeclaring typedefs within classes</td> 384 <td class="full" align="center">Clang 2.7</td> 385 </tr> 386 <tr class="open" id="57"> 387 <td><a href="https://cplusplus.github.io/CWG/issues/57.html">57</a></td> 388 <td>open</td> 389 <td>Empty unions</td> 390 <td align="center">Not resolved</td> 391 </tr> 392 <tr id="58"> 393 <td><a href="https://cplusplus.github.io/CWG/issues/58.html">58</a></td> 394 <td>CD1</td> 395 <td>Signedness of bit fields of enum type</td> 396 <td class="full" align="center">Clang 3.1</td> 397 </tr> 398 <tr id="59"> 399 <td><a href="https://cplusplus.github.io/CWG/issues/59.html">59</a></td> 400 <td>TC1</td> 401 <td>Clarification of overloading and UDC to reference type</td> 402 <td class="full" align="center">Clang 2.7</td> 403 </tr> 404 <tr id="60"> 405 <td><a href="https://cplusplus.github.io/CWG/issues/60.html">60</a></td> 406 <td>CD1</td> 407 <td>Reference binding and valid conversion sequences</td> 408 <td class="full" align="center">Clang 2.7</td> 409 </tr> 410 <tr id="61"> 411 <td><a href="https://cplusplus.github.io/CWG/issues/61.html">61</a></td> 412 <td>NAD</td> 413 <td>Address of static member function "<TT>&p->f</TT>"</td> 414 <td class="full" align="center">Clang 3.4</td> 415 </tr> 416 <tr id="62"> 417 <td><a href="https://cplusplus.github.io/CWG/issues/62.html">62</a></td> 418 <td>CD1</td> 419 <td>Unnamed members of classes used as type parameters</td> 420 <td class="full" align="center">Clang 2.9</td> 421 </tr> 422 <tr id="63"> 423 <td><a href="https://cplusplus.github.io/CWG/issues/63.html">63</a></td> 424 <td>CD1</td> 425 <td>Class instantiation from pointer conversion to void*, null and self</td> 426 <td class="full" align="center">Clang 2.7</td> 427 </tr> 428 <tr id="64"> 429 <td><a href="https://cplusplus.github.io/CWG/issues/64.html">64</a></td> 430 <td>TC1</td> 431 <td>Partial ordering to disambiguate explicit specialization</td> 432 <td class="full" align="center">Clang 2.7</td> 433 </tr> 434 <tr id="65"> 435 <td><a href="https://cplusplus.github.io/CWG/issues/65.html">65</a></td> 436 <td>TC1</td> 437 <td>Typo in default argument example</td> 438 <td class="na" align="center">N/A</td> 439 </tr> 440 <tr id="66"> 441 <td><a href="https://cplusplus.github.io/CWG/issues/66.html">66</a></td> 442 <td>NAD</td> 443 <td>Visibility of default args vs overloads added after using-declaration</td> 444 <td class="none" align="center">No</td> 445 </tr> 446 <tr id="67"> 447 <td><a href="https://cplusplus.github.io/CWG/issues/67.html">67</a></td> 448 <td>TC1</td> 449 <td>Evaluation of left side of object-expression</td> 450 <td class="na" align="center">N/A</td> 451 </tr> 452 <tr id="68"> 453 <td><a href="https://cplusplus.github.io/CWG/issues/68.html">68</a></td> 454 <td>TC1</td> 455 <td>Grammar does not allow "friend class A<int>;"</td> 456 <td class="full" align="center">Clang 2.8</td> 457 </tr> 458 <tr id="69"> 459 <td><a href="https://cplusplus.github.io/CWG/issues/69.html">69</a></td> 460 <td>TC1</td> 461 <td>Storage class specifiers on template declarations</td> 462 <td class="full" align="center">Clang 9</td> 463 </tr> 464 <tr id="70"> 465 <td><a href="https://cplusplus.github.io/CWG/issues/70.html">70</a></td> 466 <td>CD1</td> 467 <td>Is an array bound a nondeduced context?</td> 468 <td class="full" align="center">Clang 2.7</td> 469 </tr> 470 <tr id="71"> 471 <td><a href="https://cplusplus.github.io/CWG/issues/71.html">71</a></td> 472 <td>NAD</td> 473 <td>Incorrect cross reference</td> 474 <td class="na" align="center">N/A</td> 475 </tr> 476 <tr id="72"> 477 <td><a href="https://cplusplus.github.io/CWG/issues/72.html">72</a></td> 478 <td>dup</td> 479 <td>Linkage and storage class specifiers for templates</td> 480 <td class="full" align="center">Duplicate of <a href="#69">69</a></td> 481 </tr> 482 <tr id="73"> 483 <td><a href="https://cplusplus.github.io/CWG/issues/73.html">73</a></td> 484 <td>TC1</td> 485 <td>Pointer equality</td> 486 <td class="full-superseded" align="center">Superseded by <a href="#1652">1652</a></td> 487 </tr> 488 <tr id="74"> 489 <td><a href="https://cplusplus.github.io/CWG/issues/74.html">74</a></td> 490 <td>TC1</td> 491 <td>Enumeration value in direct-new-declarator</td> 492 <td class="full" align="center">Clang 2.7</td> 493 </tr> 494 <tr id="75"> 495 <td><a href="https://cplusplus.github.io/CWG/issues/75.html">75</a></td> 496 <td>TC1</td> 497 <td>In-class initialized members must be const</td> 498 <td class="full" align="center">Clang 2.7</td> 499 </tr> 500 <tr id="76"> 501 <td><a href="https://cplusplus.github.io/CWG/issues/76.html">76</a></td> 502 <td>TC1</td> 503 <td>Are const volatile variables considered "constant expressions"?</td> 504 <td class="full" align="center">Clang 2.7</td> 505 </tr> 506 <tr id="77"> 507 <td><a href="https://cplusplus.github.io/CWG/issues/77.html">77</a></td> 508 <td>CD1</td> 509 <td>The definition of friend does not allow nested classes to be friends</td> 510 <td class="full" align="center">Clang 2.7</td> 511 </tr> 512 <tr id="78"> 513 <td><a href="https://cplusplus.github.io/CWG/issues/78.html">78</a></td> 514 <td>CD1</td> 515 <td>Section 8.5 paragraph 9 should state it only applies to non-static objects</td> 516 <td class="none" align="center">Superseded by <a href="#????">????</a></td> 517 </tr> 518 <tr id="79"> 519 <td><a href="https://cplusplus.github.io/CWG/issues/79.html">79</a></td> 520 <td>dup</td> 521 <td>Alignment and placement new</td> 522 <td class="na" align="center">N/A</td> 523 </tr> 524 <tr id="80"> 525 <td><a href="https://cplusplus.github.io/CWG/issues/80.html">80</a></td> 526 <td>TC1</td> 527 <td>Class members with same name as class</td> 528 <td class="full" align="center">Clang 2.9</td> 529 </tr> 530 <tr id="81"> 531 <td><a href="https://cplusplus.github.io/CWG/issues/81.html">81</a></td> 532 <td>NAD</td> 533 <td>Null pointers and C compatibility</td> 534 <td class="na" align="center">N/A</td> 535 </tr> 536 <tr id="82"> 537 <td><a href="https://cplusplus.github.io/CWG/issues/82.html">82</a></td> 538 <td>dup</td> 539 <td>Definition of "using" a constant expression</td> 540 <td class="full" align="center">Duplicate of <a href="#48">48</a></td> 541 </tr> 542 <tr id="83"> 543 <td><a href="https://cplusplus.github.io/CWG/issues/83.html">83</a></td> 544 <td>TC1</td> 545 <td>Overloading and deprecated conversion of string literal</td> 546 <td class="full" align="center">Clang 2.7</td> 547 </tr> 548 <tr id="84"> 549 <td><a href="https://cplusplus.github.io/CWG/issues/84.html">84</a></td> 550 <td>TC1</td> 551 <td>Overloading and conversion loophole used by <TT>auto_ptr</TT></td> 552 <td class="full" align="center">Clang 2.7</td> 553 </tr> 554 <tr id="85"> 555 <td><a href="https://cplusplus.github.io/CWG/issues/85.html">85</a></td> 556 <td>TC1</td> 557 <td>Redeclaration of member class</td> 558 <td class="full" align="center">Clang 3.4</td> 559 </tr> 560 <tr id="86"> 561 <td><a href="https://cplusplus.github.io/CWG/issues/86.html">86</a></td> 562 <td>CD1</td> 563 <td>Lifetime of temporaries in query expressions</td> 564 <td class="full" align="center">Duplicate of <a href="#446">446</a></td> 565 </tr> 566 <tr id="87"> 567 <td><a href="https://cplusplus.github.io/CWG/issues/87.html">87</a></td> 568 <td>CD1</td> 569 <td>Exception specifications on function parameters</td> 570 <td class="none" align="center">No</td> 571 </tr> 572 <tr id="88"> 573 <td><a href="https://cplusplus.github.io/CWG/issues/88.html">88</a></td> 574 <td>NAD</td> 575 <td>Specialization of member constant templates</td> 576 <td class="full" align="center">Clang 2.8</td> 577 </tr> 578 <tr id="89"> 579 <td><a href="https://cplusplus.github.io/CWG/issues/89.html">89</a></td> 580 <td>TC1</td> 581 <td>Object lifetime does not account for reference rebinding</td> 582 <td class="na" align="center">N/A</td> 583 </tr> 584 <tr id="90"> 585 <td><a href="https://cplusplus.github.io/CWG/issues/90.html">90</a></td> 586 <td>TC1</td> 587 <td>Should the enclosing class be an "associated class" too?</td> 588 <td class="full" align="center">Clang 2.7</td> 589 </tr> 590 <tr id="91"> 591 <td><a href="https://cplusplus.github.io/CWG/issues/91.html">91</a></td> 592 <td>NAD</td> 593 <td>A union's associated types should include the union itself</td> 594 <td class="full" align="center">Clang 2.7</td> 595 </tr> 596 <tr id="92"> 597 <td><a href="https://cplusplus.github.io/CWG/issues/92.html">92</a></td> 598 <td>CD4</td> 599 <td>Should <I>exception-specification</I>s be part of the type system?</td> 600 <td class="full" align="center">Clang 4 (C++17 onwards)</td> 601 </tr> 602 <tr id="93"> 603 <td><a href="https://cplusplus.github.io/CWG/issues/93.html">93</a></td> 604 <td>TC1</td> 605 <td>Missing word in 3.8 <U>basic.life</U> paragraph 2</td> 606 <td class="na" align="center">N/A</td> 607 </tr> 608 <tr id="94"> 609 <td><a href="https://cplusplus.github.io/CWG/issues/94.html">94</a></td> 610 <td>TC1</td> 611 <td>Inconsistencies in the descriptions of constant expressions</td> 612 <td class="full" align="center">Clang 2.7</td> 613 </tr> 614 <tr id="95"> 615 <td><a href="https://cplusplus.github.io/CWG/issues/95.html">95</a></td> 616 <td>NAD</td> 617 <td>Elaborated type specifiers referencing names declared in friend decls</td> 618 <td class="full" align="center">Clang 3.3</td> 619 </tr> 620 <tr id="96"> 621 <td><a href="https://cplusplus.github.io/CWG/issues/96.html">96</a></td> 622 <td>C++11</td> 623 <td>Syntactic disambiguation using the <TT>template</TT> keyword</td> 624 <td class="na" align="center">Superseded by <a href="https://wg21.link/P1787">P1787</a></td> 625 </tr> 626 <tr id="97"> 627 <td><a href="https://cplusplus.github.io/CWG/issues/97.html">97</a></td> 628 <td>NAD</td> 629 <td>Use of bool constants in integral constant expressions</td> 630 <td class="full" align="center">Clang 2.7</td> 631 </tr> 632 <tr id="98"> 633 <td><a href="https://cplusplus.github.io/CWG/issues/98.html">98</a></td> 634 <td>TC1</td> 635 <td>Branching into try block</td> 636 <td class="full" align="center">Clang 2.7</td> 637 </tr> 638 <tr id="99"> 639 <td><a href="https://cplusplus.github.io/CWG/issues/99.html">99</a></td> 640 <td>NAD</td> 641 <td>Partial ordering, references and cv-qualifiers</td> 642 <td class="full-superseded" align="center">Superseded by <a href="#214">214</a></td> 643 </tr> 644 <tr id="100"> 645 <td><a href="https://cplusplus.github.io/CWG/issues/100.html">100</a></td> 646 <td>TC1</td> 647 <td>Clarify why string literals are not allowed as template arguments</td> 648 <td class="full" align="center">Clang 2.7</td> 649 </tr> 650 <tr id="101"> 651 <td><a href="https://cplusplus.github.io/CWG/issues/101.html">101</a></td> 652 <td>TC1</td> 653 <td>Redeclaration of extern "C" names via using-declarations</td> 654 <td class="full" align="center">Clang 3.5</td> 655 </tr> 656 <tr id="102"> 657 <td><a href="https://cplusplus.github.io/CWG/issues/102.html">102</a></td> 658 <td>NAD</td> 659 <td>Operator lookup rules do not work well with parts of the library</td> 660 <td class="full" align="center">Clang 2.7</td> 661 </tr> 662 <tr id="103"> 663 <td><a href="https://cplusplus.github.io/CWG/issues/103.html">103</a></td> 664 <td>TC1</td> 665 <td>Is it <I>extended-namespace-definition</I> or <I>extension-namespace-definition</I> ?</td> 666 <td class="na" align="center">N/A</td> 667 </tr> 668 <tr id="104"> 669 <td><a href="https://cplusplus.github.io/CWG/issues/104.html">104</a></td> 670 <td>NAD</td> 671 <td>Destroying the exception temp when no handler is found</td> 672 <td class="na" align="center">N/A (Library DR)</td> 673 </tr> 674 <tr id="105"> 675 <td><a href="https://cplusplus.github.io/CWG/issues/105.html">105</a></td> 676 <td>TC1</td> 677 <td>Meaning of "template function"</td> 678 <td class="na" align="center">N/A</td> 679 </tr> 680 <tr id="106"> 681 <td><a href="https://cplusplus.github.io/CWG/issues/106.html">106</a></td> 682 <td>CD1</td> 683 <td>Creating references to references during template deduction/instantiation</td> 684 <td class="full-superseded" align="center">Superseded by <a href="#540">540</a></td> 685 </tr> 686 <tr id="107"> 687 <td><a href="https://cplusplus.github.io/CWG/issues/107.html">107</a></td> 688 <td>NAD</td> 689 <td>Linkage of operator functions</td> 690 <td class="full" align="center">Clang 2.7</td> 691 </tr> 692 <tr id="108"> 693 <td><a href="https://cplusplus.github.io/CWG/issues/108.html">108</a></td> 694 <td>TC1</td> 695 <td>Are classes nested in templates dependent?</td> 696 <td class="full" align="center">Clang 2.9</td> 697 </tr> 698 <tr id="109"> 699 <td><a href="https://cplusplus.github.io/CWG/issues/109.html">109</a></td> 700 <td>NAD</td> 701 <td>Allowing <TT>::template</TT> in <I>using-declaration</I>s</td> 702 <td class="full" align="center">Clang 2.8</td> 703 </tr> 704 <tr id="110"> 705 <td><a href="https://cplusplus.github.io/CWG/issues/110.html">110</a></td> 706 <td>CD6</td> 707 <td>Can template functions and classes be declared in the same scope?</td> 708 <td class="full" align="center">Clang 2.8</td> 709 </tr> 710 <tr id="111"> 711 <td><a href="https://cplusplus.github.io/CWG/issues/111.html">111</a></td> 712 <td>NAD</td> 713 <td>Copy constructors and cv-qualifiers</td> 714 <td class="full" align="center">Duplicate of <a href="#535">535</a></td> 715 </tr> 716 <tr id="112"> 717 <td><a href="https://cplusplus.github.io/CWG/issues/112.html">112</a></td> 718 <td>CD1</td> 719 <td>Array types and cv-qualifiers</td> 720 <td class="full" align="center">Clang 3.1</td> 721 </tr> 722 <tr id="113"> 723 <td><a href="https://cplusplus.github.io/CWG/issues/113.html">113</a></td> 724 <td>CD1</td> 725 <td>Visibility of called function</td> 726 <td class="full" align="center">Clang 2.7</td> 727 </tr> 728 <tr id="114"> 729 <td><a href="https://cplusplus.github.io/CWG/issues/114.html">114</a></td> 730 <td>NAD</td> 731 <td>Virtual overriding by template member function specializations</td> 732 <td class="full" align="center">Clang 2.7</td> 733 </tr> 734 <tr id="115"> 735 <td><a href="https://cplusplus.github.io/CWG/issues/115.html">115</a></td> 736 <td>CD1</td> 737 <td>Address of template-id</td> 738 <td class="full" align="center">Clang 3.0</td> 739 </tr> 740 <tr id="116"> 741 <td><a href="https://cplusplus.github.io/CWG/issues/116.html">116</a></td> 742 <td>TC1</td> 743 <td>Equivalent and functionally-equivalent function templates</td> 744 <td class="full" align="center">Clang 2.7</td> 745 </tr> 746 <tr id="117"> 747 <td><a href="https://cplusplus.github.io/CWG/issues/117.html">117</a></td> 748 <td>NAD</td> 749 <td>Timing of destruction of temporaries</td> 750 <td class="na" align="center">N/A</td> 751 </tr> 752 <tr id="118"> 753 <td><a href="https://cplusplus.github.io/CWG/issues/118.html">118</a></td> 754 <td>CD1</td> 755 <td>Calls via pointers to virtual member functions</td> 756 <td class="full" align="center">Yes</td> 757 </tr> 758 <tr id="119"> 759 <td><a href="https://cplusplus.github.io/CWG/issues/119.html">119</a></td> 760 <td>CD1</td> 761 <td>Object lifetime and aggregate initialization</td> 762 <td class="na" align="center">N/A</td> 763 </tr> 764 <tr id="120"> 765 <td><a href="https://cplusplus.github.io/CWG/issues/120.html">120</a></td> 766 <td>TC1</td> 767 <td>Nonexistent non-terminal <I>qualified-name</I></td> 768 <td class="na" align="center">N/A</td> 769 </tr> 770 <tr id="121"> 771 <td><a href="https://cplusplus.github.io/CWG/issues/121.html">121</a></td> 772 <td>TC1</td> 773 <td>Dependent type names with non-dependent <I>nested-name-specifier</I>s</td> 774 <td class="full" align="center">Clang 2.7</td> 775 </tr> 776 <tr id="122"> 777 <td><a href="https://cplusplus.github.io/CWG/issues/122.html">122</a></td> 778 <td>CD1</td> 779 <td><I>template-id</I>s as <I>unqualified-id</I>s</td> 780 <td class="full" align="center">Clang 2.7</td> 781 </tr> 782 <tr id="123"> 783 <td><a href="https://cplusplus.github.io/CWG/issues/123.html">123</a></td> 784 <td>TC1</td> 785 <td>Bad cross-reference</td> 786 <td class="na" align="center">N/A</td> 787 </tr> 788 <tr id="124"> 789 <td><a href="https://cplusplus.github.io/CWG/issues/124.html">124</a></td> 790 <td>CD1</td> 791 <td>Lifetime of temporaries in default initialization of class arrays</td> 792 <td class="full" align="center">Clang 2.7</td> 793 </tr> 794 <tr id="125"> 795 <td><a href="https://cplusplus.github.io/CWG/issues/125.html">125</a></td> 796 <td>CD1</td> 797 <td>Ambiguity in <TT>friend</TT> declaration syntax</td> 798 <td class="full" align="center">Clang 2.7</td> 799 </tr> 800 <tr id="126"> 801 <td><a href="https://cplusplus.github.io/CWG/issues/126.html">126</a></td> 802 <td>TC1</td> 803 <td>Exception specifications and <TT>const</TT></td> 804 <td class="partial" align="center">Partial</td> 805 </tr> 806 <tr id="127"> 807 <td><a href="https://cplusplus.github.io/CWG/issues/127.html">127</a></td> 808 <td>TC1</td> 809 <td>Ambiguity in description of matching deallocation function</td> 810 <td class="full" align="center">Clang 2.9</td> 811 </tr> 812 <tr id="128"> 813 <td><a href="https://cplusplus.github.io/CWG/issues/128.html">128</a></td> 814 <td>TC1</td> 815 <td>Casting between enum types</td> 816 <td class="full" align="center">Clang 2.7</td> 817 </tr> 818 <tr id="129"> 819 <td><a href="https://cplusplus.github.io/CWG/issues/129.html">129</a></td> 820 <td>CD3</td> 821 <td>Stability of uninitialized auto variables</td> 822 <td class="full" align="center">Duplicate of <a href="#616">616</a></td> 823 </tr> 824 <tr id="130"> 825 <td><a href="https://cplusplus.github.io/CWG/issues/130.html">130</a></td> 826 <td>NAD</td> 827 <td>Sequence points and <I>new-expression</I>s</td> 828 <td class="na" align="center">N/A</td> 829 </tr> 830 <tr id="131"> 831 <td><a href="https://cplusplus.github.io/CWG/issues/131.html">131</a></td> 832 <td>TC1</td> 833 <td>Typo in Lao characters</td> 834 <td class="na" align="center">Superseded by <a href="https://wg21.link/P1949">P1949</a></td> 835 </tr> 836 <tr id="132"> 837 <td><a href="https://cplusplus.github.io/CWG/issues/132.html">132</a></td> 838 <td>NAD</td> 839 <td>Local types and linkage</td> 840 <td class="none" align="center">No</td> 841 </tr> 842 <tr id="133"> 843 <td><a href="https://cplusplus.github.io/CWG/issues/133.html">133</a></td> 844 <td>dup</td> 845 <td>Exception specifications and checking</td> 846 <td class="none" align="center">Duplicate of <a href="#87">87</a></td> 847 </tr> 848 <tr id="134"> 849 <td><a href="https://cplusplus.github.io/CWG/issues/134.html">134</a></td> 850 <td>TC1</td> 851 <td>Template classes and <I>declarator-id</I>s</td> 852 <td class="na" align="center">N/A</td> 853 </tr> 854 <tr id="135"> 855 <td><a href="https://cplusplus.github.io/CWG/issues/135.html">135</a></td> 856 <td>TC1</td> 857 <td>Class type in in-class member function definitions</td> 858 <td class="full" align="center">Clang 2.7</td> 859 </tr> 860 <tr id="136"> 861 <td><a href="https://cplusplus.github.io/CWG/issues/136.html">136</a></td> 862 <td>CD1</td> 863 <td>Default arguments and friend declarations</td> 864 <td class="full" align="center">Clang 3.4</td> 865 </tr> 866 <tr id="137"> 867 <td><a href="https://cplusplus.github.io/CWG/issues/137.html">137</a></td> 868 <td>TC1</td> 869 <td><TT>static_cast</TT> of <I>cv</I> <TT>void*</TT></td> 870 <td class="full" align="center">Clang 2.7</td> 871 </tr> 872 <tr id="138"> 873 <td><a href="https://cplusplus.github.io/CWG/issues/138.html">138</a></td> 874 <td>CD6</td> 875 <td>Friend declaration name lookup</td> 876 <td class="partial" align="center">Partial</td> 877 </tr> 878 <tr id="139"> 879 <td><a href="https://cplusplus.github.io/CWG/issues/139.html">139</a></td> 880 <td>CD1</td> 881 <td>Error in <TT>friend</TT> lookup example</td> 882 <td class="full" align="center">Clang 2.7</td> 883 </tr> 884 <tr id="140"> 885 <td><a href="https://cplusplus.github.io/CWG/issues/140.html">140</a></td> 886 <td>CD1</td> 887 <td>Agreement of parameter declarations</td> 888 <td class="full" align="center">Clang 2.7</td> 889 </tr> 890 <tr id="141"> 891 <td><a href="https://cplusplus.github.io/CWG/issues/141.html">141</a></td> 892 <td>CD1</td> 893 <td>Non-member function templates in member access expressions</td> 894 <td class="full" align="center">Clang 3.1</td> 895 </tr> 896 <tr id="142"> 897 <td><a href="https://cplusplus.github.io/CWG/issues/142.html">142</a></td> 898 <td>TC1</td> 899 <td>Injection-related errors in access example</td> 900 <td class="full" align="center">Clang 2.8</td> 901 </tr> 902 <tr id="143"> 903 <td><a href="https://cplusplus.github.io/CWG/issues/143.html">143</a></td> 904 <td>CD1</td> 905 <td>Friends and Koenig lookup</td> 906 <td class="full" align="center">Clang 2.7</td> 907 </tr> 908 <tr class="open" id="144"> 909 <td><a href="https://cplusplus.github.io/CWG/issues/144.html">144</a></td> 910 <td>open</td> 911 <td>Position of <TT>friend</TT> specifier</td> 912 <td align="center">Not resolved</td> 913 </tr> 914 <tr id="145"> 915 <td><a href="https://cplusplus.github.io/CWG/issues/145.html">145</a></td> 916 <td>TC1</td> 917 <td>Deprecation of prefix <TT>++</TT></td> 918 <td class="full" align="center">Clang 2.7</td> 919 </tr> 920 <tr class="open" id="146"> 921 <td><a href="https://cplusplus.github.io/CWG/issues/146.html">146</a></td> 922 <td>open</td> 923 <td>Floating-point zero</td> 924 <td align="center">Not resolved</td> 925 </tr> 926 <tr id="147"> 927 <td><a href="https://cplusplus.github.io/CWG/issues/147.html">147</a></td> 928 <td>TC1</td> 929 <td>Naming the constructor</td> 930 <td class="full" align="center">Clang 2.7</td> 931 </tr> 932 <tr id="148"> 933 <td><a href="https://cplusplus.github.io/CWG/issues/148.html">148</a></td> 934 <td>TC1</td> 935 <td>POD classes and pointers to members</td> 936 <td class="full" align="center">Clang 2.7</td> 937 </tr> 938 <tr id="149"> 939 <td><a href="https://cplusplus.github.io/CWG/issues/149.html">149</a></td> 940 <td>TC1</td> 941 <td>Accessibility and ambiguity</td> 942 <td class="na" align="center">N/A</td> 943 </tr> 944 <tr id="150"> 945 <td><a href="https://cplusplus.github.io/CWG/issues/150.html">150</a></td> 946 <td>C++17</td> 947 <td>Template template parameters and default arguments</td> 948 <td class="full" align="center">Clang 19</td> 949 </tr> 950 <tr id="151"> 951 <td><a href="https://cplusplus.github.io/CWG/issues/151.html">151</a></td> 952 <td>TC1</td> 953 <td>Terminology of zero-initialization</td> 954 <td class="full" align="center">Clang 3.1</td> 955 </tr> 956 <tr id="152"> 957 <td><a href="https://cplusplus.github.io/CWG/issues/152.html">152</a></td> 958 <td>TC1</td> 959 <td><TT>explicit</TT> copy constructors</td> 960 <td class="full" align="center">Clang 2.7</td> 961 </tr> 962 <tr id="153"> 963 <td><a href="https://cplusplus.github.io/CWG/issues/153.html">153</a></td> 964 <td>TC1</td> 965 <td>Misleading wording (rank of conversion)</td> 966 <td class="na" align="center">N/A</td> 967 </tr> 968 <tr id="154"> 969 <td><a href="https://cplusplus.github.io/CWG/issues/154.html">154</a></td> 970 <td>NAD</td> 971 <td>Anonymous unions in unnamed namespaces</td> 972 <td class="full" align="center">Clang 2.7</td> 973 </tr> 974 <tr id="155"> 975 <td><a href="https://cplusplus.github.io/CWG/issues/155.html">155</a></td> 976 <td>dup</td> 977 <td>Brace initializer for scalar</td> 978 <td class="full" align="center">Duplicate of <a href="#632">632</a></td> 979 </tr> 980 <tr id="156"> 981 <td><a href="https://cplusplus.github.io/CWG/issues/156.html">156</a></td> 982 <td>NAD</td> 983 <td>Name lookup for conversion functions</td> 984 <td class="partial-superseded" align="center">Superseded by <a href="#1111">1111</a></td> 985 </tr> 986 <tr class="open" id="157"> 987 <td><a href="https://cplusplus.github.io/CWG/issues/157.html">157</a></td> 988 <td>open</td> 989 <td>Omitted typedef declarator</td> 990 <td align="center">Not resolved</td> 991 </tr> 992 <tr id="158"> 993 <td><a href="https://cplusplus.github.io/CWG/issues/158.html">158</a></td> 994 <td>CD1</td> 995 <td>Aliasing and qualification conversions</td> 996 <td class="full" align="center">Yes</td> 997 </tr> 998 <tr id="159"> 999 <td><a href="https://cplusplus.github.io/CWG/issues/159.html">159</a></td> 1000 <td>TC1</td> 1001 <td>Namespace qualification in declarators</td> 1002 <td class="full" align="center">Clang 3.5</td> 1003 </tr> 1004 <tr id="160"> 1005 <td><a href="https://cplusplus.github.io/CWG/issues/160.html">160</a></td> 1006 <td>CD1</td> 1007 <td>Missing <TT>std::</TT> qualification</td> 1008 <td class="na" align="center">N/A</td> 1009 </tr> 1010 <tr id="161"> 1011 <td><a href="https://cplusplus.github.io/CWG/issues/161.html">161</a></td> 1012 <td>TC1</td> 1013 <td>Access to protected nested type</td> 1014 <td class="full" align="center">Clang 3.1</td> 1015 </tr> 1016 <tr id="162"> 1017 <td><a href="https://cplusplus.github.io/CWG/issues/162.html">162</a></td> 1018 <td>CD1</td> 1019 <td>(<TT>&C::f)()</TT> with nonstatic members</td> 1020 <td class="full" align="center">Clang 19</td> 1021 </tr> 1022 <tr id="163"> 1023 <td><a href="https://cplusplus.github.io/CWG/issues/163.html">163</a></td> 1024 <td>TC1</td> 1025 <td>Description of subaggregate initializer</td> 1026 <td class="na" align="center">N/A</td> 1027 </tr> 1028 <tr id="164"> 1029 <td><a href="https://cplusplus.github.io/CWG/issues/164.html">164</a></td> 1030 <td>TC1</td> 1031 <td>Overlap between Koenig and normal lookup</td> 1032 <td class="full" align="center">Clang 2.7</td> 1033 </tr> 1034 <tr id="165"> 1035 <td><a href="https://cplusplus.github.io/CWG/issues/165.html">165</a></td> 1036 <td>NAD</td> 1037 <td>Definitions of friends and block-scope externs</td> 1038 <td class="none" align="center">No</td> 1039 </tr> 1040 <tr id="166"> 1041 <td><a href="https://cplusplus.github.io/CWG/issues/166.html">166</a></td> 1042 <td>TC1</td> 1043 <td>Friend declarations of <I>template-id</I>s</td> 1044 <td class="full" align="center">Clang 2.9</td> 1045 </tr> 1046 <tr id="167"> 1047 <td><a href="https://cplusplus.github.io/CWG/issues/167.html">167</a></td> 1048 <td>NAD</td> 1049 <td>Deprecating static functions</td> 1050 <td class="unknown-superseded" align="center">Superseded by <a href="#1012">1012</a></td> 1051 </tr> 1052 <tr id="168"> 1053 <td><a href="https://cplusplus.github.io/CWG/issues/168.html">168</a></td> 1054 <td>NAD</td> 1055 <td>C linkage for static member functions</td> 1056 <td class="none" align="center">No</td> 1057 </tr> 1058 <tr id="169"> 1059 <td><a href="https://cplusplus.github.io/CWG/issues/169.html">169</a></td> 1060 <td>NAD</td> 1061 <td><I>template-id</I>s in <I>using-declaration</I>s</td> 1062 <td class="full" align="center">Clang 3.4</td> 1063 </tr> 1064 <tr id="170"> 1065 <td><a href="https://cplusplus.github.io/CWG/issues/170.html">170</a></td> 1066 <td>DRWP</td> 1067 <td>Pointer-to-member conversions</td> 1068 <td class="full" align="center">Clang 3.1</td> 1069 </tr> 1070 <tr id="171"> 1071 <td><a href="https://cplusplus.github.io/CWG/issues/171.html">171</a></td> 1072 <td>TC1</td> 1073 <td>Global namespace scope</td> 1074 <td class="full" align="center">Clang 3.4</td> 1075 </tr> 1076 <tr id="172"> 1077 <td><a href="https://cplusplus.github.io/CWG/issues/172.html">172</a></td> 1078 <td>CD1</td> 1079 <td>Unsigned int as underlying type of enum</td> 1080 <td class="full" align="center">Clang 2.7</td> 1081 </tr> 1082 <tr id="173"> 1083 <td><a href="https://cplusplus.github.io/CWG/issues/173.html">173</a></td> 1084 <td>TC1</td> 1085 <td>Constraints on execution character set</td> 1086 <td class="full" align="center">Clang 2.7</td> 1087 </tr> 1088 <tr id="174"> 1089 <td><a href="https://cplusplus.github.io/CWG/issues/174.html">174</a></td> 1090 <td>NAD</td> 1091 <td>Undeprecating global static</td> 1092 <td class="unknown-superseded" align="center">Superseded by <a href="#1012">1012</a></td> 1093 </tr> 1094 <tr id="175"> 1095 <td><a href="https://cplusplus.github.io/CWG/issues/175.html">175</a></td> 1096 <td>CD1</td> 1097 <td>Class name injection and base name access</td> 1098 <td class="full" align="center">Clang 2.8</td> 1099 </tr> 1100 <tr id="176"> 1101 <td><a href="https://cplusplus.github.io/CWG/issues/176.html">176</a></td> 1102 <td>TC1</td> 1103 <td>Name injection and templates</td> 1104 <td class="full" align="center">Clang 3.1</td> 1105 </tr> 1106 <tr id="177"> 1107 <td><a href="https://cplusplus.github.io/CWG/issues/177.html">177</a></td> 1108 <td>CD1</td> 1109 <td>Lvalues vs rvalues in copy-initialization</td> 1110 <td class="full" align="center">Clang 2.7</td> 1111 </tr> 1112 <tr id="178"> 1113 <td><a href="https://cplusplus.github.io/CWG/issues/178.html">178</a></td> 1114 <td>TC1</td> 1115 <td>More on value-initialization</td> 1116 <td class="full" align="center">Clang 3.1</td> 1117 </tr> 1118 <tr id="179"> 1119 <td><a href="https://cplusplus.github.io/CWG/issues/179.html">179</a></td> 1120 <td>TC1</td> 1121 <td>Function pointers and subtraction</td> 1122 <td class="full" align="center">Clang 2.7</td> 1123 </tr> 1124 <tr id="180"> 1125 <td><a href="https://cplusplus.github.io/CWG/issues/180.html">180</a></td> 1126 <td>CD1</td> 1127 <td><TT>typename</TT> and elaborated types</td> 1128 <td class="full" align="center">Clang 2.8</td> 1129 </tr> 1130 <tr id="181"> 1131 <td><a href="https://cplusplus.github.io/CWG/issues/181.html">181</a></td> 1132 <td>TC1</td> 1133 <td>Errors in template <I>template-parameter</I> example</td> 1134 <td class="full" align="center">Clang 2.7</td> 1135 </tr> 1136 <tr id="182"> 1137 <td><a href="https://cplusplus.github.io/CWG/issues/182.html">182</a></td> 1138 <td>NAD</td> 1139 <td>Access checking on explicit specializations</td> 1140 <td class="full" align="center">Clang 14</td> 1141 </tr> 1142 <tr id="183"> 1143 <td><a href="https://cplusplus.github.io/CWG/issues/183.html">183</a></td> 1144 <td>TC1</td> 1145 <td><TT>typename</TT> in explicit specializations</td> 1146 <td class="full-superseded" align="center">Superseded by <a href="#382">382</a></td> 1147 </tr> 1148 <tr id="184"> 1149 <td><a href="https://cplusplus.github.io/CWG/issues/184.html">184</a></td> 1150 <td>CD1</td> 1151 <td>Default arguments in template <I>template-parameter</I>s</td> 1152 <td class="full" align="center">Clang 2.7</td> 1153 </tr> 1154 <tr id="185"> 1155 <td><a href="https://cplusplus.github.io/CWG/issues/185.html">185</a></td> 1156 <td>TC1</td> 1157 <td>"Named" temporaries and copy elision</td> 1158 <td class="full" align="center">Clang 2.7</td> 1159 </tr> 1160 <tr class="open" id="186"> 1161 <td><a href="https://cplusplus.github.io/CWG/issues/186.html">186</a></td> 1162 <td>open</td> 1163 <td>Name hiding and template <I>template-parameter</I>s</td> 1164 <td align="center">Not resolved</td> 1165 </tr> 1166 <tr id="187"> 1167 <td><a href="https://cplusplus.github.io/CWG/issues/187.html">187</a></td> 1168 <td>TC1</td> 1169 <td>Scope of template parameter names</td> 1170 <td class="full-superseded" align="center">Superseded by <a href="#481">481</a></td> 1171 </tr> 1172 <tr id="188"> 1173 <td><a href="https://cplusplus.github.io/CWG/issues/188.html">188</a></td> 1174 <td>TC1</td> 1175 <td>Comma operator and rvalue conversion</td> 1176 <td class="full" align="center">Clang 2.7</td> 1177 </tr> 1178 <tr class="open" id="189"> 1179 <td><a href="https://cplusplus.github.io/CWG/issues/189.html">189</a></td> 1180 <td>drafting</td> 1181 <td>Definition of <I>operator</I> and <I>punctuator</I></td> 1182 <td align="center">Not resolved</td> 1183 </tr> 1184 <tr id="190"> 1185 <td><a href="https://cplusplus.github.io/CWG/issues/190.html">190</a></td> 1186 <td>TC1</td> 1187 <td>Layout-compatible POD-struct types</td> 1188 <td class="full" align="center">Clang 19</td> 1189 </tr> 1190 <tr id="191"> 1191 <td><a href="https://cplusplus.github.io/CWG/issues/191.html">191</a></td> 1192 <td>CD6</td> 1193 <td>Name lookup does not handle complex nesting</td> 1194 <td class="full" align="center">Clang 2.7</td> 1195 </tr> 1196 <tr id="192"> 1197 <td><a href="https://cplusplus.github.io/CWG/issues/192.html">192</a></td> 1198 <td>NAD</td> 1199 <td>Name lookup in parameters</td> 1200 <td class="full" align="center">Clang 2.7</td> 1201 </tr> 1202 <tr id="193"> 1203 <td><a href="https://cplusplus.github.io/CWG/issues/193.html">193</a></td> 1204 <td>TC1</td> 1205 <td>Order of destruction of local automatics of destructor</td> 1206 <td class="full" align="center">Clang 2.7</td> 1207 </tr> 1208 <tr id="194"> 1209 <td><a href="https://cplusplus.github.io/CWG/issues/194.html">194</a></td> 1210 <td>TC1</td> 1211 <td>Identifying constructors</td> 1212 <td class="full" align="center">Clang 2.7</td> 1213 </tr> 1214 <tr id="195"> 1215 <td><a href="https://cplusplus.github.io/CWG/issues/195.html">195</a></td> 1216 <td>CD1</td> 1217 <td>Converting between function and object pointers</td> 1218 <td class="full" align="center">Clang 2.7</td> 1219 </tr> 1220 <tr class="open" id="196"> 1221 <td><a href="https://cplusplus.github.io/CWG/issues/196.html">196</a></td> 1222 <td>open</td> 1223 <td>Arguments to deallocation functions</td> 1224 <td align="center">Not resolved</td> 1225 </tr> 1226 <tr id="197"> 1227 <td><a href="https://cplusplus.github.io/CWG/issues/197.html">197</a></td> 1228 <td>CD1</td> 1229 <td>Issues with two-stage lookup of dependent names</td> 1230 <td class="full" align="center">Clang 2.7</td> 1231 </tr> 1232 <tr id="198"> 1233 <td><a href="https://cplusplus.github.io/CWG/issues/198.html">198</a></td> 1234 <td>CD1</td> 1235 <td>Definition of "use" in local and nested classes</td> 1236 <td class="full" align="center">Clang 2.9</td> 1237 </tr> 1238 <tr id="199"> 1239 <td><a href="https://cplusplus.github.io/CWG/issues/199.html">199</a></td> 1240 <td>CD1</td> 1241 <td>Order of destruction of temporaries</td> 1242 <td class="full" align="center">Clang 2.8</td> 1243 </tr> 1244 <tr id="200"> 1245 <td><a href="https://cplusplus.github.io/CWG/issues/200.html">200</a></td> 1246 <td>dup</td> 1247 <td>Partial ordering and explicit arguments</td> 1248 <td class="full" align="center">Duplicate of <a href="#214">214</a></td> 1249 </tr> 1250 <tr id="201"> 1251 <td><a href="https://cplusplus.github.io/CWG/issues/201.html">201</a></td> 1252 <td>CD1</td> 1253 <td>Order of destruction of temporaries in initializers</td> 1254 <td class="full" align="center">Clang 2.8</td> 1255 </tr> 1256 <tr id="202"> 1257 <td><a href="https://cplusplus.github.io/CWG/issues/202.html">202</a></td> 1258 <td>TC1</td> 1259 <td>Use of overloaded function name</td> 1260 <td class="full" align="center">Clang 3.1</td> 1261 </tr> 1262 <tr id="203"> 1263 <td><a href="https://cplusplus.github.io/CWG/issues/203.html">203</a></td> 1264 <td>NAD</td> 1265 <td>Type of address-of-member expression</td> 1266 <td class="full" align="center">Clang 3.0</td> 1267 </tr> 1268 <tr id="204"> 1269 <td><a href="https://cplusplus.github.io/CWG/issues/204.html">204</a></td> 1270 <td>CD1</td> 1271 <td>Exported class templates</td> 1272 <td class="full-superseded" align="center">Superseded by <a href="#820">820</a></td> 1273 </tr> 1274 <tr class="open" id="205"> 1275 <td><a href="https://cplusplus.github.io/CWG/issues/205.html">205</a></td> 1276 <td>drafting</td> 1277 <td>Templates and static data members</td> 1278 <td align="center">Not resolved</td> 1279 </tr> 1280 <tr id="206"> 1281 <td><a href="https://cplusplus.github.io/CWG/issues/206.html">206</a></td> 1282 <td>TC1</td> 1283 <td>Semantic constraints on non-dependent names</td> 1284 <td class="full" align="center">Clang 2.7</td> 1285 </tr> 1286 <tr id="207"> 1287 <td><a href="https://cplusplus.github.io/CWG/issues/207.html">207</a></td> 1288 <td>CD1</td> 1289 <td><I>using-declaration</I>s and protected access</td> 1290 <td class="full" align="center">Clang 2.7</td> 1291 </tr> 1292 <tr id="208"> 1293 <td><a href="https://cplusplus.github.io/CWG/issues/208.html">208</a></td> 1294 <td>CD1</td> 1295 <td>Rethrowing exceptions in nested handlers</td> 1296 <td class="unknown" align="center">Unknown</td> 1297 </tr> 1298 <tr id="209"> 1299 <td><a href="https://cplusplus.github.io/CWG/issues/209.html">209</a></td> 1300 <td>NAD</td> 1301 <td>Must friend declaration names be 1302accessible?</td> 1303 <td class="full" align="center">Clang 3.2</td> 1304 </tr> 1305 <tr id="210"> 1306 <td><a href="https://cplusplus.github.io/CWG/issues/210.html">210</a></td> 1307 <td>TC1</td> 1308 <td>What is the type matched by an exception handler?</td> 1309 <td class="full" align="center">Clang 2.7</td> 1310 </tr> 1311 <tr id="211"> 1312 <td><a href="https://cplusplus.github.io/CWG/issues/211.html">211</a></td> 1313 <td>NAD</td> 1314 <td>Constructors should not be allowed to return normally after an exception</td> 1315 <td class="full" align="center">Clang 2.7</td> 1316 </tr> 1317 <tr id="212"> 1318 <td><a href="https://cplusplus.github.io/CWG/issues/212.html">212</a></td> 1319 <td>CD4</td> 1320 <td>Implicit instantiation is not described clearly enough</td> 1321 <td class="unknown" align="center">Unknown</td> 1322 </tr> 1323 <tr id="213"> 1324 <td><a href="https://cplusplus.github.io/CWG/issues/213.html">213</a></td> 1325 <td>TC1</td> 1326 <td>Lookup in dependent base classes</td> 1327 <td class="full" align="center">Clang 2.7</td> 1328 </tr> 1329 <tr id="214"> 1330 <td><a href="https://cplusplus.github.io/CWG/issues/214.html">214</a></td> 1331 <td>CD1</td> 1332 <td>Partial ordering of function templates is underspecified</td> 1333 <td class="full" align="center">Clang 2.7</td> 1334 </tr> 1335 <tr id="215"> 1336 <td><a href="https://cplusplus.github.io/CWG/issues/215.html">215</a></td> 1337 <td>CD1</td> 1338 <td>Template parameters are not allowed in <I>nested-name-specifier</I>s</td> 1339 <td class="full" align="center">Clang 2.9</td> 1340 </tr> 1341 <tr id="216"> 1342 <td><a href="https://cplusplus.github.io/CWG/issues/216.html">216</a></td> 1343 <td>CD1</td> 1344 <td>Linkage of nameless class-scope enumeration types</td> 1345 <td class="none" align="center">No</td> 1346 </tr> 1347 <tr id="217"> 1348 <td><a href="https://cplusplus.github.io/CWG/issues/217.html">217</a></td> 1349 <td>TC1</td> 1350 <td>Default arguments for non-template member functions of class templates</td> 1351 <td class="full" align="center">Clang 2.7</td> 1352 </tr> 1353 <tr id="218"> 1354 <td><a href="https://cplusplus.github.io/CWG/issues/218.html">218</a></td> 1355 <td>CD1</td> 1356 <td>Specification of Koenig lookup</td> 1357 <td class="full" align="center">Clang 2.7</td> 1358 </tr> 1359 <tr id="219"> 1360 <td><a href="https://cplusplus.github.io/CWG/issues/219.html">219</a></td> 1361 <td>NAD</td> 1362 <td>Cannot defend against destructors that throw exceptions</td> 1363 <td class="na" align="center">N/A</td> 1364 </tr> 1365 <tr id="220"> 1366 <td><a href="https://cplusplus.github.io/CWG/issues/220.html">220</a></td> 1367 <td>CD1</td> 1368 <td>All deallocation functions should be required not to throw</td> 1369 <td class="na" align="center">N/A</td> 1370 </tr> 1371 <tr id="221"> 1372 <td><a href="https://cplusplus.github.io/CWG/issues/221.html">221</a></td> 1373 <td>CD1</td> 1374 <td>Must compound assignment operators be member functions?</td> 1375 <td class="full" align="center">Clang 3.6</td> 1376 </tr> 1377 <tr id="222"> 1378 <td><a href="https://cplusplus.github.io/CWG/issues/222.html">222</a></td> 1379 <td>CD1</td> 1380 <td>Sequence points and lvalue-returning operators</td> 1381 <td class="full" align="center">Duplicate of <a href="#637">637</a></td> 1382 </tr> 1383 <tr id="223"> 1384 <td><a href="https://cplusplus.github.io/CWG/issues/223.html">223</a></td> 1385 <td>CD3</td> 1386 <td>The meaning of deprecation</td> 1387 <td class="na" align="center">N/A</td> 1388 </tr> 1389 <tr id="224"> 1390 <td><a href="https://cplusplus.github.io/CWG/issues/224.html">224</a></td> 1391 <td>CD1</td> 1392 <td>Definition of dependent names</td> 1393 <td class="full" align="center">Clang 16</td> 1394 </tr> 1395 <tr id="225"> 1396 <td><a href="https://cplusplus.github.io/CWG/issues/225.html">225</a></td> 1397 <td>NAD</td> 1398 <td>Koenig lookup and fundamental types</td> 1399 <td class="full" align="center">Yes</td> 1400 </tr> 1401 <tr id="226"> 1402 <td><a href="https://cplusplus.github.io/CWG/issues/226.html">226</a></td> 1403 <td>CD1</td> 1404 <td>Default template arguments for function templates</td> 1405 <td class="none" align="center">No</td> 1406 </tr> 1407 <tr id="227"> 1408 <td><a href="https://cplusplus.github.io/CWG/issues/227.html">227</a></td> 1409 <td>TC1</td> 1410 <td>How many scopes in an <TT>if</TT> statement?</td> 1411 <td class="full" align="center">Clang 2.7</td> 1412 </tr> 1413 <tr id="228"> 1414 <td><a href="https://cplusplus.github.io/CWG/issues/228.html">228</a></td> 1415 <td>CD1</td> 1416 <td>Use of <TT>template</TT> keyword with non-member templates</td> 1417 <td class="full" align="center">Clang 2.7</td> 1418 </tr> 1419 <tr id="229"> 1420 <td><a href="https://cplusplus.github.io/CWG/issues/229.html">229</a></td> 1421 <td>NAD</td> 1422 <td>Partial specialization of function templates</td> 1423 <td class="full" align="center">Clang 2.9</td> 1424 </tr> 1425 <tr id="230"> 1426 <td><a href="https://cplusplus.github.io/CWG/issues/230.html">230</a></td> 1427 <td>NAD</td> 1428 <td>Calls to pure virtual functions</td> 1429 <td class="full" align="center">Clang 3.0</td> 1430 </tr> 1431 <tr id="231"> 1432 <td><a href="https://cplusplus.github.io/CWG/issues/231.html">231</a></td> 1433 <td>NAD</td> 1434 <td>Visibility of names after <I>using-directive</I>s</td> 1435 <td class="full" align="center">Clang 2.7</td> 1436 </tr> 1437 <tr id="232"> 1438 <td><a href="https://cplusplus.github.io/CWG/issues/232.html">232</a></td> 1439 <td>NAD</td> 1440 <td>Is indirection through a null pointer undefined behavior?</td> 1441 <td class="unknown" align="center">Unknown</td> 1442 </tr> 1443 <tr id="233"> 1444 <td><a href="https://cplusplus.github.io/CWG/issues/233.html">233</a></td> 1445 <td>DRWP</td> 1446 <td>References vs pointers in UDC overload resolution</td> 1447 <td class="unknown" align="center">Unknown</td> 1448 </tr> 1449 <tr id="234"> 1450 <td><a href="https://cplusplus.github.io/CWG/issues/234.html">234</a></td> 1451 <td>NAD</td> 1452 <td>Reuse of base class subobjects</td> 1453 <td class="na" align="center">N/A</td> 1454 </tr> 1455 <tr id="235"> 1456 <td><a href="https://cplusplus.github.io/CWG/issues/235.html">235</a></td> 1457 <td>TC1</td> 1458 <td>Assignment vs initialization</td> 1459 <td class="na" align="center">N/A</td> 1460 </tr> 1461 <tr id="236"> 1462 <td><a href="https://cplusplus.github.io/CWG/issues/236.html">236</a></td> 1463 <td>NAD</td> 1464 <td>Explicit temporaries and integral constant expressions</td> 1465 <td class="full" align="center">Clang 3.2</td> 1466 </tr> 1467 <tr id="237"> 1468 <td><a href="https://cplusplus.github.io/CWG/issues/237.html">237</a></td> 1469 <td>CD1</td> 1470 <td>Explicit instantiation and base class members</td> 1471 <td class="full" align="center">Duplicate of <a href="#470">470</a></td> 1472 </tr> 1473 <tr id="238"> 1474 <td><a href="https://cplusplus.github.io/CWG/issues/238.html">238</a></td> 1475 <td>CD4</td> 1476 <td>Precision and accuracy constraints on floating point</td> 1477 <td class="unknown" align="center">Unknown</td> 1478 </tr> 1479 <tr id="239"> 1480 <td><a href="https://cplusplus.github.io/CWG/issues/239.html">239</a></td> 1481 <td>CD1</td> 1482 <td>Footnote 116 and Koenig lookup</td> 1483 <td class="full" align="center">Clang 2.7</td> 1484 </tr> 1485 <tr id="240"> 1486 <td><a href="https://cplusplus.github.io/CWG/issues/240.html">240</a></td> 1487 <td>CD3</td> 1488 <td>Uninitialized values and undefined behavior</td> 1489 <td class="full" align="center">Duplicate of <a href="#616">616</a></td> 1490 </tr> 1491 <tr id="241"> 1492 <td><a href="https://cplusplus.github.io/CWG/issues/241.html">241</a></td> 1493 <td>TC1</td> 1494 <td>Error in example in 14.8.1</td> 1495 <td class="full" align="center">Clang 9</td> 1496 </tr> 1497 <tr id="242"> 1498 <td><a href="https://cplusplus.github.io/CWG/issues/242.html">242</a></td> 1499 <td>CD4</td> 1500 <td>Interpretation of old-style casts</td> 1501 <td class="unknown" align="center">Unknown</td> 1502 </tr> 1503 <tr id="243"> 1504 <td><a href="https://cplusplus.github.io/CWG/issues/243.html">243</a></td> 1505 <td>NAD</td> 1506 <td>Weighting of conversion functions in direct-initialization</td> 1507 <td class="full" align="center">Clang 2.8</td> 1508 </tr> 1509 <tr id="244"> 1510 <td><a href="https://cplusplus.github.io/CWG/issues/244.html">244</a></td> 1511 <td>CD1</td> 1512 <td>Destructor lookup</td> 1513 <td class="full" align="center">Clang 11</td> 1514 </tr> 1515 <tr id="245"> 1516 <td><a href="https://cplusplus.github.io/CWG/issues/245.html">245</a></td> 1517 <td>CD1</td> 1518 <td>Name lookup in <I>elaborated-type-specifier</I>s</td> 1519 <td class="full" align="center">Clang 2.8</td> 1520 </tr> 1521 <tr id="246"> 1522 <td><a href="https://cplusplus.github.io/CWG/issues/246.html">246</a></td> 1523 <td>CD1</td> 1524 <td>Jumps in <I>function-try-block</I> handlers</td> 1525 <td class="full" align="center">Clang 3.2</td> 1526 </tr> 1527 <tr id="247"> 1528 <td><a href="https://cplusplus.github.io/CWG/issues/247.html">247</a></td> 1529 <td>NAD</td> 1530 <td>Pointer-to-member casts and function overload resolution</td> 1531 <td class="full" align="center">Clang 2.7</td> 1532 </tr> 1533 <tr id="248"> 1534 <td><a href="https://cplusplus.github.io/CWG/issues/248.html">248</a></td> 1535 <td>C++11</td> 1536 <td>Identifier characters</td> 1537 <td class="na" align="center">Superseded by <a href="https://wg21.link/P1949">P1949</a></td> 1538 </tr> 1539 <tr id="249"> 1540 <td><a href="https://cplusplus.github.io/CWG/issues/249.html">249</a></td> 1541 <td>TC1</td> 1542 <td>What is a member function template?</td> 1543 <td class="full" align="center">Clang 2.7</td> 1544 </tr> 1545 <tr id="250"> 1546 <td><a href="https://cplusplus.github.io/CWG/issues/250.html">250</a></td> 1547 <td>TC1</td> 1548 <td>Address of function template specialization with non-deduced template arguments</td> 1549 <td class="full" align="center">Clang 2.7</td> 1550 </tr> 1551 <tr class="open" id="251"> 1552 <td><a href="https://cplusplus.github.io/CWG/issues/251.html">251</a></td> 1553 <td>open</td> 1554 <td>How many signed integer types are there?</td> 1555 <td align="center">Not resolved</td> 1556 </tr> 1557 <tr id="252"> 1558 <td><a href="https://cplusplus.github.io/CWG/issues/252.html">252</a></td> 1559 <td>CD1</td> 1560 <td>Looking up deallocation functions in virtual destructors</td> 1561 <td class="full" align="center">Clang 3.1</td> 1562 </tr> 1563 <tr id="253"> 1564 <td><a href="https://cplusplus.github.io/CWG/issues/253.html">253</a></td> 1565 <td>C++17</td> 1566 <td>Why must empty or fully-initialized const objects be initialized?</td> 1567 <td class="unknown" align="center">Unknown</td> 1568 </tr> 1569 <tr id="254"> 1570 <td><a href="https://cplusplus.github.io/CWG/issues/254.html">254</a></td> 1571 <td>CD1</td> 1572 <td>Definitional problems with <I>elaborated-type-specifier</I>s</td> 1573 <td class="full" align="center">Clang 2.9</td> 1574 </tr> 1575 <tr id="255"> 1576 <td><a href="https://cplusplus.github.io/CWG/issues/255.html">255</a></td> 1577 <td>CD6</td> 1578 <td>Placement deallocation functions and lookup ambiguity</td> 1579 <td class="full" align="center">Clang 2.7</td> 1580 </tr> 1581 <tr id="256"> 1582 <td><a href="https://cplusplus.github.io/CWG/issues/256.html">256</a></td> 1583 <td>CD1</td> 1584 <td>Overflow in size calculations</td> 1585 <td class="unknown" align="center">Duplicate of <a href="#624">624</a></td> 1586 </tr> 1587 <tr id="257"> 1588 <td><a href="https://cplusplus.github.io/CWG/issues/257.html">257</a></td> 1589 <td>CD2</td> 1590 <td>Abstract base constructors and virtual base initialization</td> 1591 <td class="full" align="center">Clang 3.4</td> 1592 </tr> 1593 <tr id="258"> 1594 <td><a href="https://cplusplus.github.io/CWG/issues/258.html">258</a></td> 1595 <td>CD1</td> 1596 <td><I>using-declaration</I>s and cv-qualifiers</td> 1597 <td class="full" align="center">Clang 2.8</td> 1598 </tr> 1599 <tr id="259"> 1600 <td><a href="https://cplusplus.github.io/CWG/issues/259.html">259</a></td> 1601 <td>CD1</td> 1602 <td>Restrictions on explicit specialization and instantiation</td> 1603 <td class="full" align="center">Clang 4</td> 1604 </tr> 1605 <tr class="open" id="260"> 1606 <td><a href="https://cplusplus.github.io/CWG/issues/260.html">260</a></td> 1607 <td>open</td> 1608 <td>User-defined conversions and built-in <TT>operator=</TT></td> 1609 <td align="center">Not resolved</td> 1610 </tr> 1611 <tr id="261"> 1612 <td><a href="https://cplusplus.github.io/CWG/issues/261.html">261</a></td> 1613 <td>CD1</td> 1614 <td>When is a deallocation function "used?"</td> 1615 <td class="none" align="center">No</td> 1616 </tr> 1617 <tr id="262"> 1618 <td><a href="https://cplusplus.github.io/CWG/issues/262.html">262</a></td> 1619 <td>CD1</td> 1620 <td>Default arguments and ellipsis</td> 1621 <td class="full" align="center">Clang 2.7</td> 1622 </tr> 1623 <tr id="263"> 1624 <td><a href="https://cplusplus.github.io/CWG/issues/263.html">263</a></td> 1625 <td>CD1</td> 1626 <td>Can a constructor be declared a friend?</td> 1627 <td class="full" align="center">Clang 3.3</td> 1628 </tr> 1629 <tr class="open" id="264"> 1630 <td><a href="https://cplusplus.github.io/CWG/issues/264.html">264</a></td> 1631 <td>open</td> 1632 <td>Unusable template constructors and conversion functions</td> 1633 <td align="center">Not resolved</td> 1634 </tr> 1635 <tr id="265"> 1636 <td><a href="https://cplusplus.github.io/CWG/issues/265.html">265</a></td> 1637 <td>dup</td> 1638 <td>Destructors, exceptions, and deallocation</td> 1639 <td class="unknown" align="center">Duplicate of <a href="#353">353</a></td> 1640 </tr> 1641 <tr id="266"> 1642 <td><a href="https://cplusplus.github.io/CWG/issues/266.html">266</a></td> 1643 <td>NAD</td> 1644 <td>No grammar sentence symbol</td> 1645 <td class="na" align="center">N/A</td> 1646 </tr> 1647 <tr class="open" id="267"> 1648 <td><a href="https://cplusplus.github.io/CWG/issues/267.html">267</a></td> 1649 <td>open</td> 1650 <td>Alignment requirement for <I>new-expression</I>s</td> 1651 <td align="center">Not resolved</td> 1652 </tr> 1653 <tr class="open" id="268"> 1654 <td><a href="https://cplusplus.github.io/CWG/issues/268.html">268</a></td> 1655 <td>open</td> 1656 <td>Macro name suppression in rescanned replacement text</td> 1657 <td align="center">Not resolved</td> 1658 </tr> 1659 <tr id="269"> 1660 <td><a href="https://cplusplus.github.io/CWG/issues/269.html">269</a></td> 1661 <td>NAD</td> 1662 <td>Order of initialization of multiply-defined static data members 1663of class templates</td> 1664 <td class="na" align="center">N/A</td> 1665 </tr> 1666 <tr id="270"> 1667 <td><a href="https://cplusplus.github.io/CWG/issues/270.html">270</a></td> 1668 <td>CD1</td> 1669 <td>Order of initialization of static data members of class templates</td> 1670 <td class="na" align="center">N/A</td> 1671 </tr> 1672 <tr id="271"> 1673 <td><a href="https://cplusplus.github.io/CWG/issues/271.html">271</a></td> 1674 <td>CD6</td> 1675 <td>Explicit instantiation and template argument deduction</td> 1676 <td class="unknown" align="center">Unknown</td> 1677 </tr> 1678 <tr id="272"> 1679 <td><a href="https://cplusplus.github.io/CWG/issues/272.html">272</a></td> 1680 <td>CD1</td> 1681 <td>Explicit destructor invocation and <I>qualified-id</I>s</td> 1682 <td class="full" align="center">Clang 2.7</td> 1683 </tr> 1684 <tr id="273"> 1685 <td><a href="https://cplusplus.github.io/CWG/issues/273.html">273</a></td> 1686 <td>CD1</td> 1687 <td>POD classes and <TT>operator&()</TT></td> 1688 <td class="full" align="center">Clang 2.7</td> 1689 </tr> 1690 <tr id="274"> 1691 <td><a href="https://cplusplus.github.io/CWG/issues/274.html">274</a></td> 1692 <td>CD1</td> 1693 <td>Cv-qualification and char-alias access to out-of-lifetime objects</td> 1694 <td class="na" align="center">N/A</td> 1695 </tr> 1696 <tr id="275"> 1697 <td><a href="https://cplusplus.github.io/CWG/issues/275.html">275</a></td> 1698 <td>CD1</td> 1699 <td>Explicit instantiation/specialization and <I>using-directive</I>s</td> 1700 <td class="none" align="center">No</td> 1701 </tr> 1702 <tr id="276"> 1703 <td><a href="https://cplusplus.github.io/CWG/issues/276.html">276</a></td> 1704 <td>CD1</td> 1705 <td>Order of destruction of parameters and temporaries</td> 1706 <td class="na" align="center">N/A</td> 1707 </tr> 1708 <tr id="277"> 1709 <td><a href="https://cplusplus.github.io/CWG/issues/277.html">277</a></td> 1710 <td>CD1</td> 1711 <td>Zero-initialization of pointers</td> 1712 <td class="full" align="center">Clang 3.1</td> 1713 </tr> 1714 <tr id="278"> 1715 <td><a href="https://cplusplus.github.io/CWG/issues/278.html">278</a></td> 1716 <td>NAD</td> 1717 <td>External linkage and nameless entities</td> 1718 <td class="unknown" align="center">Unknown</td> 1719 </tr> 1720 <tr id="279"> 1721 <td><a href="https://cplusplus.github.io/CWG/issues/279.html">279</a></td> 1722 <td>CD6</td> 1723 <td>Correspondence of "names for linkage purposes"</td> 1724 <td class="none" align="center">No</td> 1725 </tr> 1726 <tr id="280"> 1727 <td><a href="https://cplusplus.github.io/CWG/issues/280.html">280</a></td> 1728 <td>CD1</td> 1729 <td>Access and surrogate call functions</td> 1730 <td class="full" align="center">Clang 2.9</td> 1731 </tr> 1732 <tr id="281"> 1733 <td><a href="https://cplusplus.github.io/CWG/issues/281.html">281</a></td> 1734 <td>CD1</td> 1735 <td><TT>inline</TT> specifier in <TT>friend</TT> declarations</td> 1736 <td class="none" align="center">No</td> 1737 </tr> 1738 <tr class="open" id="282"> 1739 <td><a href="https://cplusplus.github.io/CWG/issues/282.html">282</a></td> 1740 <td>open</td> 1741 <td>Namespace for <TT>extended_type_info</TT></td> 1742 <td align="center">Not resolved</td> 1743 </tr> 1744 <tr id="283"> 1745 <td><a href="https://cplusplus.github.io/CWG/issues/283.html">283</a></td> 1746 <td>CD1</td> 1747 <td>Template <I>type-parameter</I>s are not syntactically <I>type-name</I>s</td> 1748 <td class="full" align="center">Clang 2.7</td> 1749 </tr> 1750 <tr id="284"> 1751 <td><a href="https://cplusplus.github.io/CWG/issues/284.html">284</a></td> 1752 <td>CD1</td> 1753 <td><I>qualified-id</I>s in class declarations</td> 1754 <td class="none" align="center">No</td> 1755 </tr> 1756 <tr id="285"> 1757 <td><a href="https://cplusplus.github.io/CWG/issues/285.html">285</a></td> 1758 <td>NAD</td> 1759 <td>Identifying a function template being specialized</td> 1760 <td class="full" align="center">Clang 2.7</td> 1761 </tr> 1762 <tr id="286"> 1763 <td><a href="https://cplusplus.github.io/CWG/issues/286.html">286</a></td> 1764 <td>CD1</td> 1765 <td>Incorrect example in partial specialization</td> 1766 <td class="full" align="center">Clang 2.8</td> 1767 </tr> 1768 <tr class="open" id="287"> 1769 <td><a href="https://cplusplus.github.io/CWG/issues/287.html">287</a></td> 1770 <td>drafting</td> 1771 <td>Order dependencies in template instantiation</td> 1772 <td align="center">Not resolved</td> 1773 </tr> 1774 <tr id="288"> 1775 <td><a href="https://cplusplus.github.io/CWG/issues/288.html">288</a></td> 1776 <td>CD1</td> 1777 <td>Misuse of "static type" in describing pointers</td> 1778 <td class="na" align="center">N/A</td> 1779 </tr> 1780 <tr id="289"> 1781 <td><a href="https://cplusplus.github.io/CWG/issues/289.html">289</a></td> 1782 <td>CD1</td> 1783 <td>Incomplete list of contexts requiring a complete type</td> 1784 <td class="full" align="center">Clang 2.7</td> 1785 </tr> 1786 <tr id="290"> 1787 <td><a href="https://cplusplus.github.io/CWG/issues/290.html">290</a></td> 1788 <td>NAD</td> 1789 <td>Should memcpy be allowed into a POD with a const member?</td> 1790 <td class="na" align="center">N/A</td> 1791 </tr> 1792 <tr id="291"> 1793 <td><a href="https://cplusplus.github.io/CWG/issues/291.html">291</a></td> 1794 <td>CD1</td> 1795 <td>Overload resolution needed when binding reference to class rvalue</td> 1796 <td class="full" align="center">Duplicate of <a href="#391">391</a></td> 1797 </tr> 1798 <tr id="292"> 1799 <td><a href="https://cplusplus.github.io/CWG/issues/292.html">292</a></td> 1800 <td>CD3</td> 1801 <td>Deallocation on exception in <TT>new</TT> before arguments evaluated</td> 1802 <td class="full" align="center">Clang 2.9</td> 1803 </tr> 1804 <tr class="open" id="293"> 1805 <td><a href="https://cplusplus.github.io/CWG/issues/293.html">293</a></td> 1806 <td>open</td> 1807 <td>Syntax of explicit instantiation/specialization too permissive</td> 1808 <td align="center">Not resolved</td> 1809 </tr> 1810 <tr id="294"> 1811 <td><a href="https://cplusplus.github.io/CWG/issues/294.html">294</a></td> 1812 <td>NAD</td> 1813 <td>Can <TT>static_cast</TT> drop exception specifications?</td> 1814 <td class="none" align="center">No</td> 1815 </tr> 1816 <tr id="295"> 1817 <td><a href="https://cplusplus.github.io/CWG/issues/295.html">295</a></td> 1818 <td>CD1</td> 1819 <td>cv-qualifiers on function types</td> 1820 <td class="full" align="center">Clang 3.7</td> 1821 </tr> 1822 <tr id="296"> 1823 <td><a href="https://cplusplus.github.io/CWG/issues/296.html">296</a></td> 1824 <td>CD1</td> 1825 <td>Can conversion functions be static?</td> 1826 <td class="full" align="center">Clang 2.7</td> 1827 </tr> 1828 <tr id="297"> 1829 <td><a href="https://cplusplus.github.io/CWG/issues/297.html">297</a></td> 1830 <td>NAD</td> 1831 <td>Which template does an explicit specialization specialize?</td> 1832 <td class="unknown" align="center">Unknown</td> 1833 </tr> 1834 <tr id="298"> 1835 <td><a href="https://cplusplus.github.io/CWG/issues/298.html">298</a></td> 1836 <td>CD1</td> 1837 <td><TT>T::x</TT> when <TT>T</TT> is cv-qualified</td> 1838 <td class="full" align="center">Clang 3.1</td> 1839 </tr> 1840 <tr id="299"> 1841 <td><a href="https://cplusplus.github.io/CWG/issues/299.html">299</a></td> 1842 <td>CD1</td> 1843 <td>Conversion on array bound expression in <TT>new</TT></td> 1844 <td class="full" align="center">Clang 2.8 (C++11 onwards)</td> 1845 </tr> 1846 <tr id="300"> 1847 <td><a href="https://cplusplus.github.io/CWG/issues/300.html">300</a></td> 1848 <td>CD1</td> 1849 <td>References to functions in template argument deduction</td> 1850 <td class="full" align="center">Clang 2.7</td> 1851 </tr> 1852 <tr id="301"> 1853 <td><a href="https://cplusplus.github.io/CWG/issues/301.html">301</a></td> 1854 <td>CD1</td> 1855 <td>Syntax for <I>template-name</I></td> 1856 <td class="full" align="center">Clang 3.5</td> 1857 </tr> 1858 <tr id="302"> 1859 <td><a href="https://cplusplus.github.io/CWG/issues/302.html">302</a></td> 1860 <td>CD1</td> 1861 <td>Value-initialization and generation of default constructor</td> 1862 <td class="full" align="center">Clang 3.0</td> 1863 </tr> 1864 <tr id="303"> 1865 <td><a href="https://cplusplus.github.io/CWG/issues/303.html">303</a></td> 1866 <td>NAD</td> 1867 <td>Integral promotions on bit-fields</td> 1868 <td class="na" align="center">N/A</td> 1869 </tr> 1870 <tr id="304"> 1871 <td><a href="https://cplusplus.github.io/CWG/issues/304.html">304</a></td> 1872 <td>TC1</td> 1873 <td>Value-initialization of a reference</td> 1874 <td class="full" align="center">Clang 2.9</td> 1875 </tr> 1876 <tr id="305"> 1877 <td><a href="https://cplusplus.github.io/CWG/issues/305.html">305</a></td> 1878 <td>CD1</td> 1879 <td>Name lookup in destructor call</td> 1880 <td class="none" align="center">No</td> 1881 </tr> 1882 <tr id="306"> 1883 <td><a href="https://cplusplus.github.io/CWG/issues/306.html">306</a></td> 1884 <td>CD1</td> 1885 <td>Ambiguity by class name injection</td> 1886 <td class="none" align="center">Duplicate of <a href="#39">39</a></td> 1887 </tr> 1888 <tr id="307"> 1889 <td><a href="https://cplusplus.github.io/CWG/issues/307.html">307</a></td> 1890 <td>NAD</td> 1891 <td>Initialization of a virtual base class subobject</td> 1892 <td class="na" align="center">N/A</td> 1893 </tr> 1894 <tr id="308"> 1895 <td><a href="https://cplusplus.github.io/CWG/issues/308.html">308</a></td> 1896 <td>NAD</td> 1897 <td>Catching exceptions with ambiguous base classes</td> 1898 <td class="full" align="center">Clang 3.7</td> 1899 </tr> 1900 <tr id="309"> 1901 <td><a href="https://cplusplus.github.io/CWG/issues/309.html">309</a></td> 1902 <td>CD1</td> 1903 <td>Linkage of entities whose names are not simply identifiers, in introduction</td> 1904 <td class="full" align="center">Duplicate of <a href="#485">485</a></td> 1905 </tr> 1906 <tr class="open" id="310"> 1907 <td><a href="https://cplusplus.github.io/CWG/issues/310.html">310</a></td> 1908 <td>open</td> 1909 <td>Can function templates differing only in parameter cv-qualifiers be overloaded?</td> 1910 <td align="center">Not resolved</td> 1911 </tr> 1912 <tr id="311"> 1913 <td><a href="https://cplusplus.github.io/CWG/issues/311.html">311</a></td> 1914 <td>NAD</td> 1915 <td>Using qualified name to reopen nested namespace</td> 1916 <td class="full" align="center">Clang 3.0</td> 1917 </tr> 1918 <tr id="312"> 1919 <td><a href="https://cplusplus.github.io/CWG/issues/312.html">312</a></td> 1920 <td>CD3</td> 1921 <td>“use” of invalid pointer value not defined</td> 1922 <td class="full" align="center">Duplicate of <a href="#616">616</a></td> 1923 </tr> 1924 <tr id="313"> 1925 <td><a href="https://cplusplus.github.io/CWG/issues/313.html">313</a></td> 1926 <td>dup</td> 1927 <td>Class with single conversion function to integral as array size in <TT>new</TT></td> 1928 <td class="full" align="center">Duplicate of <a href="#299">299</a> (C++11 onwards)</td> 1929 </tr> 1930 <tr id="314"> 1931 <td><a href="https://cplusplus.github.io/CWG/issues/314.html">314</a></td> 1932 <td>C++17</td> 1933 <td><TT>template</TT> in base class specifier</td> 1934 <td class="none" align="center">No</td> 1935 </tr> 1936 <tr id="315"> 1937 <td><a href="https://cplusplus.github.io/CWG/issues/315.html">315</a></td> 1938 <td>NAD</td> 1939 <td>Is call of static member function through null pointer undefined?</td> 1940 <td class="na" align="center">N/A</td> 1941 </tr> 1942 <tr id="316"> 1943 <td><a href="https://cplusplus.github.io/CWG/issues/316.html">316</a></td> 1944 <td>NAD</td> 1945 <td>Injected-class-name of template used as template template parameter</td> 1946 <td class="full-superseded" align="center">Superseded by <a href="#1004">1004</a></td> 1947 </tr> 1948 <tr id="317"> 1949 <td><a href="https://cplusplus.github.io/CWG/issues/317.html">317</a></td> 1950 <td>CD1</td> 1951 <td>Can a function be declared inline after it has been called?</td> 1952 <td class="full" align="center">Clang 3.5</td> 1953 </tr> 1954 <tr id="318"> 1955 <td><a href="https://cplusplus.github.io/CWG/issues/318.html">318</a></td> 1956 <td>CD1</td> 1957 <td><TT>struct A::A</TT> should not name the constructor of <TT>A</TT></td> 1958 <td class="full-superseded" align="center">Superseded by <a href="#1310">1310</a></td> 1959 </tr> 1960 <tr id="319"> 1961 <td><a href="https://cplusplus.github.io/CWG/issues/319.html">319</a></td> 1962 <td>CD1</td> 1963 <td>Use of names without linkage in declaring entities with linkage</td> 1964 <td class="none" align="center">No</td> 1965 </tr> 1966 <tr id="320"> 1967 <td><a href="https://cplusplus.github.io/CWG/issues/320.html">320</a></td> 1968 <td>CD1</td> 1969 <td>Question on copy constructor elision example</td> 1970 <td class="full" align="center">Clang 3.1</td> 1971 </tr> 1972 <tr id="321"> 1973 <td><a href="https://cplusplus.github.io/CWG/issues/321.html">321</a></td> 1974 <td>dup</td> 1975 <td>Associated classes and namespaces for argument-dependent lookup</td> 1976 <td class="full" align="center">Duplicate of <a href="#557">557</a></td> 1977 </tr> 1978 <tr id="322"> 1979 <td><a href="https://cplusplus.github.io/CWG/issues/322.html">322</a></td> 1980 <td>CD1</td> 1981 <td>Deduction of reference conversions</td> 1982 <td class="full" align="center">Clang 2.8</td> 1983 </tr> 1984 <tr id="323"> 1985 <td><a href="https://cplusplus.github.io/CWG/issues/323.html">323</a></td> 1986 <td>CD1</td> 1987 <td>Where must <TT>export</TT> appear?</td> 1988 <td class="full-superseded" align="center">Superseded by <a href="#820">820</a></td> 1989 </tr> 1990 <tr id="324"> 1991 <td><a href="https://cplusplus.github.io/CWG/issues/324.html">324</a></td> 1992 <td>CD1</td> 1993 <td>Can "<TT>&</TT>" be applied to assignment to bit-field?</td> 1994 <td class="full" align="center">Clang 3.6</td> 1995 </tr> 1996 <tr class="open" id="325"> 1997 <td><a href="https://cplusplus.github.io/CWG/issues/325.html">325</a></td> 1998 <td>drafting</td> 1999 <td>When are default arguments parsed?</td> 2000 <td align="center">Not resolved</td> 2001 </tr> 2002 <tr id="326"> 2003 <td><a href="https://cplusplus.github.io/CWG/issues/326.html">326</a></td> 2004 <td>CD1</td> 2005 <td>Wording for definition of trivial constructor</td> 2006 <td class="full" align="center">Clang 3.1</td> 2007 </tr> 2008 <tr id="327"> 2009 <td><a href="https://cplusplus.github.io/CWG/issues/327.html">327</a></td> 2010 <td>CD1</td> 2011 <td>Use of "structure" without definition</td> 2012 <td class="na" align="center">Duplicate of <a href="#538">538</a></td> 2013 </tr> 2014 <tr id="328"> 2015 <td><a href="https://cplusplus.github.io/CWG/issues/328.html">328</a></td> 2016 <td>CD1</td> 2017 <td>Missing requirement that class member types be complete</td> 2018 <td class="full" align="center">Clang 2.7</td> 2019 </tr> 2020 <tr id="329"> 2021 <td><a href="https://cplusplus.github.io/CWG/issues/329.html">329</a></td> 2022 <td>CD1</td> 2023 <td>Evaluation of friends of templates</td> 2024 <td class="full" align="center">Clang 3.5</td> 2025 </tr> 2026 <tr id="330"> 2027 <td><a href="https://cplusplus.github.io/CWG/issues/330.html">330</a></td> 2028 <td>CD4</td> 2029 <td>Qualification conversions and pointers to arrays of pointers</td> 2030 <td class="full" align="center">Clang 7</td> 2031 </tr> 2032 <tr id="331"> 2033 <td><a href="https://cplusplus.github.io/CWG/issues/331.html">331</a></td> 2034 <td>CD1</td> 2035 <td>Allowed copy constructor signatures</td> 2036 <td class="full" align="center">Clang 11</td> 2037 </tr> 2038 <tr id="332"> 2039 <td><a href="https://cplusplus.github.io/CWG/issues/332.html">332</a></td> 2040 <td>CD3</td> 2041 <td>cv-qualified <TT>void</TT> parameter types</td> 2042 <td class="full" align="center">Duplicate of <a href="#577">577</a></td> 2043 </tr> 2044 <tr id="333"> 2045 <td><a href="https://cplusplus.github.io/CWG/issues/333.html">333</a></td> 2046 <td>NAD</td> 2047 <td>Ambiguous use of "declaration" in disambiguation section</td> 2048 <td class="full" align="center">Clang 2.7</td> 2049 </tr> 2050 <tr id="334"> 2051 <td><a href="https://cplusplus.github.io/CWG/issues/334.html">334</a></td> 2052 <td>NAD</td> 2053 <td>Is a comma-expression dependent if its first operand is?</td> 2054 <td class="full" align="center">Clang 2.7</td> 2055 </tr> 2056 <tr id="335"> 2057 <td><a href="https://cplusplus.github.io/CWG/issues/335.html">335</a></td> 2058 <td>CD1</td> 2059 <td>Allowing <TT>export</TT> on template members of nontemplate classes</td> 2060 <td class="full-superseded" align="center">Superseded by <a href="#820">820</a></td> 2061 </tr> 2062 <tr id="336"> 2063 <td><a href="https://cplusplus.github.io/CWG/issues/336.html">336</a></td> 2064 <td>CD1</td> 2065 <td>Explicit specialization examples are still incorrect</td> 2066 <td class="full" align="center">Clang 2.7</td> 2067 </tr> 2068 <tr id="337"> 2069 <td><a href="https://cplusplus.github.io/CWG/issues/337.html">337</a></td> 2070 <td>CD1</td> 2071 <td>Attempt to create array of abtract type should cause deduction to fail</td> 2072 <td class="full" align="center">Clang 2.7</td> 2073 </tr> 2074 <tr id="338"> 2075 <td><a href="https://cplusplus.github.io/CWG/issues/338.html">338</a></td> 2076 <td>CD6</td> 2077 <td>Enumerator name with linkage used as class name in other translation unit</td> 2078 <td class="partial" align="center">Duplicate of <a href="#1884">1884</a></td> 2079 </tr> 2080 <tr id="339"> 2081 <td><a href="https://cplusplus.github.io/CWG/issues/339.html">339</a></td> 2082 <td>CD1</td> 2083 <td>Overload resolution in operand of <TT>sizeof</TT> in constant expression</td> 2084 <td class="full" align="center">Clang 2.8</td> 2085 </tr> 2086 <tr id="340"> 2087 <td><a href="https://cplusplus.github.io/CWG/issues/340.html">340</a></td> 2088 <td>NAD</td> 2089 <td>Unclear wording in disambiguation section</td> 2090 <td class="full" align="center">Clang 2.7</td> 2091 </tr> 2092 <tr id="341"> 2093 <td><a href="https://cplusplus.github.io/CWG/issues/341.html">341</a></td> 2094 <td>C++11</td> 2095 <td><TT>extern "C"</TT> namespace member function versus global variable</td> 2096 <td class="unknown-superseded" align="center">Superseded by <a href="#1708">1708</a></td> 2097 </tr> 2098 <tr id="342"> 2099 <td><a href="https://cplusplus.github.io/CWG/issues/342.html">342</a></td> 2100 <td>CD3</td> 2101 <td>Terminology: "indirection" versus "dereference"</td> 2102 <td class="na" align="center">N/A</td> 2103 </tr> 2104 <tr id="343"> 2105 <td><a href="https://cplusplus.github.io/CWG/issues/343.html">343</a></td> 2106 <td>C++17</td> 2107 <td>Make <TT>template</TT> optional in contexts that require a type</td> 2108 <td class="none" align="center">No</td> 2109 </tr> 2110 <tr id="344"> 2111 <td><a href="https://cplusplus.github.io/CWG/issues/344.html">344</a></td> 2112 <td>CD3</td> 2113 <td>Naming destructors</td> 2114 <td class="unknown" align="center">Duplicate of <a href="#1435">1435</a></td> 2115 </tr> 2116 <tr id="345"> 2117 <td><a href="https://cplusplus.github.io/CWG/issues/345.html">345</a></td> 2118 <td>CD1</td> 2119 <td>Misleading comment on example in templates chapter</td> 2120 <td class="full" align="center">Clang 2.7</td> 2121 </tr> 2122 <tr id="346"> 2123 <td><a href="https://cplusplus.github.io/CWG/issues/346.html">346</a></td> 2124 <td>NAD</td> 2125 <td>Typo in 15.4</td> 2126 <td class="na" align="center">N/A</td> 2127 </tr> 2128 <tr id="347"> 2129 <td><a href="https://cplusplus.github.io/CWG/issues/347.html">347</a></td> 2130 <td>NAD</td> 2131 <td>Use of derived class name in defining base class nested class</td> 2132 <td class="full" align="center">Clang 2.7</td> 2133 </tr> 2134 <tr id="348"> 2135 <td><a href="https://cplusplus.github.io/CWG/issues/348.html">348</a></td> 2136 <td>CD1</td> 2137 <td><TT>delete</TT> and user-written deallocation functions</td> 2138 <td class="na" align="center">N/A</td> 2139 </tr> 2140 <tr id="349"> 2141 <td><a href="https://cplusplus.github.io/CWG/issues/349.html">349</a></td> 2142 <td>CD1</td> 2143 <td>Template argument deduction for conversion functions and qualification conversions</td> 2144 <td class="none" align="center">No</td> 2145 </tr> 2146 <tr class="open" id="350"> 2147 <td><a href="https://cplusplus.github.io/CWG/issues/350.html">350</a></td> 2148 <td>open</td> 2149 <td><TT>signed char</TT> underlying representation for objects</td> 2150 <td align="center">Not resolved</td> 2151 </tr> 2152 <tr id="351"> 2153 <td><a href="https://cplusplus.github.io/CWG/issues/351.html">351</a></td> 2154 <td>CD1</td> 2155 <td>Sequence point error: unspecified or undefined?</td> 2156 <td class="na" align="center">N/A</td> 2157 </tr> 2158 <tr id="352"> 2159 <td><a href="https://cplusplus.github.io/CWG/issues/352.html">352</a></td> 2160 <td>CD1</td> 2161 <td>Nondeduced contexts</td> 2162 <td class="full" align="center">Clang 2.8</td> 2163 </tr> 2164 <tr id="353"> 2165 <td><a href="https://cplusplus.github.io/CWG/issues/353.html">353</a></td> 2166 <td>CD1</td> 2167 <td>Is deallocation routine called if destructor throws exception in delete?</td> 2168 <td class="unknown" align="center">Unknown</td> 2169 </tr> 2170 <tr id="354"> 2171 <td><a href="https://cplusplus.github.io/CWG/issues/354.html">354</a></td> 2172 <td>CD1</td> 2173 <td>Null as nontype template argument</td> 2174 <td class="full" align="center">Clang 3.1 (C++11 onwards)</td> 2175 </tr> 2176 <tr id="355"> 2177 <td><a href="https://cplusplus.github.io/CWG/issues/355.html">355</a></td> 2178 <td>C++11</td> 2179 <td>Global-scope <TT>::</TT> in <I>nested-name-specifier</I></td> 2180 <td class="full" align="center">Clang 2.7</td> 2181 </tr> 2182 <tr id="356"> 2183 <td><a href="https://cplusplus.github.io/CWG/issues/356.html">356</a></td> 2184 <td>NAD</td> 2185 <td>Wording of behavior of generated copy constructor for scalar members</td> 2186 <td class="na" align="center">N/A</td> 2187 </tr> 2188 <tr id="357"> 2189 <td><a href="https://cplusplus.github.io/CWG/issues/357.html">357</a></td> 2190 <td>CD1</td> 2191 <td>Definition of signature should include name</td> 2192 <td class="full" align="center">Clang 2.7</td> 2193 </tr> 2194 <tr id="358"> 2195 <td><a href="https://cplusplus.github.io/CWG/issues/358.html">358</a></td> 2196 <td>NAD</td> 2197 <td>Namespaces and extern "C"</td> 2198 <td class="full" align="center">Clang 2.7</td> 2199 </tr> 2200 <tr id="359"> 2201 <td><a href="https://cplusplus.github.io/CWG/issues/359.html">359</a></td> 2202 <td>NAD</td> 2203 <td>Type definition in anonymous union</td> 2204 <td class="full" align="center">Clang 3.3</td> 2205 </tr> 2206 <tr id="360"> 2207 <td><a href="https://cplusplus.github.io/CWG/issues/360.html">360</a></td> 2208 <td>CD6</td> 2209 <td>Using-declaration that reduces access</td> 2210 <td class="full" align="center">Clang 2.8</td> 2211 </tr> 2212 <tr class="open" id="361"> 2213 <td><a href="https://cplusplus.github.io/CWG/issues/361.html">361</a></td> 2214 <td>open</td> 2215 <td>Forward reference to default argument</td> 2216 <td align="center">Not resolved</td> 2217 </tr> 2218 <tr id="362"> 2219 <td><a href="https://cplusplus.github.io/CWG/issues/362.html">362</a></td> 2220 <td>CD1</td> 2221 <td>Order of initialization in instantiation units</td> 2222 <td class="na" align="center">N/A</td> 2223 </tr> 2224 <tr id="363"> 2225 <td><a href="https://cplusplus.github.io/CWG/issues/363.html">363</a></td> 2226 <td>NAD</td> 2227 <td>Initialization of class from self</td> 2228 <td class="na" align="center">N/A</td> 2229 </tr> 2230 <tr id="364"> 2231 <td><a href="https://cplusplus.github.io/CWG/issues/364.html">364</a></td> 2232 <td>CD1</td> 2233 <td>Calling overloaded function with static in set, with no object</td> 2234 <td class="full" align="center">Clang 2.7</td> 2235 </tr> 2236 <tr class="open" id="365"> 2237 <td><a href="https://cplusplus.github.io/CWG/issues/365.html">365</a></td> 2238 <td>open</td> 2239 <td>Storage duration and temporaries</td> 2240 <td align="center">Not resolved</td> 2241 </tr> 2242 <tr id="366"> 2243 <td><a href="https://cplusplus.github.io/CWG/issues/366.html">366</a></td> 2244 <td>CD1</td> 2245 <td>String literal allowed in integral constant expression?</td> 2246 <td class="full" align="center">Clang 2.7</td> 2247 </tr> 2248 <tr id="367"> 2249 <td><a href="https://cplusplus.github.io/CWG/issues/367.html">367</a></td> 2250 <td>CD1</td> 2251 <td><TT>throw</TT> operator allowed in constant expression?</td> 2252 <td class="full" align="center">Clang 2.7</td> 2253 </tr> 2254 <tr id="368"> 2255 <td><a href="https://cplusplus.github.io/CWG/issues/368.html">368</a></td> 2256 <td>CD1</td> 2257 <td>Uses of non-type parameters that should cause deduction to fail</td> 2258 <td class="full" align="center">Clang 3.6</td> 2259 </tr> 2260 <tr class="open" id="369"> 2261 <td><a href="https://cplusplus.github.io/CWG/issues/369.html">369</a></td> 2262 <td>drafting</td> 2263 <td>Are <TT>new</TT>/<TT>delete</TT> identifiers or <I>preprocessing-op-or-punc</I>?</td> 2264 <td align="center">Not resolved</td> 2265 </tr> 2266 <tr id="370"> 2267 <td><a href="https://cplusplus.github.io/CWG/issues/370.html">370</a></td> 2268 <td>CD1</td> 2269 <td>Can <TT>#include <...></TT> form be used other than for standard C++ headers?</td> 2270 <td class="na" align="center">N/A</td> 2271 </tr> 2272 <tr class="open" id="371"> 2273 <td><a href="https://cplusplus.github.io/CWG/issues/371.html">371</a></td> 2274 <td>open</td> 2275 <td>Interleaving of constructor calls</td> 2276 <td align="center">Not resolved</td> 2277 </tr> 2278 <tr id="372"> 2279 <td><a href="https://cplusplus.github.io/CWG/issues/372.html">372</a></td> 2280 <td>CD1</td> 2281 <td>Is access granted by base class specifiers available in following base class specifiers?</td> 2282 <td class="none" align="center">No</td> 2283 </tr> 2284 <tr id="373"> 2285 <td><a href="https://cplusplus.github.io/CWG/issues/373.html">373</a></td> 2286 <td>C++11</td> 2287 <td>Lookup on namespace qualified name in using-directive</td> 2288 <td class="full" align="center">Clang 5</td> 2289 </tr> 2290 <tr id="374"> 2291 <td><a href="https://cplusplus.github.io/CWG/issues/374.html">374</a></td> 2292 <td>CD2</td> 2293 <td>Can explicit specialization outside namespace use qualified name?</td> 2294 <td class="full" align="center">Clang 7</td> 2295 </tr> 2296 <tr id="375"> 2297 <td><a href="https://cplusplus.github.io/CWG/issues/375.html">375</a></td> 2298 <td>dup</td> 2299 <td>Confusing example on lookup with <TT>typename</TT></td> 2300 <td class="full" align="center">Duplicate of <a href="#345">345</a></td> 2301 </tr> 2302 <tr id="376"> 2303 <td><a href="https://cplusplus.github.io/CWG/issues/376.html">376</a></td> 2304 <td>NAD</td> 2305 <td>Class "definition" versus class "declaration"</td> 2306 <td class="na" align="center">N/A</td> 2307 </tr> 2308 <tr id="377"> 2309 <td><a href="https://cplusplus.github.io/CWG/issues/377.html">377</a></td> 2310 <td>CD1</td> 2311 <td>Enum whose enumerators will not fit in any integral type</td> 2312 <td class="full" align="center">Clang 2.7</td> 2313 </tr> 2314 <tr id="378"> 2315 <td><a href="https://cplusplus.github.io/CWG/issues/378.html">378</a></td> 2316 <td>CD1</td> 2317 <td>Wording that says temporaries are declared</td> 2318 <td class="na" align="center">Duplicate of <a href="#276">276</a></td> 2319 </tr> 2320 <tr id="379"> 2321 <td><a href="https://cplusplus.github.io/CWG/issues/379.html">379</a></td> 2322 <td>CD1</td> 2323 <td>Change "class declaration" to "class definition"</td> 2324 <td class="na" align="center">N/A</td> 2325 </tr> 2326 <tr class="open" id="380"> 2327 <td><a href="https://cplusplus.github.io/CWG/issues/380.html">380</a></td> 2328 <td>open</td> 2329 <td>Definition of "ambiguous base class" missing</td> 2330 <td align="center">Not resolved</td> 2331 </tr> 2332 <tr id="381"> 2333 <td><a href="https://cplusplus.github.io/CWG/issues/381.html">381</a></td> 2334 <td>CD1</td> 2335 <td>Incorrect example of base class member lookup</td> 2336 <td class="full" align="center">Clang 2.7</td> 2337 </tr> 2338 <tr id="382"> 2339 <td><a href="https://cplusplus.github.io/CWG/issues/382.html">382</a></td> 2340 <td>CD1</td> 2341 <td>Allow <TT>typename</TT> outside of templates</td> 2342 <td class="full" align="center">Clang 2.7 (C++11 onwards)</td> 2343 </tr> 2344 <tr id="383"> 2345 <td><a href="https://cplusplus.github.io/CWG/issues/383.html">383</a></td> 2346 <td>CD1</td> 2347 <td>Is a class with a declared but not defined destructor a POD?</td> 2348 <td class="full" align="center">Clang 2.7</td> 2349 </tr> 2350 <tr id="384"> 2351 <td><a href="https://cplusplus.github.io/CWG/issues/384.html">384</a></td> 2352 <td>NAD</td> 2353 <td>Argument-dependent lookup and operator functions</td> 2354 <td class="full" align="center">Clang 2.7</td> 2355 </tr> 2356 <tr id="385"> 2357 <td><a href="https://cplusplus.github.io/CWG/issues/385.html">385</a></td> 2358 <td>CD1</td> 2359 <td>How does protected member check of 11.5 interact with using-declarations?</td> 2360 <td class="full" align="center">Clang 2.8</td> 2361 </tr> 2362 <tr id="386"> 2363 <td><a href="https://cplusplus.github.io/CWG/issues/386.html">386</a></td> 2364 <td>CD6</td> 2365 <td>Friend declaration of name brought in by <I>using-declaration</I></td> 2366 <td class="none" align="center">No</td> 2367 </tr> 2368 <tr id="387"> 2369 <td><a href="https://cplusplus.github.io/CWG/issues/387.html">387</a></td> 2370 <td>CD1</td> 2371 <td>Errors in example in 14.6.5</td> 2372 <td class="full" align="center">Clang 2.8</td> 2373 </tr> 2374 <tr id="388"> 2375 <td><a href="https://cplusplus.github.io/CWG/issues/388.html">388</a></td> 2376 <td>CD3</td> 2377 <td>Catching base<TT>*&</TT> from a throw of derived<TT>*</TT></td> 2378 <td class="unknown" align="center">Unknown</td> 2379 </tr> 2380 <tr id="389"> 2381 <td><a href="https://cplusplus.github.io/CWG/issues/389.html">389</a></td> 2382 <td>CD1</td> 2383 <td>Unnamed types in entities with linkage</td> 2384 <td class="none" align="center">No</td> 2385 </tr> 2386 <tr id="390"> 2387 <td><a href="https://cplusplus.github.io/CWG/issues/390.html">390</a></td> 2388 <td>CD1</td> 2389 <td>Pure virtual must be defined when implicitly called</td> 2390 <td class="full" align="center">Clang 3.3</td> 2391 </tr> 2392 <tr id="391"> 2393 <td><a href="https://cplusplus.github.io/CWG/issues/391.html">391</a></td> 2394 <td>CD1</td> 2395 <td>Require direct binding of short-lived references to rvalues</td> 2396 <td class="full" align="center">Clang 2.8 (C++11 onwards)</td> 2397 </tr> 2398 <tr id="392"> 2399 <td><a href="https://cplusplus.github.io/CWG/issues/392.html">392</a></td> 2400 <td>CD1</td> 2401 <td>Use of full expression lvalue before temporary destruction</td> 2402 <td class="full" align="center">Clang 2.8</td> 2403 </tr> 2404 <tr id="393"> 2405 <td><a href="https://cplusplus.github.io/CWG/issues/393.html">393</a></td> 2406 <td>CD4</td> 2407 <td>Pointer to array of unknown bound in template argument list in parameter</td> 2408 <td class="full" align="center">Clang 2.7</td> 2409 </tr> 2410 <tr id="394"> 2411 <td><a href="https://cplusplus.github.io/CWG/issues/394.html">394</a></td> 2412 <td>CD1</td> 2413 <td><I>identifier-list</I> is never defined</td> 2414 <td class="na" align="center">N/A</td> 2415 </tr> 2416 <tr id="395"> 2417 <td><a href="https://cplusplus.github.io/CWG/issues/395.html">395</a></td> 2418 <td>NAD</td> 2419 <td>Conversion operator template syntax</td> 2420 <td class="full" align="center">Clang 3.0</td> 2421 </tr> 2422 <tr id="396"> 2423 <td><a href="https://cplusplus.github.io/CWG/issues/396.html">396</a></td> 2424 <td>CD1</td> 2425 <td>Misleading note regarding use of <TT>auto</TT> for disambiguation</td> 2426 <td class="full" align="center">Clang 3.0</td> 2427 </tr> 2428 <tr id="397"> 2429 <td><a href="https://cplusplus.github.io/CWG/issues/397.html">397</a></td> 2430 <td>CD1</td> 2431 <td>Same address for string literals from default arguments in inline functions?</td> 2432 <td class="unknown-superseded" align="center">Superseded by <a href="#1823">1823</a></td> 2433 </tr> 2434 <tr id="398"> 2435 <td><a href="https://cplusplus.github.io/CWG/issues/398.html">398</a></td> 2436 <td>CD1</td> 2437 <td>Ambiguous wording on naming a type in deduction</td> 2438 <td class="full" align="center">Clang 2.7</td> 2439 </tr> 2440 <tr id="399"> 2441 <td><a href="https://cplusplus.github.io/CWG/issues/399.html">399</a></td> 2442 <td>CD6</td> 2443 <td>Destructor lookup redux</td> 2444 <td class="full" align="center">Clang 11</td> 2445 </tr> 2446 <tr id="400"> 2447 <td><a href="https://cplusplus.github.io/CWG/issues/400.html">400</a></td> 2448 <td>CD1</td> 2449 <td>Using-declarations and the "struct hack"</td> 2450 <td class="full" align="center">Clang 2.7</td> 2451 </tr> 2452 <tr id="401"> 2453 <td><a href="https://cplusplus.github.io/CWG/issues/401.html">401</a></td> 2454 <td>CD1</td> 2455 <td>When is access for template parameter default arguments checked?</td> 2456 <td class="full" align="center">Clang 2.8</td> 2457 </tr> 2458 <tr class="open" id="402"> 2459 <td><a href="https://cplusplus.github.io/CWG/issues/402.html">402</a></td> 2460 <td>open</td> 2461 <td>More on partial ordering of function templates</td> 2462 <td align="center">Not resolved</td> 2463 </tr> 2464 <tr id="403"> 2465 <td><a href="https://cplusplus.github.io/CWG/issues/403.html">403</a></td> 2466 <td>CD1</td> 2467 <td>Reference to a type as a <I>template-id</I></td> 2468 <td class="full" align="center">Clang 2.7</td> 2469 </tr> 2470 <tr id="404"> 2471 <td><a href="https://cplusplus.github.io/CWG/issues/404.html">404</a></td> 2472 <td>CD1</td> 2473 <td>Unclear reference to construction with non-trivial constructor</td> 2474 <td class="na" align="center">N/A</td> 2475 </tr> 2476 <tr id="405"> 2477 <td><a href="https://cplusplus.github.io/CWG/issues/405.html">405</a></td> 2478 <td>CD6</td> 2479 <td>Unqualified function name lookup</td> 2480 <td class="full" align="center">Clang 2.7</td> 2481 </tr> 2482 <tr id="406"> 2483 <td><a href="https://cplusplus.github.io/CWG/issues/406.html">406</a></td> 2484 <td>CD1</td> 2485 <td>Static data member in class with name for linkage purposes</td> 2486 <td class="full" align="center">Clang 2.9</td> 2487 </tr> 2488 <tr id="407"> 2489 <td><a href="https://cplusplus.github.io/CWG/issues/407.html">407</a></td> 2490 <td>C++11</td> 2491 <td>Named class with associated typedef: two names or one?</td> 2492 <td class="full" align="center">Clang 3.8</td> 2493 </tr> 2494 <tr id="408"> 2495 <td><a href="https://cplusplus.github.io/CWG/issues/408.html">408</a></td> 2496 <td>CD2</td> 2497 <td>sizeof applied to unknown-bound array static data member of template</td> 2498 <td class="full" align="center">Clang 3.4</td> 2499 </tr> 2500 <tr id="409"> 2501 <td><a href="https://cplusplus.github.io/CWG/issues/409.html">409</a></td> 2502 <td>CD1</td> 2503 <td>Obsolete paragraph missed by changes for issue 224</td> 2504 <td class="full" align="center">Clang 2.7</td> 2505 </tr> 2506 <tr id="410"> 2507 <td><a href="https://cplusplus.github.io/CWG/issues/410.html">410</a></td> 2508 <td>CD1</td> 2509 <td>Paragraph missed in changes for issue 166</td> 2510 <td class="none" align="center">No</td> 2511 </tr> 2512 <tr id="411"> 2513 <td><a href="https://cplusplus.github.io/CWG/issues/411.html">411</a></td> 2514 <td>CD6</td> 2515 <td>Use of universal-character-name in character versus string literals</td> 2516 <td class="unknown" align="center">Unknown</td> 2517 </tr> 2518 <tr id="412"> 2519 <td><a href="https://cplusplus.github.io/CWG/issues/412.html">412</a></td> 2520 <td>NAD</td> 2521 <td>Can a replacement allocation function be inline?</td> 2522 <td class="full" align="center">Clang 3.4</td> 2523 </tr> 2524 <tr id="413"> 2525 <td><a href="https://cplusplus.github.io/CWG/issues/413.html">413</a></td> 2526 <td>CD1</td> 2527 <td>Definition of "empty class"</td> 2528 <td class="full" align="center">Clang 2.7</td> 2529 </tr> 2530 <tr id="414"> 2531 <td><a href="https://cplusplus.github.io/CWG/issues/414.html">414</a></td> 2532 <td>CD1</td> 2533 <td>Multiple types found on destructor lookup</td> 2534 <td class="none" align="center">Duplicate of <a href="#305">305</a></td> 2535 </tr> 2536 <tr id="415"> 2537 <td><a href="https://cplusplus.github.io/CWG/issues/415.html">415</a></td> 2538 <td>CD1</td> 2539 <td>Template deduction does not cause instantiation</td> 2540 <td class="full" align="center">Clang 2.7</td> 2541 </tr> 2542 <tr id="416"> 2543 <td><a href="https://cplusplus.github.io/CWG/issues/416.html">416</a></td> 2544 <td>CD1</td> 2545 <td>Class must be complete to allow operator lookup?</td> 2546 <td class="full" align="center">Clang 2.7</td> 2547 </tr> 2548 <tr id="417"> 2549 <td><a href="https://cplusplus.github.io/CWG/issues/417.html">417</a></td> 2550 <td>CD1</td> 2551 <td>Using derived-class qualified name in out-of-class nested class definition</td> 2552 <td class="none" align="center">No</td> 2553 </tr> 2554 <tr id="418"> 2555 <td><a href="https://cplusplus.github.io/CWG/issues/418.html">418</a></td> 2556 <td>CD6</td> 2557 <td>Imperfect wording on error on multiple default arguments on a called function</td> 2558 <td class="none" align="center">No</td> 2559 </tr> 2560 <tr class="open" id="419"> 2561 <td><a href="https://cplusplus.github.io/CWG/issues/419.html">419</a></td> 2562 <td>open</td> 2563 <td>Can cast to virtual base class be done on partially-constructed object?</td> 2564 <td align="center">Not resolved</td> 2565 </tr> 2566 <tr id="420"> 2567 <td><a href="https://cplusplus.github.io/CWG/issues/420.html">420</a></td> 2568 <td>CD1</td> 2569 <td>postfixexpression->scalar_type_dtor() inconsistent</td> 2570 <td class="full" align="center">Clang 9</td> 2571 </tr> 2572 <tr id="421"> 2573 <td><a href="https://cplusplus.github.io/CWG/issues/421.html">421</a></td> 2574 <td>CD1</td> 2575 <td>Is rvalue.field an rvalue?</td> 2576 <td class="full" align="center">Clang 2.7</td> 2577 </tr> 2578 <tr id="422"> 2579 <td><a href="https://cplusplus.github.io/CWG/issues/422.html">422</a></td> 2580 <td>NAD</td> 2581 <td>Is a typedef redeclaration allowed with a template type that might be the same?</td> 2582 <td class="full" align="center">Clang 2.7</td> 2583 </tr> 2584 <tr id="423"> 2585 <td><a href="https://cplusplus.github.io/CWG/issues/423.html">423</a></td> 2586 <td>NAD</td> 2587 <td>Can a conversion be done on the left operand of a compound assignment?</td> 2588 <td class="full" align="center">Clang 2.7</td> 2589 </tr> 2590 <tr id="424"> 2591 <td><a href="https://cplusplus.github.io/CWG/issues/424.html">424</a></td> 2592 <td>CD1</td> 2593 <td>Wording problem with issue 56 resolution on redeclaring typedefs in class scope</td> 2594 <td class="full" align="center">Clang 2.7</td> 2595 </tr> 2596 <tr id="425"> 2597 <td><a href="https://cplusplus.github.io/CWG/issues/425.html">425</a></td> 2598 <td>CD1</td> 2599 <td>Set of candidates for overloaded built-in operator with float operand</td> 2600 <td class="full" align="center">Clang 2.7</td> 2601 </tr> 2602 <tr id="426"> 2603 <td><a href="https://cplusplus.github.io/CWG/issues/426.html">426</a></td> 2604 <td>C++17</td> 2605 <td>Identically-named variables, one internally and one externally linked, allowed?</td> 2606 <td class="unknown" align="center">Unknown</td> 2607 </tr> 2608 <tr id="427"> 2609 <td><a href="https://cplusplus.github.io/CWG/issues/427.html">427</a></td> 2610 <td>CD1</td> 2611 <td><TT>static_cast</TT> ambiguity: conversion versus cast to derived</td> 2612 <td class="full" align="center">Clang 2.7</td> 2613 </tr> 2614 <tr id="428"> 2615 <td><a href="https://cplusplus.github.io/CWG/issues/428.html">428</a></td> 2616 <td>CD1</td> 2617 <td>Mention of expression with reference type</td> 2618 <td class="full" align="center">Clang 2.7</td> 2619 </tr> 2620 <tr id="429"> 2621 <td><a href="https://cplusplus.github.io/CWG/issues/429.html">429</a></td> 2622 <td>CD1</td> 2623 <td>Matching deallocation function chosen based on syntax or signature?</td> 2624 <td class="full" align="center">Clang 2.8 (C++11 onwards)</td> 2625 </tr> 2626 <tr id="430"> 2627 <td><a href="https://cplusplus.github.io/CWG/issues/430.html">430</a></td> 2628 <td>CD1</td> 2629 <td>Ordering of expression evaluation in initializer list</td> 2630 <td class="full" align="center">Clang 2.7 (C++11 onwards)</td> 2631 </tr> 2632 <tr id="431"> 2633 <td><a href="https://cplusplus.github.io/CWG/issues/431.html">431</a></td> 2634 <td>C++11</td> 2635 <td>Defect in wording in 14.2</td> 2636 <td class="full" align="center">Clang 2.8</td> 2637 </tr> 2638 <tr id="432"> 2639 <td><a href="https://cplusplus.github.io/CWG/issues/432.html">432</a></td> 2640 <td>CD1</td> 2641 <td>Is injected class name visible in base class specifier list?</td> 2642 <td class="full" align="center">Clang 3.0</td> 2643 </tr> 2644 <tr id="433"> 2645 <td><a href="https://cplusplus.github.io/CWG/issues/433.html">433</a></td> 2646 <td>CD1</td> 2647 <td>Do elaborated type specifiers in templates inject into enclosing namespace scope?</td> 2648 <td class="full" align="center">Clang 2.7</td> 2649 </tr> 2650 <tr id="434"> 2651 <td><a href="https://cplusplus.github.io/CWG/issues/434.html">434</a></td> 2652 <td>NAD</td> 2653 <td>Unclear suppression of standard conversions while binding reference to lvalue</td> 2654 <td class="full-superseded" align="center">Superseded by <a href="#2352">2352</a></td> 2655 </tr> 2656 <tr id="435"> 2657 <td><a href="https://cplusplus.github.io/CWG/issues/435.html">435</a></td> 2658 <td>NAD</td> 2659 <td>Change "declararation or definition" to "declaration"</td> 2660 <td class="na" align="center">N/A</td> 2661 </tr> 2662 <tr id="436"> 2663 <td><a href="https://cplusplus.github.io/CWG/issues/436.html">436</a></td> 2664 <td>CD1</td> 2665 <td>Problem in example in 9.6 paragraph 4</td> 2666 <td class="full" align="center">Clang 2.7</td> 2667 </tr> 2668 <tr id="437"> 2669 <td><a href="https://cplusplus.github.io/CWG/issues/437.html">437</a></td> 2670 <td>CD1</td> 2671 <td>Is type of class allowed in member function exception specification?</td> 2672 <td class="full-superseded-superseded" align="center">Superseded by <a href="#1308">1308</a></td> 2673 </tr> 2674 <tr id="438"> 2675 <td><a href="https://cplusplus.github.io/CWG/issues/438.html">438</a></td> 2676 <td>CD2</td> 2677 <td>Possible flaw in wording for multiple accesses to object between sequence points</td> 2678 <td class="full" align="center">Clang 2.7</td> 2679 </tr> 2680 <tr id="439"> 2681 <td><a href="https://cplusplus.github.io/CWG/issues/439.html">439</a></td> 2682 <td>CD1</td> 2683 <td>Guarantees on casting pointer back to cv-qualified version of original type</td> 2684 <td class="full" align="center">Clang 2.7</td> 2685 </tr> 2686 <tr id="440"> 2687 <td><a href="https://cplusplus.github.io/CWG/issues/440.html">440</a></td> 2688 <td>NAD</td> 2689 <td>Allow implicit pointer-to-member conversion on nontype template argument</td> 2690 <td class="unknown" align="center">Unknown</td> 2691 </tr> 2692 <tr id="441"> 2693 <td><a href="https://cplusplus.github.io/CWG/issues/441.html">441</a></td> 2694 <td>CD1</td> 2695 <td>Ordering of static reference initialization</td> 2696 <td class="full" align="center">Clang 2.7</td> 2697 </tr> 2698 <tr id="442"> 2699 <td><a href="https://cplusplus.github.io/CWG/issues/442.html">442</a></td> 2700 <td>CD1</td> 2701 <td>Incorrect use of null pointer constant in description of delete operator</td> 2702 <td class="na-superseded" align="center">Superseded by <a href="#348">348</a></td> 2703 </tr> 2704 <tr id="443"> 2705 <td><a href="https://cplusplus.github.io/CWG/issues/443.html">443</a></td> 2706 <td>CD1</td> 2707 <td>Wording nit in description of lifetime of temporaries</td> 2708 <td class="na" align="center">N/A</td> 2709 </tr> 2710 <tr id="444"> 2711 <td><a href="https://cplusplus.github.io/CWG/issues/444.html">444</a></td> 2712 <td>NAD</td> 2713 <td>Overriding and the generated copy assignment operator</td> 2714 <td class="full" align="center">Clang 2.7</td> 2715 </tr> 2716 <tr id="445"> 2717 <td><a href="https://cplusplus.github.io/CWG/issues/445.html">445</a></td> 2718 <td>NAD</td> 2719 <td>Wording issue on friend declarations</td> 2720 <td class="full" align="center">Clang 3.2</td> 2721 </tr> 2722 <tr id="446"> 2723 <td><a href="https://cplusplus.github.io/CWG/issues/446.html">446</a></td> 2724 <td>CD1</td> 2725 <td>Does an lvalue-to-rvalue conversion on the "?" operator produce a temporary?</td> 2726 <td class="full" align="center">Clang 2.8</td> 2727 </tr> 2728 <tr id="447"> 2729 <td><a href="https://cplusplus.github.io/CWG/issues/447.html">447</a></td> 2730 <td>CD1</td> 2731 <td>Is offsetof type-dependent?</td> 2732 <td class="full" align="center">Clang 2.8</td> 2733 </tr> 2734 <tr id="448"> 2735 <td><a href="https://cplusplus.github.io/CWG/issues/448.html">448</a></td> 2736 <td>C++11</td> 2737 <td>Set of template functions in call with dependent explicit argument</td> 2738 <td class="full" align="center">Clang 2.8</td> 2739 </tr> 2740 <tr id="449"> 2741 <td><a href="https://cplusplus.github.io/CWG/issues/449.html">449</a></td> 2742 <td>NAD</td> 2743 <td>Consistency in use of hyphen with names of "non" entities</td> 2744 <td class="na" align="center">N/A</td> 2745 </tr> 2746 <tr id="450"> 2747 <td><a href="https://cplusplus.github.io/CWG/issues/450.html">450</a></td> 2748 <td>CD1</td> 2749 <td>Binding a reference to const to a cv-qualified array rvalue</td> 2750 <td class="full" align="center">Clang 3.2</td> 2751 </tr> 2752 <tr id="451"> 2753 <td><a href="https://cplusplus.github.io/CWG/issues/451.html">451</a></td> 2754 <td>CD1</td> 2755 <td>Expressions with invalid results and ill-formedness</td> 2756 <td class="full" align="center">Clang 2.7</td> 2757 </tr> 2758 <tr id="452"> 2759 <td><a href="https://cplusplus.github.io/CWG/issues/452.html">452</a></td> 2760 <td>CD1</td> 2761 <td>Wording nit on description of <TT>this</TT></td> 2762 <td class="full" align="center">Clang 2.7</td> 2763 </tr> 2764 <tr id="453"> 2765 <td><a href="https://cplusplus.github.io/CWG/issues/453.html">453</a></td> 2766 <td>DRWP</td> 2767 <td>References may only bind to “valid” objects</td> 2768 <td class="unknown" align="center">Unknown</td> 2769 </tr> 2770 <tr id="454"> 2771 <td><a href="https://cplusplus.github.io/CWG/issues/454.html">454</a></td> 2772 <td>CD1</td> 2773 <td>When is a definition of a static data member required?</td> 2774 <td class="unknown" align="center">Unknown</td> 2775 </tr> 2776 <tr id="455"> 2777 <td><a href="https://cplusplus.github.io/CWG/issues/455.html">455</a></td> 2778 <td>NAD</td> 2779 <td>Partial ordering and non-deduced arguments</td> 2780 <td class="unknown" align="center">Unknown</td> 2781 </tr> 2782 <tr id="456"> 2783 <td><a href="https://cplusplus.github.io/CWG/issues/456.html">456</a></td> 2784 <td>NAD</td> 2785 <td>Is initialized const int or const bool variable a null pointer constant?</td> 2786 <td class="full" align="center">Clang 3.4</td> 2787 </tr> 2788 <tr id="457"> 2789 <td><a href="https://cplusplus.github.io/CWG/issues/457.html">457</a></td> 2790 <td>CD1</td> 2791 <td>Wording nit on use of const variables in constant expressions</td> 2792 <td class="full" align="center">Clang 2.7</td> 2793 </tr> 2794 <tr id="458"> 2795 <td><a href="https://cplusplus.github.io/CWG/issues/458.html">458</a></td> 2796 <td>C++11</td> 2797 <td>Hiding of member template parameters by other members</td> 2798 <td class="full" align="center">Clang 11</td> 2799 </tr> 2800 <tr id="459"> 2801 <td><a href="https://cplusplus.github.io/CWG/issues/459.html">459</a></td> 2802 <td>NAD</td> 2803 <td>Hiding of template parameters by base class members</td> 2804 <td class="unknown" align="center">Unknown</td> 2805 </tr> 2806 <tr id="460"> 2807 <td><a href="https://cplusplus.github.io/CWG/issues/460.html">460</a></td> 2808 <td>CD1</td> 2809 <td>Can a <I>using-declaration</I> name a namespace?</td> 2810 <td class="full" align="center">Clang 2.7</td> 2811 </tr> 2812 <tr id="461"> 2813 <td><a href="https://cplusplus.github.io/CWG/issues/461.html">461</a></td> 2814 <td>NAD</td> 2815 <td>Make <TT>asm</TT> conditionally-supported</td> 2816 <td class="na" align="center">N/A</td> 2817 </tr> 2818 <tr id="462"> 2819 <td><a href="https://cplusplus.github.io/CWG/issues/462.html">462</a></td> 2820 <td>CD3</td> 2821 <td>Lifetime of temporaries bound to comma expressions</td> 2822 <td class="full" align="center">Clang 2.7</td> 2823 </tr> 2824 <tr id="463"> 2825 <td><a href="https://cplusplus.github.io/CWG/issues/463.html">463</a></td> 2826 <td>CD1</td> 2827 <td><TT>reinterpret_cast<T*>(0)</TT></td> 2828 <td class="na" align="center">N/A</td> 2829 </tr> 2830 <tr id="464"> 2831 <td><a href="https://cplusplus.github.io/CWG/issues/464.html">464</a></td> 2832 <td>CD1</td> 2833 <td>Wording nit on lifetime of temporaries to which references are bound</td> 2834 <td class="na" align="center">N/A</td> 2835 </tr> 2836 <tr id="465"> 2837 <td><a href="https://cplusplus.github.io/CWG/issues/465.html">465</a></td> 2838 <td>NAD</td> 2839 <td>May constructors of global objects call <TT>exit()</TT>?</td> 2840 <td class="na" align="center">N/A</td> 2841 </tr> 2842 <tr id="466"> 2843 <td><a href="https://cplusplus.github.io/CWG/issues/466.html">466</a></td> 2844 <td>CD1</td> 2845 <td>cv-qualifiers on pseudo-destructor type</td> 2846 <td class="full" align="center">Clang 2.8</td> 2847 </tr> 2848 <tr id="467"> 2849 <td><a href="https://cplusplus.github.io/CWG/issues/467.html">467</a></td> 2850 <td>NAD</td> 2851 <td>Jump past initialization of local static variable</td> 2852 <td class="full" align="center">Clang 2.7</td> 2853 </tr> 2854 <tr id="468"> 2855 <td><a href="https://cplusplus.github.io/CWG/issues/468.html">468</a></td> 2856 <td>CD1</td> 2857 <td>Allow <TT>::template</TT> outside of templates</td> 2858 <td class="full" align="center">Clang 2.7 (C++11 onwards)</td> 2859 </tr> 2860 <tr id="469"> 2861 <td><a href="https://cplusplus.github.io/CWG/issues/469.html">469</a></td> 2862 <td>NAD</td> 2863 <td>Const template specializations and reference arguments</td> 2864 <td class="none" align="center">No</td> 2865 </tr> 2866 <tr id="470"> 2867 <td><a href="https://cplusplus.github.io/CWG/issues/470.html">470</a></td> 2868 <td>CD1</td> 2869 <td>Instantiation of members of an explicitly-instantiated class template</td> 2870 <td class="full" align="center">Clang 2.7</td> 2871 </tr> 2872 <tr id="471"> 2873 <td><a href="https://cplusplus.github.io/CWG/issues/471.html">471</a></td> 2874 <td>NAD</td> 2875 <td>Conflicting inherited access specifications</td> 2876 <td class="full" align="center">Clang 2.8</td> 2877 </tr> 2878 <tr class="open" id="472"> 2879 <td><a href="https://cplusplus.github.io/CWG/issues/472.html">472</a></td> 2880 <td>drafting</td> 2881 <td>Casting across protected inheritance</td> 2882 <td align="center"> 2883 <details> 2884 <summary>Not resolved</summary> 2885 Clang does not implement 2011-04 resolution 2886 </details></td> 2887 </tr> 2888 <tr id="473"> 2889 <td><a href="https://cplusplus.github.io/CWG/issues/473.html">473</a></td> 2890 <td>NAD</td> 2891 <td>Block-scope declarations of allocator functions</td> 2892 <td class="unknown" align="center">Unknown</td> 2893 </tr> 2894 <tr id="474"> 2895 <td><a href="https://cplusplus.github.io/CWG/issues/474.html">474</a></td> 2896 <td>CD1</td> 2897 <td>Block-scope <TT>extern</TT> declarations in namespace members</td> 2898 <td class="full" align="center">Clang 3.4</td> 2899 </tr> 2900 <tr id="475"> 2901 <td><a href="https://cplusplus.github.io/CWG/issues/475.html">475</a></td> 2902 <td>C++11</td> 2903 <td>When is <TT>std::uncaught_exception()</TT> true? (take 2)</td> 2904 <td class="unknown" align="center">Unknown</td> 2905 </tr> 2906 <tr id="476"> 2907 <td><a href="https://cplusplus.github.io/CWG/issues/476.html">476</a></td> 2908 <td>CD5</td> 2909 <td>Determining the buffer size for placement new</td> 2910 <td class="unknown" align="center">Unknown</td> 2911 </tr> 2912 <tr id="477"> 2913 <td><a href="https://cplusplus.github.io/CWG/issues/477.html">477</a></td> 2914 <td>CD1</td> 2915 <td>Can <TT>virtual</TT> appear in a <TT>friend</TT> declaration?</td> 2916 <td class="full" align="center">Clang 3.5</td> 2917 </tr> 2918 <tr id="478"> 2919 <td><a href="https://cplusplus.github.io/CWG/issues/478.html">478</a></td> 2920 <td>NAD</td> 2921 <td>May a function parameter be an array of an abstract class type?</td> 2922 <td class="full" align="center">Clang 2.7</td> 2923 </tr> 2924 <tr id="479"> 2925 <td><a href="https://cplusplus.github.io/CWG/issues/479.html">479</a></td> 2926 <td>CD1</td> 2927 <td>Copy elision in exception handling</td> 2928 <td class="full" align="center">Clang 2.8</td> 2929 </tr> 2930 <tr id="480"> 2931 <td><a href="https://cplusplus.github.io/CWG/issues/480.html">480</a></td> 2932 <td>CD1</td> 2933 <td>Is a base of a virtual base also virtual?</td> 2934 <td class="full" align="center">Clang 2.7</td> 2935 </tr> 2936 <tr id="481"> 2937 <td><a href="https://cplusplus.github.io/CWG/issues/481.html">481</a></td> 2938 <td>CD2</td> 2939 <td>Scope of template parameters</td> 2940 <td class="full" align="center">Clang 2.8</td> 2941 </tr> 2942 <tr id="482"> 2943 <td><a href="https://cplusplus.github.io/CWG/issues/482.html">482</a></td> 2944 <td>CD3</td> 2945 <td>Qualified declarators in redeclarations</td> 2946 <td class="full" align="center">Clang 3.5</td> 2947 </tr> 2948 <tr id="483"> 2949 <td><a href="https://cplusplus.github.io/CWG/issues/483.html">483</a></td> 2950 <td>CD3</td> 2951 <td>Normative requirements on integral ranges</td> 2952 <td class="full" align="center">Clang 2.7</td> 2953 </tr> 2954 <tr id="484"> 2955 <td><a href="https://cplusplus.github.io/CWG/issues/484.html">484</a></td> 2956 <td>CD1</td> 2957 <td>Can a <I>base-specifier</I> name a cv-qualified class type?</td> 2958 <td class="full" align="center">Clang 2.8</td> 2959 </tr> 2960 <tr id="485"> 2961 <td><a href="https://cplusplus.github.io/CWG/issues/485.html">485</a></td> 2962 <td>CD1</td> 2963 <td>What is a “name”?</td> 2964 <td class="full" align="center">Clang 2.7</td> 2965 </tr> 2966 <tr id="486"> 2967 <td><a href="https://cplusplus.github.io/CWG/issues/486.html">486</a></td> 2968 <td>CD1</td> 2969 <td>Invalid return types and template argument deduction</td> 2970 <td class="full" align="center">Clang 2.7</td> 2971 </tr> 2972 <tr id="487"> 2973 <td><a href="https://cplusplus.github.io/CWG/issues/487.html">487</a></td> 2974 <td>NAD</td> 2975 <td>Operator overloading in constant expressions</td> 2976 <td class="full" align="center">Clang 2.7</td> 2977 </tr> 2978 <tr id="488"> 2979 <td><a href="https://cplusplus.github.io/CWG/issues/488.html">488</a></td> 2980 <td>CD1</td> 2981 <td>Local types, overload resolution, and template argument deduction</td> 2982 <td class="full" align="center">Clang 2.9 (C++11 onwards)</td> 2983 </tr> 2984 <tr id="489"> 2985 <td><a href="https://cplusplus.github.io/CWG/issues/489.html">489</a></td> 2986 <td>NAD</td> 2987 <td>Must member function templates be instantiated during overload resolution?</td> 2988 <td class="na" align="center">N/A</td> 2989 </tr> 2990 <tr id="490"> 2991 <td><a href="https://cplusplus.github.io/CWG/issues/490.html">490</a></td> 2992 <td>CD2</td> 2993 <td>Name lookup in friend declarations</td> 2994 <td class="full" align="center">Clang 2.8</td> 2995 </tr> 2996 <tr id="491"> 2997 <td><a href="https://cplusplus.github.io/CWG/issues/491.html">491</a></td> 2998 <td>CD1</td> 2999 <td>Initializers for empty-class aggregrate members</td> 3000 <td class="full" align="center">Duplicate of <a href="#413">413</a></td> 3001 </tr> 3002 <tr id="492"> 3003 <td><a href="https://cplusplus.github.io/CWG/issues/492.html">492</a></td> 3004 <td>CD1</td> 3005 <td><TT>typeid</TT> constness inconsistent with example</td> 3006 <td class="full" align="center">Clang 2.7</td> 3007 </tr> 3008 <tr id="493"> 3009 <td><a href="https://cplusplus.github.io/CWG/issues/493.html">493</a></td> 3010 <td>CD2</td> 3011 <td>Type deduction from a <TT>bool</TT> context</td> 3012 <td class="unknown" align="center">Duplicate of <a href="#976">976</a></td> 3013 </tr> 3014 <tr id="494"> 3015 <td><a href="https://cplusplus.github.io/CWG/issues/494.html">494</a></td> 3016 <td>CD1</td> 3017 <td>Problems with the resolution of issue 45</td> 3018 <td class="none" align="center">Duplicate of <a href="#372">372</a></td> 3019 </tr> 3020 <tr id="495"> 3021 <td><a href="https://cplusplus.github.io/CWG/issues/495.html">495</a></td> 3022 <td>CD2</td> 3023 <td>Overload resolution with template and non-template conversion functions</td> 3024 <td class="full" align="center">Clang 3.5</td> 3025 </tr> 3026 <tr id="496"> 3027 <td><a href="https://cplusplus.github.io/CWG/issues/496.html">496</a></td> 3028 <td>CD3</td> 3029 <td>Is a volatile-qualified type really a POD?</td> 3030 <td class="full-superseded" align="center">Superseded by <a href="#2094">2094</a></td> 3031 </tr> 3032 <tr id="497"> 3033 <td><a href="https://cplusplus.github.io/CWG/issues/497.html">497</a></td> 3034 <td>CD1</td> 3035 <td>Missing required initialization in example</td> 3036 <td class="unknown-superseded" align="center">Superseded by <a href="#253">253</a></td> 3037 </tr> 3038 <tr class="open" id="498"> 3039 <td><a href="https://cplusplus.github.io/CWG/issues/498.html">498</a></td> 3040 <td>open</td> 3041 <td>Storage class specifiers in definitions of class members</td> 3042 <td align="center">Not resolved</td> 3043 </tr> 3044 <tr id="499"> 3045 <td><a href="https://cplusplus.github.io/CWG/issues/499.html">499</a></td> 3046 <td>CD2</td> 3047 <td>Throwing an array of unknown size</td> 3048 <td class="full" align="center">Clang 2.7</td> 3049 </tr> 3050 <tr id="500"> 3051 <td><a href="https://cplusplus.github.io/CWG/issues/500.html">500</a></td> 3052 <td>CD1</td> 3053 <td>Access in <I>base-specifier</I>s of friend and nested classes</td> 3054 <td class="none" align="center">Duplicate of <a href="#372">372</a></td> 3055 </tr> 3056 <tr id="501"> 3057 <td><a href="https://cplusplus.github.io/CWG/issues/501.html">501</a></td> 3058 <td>NAD</td> 3059 <td>Visibility of friend declarations within the befriending class</td> 3060 <td class="full" align="center">Clang 2.7</td> 3061 </tr> 3062 <tr id="502"> 3063 <td><a href="https://cplusplus.github.io/CWG/issues/502.html">502</a></td> 3064 <td>C++11</td> 3065 <td>Dependency of nested enumerations and enumerators</td> 3066 <td class="full" align="center">Clang 2.7</td> 3067 </tr> 3068 <tr class="open" id="503"> 3069 <td><a href="https://cplusplus.github.io/CWG/issues/503.html">503</a></td> 3070 <td>open</td> 3071 <td>Cv-qualified function types in template argument deduction</td> 3072 <td align="center">Not resolved</td> 3073 </tr> 3074 <tr id="504"> 3075 <td><a href="https://cplusplus.github.io/CWG/issues/504.html">504</a></td> 3076 <td>NAD</td> 3077 <td>Should use of a variable in its own initializer require a diagnostic?</td> 3078 <td class="unknown" align="center">Unknown</td> 3079 </tr> 3080 <tr id="505"> 3081 <td><a href="https://cplusplus.github.io/CWG/issues/505.html">505</a></td> 3082 <td>CD1</td> 3083 <td>Conditionally-supported behavior for unknown character escapes</td> 3084 <td class="full" align="center">Clang 2.7</td> 3085 </tr> 3086 <tr id="506"> 3087 <td><a href="https://cplusplus.github.io/CWG/issues/506.html">506</a></td> 3088 <td>CD1</td> 3089 <td>Conditionally-supported behavior for non-POD objects passed to ellipsis</td> 3090 <td class="full" align="center">Clang 2.7</td> 3091 </tr> 3092 <tr id="507"> 3093 <td><a href="https://cplusplus.github.io/CWG/issues/507.html">507</a></td> 3094 <td>dup</td> 3095 <td>Ambiguity assigning class object to built-in type</td> 3096 <td class="unknown" align="center">Duplicate of <a href="#260">260</a></td> 3097 </tr> 3098 <tr id="508"> 3099 <td><a href="https://cplusplus.github.io/CWG/issues/508.html">508</a></td> 3100 <td>C++11</td> 3101 <td>Non-constructed value-initialized objects</td> 3102 <td class="na" align="center">N/A</td> 3103 </tr> 3104 <tr id="509"> 3105 <td><a href="https://cplusplus.github.io/CWG/issues/509.html">509</a></td> 3106 <td>CD1</td> 3107 <td>Dead code in the specification of default initialization</td> 3108 <td class="na" align="center">N/A</td> 3109 </tr> 3110 <tr id="510"> 3111 <td><a href="https://cplusplus.github.io/CWG/issues/510.html">510</a></td> 3112 <td>CD1</td> 3113 <td>Default initialization of POD classes?</td> 3114 <td class="na" align="center">N/A</td> 3115 </tr> 3116 <tr class="open" id="511"> 3117 <td><a href="https://cplusplus.github.io/CWG/issues/511.html">511</a></td> 3118 <td>open</td> 3119 <td>POD-structs with template assignment operators</td> 3120 <td align="center">Not resolved</td> 3121 </tr> 3122 <tr id="512"> 3123 <td><a href="https://cplusplus.github.io/CWG/issues/512.html">512</a></td> 3124 <td>NAD</td> 3125 <td>Union members with user-declared non-default constructors</td> 3126 <td class="full" align="center">Clang 3.0</td> 3127 </tr> 3128 <tr id="513"> 3129 <td><a href="https://cplusplus.github.io/CWG/issues/513.html">513</a></td> 3130 <td>CD1</td> 3131 <td>Non-class “most-derived” objects</td> 3132 <td class="na" align="center">N/A</td> 3133 </tr> 3134 <tr id="514"> 3135 <td><a href="https://cplusplus.github.io/CWG/issues/514.html">514</a></td> 3136 <td>CD1</td> 3137 <td>Is the initializer for a namespace member in the scope of the namespace?</td> 3138 <td class="full" align="center">Clang 2.7</td> 3139 </tr> 3140 <tr id="515"> 3141 <td><a href="https://cplusplus.github.io/CWG/issues/515.html">515</a></td> 3142 <td>CD1</td> 3143 <td>Non-dependent references to base class members</td> 3144 <td class="unknown-superseded" align="center">Superseded by <a href="#1017">1017</a></td> 3145 </tr> 3146 <tr id="516"> 3147 <td><a href="https://cplusplus.github.io/CWG/issues/516.html">516</a></td> 3148 <td>CD1</td> 3149 <td>Use of <TT>signed</TT> in bit-field declarations</td> 3150 <td class="na" align="center">N/A</td> 3151 </tr> 3152 <tr id="517"> 3153 <td><a href="https://cplusplus.github.io/CWG/issues/517.html">517</a></td> 3154 <td>CD1</td> 3155 <td>Partial specialization following explicit instantiation</td> 3156 <td class="none" align="center">No</td> 3157 </tr> 3158 <tr id="518"> 3159 <td><a href="https://cplusplus.github.io/CWG/issues/518.html">518</a></td> 3160 <td>CD1</td> 3161 <td>Trailing comma following <I>enumerator-list</I></td> 3162 <td class="full" align="center">Clang 2.7 (C++11 onwards)</td> 3163 </tr> 3164 <tr id="519"> 3165 <td><a href="https://cplusplus.github.io/CWG/issues/519.html">519</a></td> 3166 <td>CD1</td> 3167 <td>Null pointer preservation in <TT>void*</TT> conversions</td> 3168 <td class="full" align="center">Clang 2.7</td> 3169 </tr> 3170 <tr id="520"> 3171 <td><a href="https://cplusplus.github.io/CWG/issues/520.html">520</a></td> 3172 <td>CD1</td> 3173 <td>Old-style casts between incomplete class types</td> 3174 <td class="na" align="center">N/A</td> 3175 </tr> 3176 <tr id="521"> 3177 <td><a href="https://cplusplus.github.io/CWG/issues/521.html">521</a></td> 3178 <td>CD1</td> 3179 <td>Requirements for exceptions thrown by allocation functions</td> 3180 <td class="none" align="center">No</td> 3181 </tr> 3182 <tr id="522"> 3183 <td><a href="https://cplusplus.github.io/CWG/issues/522.html">522</a></td> 3184 <td>CD1</td> 3185 <td>Array-to-pointer decay in template argument deduction</td> 3186 <td class="full" align="center">Clang 2.7</td> 3187 </tr> 3188 <tr class="open" id="523"> 3189 <td><a href="https://cplusplus.github.io/CWG/issues/523.html">523</a></td> 3190 <td>open</td> 3191 <td>Can a one-past-the-end pointer be invalidated by deleting an adjacent object?</td> 3192 <td align="center">Not resolved</td> 3193 </tr> 3194 <tr id="524"> 3195 <td><a href="https://cplusplus.github.io/CWG/issues/524.html">524</a></td> 3196 <td>CD1</td> 3197 <td>Can function-notation calls to operator functions be dependent?</td> 3198 <td class="full" align="center">Clang 2.7</td> 3199 </tr> 3200 <tr id="525"> 3201 <td><a href="https://cplusplus.github.io/CWG/issues/525.html">525</a></td> 3202 <td>CD1</td> 3203 <td>Missing <TT>*</TT> in example</td> 3204 <td class="full" align="center">Clang 2.7</td> 3205 </tr> 3206 <tr id="526"> 3207 <td><a href="https://cplusplus.github.io/CWG/issues/526.html">526</a></td> 3208 <td>CD1</td> 3209 <td>Confusing aspects in the specification of non-deduced contexts</td> 3210 <td class="full" align="center">Clang 2.7</td> 3211 </tr> 3212 <tr id="527"> 3213 <td><a href="https://cplusplus.github.io/CWG/issues/527.html">527</a></td> 3214 <td>CD2</td> 3215 <td>Problems with linkage of types</td> 3216 <td class="na" align="center">N/A</td> 3217 </tr> 3218 <tr id="528"> 3219 <td><a href="https://cplusplus.github.io/CWG/issues/528.html">528</a></td> 3220 <td>NAD</td> 3221 <td>Why are incomplete class types not allowed with <TT>typeid</TT>?</td> 3222 <td class="full" align="center">Clang 2.7</td> 3223 </tr> 3224 <tr class="open" id="529"> 3225 <td><a href="https://cplusplus.github.io/CWG/issues/529.html">529</a></td> 3226 <td>drafting</td> 3227 <td>Use of <TT>template<></TT> with “explicitly-specialized” class templates</td> 3228 <td align="center">Not resolved</td> 3229 </tr> 3230 <tr id="530"> 3231 <td><a href="https://cplusplus.github.io/CWG/issues/530.html">530</a></td> 3232 <td>CD1</td> 3233 <td>Nontype template arguments in constant expressions</td> 3234 <td class="full" align="center">Clang 2.7</td> 3235 </tr> 3236 <tr id="531"> 3237 <td><a href="https://cplusplus.github.io/CWG/issues/531.html">531</a></td> 3238 <td>C++11</td> 3239 <td>Defining members of explicit specializations</td> 3240 <td class="partial" align="center">Partial</td> 3241 </tr> 3242 <tr id="532"> 3243 <td><a href="https://cplusplus.github.io/CWG/issues/532.html">532</a></td> 3244 <td>C++11</td> 3245 <td>Member/nonmember operator template partial ordering</td> 3246 <td class="full" align="center">Clang 3.5</td> 3247 </tr> 3248 <tr id="533"> 3249 <td><a href="https://cplusplus.github.io/CWG/issues/533.html">533</a></td> 3250 <td>NAD</td> 3251 <td>Special treatment for C-style header names</td> 3252 <td class="na" align="center">N/A</td> 3253 </tr> 3254 <tr id="534"> 3255 <td><a href="https://cplusplus.github.io/CWG/issues/534.html">534</a></td> 3256 <td>CD1</td> 3257 <td><I>template-name</I>s and <I>operator-function-id</I>s</td> 3258 <td class="full" align="center">Clang 2.9</td> 3259 </tr> 3260 <tr id="535"> 3261 <td><a href="https://cplusplus.github.io/CWG/issues/535.html">535</a></td> 3262 <td>CD3</td> 3263 <td>Copy construction without a copy constructor</td> 3264 <td class="full" align="center">Clang 3.1</td> 3265 </tr> 3266 <tr id="536"> 3267 <td><a href="https://cplusplus.github.io/CWG/issues/536.html">536</a></td> 3268 <td>CD6</td> 3269 <td>Problems in the description of <I>id-expression</I>s</td> 3270 <td class="na" align="center">N/A</td> 3271 </tr> 3272 <tr id="537"> 3273 <td><a href="https://cplusplus.github.io/CWG/issues/537.html">537</a></td> 3274 <td>CD1</td> 3275 <td>Definition of “signature”</td> 3276 <td class="na" align="center">N/A</td> 3277 </tr> 3278 <tr id="538"> 3279 <td><a href="https://cplusplus.github.io/CWG/issues/538.html">538</a></td> 3280 <td>CD1</td> 3281 <td>Definition and usage 3282of <I>structure</I>, <I>POD-struct</I>, <I>POD-union</I>, 3283and <I>POD class</I></td> 3284 <td class="na" align="center">N/A</td> 3285 </tr> 3286 <tr id="539"> 3287 <td><a href="https://cplusplus.github.io/CWG/issues/539.html">539</a></td> 3288 <td>CD3</td> 3289 <td>Constraints on <I>type-specifier-seq</I></td> 3290 <td class="full" align="center">Clang 3.4</td> 3291 </tr> 3292 <tr id="540"> 3293 <td><a href="https://cplusplus.github.io/CWG/issues/540.html">540</a></td> 3294 <td>CD1</td> 3295 <td>Propagation of cv-qualifiers in reference-to-reference collapse</td> 3296 <td class="full" align="center">Clang 2.7</td> 3297 </tr> 3298 <tr id="541"> 3299 <td><a href="https://cplusplus.github.io/CWG/issues/541.html">541</a></td> 3300 <td>CD2</td> 3301 <td>Dependent function types</td> 3302 <td class="full" align="center">Clang 2.7</td> 3303 </tr> 3304 <tr id="542"> 3305 <td><a href="https://cplusplus.github.io/CWG/issues/542.html">542</a></td> 3306 <td>CD2</td> 3307 <td>Value initialization of arrays of POD-structs</td> 3308 <td class="full" align="center">Clang 3.5</td> 3309 </tr> 3310 <tr id="543"> 3311 <td><a href="https://cplusplus.github.io/CWG/issues/543.html">543</a></td> 3312 <td>CD1</td> 3313 <td>Value initialization and default constructors</td> 3314 <td class="full" align="center">Clang 3.0</td> 3315 </tr> 3316 <tr id="544"> 3317 <td><a href="https://cplusplus.github.io/CWG/issues/544.html">544</a></td> 3318 <td>NAD</td> 3319 <td>Base class lookup in explicit specialization</td> 3320 <td class="full" align="center">Clang 2.7</td> 3321 </tr> 3322 <tr class="open" id="545"> 3323 <td><a href="https://cplusplus.github.io/CWG/issues/545.html">545</a></td> 3324 <td>open</td> 3325 <td>User-defined conversions and built-in operator overload resolution</td> 3326 <td align="center">Not resolved</td> 3327 </tr> 3328 <tr id="546"> 3329 <td><a href="https://cplusplus.github.io/CWG/issues/546.html">546</a></td> 3330 <td>C++11</td> 3331 <td>Explicit instantiation of class template members</td> 3332 <td class="full" align="center">Clang 2.7</td> 3333 </tr> 3334 <tr id="547"> 3335 <td><a href="https://cplusplus.github.io/CWG/issues/547.html">547</a></td> 3336 <td>C++11</td> 3337 <td>Partial specialization on member function types</td> 3338 <td class="full" align="center">Clang 3.2</td> 3339 </tr> 3340 <tr id="548"> 3341 <td><a href="https://cplusplus.github.io/CWG/issues/548.html">548</a></td> 3342 <td>dup</td> 3343 <td><I>qualified-id</I>s in declarations</td> 3344 <td class="full" align="center">Duplicate of <a href="#482">482</a></td> 3345 </tr> 3346 <tr class="open" id="549"> 3347 <td><a href="https://cplusplus.github.io/CWG/issues/549.html">549</a></td> 3348 <td>drafting</td> 3349 <td>Non-deducible parameters in partial specializations</td> 3350 <td align="center">Not resolved</td> 3351 </tr> 3352 <tr id="550"> 3353 <td><a href="https://cplusplus.github.io/CWG/issues/550.html">550</a></td> 3354 <td>dup</td> 3355 <td>Pointer to array of unknown bound in parameter declarations</td> 3356 <td class="full" align="center">Duplicate of <a href="#393">393</a></td> 3357 </tr> 3358 <tr id="551"> 3359 <td><a href="https://cplusplus.github.io/CWG/issues/551.html">551</a></td> 3360 <td>CD1</td> 3361 <td>When is <TT>inline</TT> permitted in an explicit instantiation?</td> 3362 <td class="full" align="center">Clang 2.7 (C++11 onwards)</td> 3363 </tr> 3364 <tr id="552"> 3365 <td><a href="https://cplusplus.github.io/CWG/issues/552.html">552</a></td> 3366 <td>NAD</td> 3367 <td>Use of <TT>typename</TT> in the type in a non-type <I>parameter-declaration</I></td> 3368 <td class="full" align="center">Clang 2.7</td> 3369 </tr> 3370 <tr id="553"> 3371 <td><a href="https://cplusplus.github.io/CWG/issues/553.html">553</a></td> 3372 <td>NAD</td> 3373 <td>Problems with friend allocation and deallocation functions</td> 3374 <td class="full" align="center">Clang 2.7</td> 3375 </tr> 3376 <tr id="554"> 3377 <td><a href="https://cplusplus.github.io/CWG/issues/554.html">554</a></td> 3378 <td>CD6</td> 3379 <td>Definition of “declarative region” and “scope”</td> 3380 <td class="na" align="center">N/A</td> 3381 </tr> 3382 <tr id="555"> 3383 <td><a href="https://cplusplus.github.io/CWG/issues/555.html">555</a></td> 3384 <td>CD5</td> 3385 <td>Pseudo-destructor name lookup</td> 3386 <td class="full" align="center">Clang 2.8</td> 3387 </tr> 3388 <tr id="556"> 3389 <td><a href="https://cplusplus.github.io/CWG/issues/556.html">556</a></td> 3390 <td>CD2</td> 3391 <td>Conflicting requirements for acceptable aliasing</td> 3392 <td class="na" align="center">N/A</td> 3393 </tr> 3394 <tr id="557"> 3395 <td><a href="https://cplusplus.github.io/CWG/issues/557.html">557</a></td> 3396 <td>CD1</td> 3397 <td>Does argument-dependent lookup cause template instantiation?</td> 3398 <td class="full" align="center">Clang 3.1</td> 3399 </tr> 3400 <tr id="558"> 3401 <td><a href="https://cplusplus.github.io/CWG/issues/558.html">558</a></td> 3402 <td>CD1</td> 3403 <td>Excluded characters in universal character names</td> 3404 <td class="full" align="center">Clang 2.9</td> 3405 </tr> 3406 <tr id="559"> 3407 <td><a href="https://cplusplus.github.io/CWG/issues/559.html">559</a></td> 3408 <td>CD1</td> 3409 <td>Editing error in issue 382 resolution</td> 3410 <td class="full" align="center">Clang 2.7</td> 3411 </tr> 3412 <tr id="560"> 3413 <td><a href="https://cplusplus.github.io/CWG/issues/560.html">560</a></td> 3414 <td>NAD</td> 3415 <td>Use of the <TT>typename</TT> keyword in return types</td> 3416 <td class="full" align="center">Clang 16</td> 3417 </tr> 3418 <tr id="561"> 3419 <td><a href="https://cplusplus.github.io/CWG/issues/561.html">561</a></td> 3420 <td>CD2</td> 3421 <td>Internal linkage functions in dependent name lookup</td> 3422 <td class="full" align="center">Clang 2.7</td> 3423 </tr> 3424 <tr id="562"> 3425 <td><a href="https://cplusplus.github.io/CWG/issues/562.html">562</a></td> 3426 <td>CD6</td> 3427 <td><I>qualified-id</I>s in non-expression contexts</td> 3428 <td class="na" align="center">N/A</td> 3429 </tr> 3430 <tr id="563"> 3431 <td><a href="https://cplusplus.github.io/CWG/issues/563.html">563</a></td> 3432 <td>CD6</td> 3433 <td>Linkage specification for objects</td> 3434 <td class="full" align="center">Clang 3.3</td> 3435 </tr> 3436 <tr id="564"> 3437 <td><a href="https://cplusplus.github.io/CWG/issues/564.html">564</a></td> 3438 <td>CD2</td> 3439 <td>Agreement of language linkage or <I>linkage-specification</I>s?</td> 3440 <td class="full" align="center">Clang 2.7</td> 3441 </tr> 3442 <tr id="565"> 3443 <td><a href="https://cplusplus.github.io/CWG/issues/565.html">565</a></td> 3444 <td>CD3</td> 3445 <td>Conflict rules for <I>using-declaration</I>s naming function templates</td> 3446 <td class="full" align="center">Clang 2.7</td> 3447 </tr> 3448 <tr id="566"> 3449 <td><a href="https://cplusplus.github.io/CWG/issues/566.html">566</a></td> 3450 <td>NAD</td> 3451 <td>Conversion of negative floating point values to integer type</td> 3452 <td class="full" align="center">Clang 3.1</td> 3453 </tr> 3454 <tr id="567"> 3455 <td><a href="https://cplusplus.github.io/CWG/issues/567.html">567</a></td> 3456 <td>NAD</td> 3457 <td>Can <TT>size_t</TT> and <TT>ptrdiff_t</TT> be larger than <TT>long</TT>?</td> 3458 <td class="na" align="center">N/A</td> 3459 </tr> 3460 <tr id="568"> 3461 <td><a href="https://cplusplus.github.io/CWG/issues/568.html">568</a></td> 3462 <td>CD1</td> 3463 <td>Definition of POD is too strict</td> 3464 <td class="full" align="center">Clang 3.0 (C++11 onwards)</td> 3465 </tr> 3466 <tr id="569"> 3467 <td><a href="https://cplusplus.github.io/CWG/issues/569.html">569</a></td> 3468 <td>CD2</td> 3469 <td>Spurious semicolons at namespace scope should be allowed</td> 3470 <td class="full" align="center">Clang 2.7 (C++11 onwards)</td> 3471 </tr> 3472 <tr id="570"> 3473 <td><a href="https://cplusplus.github.io/CWG/issues/570.html">570</a></td> 3474 <td>CD2</td> 3475 <td>Are references subject to the ODR?</td> 3476 <td class="na" align="center">Duplicate of <a href="#633">633</a></td> 3477 </tr> 3478 <tr id="571"> 3479 <td><a href="https://cplusplus.github.io/CWG/issues/571.html">571</a></td> 3480 <td>CD2</td> 3481 <td>References declared <TT>const</TT></td> 3482 <td class="full" align="center">Clang 2.7</td> 3483 </tr> 3484 <tr id="572"> 3485 <td><a href="https://cplusplus.github.io/CWG/issues/572.html">572</a></td> 3486 <td>C++11</td> 3487 <td>Standard conversions for non-built-in types</td> 3488 <td class="full" align="center">Clang 2.7</td> 3489 </tr> 3490 <tr id="573"> 3491 <td><a href="https://cplusplus.github.io/CWG/issues/573.html">573</a></td> 3492 <td>C++11</td> 3493 <td>Conversions between function pointers and <TT>void*</TT></td> 3494 <td class="none" align="center">No</td> 3495 </tr> 3496 <tr id="574"> 3497 <td><a href="https://cplusplus.github.io/CWG/issues/574.html">574</a></td> 3498 <td>NAD</td> 3499 <td>Definition of “copy assignment operator”</td> 3500 <td class="full" align="center">Clang 3.0</td> 3501 </tr> 3502 <tr id="575"> 3503 <td><a href="https://cplusplus.github.io/CWG/issues/575.html">575</a></td> 3504 <td>C++11</td> 3505 <td>Criteria for deduction failure</td> 3506 <td class="full" align="center">Clang 2.7</td> 3507 </tr> 3508 <tr id="576"> 3509 <td><a href="https://cplusplus.github.io/CWG/issues/576.html">576</a></td> 3510 <td>CD2</td> 3511 <td>Typedefs in function definitions</td> 3512 <td class="full" align="center">Clang 3.5</td> 3513 </tr> 3514 <tr id="577"> 3515 <td><a href="https://cplusplus.github.io/CWG/issues/577.html">577</a></td> 3516 <td>CD3</td> 3517 <td><TT>void</TT> in an empty parameter list</td> 3518 <td class="full" align="center">Clang 3.5</td> 3519 </tr> 3520 <tr id="578"> 3521 <td><a href="https://cplusplus.github.io/CWG/issues/578.html">578</a></td> 3522 <td>CD6</td> 3523 <td>Phase 1 replacement of characters with <I>universal-character-name</I>s</td> 3524 <td class="unknown" align="center">Unknown</td> 3525 </tr> 3526 <tr class="open" id="579"> 3527 <td><a href="https://cplusplus.github.io/CWG/issues/579.html">579</a></td> 3528 <td>open</td> 3529 <td>What is a “nested” <TT>></TT> or <TT>>></TT>?</td> 3530 <td align="center">Not resolved</td> 3531 </tr> 3532 <tr id="580"> 3533 <td><a href="https://cplusplus.github.io/CWG/issues/580.html">580</a></td> 3534 <td>C++11</td> 3535 <td>Access in <I>template-parameter</I>s of member and friend definitions</td> 3536 <td class="partial" align="center">Partial</td> 3537 </tr> 3538 <tr id="581"> 3539 <td><a href="https://cplusplus.github.io/CWG/issues/581.html">581</a></td> 3540 <td>CD5</td> 3541 <td>Can a templated constructor be explicitly instantiated or specialized?</td> 3542 <td class="unknown" align="center">Unknown</td> 3543 </tr> 3544 <tr id="582"> 3545 <td><a href="https://cplusplus.github.io/CWG/issues/582.html">582</a></td> 3546 <td>CD1</td> 3547 <td>Template conversion functions</td> 3548 <td class="na" align="center">N/A</td> 3549 </tr> 3550 <tr id="583"> 3551 <td><a href="https://cplusplus.github.io/CWG/issues/583.html">583</a></td> 3552 <td>CD3</td> 3553 <td>Relational pointer comparisons against the null pointer constant</td> 3554 <td class="full" align="center">Clang 4</td> 3555 </tr> 3556 <tr id="584"> 3557 <td><a href="https://cplusplus.github.io/CWG/issues/584.html">584</a></td> 3558 <td>NAD</td> 3559 <td>Unions and aliasing</td> 3560 <td class="na" align="center">N/A</td> 3561 </tr> 3562 <tr id="585"> 3563 <td><a href="https://cplusplus.github.io/CWG/issues/585.html">585</a></td> 3564 <td>NAD</td> 3565 <td>Friend template template parameters</td> 3566 <td class="full" align="center">Clang 3.0</td> 3567 </tr> 3568 <tr id="586"> 3569 <td><a href="https://cplusplus.github.io/CWG/issues/586.html">586</a></td> 3570 <td>NAD</td> 3571 <td>Default <I>template-argument</I>s and template argument deduction</td> 3572 <td class="na" align="center">N/A</td> 3573 </tr> 3574 <tr id="587"> 3575 <td><a href="https://cplusplus.github.io/CWG/issues/587.html">587</a></td> 3576 <td>CD2</td> 3577 <td>Lvalue operands of a conditional expression differing only in cv-qualification</td> 3578 <td class="full" align="center">Clang 3.2</td> 3579 </tr> 3580 <tr id="588"> 3581 <td><a href="https://cplusplus.github.io/CWG/issues/588.html">588</a></td> 3582 <td>CD2</td> 3583 <td>Searching dependent bases of classes local to function templates</td> 3584 <td class="full" align="center">Clang 2.7</td> 3585 </tr> 3586 <tr id="589"> 3587 <td><a href="https://cplusplus.github.io/CWG/issues/589.html">589</a></td> 3588 <td>CD2</td> 3589 <td>Direct binding of class and array rvalues in reference initialization</td> 3590 <td class="full" align="center">Clang 2.7</td> 3591 </tr> 3592 <tr id="590"> 3593 <td><a href="https://cplusplus.github.io/CWG/issues/590.html">590</a></td> 3594 <td>C++11</td> 3595 <td>Nested classes and the “current instantiation”</td> 3596 <td class="full" align="center">Clang 2.7</td> 3597 </tr> 3598 <tr id="591"> 3599 <td><a href="https://cplusplus.github.io/CWG/issues/591.html">591</a></td> 3600 <td>CD4</td> 3601 <td>When a dependent base class is the current instantiation</td> 3602 <td class="unreleased" align="center">Clang 20</td> 3603 </tr> 3604 <tr id="592"> 3605 <td><a href="https://cplusplus.github.io/CWG/issues/592.html">592</a></td> 3606 <td>CD1</td> 3607 <td>Exceptions during construction of local static objects</td> 3608 <td class="na" align="center">N/A</td> 3609 </tr> 3610 <tr id="593"> 3611 <td><a href="https://cplusplus.github.io/CWG/issues/593.html">593</a></td> 3612 <td>NAD</td> 3613 <td>Falling off the end of a destructor's <I>function-try-block</I> handler</td> 3614 <td class="full" align="center">Clang 2.8</td> 3615 </tr> 3616 <tr id="594"> 3617 <td><a href="https://cplusplus.github.io/CWG/issues/594.html">594</a></td> 3618 <td>CD1</td> 3619 <td>Coordinating issues 119 and 404 with delegating constructors</td> 3620 <td class="na" align="center">N/A</td> 3621 </tr> 3622 <tr id="595"> 3623 <td><a href="https://cplusplus.github.io/CWG/issues/595.html">595</a></td> 3624 <td>dup</td> 3625 <td>Exception specifications in templates instantiated from class bodies</td> 3626 <td class="full" align="center">Duplicate of <a href="#1330">1330</a></td> 3627 </tr> 3628 <tr id="596"> 3629 <td><a href="https://cplusplus.github.io/CWG/issues/596.html">596</a></td> 3630 <td>NAD</td> 3631 <td>Replacing an exception object</td> 3632 <td class="unknown" align="center">Unknown</td> 3633 </tr> 3634 <tr id="597"> 3635 <td><a href="https://cplusplus.github.io/CWG/issues/597.html">597</a></td> 3636 <td>CD3</td> 3637 <td>Conversions applied to out-of-lifetime non-POD lvalues</td> 3638 <td class="na" align="center">N/A</td> 3639 </tr> 3640 <tr id="598"> 3641 <td><a href="https://cplusplus.github.io/CWG/issues/598.html">598</a></td> 3642 <td>CD2</td> 3643 <td>Associated namespaces of overloaded functions and function templates</td> 3644 <td class="full" align="center">Clang 2.7</td> 3645 </tr> 3646 <tr id="599"> 3647 <td><a href="https://cplusplus.github.io/CWG/issues/599.html">599</a></td> 3648 <td>CD2</td> 3649 <td>Deleting a null function pointer</td> 3650 <td class="partial" align="center">Partial</td> 3651 </tr> 3652 <tr id="600"> 3653 <td><a href="https://cplusplus.github.io/CWG/issues/600.html">600</a></td> 3654 <td>CD6</td> 3655 <td>Does access control apply to members or to names?</td> 3656 <td class="full" align="center">Clang 2.8</td> 3657 </tr> 3658 <tr id="601"> 3659 <td><a href="https://cplusplus.github.io/CWG/issues/601.html">601</a></td> 3660 <td>CD2</td> 3661 <td>Type of literals in preprocessing expressions</td> 3662 <td class="full" align="center">Clang 2.7</td> 3663 </tr> 3664 <tr id="602"> 3665 <td><a href="https://cplusplus.github.io/CWG/issues/602.html">602</a></td> 3666 <td>C++11</td> 3667 <td>When is the injected-class-name of a class template a template?</td> 3668 <td class="full" align="center">Clang 2.7</td> 3669 </tr> 3670 <tr id="603"> 3671 <td><a href="https://cplusplus.github.io/CWG/issues/603.html">603</a></td> 3672 <td>CD1</td> 3673 <td>Type equivalence and unsigned overflow</td> 3674 <td class="full" align="center">Clang 3.1</td> 3675 </tr> 3676 <tr id="604"> 3677 <td><a href="https://cplusplus.github.io/CWG/issues/604.html">604</a></td> 3678 <td>CD2</td> 3679 <td>Argument list for overload resolution in copy-initialization</td> 3680 <td class="na" align="center">N/A</td> 3681 </tr> 3682 <tr id="605"> 3683 <td><a href="https://cplusplus.github.io/CWG/issues/605.html">605</a></td> 3684 <td>C++11</td> 3685 <td>Linkage of explicit specializations</td> 3686 <td class="full" align="center">Clang 2.7</td> 3687 </tr> 3688 <tr id="606"> 3689 <td><a href="https://cplusplus.github.io/CWG/issues/606.html">606</a></td> 3690 <td>CD1</td> 3691 <td>Template argument deduction for rvalue references</td> 3692 <td class="full" align="center">Clang 3.0</td> 3693 </tr> 3694 <tr id="607"> 3695 <td><a href="https://cplusplus.github.io/CWG/issues/607.html">607</a></td> 3696 <td>CD6</td> 3697 <td>Lookup of <I>mem-initializer-id</I>s</td> 3698 <td class="full" align="center">Clang 2.7</td> 3699 </tr> 3700 <tr id="608"> 3701 <td><a href="https://cplusplus.github.io/CWG/issues/608.html">608</a></td> 3702 <td>CD2</td> 3703 <td>Determining the final overrider of a virtual function</td> 3704 <td class="full" align="center">Clang 2.7</td> 3705 </tr> 3706 <tr id="609"> 3707 <td><a href="https://cplusplus.github.io/CWG/issues/609.html">609</a></td> 3708 <td>CD4</td> 3709 <td>What is a “top-level” cv-qualifier?</td> 3710 <td class="unknown" align="center">Unknown</td> 3711 </tr> 3712 <tr id="610"> 3713 <td><a href="https://cplusplus.github.io/CWG/issues/610.html">610</a></td> 3714 <td>NAD</td> 3715 <td>Computing the negative of <TT>0U</TT></td> 3716 <td class="full" align="center">Clang 2.7</td> 3717 </tr> 3718 <tr id="611"> 3719 <td><a href="https://cplusplus.github.io/CWG/issues/611.html">611</a></td> 3720 <td>CD2</td> 3721 <td>Zero-initializing references</td> 3722 <td class="full" align="center">Clang 2.7</td> 3723 </tr> 3724 <tr id="612"> 3725 <td><a href="https://cplusplus.github.io/CWG/issues/612.html">612</a></td> 3726 <td>CD2</td> 3727 <td>Requirements on a conforming implementation</td> 3728 <td class="na" align="center">N/A</td> 3729 </tr> 3730 <tr id="613"> 3731 <td><a href="https://cplusplus.github.io/CWG/issues/613.html">613</a></td> 3732 <td>CD1</td> 3733 <td>Unevaluated uses of non-static class members</td> 3734 <td class="full" align="center">Clang 3.1 (C++11 onwards)</td> 3735 </tr> 3736 <tr id="614"> 3737 <td><a href="https://cplusplus.github.io/CWG/issues/614.html">614</a></td> 3738 <td>CD1</td> 3739 <td>Results of integer <TT>/</TT> and <TT>%</TT></td> 3740 <td class="full" align="center">Clang 2.7</td> 3741 </tr> 3742 <tr id="615"> 3743 <td><a href="https://cplusplus.github.io/CWG/issues/615.html">615</a></td> 3744 <td>C++11</td> 3745 <td>Incorrect description of variables that can be initialized</td> 3746 <td class="full" align="center">Clang 2.7</td> 3747 </tr> 3748 <tr id="616"> 3749 <td><a href="https://cplusplus.github.io/CWG/issues/616.html">616</a></td> 3750 <td>CD3</td> 3751 <td>Definition of “indeterminate value”</td> 3752 <td class="full" align="center">Clang 4</td> 3753 </tr> 3754 <tr id="617"> 3755 <td><a href="https://cplusplus.github.io/CWG/issues/617.html">617</a></td> 3756 <td>NAD</td> 3757 <td>Lvalue-to-rvalue conversions of uninitialized <TT>char</TT> objects</td> 3758 <td class="unknown" align="center">Unknown</td> 3759 </tr> 3760 <tr id="618"> 3761 <td><a href="https://cplusplus.github.io/CWG/issues/618.html">618</a></td> 3762 <td>CD2</td> 3763 <td>Casts in preprocessor conditional expressions</td> 3764 <td class="full" align="center">Clang 2.7</td> 3765 </tr> 3766 <tr id="619"> 3767 <td><a href="https://cplusplus.github.io/CWG/issues/619.html">619</a></td> 3768 <td>C++11</td> 3769 <td>Completeness of array types</td> 3770 <td class="full" align="center">Clang 3.4</td> 3771 </tr> 3772 <tr id="620"> 3773 <td><a href="https://cplusplus.github.io/CWG/issues/620.html">620</a></td> 3774 <td>CD1</td> 3775 <td>Declaration order in layout-compatible POD structs</td> 3776 <td class="full" align="center">Duplicate of <a href="#568">568</a></td> 3777 </tr> 3778 <tr id="621"> 3779 <td><a href="https://cplusplus.github.io/CWG/issues/621.html">621</a></td> 3780 <td>C++11</td> 3781 <td>Template argument deduction from function return types</td> 3782 <td class="full" align="center">Clang 2.7</td> 3783 </tr> 3784 <tr id="622"> 3785 <td><a href="https://cplusplus.github.io/CWG/issues/622.html">622</a></td> 3786 <td>NAD</td> 3787 <td>Relational comparisons of arbitrary pointers</td> 3788 <td class="unknown" align="center">Unknown</td> 3789 </tr> 3790 <tr id="623"> 3791 <td><a href="https://cplusplus.github.io/CWG/issues/623.html">623</a></td> 3792 <td>CD3</td> 3793 <td>Use of pointers to deallocated storage</td> 3794 <td class="na" align="center">N/A</td> 3795 </tr> 3796 <tr id="624"> 3797 <td><a href="https://cplusplus.github.io/CWG/issues/624.html">624</a></td> 3798 <td>CD1</td> 3799 <td>Overflow in calculating size of allocation</td> 3800 <td class="unknown" align="center">Unknown</td> 3801 </tr> 3802 <tr id="625"> 3803 <td><a href="https://cplusplus.github.io/CWG/issues/625.html">625</a></td> 3804 <td>CD2</td> 3805 <td>Use of <TT>auto</TT> as a <I>template-argument</I></td> 3806 <td class="full" align="center">Clang 2.9</td> 3807 </tr> 3808 <tr id="626"> 3809 <td><a href="https://cplusplus.github.io/CWG/issues/626.html">626</a></td> 3810 <td>CD2</td> 3811 <td>Preprocessor string literals</td> 3812 <td class="full" align="center">Clang 2.7</td> 3813 </tr> 3814 <tr id="627"> 3815 <td><a href="https://cplusplus.github.io/CWG/issues/627.html">627</a></td> 3816 <td>NAD</td> 3817 <td>Values behaving as types</td> 3818 <td class="full" align="center">Clang 2.7</td> 3819 </tr> 3820 <tr id="628"> 3821 <td><a href="https://cplusplus.github.io/CWG/issues/628.html">628</a></td> 3822 <td>CD2</td> 3823 <td>The values of an enumeration with no enumerator</td> 3824 <td class="na" align="center">N/A</td> 3825 </tr> 3826 <tr id="629"> 3827 <td><a href="https://cplusplus.github.io/CWG/issues/629.html">629</a></td> 3828 <td>CD1</td> 3829 <td><TT>auto</TT> parsing ambiguity</td> 3830 <td class="full" align="center">Clang 2.9</td> 3831 </tr> 3832 <tr id="630"> 3833 <td><a href="https://cplusplus.github.io/CWG/issues/630.html">630</a></td> 3834 <td>CD2</td> 3835 <td>Equality of narrow and wide character values in the basic character set</td> 3836 <td class="full" align="center">Clang 2.7</td> 3837 </tr> 3838 <tr id="631"> 3839 <td><a href="https://cplusplus.github.io/CWG/issues/631.html">631</a></td> 3840 <td>CD3</td> 3841 <td>Jumping into a “then” clause</td> 3842 <td class="na" align="center">N/A</td> 3843 </tr> 3844 <tr id="632"> 3845 <td><a href="https://cplusplus.github.io/CWG/issues/632.html">632</a></td> 3846 <td>CD1</td> 3847 <td>Brace-enclosed initializer for scalar member of aggregate</td> 3848 <td class="full" align="center">Clang 2.7</td> 3849 </tr> 3850 <tr id="633"> 3851 <td><a href="https://cplusplus.github.io/CWG/issues/633.html">633</a></td> 3852 <td>CD2</td> 3853 <td>Specifications for variables that should also apply to references</td> 3854 <td class="na" align="center">N/A</td> 3855 </tr> 3856 <tr id="634"> 3857 <td><a href="https://cplusplus.github.io/CWG/issues/634.html">634</a></td> 3858 <td>CD1</td> 3859 <td>Conditionally-supported behavior for non-POD objects passed to ellipsis redux</td> 3860 <td class="full" align="center">Clang 2.7</td> 3861 </tr> 3862 <tr id="635"> 3863 <td><a href="https://cplusplus.github.io/CWG/issues/635.html">635</a></td> 3864 <td>NAD</td> 3865 <td>Names of constructors and destructors of templates</td> 3866 <td class="full" align="center">Clang 2.7</td> 3867 </tr> 3868 <tr id="636"> 3869 <td><a href="https://cplusplus.github.io/CWG/issues/636.html">636</a></td> 3870 <td>CD4</td> 3871 <td>Dynamic type of objects and aliasing</td> 3872 <td class="unknown" align="center">Unknown</td> 3873 </tr> 3874 <tr id="637"> 3875 <td><a href="https://cplusplus.github.io/CWG/issues/637.html">637</a></td> 3876 <td>CD1</td> 3877 <td>Sequencing rules and example disagree</td> 3878 <td class="full" align="center">Clang 3.0</td> 3879 </tr> 3880 <tr id="638"> 3881 <td><a href="https://cplusplus.github.io/CWG/issues/638.html">638</a></td> 3882 <td>CD2</td> 3883 <td>Explicit specialization and friendship</td> 3884 <td class="none" align="center">No</td> 3885 </tr> 3886 <tr id="639"> 3887 <td><a href="https://cplusplus.github.io/CWG/issues/639.html">639</a></td> 3888 <td>CD1</td> 3889 <td>What makes side effects “different” from one another?</td> 3890 <td class="full" align="center">Clang 3.3</td> 3891 </tr> 3892 <tr id="640"> 3893 <td><a href="https://cplusplus.github.io/CWG/issues/640.html">640</a></td> 3894 <td>NAD</td> 3895 <td>Accessing destroyed local objects of static storage duration</td> 3896 <td class="unknown" align="center">Unknown</td> 3897 </tr> 3898 <tr id="641"> 3899 <td><a href="https://cplusplus.github.io/CWG/issues/641.html">641</a></td> 3900 <td>CD2</td> 3901 <td>Overload resolution and conversion-to-same-type operators</td> 3902 <td class="full" align="center">Clang 2.7</td> 3903 </tr> 3904 <tr id="642"> 3905 <td><a href="https://cplusplus.github.io/CWG/issues/642.html">642</a></td> 3906 <td>CD2</td> 3907 <td>Definition and use of “block scope” and “local scope”</td> 3908 <td class="full" align="center">Clang 2.7</td> 3909 </tr> 3910 <tr id="643"> 3911 <td><a href="https://cplusplus.github.io/CWG/issues/643.html">643</a></td> 3912 <td>NAD</td> 3913 <td>Use of <TT>decltype</TT> in a class <I>member-specification</I></td> 3914 <td class="full" align="center">Clang 3.2</td> 3915 </tr> 3916 <tr id="644"> 3917 <td><a href="https://cplusplus.github.io/CWG/issues/644.html">644</a></td> 3918 <td>CD1</td> 3919 <td>Should a trivial class type be a literal type?</td> 3920 <td class="partial" align="center">Partial</td> 3921 </tr> 3922 <tr id="645"> 3923 <td><a href="https://cplusplus.github.io/CWG/issues/645.html">645</a></td> 3924 <td>CD2</td> 3925 <td>Are bit-field and non-bit-field members layout compatible?</td> 3926 <td class="na" align="center">N/A</td> 3927 </tr> 3928 <tr id="646"> 3929 <td><a href="https://cplusplus.github.io/CWG/issues/646.html">646</a></td> 3930 <td>NAD</td> 3931 <td>Can a class with a constexpr copy constructor be a literal type?</td> 3932 <td class="unknown-superseded" align="center">Superseded by <a href="#981">981</a></td> 3933 </tr> 3934 <tr id="647"> 3935 <td><a href="https://cplusplus.github.io/CWG/issues/647.html">647</a></td> 3936 <td>CD1</td> 3937 <td>Non-constexpr instances of constexpr constructor templates</td> 3938 <td class="full" align="center">Clang 3.1</td> 3939 </tr> 3940 <tr id="648"> 3941 <td><a href="https://cplusplus.github.io/CWG/issues/648.html">648</a></td> 3942 <td>CD1</td> 3943 <td>Constant expressions in constexpr initializers</td> 3944 <td class="full" align="center">Clang 2.7</td> 3945 </tr> 3946 <tr id="649"> 3947 <td><a href="https://cplusplus.github.io/CWG/issues/649.html">649</a></td> 3948 <td>CD1</td> 3949 <td>Optionally ill-formed extended alignment requests</td> 3950 <td class="full" align="center">Clang 3.5</td> 3951 </tr> 3952 <tr id="650"> 3953 <td><a href="https://cplusplus.github.io/CWG/issues/650.html">650</a></td> 3954 <td>CD2</td> 3955 <td>Order of destruction for temporaries bound to the returned value of a function</td> 3956 <td class="full" align="center">Clang 2.8</td> 3957 </tr> 3958 <tr id="651"> 3959 <td><a href="https://cplusplus.github.io/CWG/issues/651.html">651</a></td> 3960 <td>CD1</td> 3961 <td>Problems in <TT>decltype</TT> specification and examples</td> 3962 <td class="full" align="center">Clang 2.7</td> 3963 </tr> 3964 <tr id="652"> 3965 <td><a href="https://cplusplus.github.io/CWG/issues/652.html">652</a></td> 3966 <td>CD2</td> 3967 <td>Compile-time evaluation of floating-point expressions</td> 3968 <td class="full" align="center">Clang 3.1</td> 3969 </tr> 3970 <tr id="653"> 3971 <td><a href="https://cplusplus.github.io/CWG/issues/653.html">653</a></td> 3972 <td>CD2</td> 3973 <td>Copy assignment of unions</td> 3974 <td class="full" align="center">Clang 2.7</td> 3975 </tr> 3976 <tr id="654"> 3977 <td><a href="https://cplusplus.github.io/CWG/issues/654.html">654</a></td> 3978 <td>CD1</td> 3979 <td>Conversions to and from <TT>nullptr_t</TT></td> 3980 <td class="full-superseded" align="center">Superseded by <a href="#1423">1423</a></td> 3981 </tr> 3982 <tr id="655"> 3983 <td><a href="https://cplusplus.github.io/CWG/issues/655.html">655</a></td> 3984 <td>C++11</td> 3985 <td>Initialization not specified for forwarding constructors</td> 3986 <td class="full" align="center">Clang 3.0</td> 3987 </tr> 3988 <tr id="656"> 3989 <td><a href="https://cplusplus.github.io/CWG/issues/656.html">656</a></td> 3990 <td>CD2</td> 3991 <td>Direct binding to the result of a conversion operator</td> 3992 <td class="full" align="center">Clang 2.8</td> 3993 </tr> 3994 <tr id="657"> 3995 <td><a href="https://cplusplus.github.io/CWG/issues/657.html">657</a></td> 3996 <td>CD2</td> 3997 <td>Abstract class parameter in synthesized declaration</td> 3998 <td class="partial" align="center">Partial</td> 3999 </tr> 4000 <tr id="658"> 4001 <td><a href="https://cplusplus.github.io/CWG/issues/658.html">658</a></td> 4002 <td>CD2</td> 4003 <td>Defining <TT>reinterpret_cast</TT> for pointer types</td> 4004 <td class="full" align="center">Clang 2.7</td> 4005 </tr> 4006 <tr id="659"> 4007 <td><a href="https://cplusplus.github.io/CWG/issues/659.html">659</a></td> 4008 <td>CD1</td> 4009 <td>Alignment of function types</td> 4010 <td class="full" align="center">Clang 3.0</td> 4011 </tr> 4012 <tr id="660"> 4013 <td><a href="https://cplusplus.github.io/CWG/issues/660.html">660</a></td> 4014 <td>CD1</td> 4015 <td>Unnamed scoped enumerations</td> 4016 <td class="full" align="center">Clang 3.0</td> 4017 </tr> 4018 <tr id="661"> 4019 <td><a href="https://cplusplus.github.io/CWG/issues/661.html">661</a></td> 4020 <td>CD1</td> 4021 <td>Semantics of arithmetic comparisons</td> 4022 <td class="full" align="center">Clang 2.7</td> 4023 </tr> 4024 <tr id="662"> 4025 <td><a href="https://cplusplus.github.io/CWG/issues/662.html">662</a></td> 4026 <td>NAD</td> 4027 <td>Forming a pointer to a reference type</td> 4028 <td class="full" align="center">Clang 2.7</td> 4029 </tr> 4030 <tr id="663"> 4031 <td><a href="https://cplusplus.github.io/CWG/issues/663.html">663</a></td> 4032 <td>CD1</td> 4033 <td>Valid Cyrillic identifier characters</td> 4034 <td class="na" align="center">Superseded by <a href="https://wg21.link/P1949">P1949</a></td> 4035 </tr> 4036 <tr id="664"> 4037 <td><a href="https://cplusplus.github.io/CWG/issues/664.html">664</a></td> 4038 <td>CD2</td> 4039 <td>Direct binding of references to non-class rvalue references</td> 4040 <td class="full" align="center">Clang 2.7</td> 4041 </tr> 4042 <tr id="665"> 4043 <td><a href="https://cplusplus.github.io/CWG/issues/665.html">665</a></td> 4044 <td>CD2</td> 4045 <td>Problems in the specification of <TT>dynamic_cast</TT></td> 4046 <td class="full" align="center">Clang 2.8</td> 4047 </tr> 4048 <tr id="666"> 4049 <td><a href="https://cplusplus.github.io/CWG/issues/666.html">666</a></td> 4050 <td>CD1</td> 4051 <td>Dependent <I>qualified-id</I>s without the <TT>typename</TT> keyword</td> 4052 <td class="full" align="center">Clang 2.8</td> 4053 </tr> 4054 <tr id="667"> 4055 <td><a href="https://cplusplus.github.io/CWG/issues/667.html">667</a></td> 4056 <td>CD2</td> 4057 <td>Trivial special member functions that cannot be implicitly defined</td> 4058 <td class="full" align="center">Clang 8</td> 4059 </tr> 4060 <tr id="668"> 4061 <td><a href="https://cplusplus.github.io/CWG/issues/668.html">668</a></td> 4062 <td>CD2</td> 4063 <td>Throwing an exception from the destructor of a local static object</td> 4064 <td class="unknown" align="center">Unknown</td> 4065 </tr> 4066 <tr id="669"> 4067 <td><a href="https://cplusplus.github.io/CWG/issues/669.html">669</a></td> 4068 <td>NAD</td> 4069 <td>Confusing specification of the meaning of <TT>decltype</TT></td> 4070 <td class="full" align="center">Clang 3.1</td> 4071 </tr> 4072 <tr id="670"> 4073 <td><a href="https://cplusplus.github.io/CWG/issues/670.html">670</a></td> 4074 <td>CD4</td> 4075 <td>Copy initialization via derived-to-base conversion in the second step</td> 4076 <td class="unknown" align="center">Unknown</td> 4077 </tr> 4078 <tr id="671"> 4079 <td><a href="https://cplusplus.github.io/CWG/issues/671.html">671</a></td> 4080 <td>CD1</td> 4081 <td>Explicit conversion from a scoped enumeration type to integral type</td> 4082 <td class="full" align="center">Clang 2.9</td> 4083 </tr> 4084 <tr id="672"> 4085 <td><a href="https://cplusplus.github.io/CWG/issues/672.html">672</a></td> 4086 <td>CD2</td> 4087 <td>Sequencing of initialization in <I>new-expression</I>s</td> 4088 <td class="full" align="center">Clang 2.7</td> 4089 </tr> 4090 <tr id="673"> 4091 <td><a href="https://cplusplus.github.io/CWG/issues/673.html">673</a></td> 4092 <td>NAD</td> 4093 <td>Injection of names from <I>elaborated-type-specifier</I>s in <TT>friend</TT> declarations</td> 4094 <td class="full" align="center">Clang 2.7</td> 4095 </tr> 4096 <tr id="674"> 4097 <td><a href="https://cplusplus.github.io/CWG/issues/674.html">674</a></td> 4098 <td>C++11</td> 4099 <td>“matching specialization” for a friend declaration</td> 4100 <td class="full" align="center">Clang 8</td> 4101 </tr> 4102 <tr id="675"> 4103 <td><a href="https://cplusplus.github.io/CWG/issues/675.html">675</a></td> 4104 <td>CD3</td> 4105 <td>Signedness of bit-field with typedef or template parameter type</td> 4106 <td class="unknown" align="center">Duplicate of <a href="#739">739</a></td> 4107 </tr> 4108 <tr id="676"> 4109 <td><a href="https://cplusplus.github.io/CWG/issues/676.html">676</a></td> 4110 <td>C++11</td> 4111 <td><I>static_assert-declaration</I>s and general requirements for declarations</td> 4112 <td class="na" align="center">N/A</td> 4113 </tr> 4114 <tr id="677"> 4115 <td><a href="https://cplusplus.github.io/CWG/issues/677.html">677</a></td> 4116 <td>CD1</td> 4117 <td>Deleted <TT>operator delete</TT> and virtual destructors</td> 4118 <td class="none" align="center">No</td> 4119 </tr> 4120 <tr id="678"> 4121 <td><a href="https://cplusplus.github.io/CWG/issues/678.html">678</a></td> 4122 <td>C++11</td> 4123 <td>Language linkage of member function parameter types and the ODR</td> 4124 <td class="unknown" align="center">Unknown</td> 4125 </tr> 4126 <tr id="679"> 4127 <td><a href="https://cplusplus.github.io/CWG/issues/679.html">679</a></td> 4128 <td>CD1</td> 4129 <td>Equivalence of <I>template-id</I>s and operator function templates</td> 4130 <td class="full" align="center">Clang 2.7</td> 4131 </tr> 4132 <tr id="680"> 4133 <td><a href="https://cplusplus.github.io/CWG/issues/680.html">680</a></td> 4134 <td>CD2</td> 4135 <td>What is a move constructor?</td> 4136 <td class="na" align="center">N/A</td> 4137 </tr> 4138 <tr id="681"> 4139 <td><a href="https://cplusplus.github.io/CWG/issues/681.html">681</a></td> 4140 <td>CD1</td> 4141 <td>Restrictions on declarators with late-specified return types</td> 4142 <td class="partial" align="center">Partial</td> 4143 </tr> 4144 <tr id="682"> 4145 <td><a href="https://cplusplus.github.io/CWG/issues/682.html">682</a></td> 4146 <td>CD5</td> 4147 <td>Missing description of lookup of template aliases</td> 4148 <td class="unknown" align="center">Unknown</td> 4149 </tr> 4150 <tr id="683"> 4151 <td><a href="https://cplusplus.github.io/CWG/issues/683.html">683</a></td> 4152 <td>CD1</td> 4153 <td>Requirements for trivial subobject special functions</td> 4154 <td class="full" align="center">Clang 3.3</td> 4155 </tr> 4156 <tr id="684"> 4157 <td><a href="https://cplusplus.github.io/CWG/issues/684.html">684</a></td> 4158 <td>CD1</td> 4159 <td>Constant expressions involving the address of an automatic variable</td> 4160 <td class="unknown-superseded" align="center">Superseded by <a href="#1454">1454</a></td> 4161 </tr> 4162 <tr id="685"> 4163 <td><a href="https://cplusplus.github.io/CWG/issues/685.html">685</a></td> 4164 <td>CD2</td> 4165 <td>Integral promotion of enumeration ignores fixed underlying type</td> 4166 <td class="full" align="center">Clang 10</td> 4167 </tr> 4168 <tr id="686"> 4169 <td><a href="https://cplusplus.github.io/CWG/issues/686.html">686</a></td> 4170 <td>CD1</td> 4171 <td>Type declarations/definitions in <I>type-specifier-seq</I>s and <I>type-id</I>s</td> 4172 <td class="full" align="center">Clang 3.0</td> 4173 </tr> 4174 <tr id="687"> 4175 <td><a href="https://cplusplus.github.io/CWG/issues/687.html">687</a></td> 4176 <td>NAD</td> 4177 <td><TT>template</TT> keyword with <I>unqualified-id</I>s</td> 4178 <td class="unknown" align="center">Unknown</td> 4179 </tr> 4180 <tr id="688"> 4181 <td><a href="https://cplusplus.github.io/CWG/issues/688.html">688</a></td> 4182 <td>CD1</td> 4183 <td>Constexpr constructors and static initialization</td> 4184 <td class="unknown" align="center">Unknown</td> 4185 </tr> 4186 <tr id="689"> 4187 <td><a href="https://cplusplus.github.io/CWG/issues/689.html">689</a></td> 4188 <td>CD5</td> 4189 <td>Maximum values of signed and unsigned integers</td> 4190 <td class="unknown" align="center">Unknown</td> 4191 </tr> 4192 <tr id="690"> 4193 <td><a href="https://cplusplus.github.io/CWG/issues/690.html">690</a></td> 4194 <td>CD2</td> 4195 <td>The dynamic type of an rvalue reference</td> 4196 <td class="unknown" align="center">Unknown</td> 4197 </tr> 4198 <tr id="691"> 4199 <td><a href="https://cplusplus.github.io/CWG/issues/691.html">691</a></td> 4200 <td>C++11</td> 4201 <td>Template parameter packs in class template partial specializations</td> 4202 <td class="unknown" align="center">Unknown</td> 4203 </tr> 4204 <tr id="692"> 4205 <td><a href="https://cplusplus.github.io/CWG/issues/692.html">692</a></td> 4206 <td>C++11</td> 4207 <td>Partial ordering of variadic class template partial specializations</td> 4208 <td class="full" align="center">Clang 16</td> 4209 </tr> 4210 <tr id="693"> 4211 <td><a href="https://cplusplus.github.io/CWG/issues/693.html">693</a></td> 4212 <td>CD2</td> 4213 <td>New string types and deprecated conversion</td> 4214 <td class="unknown" align="center">Unknown</td> 4215 </tr> 4216 <tr id="694"> 4217 <td><a href="https://cplusplus.github.io/CWG/issues/694.html">694</a></td> 4218 <td>C++11</td> 4219 <td>Zero- and value-initialization of union objects</td> 4220 <td class="unknown" align="center">Unknown</td> 4221 </tr> 4222 <tr id="695"> 4223 <td><a href="https://cplusplus.github.io/CWG/issues/695.html">695</a></td> 4224 <td>CD2</td> 4225 <td>Compile-time calculation errors in constexpr functions</td> 4226 <td class="unknown" align="center">Unknown</td> 4227 </tr> 4228 <tr id="696"> 4229 <td><a href="https://cplusplus.github.io/CWG/issues/696.html">696</a></td> 4230 <td>C++11</td> 4231 <td>Use of block-scope constants in local classes</td> 4232 <td class="full" align="center">Clang 3.1</td> 4233 </tr> 4234 <tr class="open" id="697"> 4235 <td><a href="https://cplusplus.github.io/CWG/issues/697.html">697</a></td> 4236 <td>open</td> 4237 <td>Deduction rules apply to more than functions</td> 4238 <td align="center">Not resolved</td> 4239 </tr> 4240 <tr class="open" id="698"> 4241 <td><a href="https://cplusplus.github.io/CWG/issues/698.html">698</a></td> 4242 <td>open</td> 4243 <td>The definition of “sequenced before” is too narrow</td> 4244 <td align="center">Not resolved</td> 4245 </tr> 4246 <tr id="699"> 4247 <td><a href="https://cplusplus.github.io/CWG/issues/699.html">699</a></td> 4248 <td>CD2</td> 4249 <td>Must constexpr member functions be defined in the class <I>member-specification</I>?</td> 4250 <td class="unknown" align="center">Unknown</td> 4251 </tr> 4252 <tr id="700"> 4253 <td><a href="https://cplusplus.github.io/CWG/issues/700.html">700</a></td> 4254 <td>C++11</td> 4255 <td>Constexpr member functions of class templates</td> 4256 <td class="unknown" align="center">Unknown</td> 4257 </tr> 4258 <tr id="701"> 4259 <td><a href="https://cplusplus.github.io/CWG/issues/701.html">701</a></td> 4260 <td>CD2</td> 4261 <td>When is the array-to-pointer conversion applied?</td> 4262 <td class="unknown" align="center">Unknown</td> 4263 </tr> 4264 <tr id="702"> 4265 <td><a href="https://cplusplus.github.io/CWG/issues/702.html">702</a></td> 4266 <td>CD2</td> 4267 <td>Preferring conversion to <TT>std::initializer_list</TT></td> 4268 <td class="unknown" align="center">Unknown</td> 4269 </tr> 4270 <tr id="703"> 4271 <td><a href="https://cplusplus.github.io/CWG/issues/703.html">703</a></td> 4272 <td>CD2</td> 4273 <td>Narrowing for literals that cannot be exactly represented</td> 4274 <td class="unknown" align="center">Unknown</td> 4275 </tr> 4276 <tr id="704"> 4277 <td><a href="https://cplusplus.github.io/CWG/issues/704.html">704</a></td> 4278 <td>CD2</td> 4279 <td>To which <I>postfix-expression</I>s does overload resolution apply?</td> 4280 <td class="unknown" align="center">Unknown</td> 4281 </tr> 4282 <tr id="705"> 4283 <td><a href="https://cplusplus.github.io/CWG/issues/705.html">705</a></td> 4284 <td>CD2</td> 4285 <td>Suppressing argument-dependent lookup via parentheses</td> 4286 <td class="full" align="center">Clang 2.7</td> 4287 </tr> 4288 <tr id="706"> 4289 <td><a href="https://cplusplus.github.io/CWG/issues/706.html">706</a></td> 4290 <td>NAD</td> 4291 <td>Use of <TT>auto</TT> with rvalue references</td> 4292 <td class="unknown" align="center">Unknown</td> 4293 </tr> 4294 <tr id="707"> 4295 <td><a href="https://cplusplus.github.io/CWG/issues/707.html">707</a></td> 4296 <td>CD2</td> 4297 <td>Undefined behavior in integral-to-floating conversions</td> 4298 <td class="unknown" align="center">Unknown</td> 4299 </tr> 4300 <tr class="open" id="708"> 4301 <td><a href="https://cplusplus.github.io/CWG/issues/708.html">708</a></td> 4302 <td>open</td> 4303 <td>Partial specialization of member templates of class templates</td> 4304 <td align="center">Not resolved</td> 4305 </tr> 4306 <tr id="709"> 4307 <td><a href="https://cplusplus.github.io/CWG/issues/709.html">709</a></td> 4308 <td>C++11</td> 4309 <td>Enumeration names as <I>nested-name-specifier</I>s in deduction failure</td> 4310 <td class="unknown" align="center">Unknown</td> 4311 </tr> 4312 <tr id="710"> 4313 <td><a href="https://cplusplus.github.io/CWG/issues/710.html">710</a></td> 4314 <td>CD2</td> 4315 <td>Data races during construction</td> 4316 <td class="unknown" align="center">Unknown</td> 4317 </tr> 4318 <tr id="711"> 4319 <td><a href="https://cplusplus.github.io/CWG/issues/711.html">711</a></td> 4320 <td>CD2</td> 4321 <td><TT>auto</TT> with <I>braced-init-list</I></td> 4322 <td class="unknown" align="center">Unknown</td> 4323 </tr> 4324 <tr id="712"> 4325 <td><a href="https://cplusplus.github.io/CWG/issues/712.html">712</a></td> 4326 <td>CD3</td> 4327 <td>Are integer constant operands of a <I>conditional-expression</I> “used?”</td> 4328 <td class="partial" align="center">Partial</td> 4329 </tr> 4330 <tr id="713"> 4331 <td><a href="https://cplusplus.github.io/CWG/issues/713.html">713</a></td> 4332 <td>CD2</td> 4333 <td>Unclear note about cv-qualified function types</td> 4334 <td class="full" align="center">Clang 3.0</td> 4335 </tr> 4336 <tr id="714"> 4337 <td><a href="https://cplusplus.github.io/CWG/issues/714.html">714</a></td> 4338 <td>CD2</td> 4339 <td>Static const data members and <I>braced-init-list</I>s</td> 4340 <td class="unknown" align="center">Unknown</td> 4341 </tr> 4342 <tr id="715"> 4343 <td><a href="https://cplusplus.github.io/CWG/issues/715.html">715</a></td> 4344 <td>CD2</td> 4345 <td>Class member access constant expressions</td> 4346 <td class="unknown" align="center">Unknown</td> 4347 </tr> 4348 <tr id="716"> 4349 <td><a href="https://cplusplus.github.io/CWG/issues/716.html">716</a></td> 4350 <td>CD2</td> 4351 <td>Specifications that should apply only to non-static union data members</td> 4352 <td class="unknown" align="center">Unknown</td> 4353 </tr> 4354 <tr id="717"> 4355 <td><a href="https://cplusplus.github.io/CWG/issues/717.html">717</a></td> 4356 <td>CD2</td> 4357 <td>Unintentional restrictions on the use of <TT>thread_local</TT></td> 4358 <td class="unknown" align="center">Unknown</td> 4359 </tr> 4360 <tr id="718"> 4361 <td><a href="https://cplusplus.github.io/CWG/issues/718.html">718</a></td> 4362 <td>NAD</td> 4363 <td>Non-class, non-function friend declarations</td> 4364 <td class="unknown" align="center">Unknown</td> 4365 </tr> 4366 <tr id="719"> 4367 <td><a href="https://cplusplus.github.io/CWG/issues/719.html">719</a></td> 4368 <td>CD2</td> 4369 <td>Specifications for <I>operator-function-id</I> that should also apply to <I>literal-operator-id</I></td> 4370 <td class="unknown" align="center">Unknown</td> 4371 </tr> 4372 <tr id="720"> 4373 <td><a href="https://cplusplus.github.io/CWG/issues/720.html">720</a></td> 4374 <td>CD2</td> 4375 <td>Need examples of <I>lambda-expression</I>s</td> 4376 <td class="unknown" align="center">Unknown</td> 4377 </tr> 4378 <tr id="721"> 4379 <td><a href="https://cplusplus.github.io/CWG/issues/721.html">721</a></td> 4380 <td>CD2</td> 4381 <td>Where must a variable be initialized to be used in a constant expression?</td> 4382 <td class="unknown" align="center">Unknown</td> 4383 </tr> 4384 <tr id="722"> 4385 <td><a href="https://cplusplus.github.io/CWG/issues/722.html">722</a></td> 4386 <td>CD2</td> 4387 <td>Can <TT>nullptr</TT> be passed to an ellipsis?</td> 4388 <td class="unreleased" align="center">Clang 20</td> 4389 </tr> 4390 <tr id="726"> 4391 <td><a href="https://cplusplus.github.io/CWG/issues/726.html">726</a></td> 4392 <td>CD2</td> 4393 <td>Atomic and non-atomic objects in the memory model</td> 4394 <td class="unknown" align="center">Unknown</td> 4395 </tr> 4396 <tr id="727"> 4397 <td><a href="https://cplusplus.github.io/CWG/issues/727.html">727</a></td> 4398 <td>C++17</td> 4399 <td>In-class explicit specializations</td> 4400 <td class="partial" align="center">Partial</td> 4401 </tr> 4402 <tr id="728"> 4403 <td><a href="https://cplusplus.github.io/CWG/issues/728.html">728</a></td> 4404 <td>NAD</td> 4405 <td>Restrictions on local classes</td> 4406 <td class="unknown" align="center">Unknown</td> 4407 </tr> 4408 <tr id="729"> 4409 <td><a href="https://cplusplus.github.io/CWG/issues/729.html">729</a></td> 4410 <td>CD3</td> 4411 <td>Qualification conversions and handlers of reference-to-pointer type</td> 4412 <td class="unknown" align="center">Unknown</td> 4413 </tr> 4414 <tr id="730"> 4415 <td><a href="https://cplusplus.github.io/CWG/issues/730.html">730</a></td> 4416 <td>CD2</td> 4417 <td>Explicit specializations of members of non-template classes</td> 4418 <td class="unknown" align="center">Unknown</td> 4419 </tr> 4420 <tr id="731"> 4421 <td><a href="https://cplusplus.github.io/CWG/issues/731.html">731</a></td> 4422 <td>CD2</td> 4423 <td>Omitted reference qualification of member function type</td> 4424 <td class="unknown" align="center">Unknown</td> 4425 </tr> 4426 <tr id="732"> 4427 <td><a href="https://cplusplus.github.io/CWG/issues/732.html">732</a></td> 4428 <td>CD2</td> 4429 <td>Late-specified return types in function definitions</td> 4430 <td class="unknown" align="center">Unknown</td> 4431 </tr> 4432 <tr id="733"> 4433 <td><a href="https://cplusplus.github.io/CWG/issues/733.html">733</a></td> 4434 <td>NAD</td> 4435 <td>Reference qualification of copy assignment operators</td> 4436 <td class="unknown" align="center">Unknown</td> 4437 </tr> 4438 <tr id="734"> 4439 <td><a href="https://cplusplus.github.io/CWG/issues/734.html">734</a></td> 4440 <td>CD2</td> 4441 <td>Are unique addresses required for namespace-scope variables?</td> 4442 <td class="unknown" align="center">Unknown</td> 4443 </tr> 4444 <tr id="735"> 4445 <td><a href="https://cplusplus.github.io/CWG/issues/735.html">735</a></td> 4446 <td>CD2</td> 4447 <td>Missing case in specification of safely-derived pointers</td> 4448 <td class="unknown" align="center">Unknown</td> 4449 </tr> 4450 <tr id="736"> 4451 <td><a href="https://cplusplus.github.io/CWG/issues/736.html">736</a></td> 4452 <td>NAD</td> 4453 <td>Is the <TT>&</TT> <I>ref-qualifier</I> needed?</td> 4454 <td class="unknown" align="center">Unknown</td> 4455 </tr> 4456 <tr id="737"> 4457 <td><a href="https://cplusplus.github.io/CWG/issues/737.html">737</a></td> 4458 <td>CD2</td> 4459 <td>Uninitialized trailing characters in string initialization</td> 4460 <td class="unknown" align="center">Unknown</td> 4461 </tr> 4462 <tr id="738"> 4463 <td><a href="https://cplusplus.github.io/CWG/issues/738.html">738</a></td> 4464 <td>C++11</td> 4465 <td><TT>constexpr</TT> not permitted by the syntax of constructor declarations</td> 4466 <td class="unknown" align="center">Unknown</td> 4467 </tr> 4468 <tr id="739"> 4469 <td><a href="https://cplusplus.github.io/CWG/issues/739.html">739</a></td> 4470 <td>CD3</td> 4471 <td>Signedness of plain bit-fields</td> 4472 <td class="unknown" align="center">Unknown</td> 4473 </tr> 4474 <tr id="740"> 4475 <td><a href="https://cplusplus.github.io/CWG/issues/740.html">740</a></td> 4476 <td>CD2</td> 4477 <td>Incorrect note on data races</td> 4478 <td class="unknown" align="center">Unknown</td> 4479 </tr> 4480 <tr id="741"> 4481 <td><a href="https://cplusplus.github.io/CWG/issues/741.html">741</a></td> 4482 <td>C++11</td> 4483 <td>“plain” <TT>long long</TT> bit-fields</td> 4484 <td class="unknown" align="center">Unknown</td> 4485 </tr> 4486 <tr class="open" id="742"> 4487 <td><a href="https://cplusplus.github.io/CWG/issues/742.html">742</a></td> 4488 <td>open</td> 4489 <td>Postfix increment/decrement with long bit-field operands</td> 4490 <td align="center">Not resolved</td> 4491 </tr> 4492 <tr id="743"> 4493 <td><a href="https://cplusplus.github.io/CWG/issues/743.html">743</a></td> 4494 <td>CD2</td> 4495 <td>Use of <TT>decltype</TT> in a <I>nested-name-specifier</I></td> 4496 <td class="unknown" align="center">Unknown</td> 4497 </tr> 4498 <tr id="744"> 4499 <td><a href="https://cplusplus.github.io/CWG/issues/744.html">744</a></td> 4500 <td>CD2</td> 4501 <td>Matching template arguments with template template parameters with parameter packs</td> 4502 <td class="unknown" align="center">Unknown</td> 4503 </tr> 4504 <tr id="745"> 4505 <td><a href="https://cplusplus.github.io/CWG/issues/745.html">745</a></td> 4506 <td>C++23</td> 4507 <td>Effect of ill-formedness resulting from <TT>#error</TT></td> 4508 <td class="unknown" align="center">Unknown</td> 4509 </tr> 4510 <tr id="746"> 4511 <td><a href="https://cplusplus.github.io/CWG/issues/746.html">746</a></td> 4512 <td>CD2</td> 4513 <td>Use of <TT>auto</TT> in <I>new-expression</I>s</td> 4514 <td class="unknown" align="center">Unknown</td> 4515 </tr> 4516 <tr id="747"> 4517 <td><a href="https://cplusplus.github.io/CWG/issues/747.html">747</a></td> 4518 <td>dup</td> 4519 <td>Access of protected base classes</td> 4520 <td class="unknown" align="center">Unknown</td> 4521 </tr> 4522 <tr id="749"> 4523 <td><a href="https://cplusplus.github.io/CWG/issues/749.html">749</a></td> 4524 <td>CD2</td> 4525 <td>References to function types with a <I>cv-qualifier</I> or <I>ref-qualifier</I></td> 4526 <td class="unknown" align="center">Unknown</td> 4527 </tr> 4528 <tr id="750"> 4529 <td><a href="https://cplusplus.github.io/CWG/issues/750.html">750</a></td> 4530 <td>CD2</td> 4531 <td>Implementation constraints on reference-only closure objects</td> 4532 <td class="unknown" align="center">Unknown</td> 4533 </tr> 4534 <tr id="751"> 4535 <td><a href="https://cplusplus.github.io/CWG/issues/751.html">751</a></td> 4536 <td>CD2</td> 4537 <td>Deriving from closure classes</td> 4538 <td class="unknown" align="center">Unknown</td> 4539 </tr> 4540 <tr id="752"> 4541 <td><a href="https://cplusplus.github.io/CWG/issues/752.html">752</a></td> 4542 <td>CD2</td> 4543 <td>Name lookup in nested <I>lambda-expression</I>s</td> 4544 <td class="unknown" align="center">Unknown</td> 4545 </tr> 4546 <tr id="753"> 4547 <td><a href="https://cplusplus.github.io/CWG/issues/753.html">753</a></td> 4548 <td>CD2</td> 4549 <td>Array names in lambda capture sets</td> 4550 <td class="unknown" align="center">Unknown</td> 4551 </tr> 4552 <tr id="754"> 4553 <td><a href="https://cplusplus.github.io/CWG/issues/754.html">754</a></td> 4554 <td>CD2</td> 4555 <td>Lambda expressions in default arguments of block-scope function declarations</td> 4556 <td class="unknown" align="center">Unknown</td> 4557 </tr> 4558 <tr id="755"> 4559 <td><a href="https://cplusplus.github.io/CWG/issues/755.html">755</a></td> 4560 <td>CD3</td> 4561 <td>Generalized <I>lambda-capture</I>s</td> 4562 <td class="unknown" align="center">Unknown</td> 4563 </tr> 4564 <tr id="756"> 4565 <td><a href="https://cplusplus.github.io/CWG/issues/756.html">756</a></td> 4566 <td>CD2</td> 4567 <td>Dropping cv-qualification on members of closure objects</td> 4568 <td class="unknown" align="center">Unknown</td> 4569 </tr> 4570 <tr id="757"> 4571 <td><a href="https://cplusplus.github.io/CWG/issues/757.html">757</a></td> 4572 <td>CD2</td> 4573 <td>Types without linkage in declarations</td> 4574 <td class="unknown" align="center">Unknown</td> 4575 </tr> 4576 <tr id="758"> 4577 <td><a href="https://cplusplus.github.io/CWG/issues/758.html">758</a></td> 4578 <td>C++11</td> 4579 <td>Missing cases of declarations that are not definitions</td> 4580 <td class="unknown" align="center">Unknown</td> 4581 </tr> 4582 <tr id="759"> 4583 <td><a href="https://cplusplus.github.io/CWG/issues/759.html">759</a></td> 4584 <td>CD2</td> 4585 <td>Destruction of closure objects</td> 4586 <td class="unknown" align="center">Unknown</td> 4587 </tr> 4588 <tr id="760"> 4589 <td><a href="https://cplusplus.github.io/CWG/issues/760.html">760</a></td> 4590 <td>CD2</td> 4591 <td><TT>this</TT> inside a nested class of a non-static member function</td> 4592 <td class="unknown" align="center">Unknown</td> 4593 </tr> 4594 <tr id="761"> 4595 <td><a href="https://cplusplus.github.io/CWG/issues/761.html">761</a></td> 4596 <td>CD2</td> 4597 <td>Inferred return type of closure object call operator</td> 4598 <td class="unknown" align="center">Unknown</td> 4599 </tr> 4600 <tr id="762"> 4601 <td><a href="https://cplusplus.github.io/CWG/issues/762.html">762</a></td> 4602 <td>CD2</td> 4603 <td>Name lookup in the <I>compound-statement</I> of a lambda expression</td> 4604 <td class="unknown" align="center">Unknown</td> 4605 </tr> 4606 <tr id="763"> 4607 <td><a href="https://cplusplus.github.io/CWG/issues/763.html">763</a></td> 4608 <td>CD2</td> 4609 <td>Is a closure object's <TT>operator()</TT> inline?</td> 4610 <td class="unknown" align="center">Unknown</td> 4611 </tr> 4612 <tr id="764"> 4613 <td><a href="https://cplusplus.github.io/CWG/issues/764.html">764</a></td> 4614 <td>CD2</td> 4615 <td>Capturing unused variables in a lambda expression</td> 4616 <td class="unknown" align="center">Unknown</td> 4617 </tr> 4618 <tr id="765"> 4619 <td><a href="https://cplusplus.github.io/CWG/issues/765.html">765</a></td> 4620 <td>CD2</td> 4621 <td>Local types in inline functions with external linkage</td> 4622 <td class="unknown" align="center">Unknown</td> 4623 </tr> 4624 <tr id="766"> 4625 <td><a href="https://cplusplus.github.io/CWG/issues/766.html">766</a></td> 4626 <td>CD2</td> 4627 <td>Where may lambda expressions appear?</td> 4628 <td class="unknown" align="center">Unknown</td> 4629 </tr> 4630 <tr id="767"> 4631 <td><a href="https://cplusplus.github.io/CWG/issues/767.html">767</a></td> 4632 <td>CD2</td> 4633 <td><TT>void</TT> and other unnamed <I>lambda-parameter</I>s</td> 4634 <td class="unknown" align="center">Unknown</td> 4635 </tr> 4636 <tr id="768"> 4637 <td><a href="https://cplusplus.github.io/CWG/issues/768.html">768</a></td> 4638 <td>CD2</td> 4639 <td>Ellipsis in a lambda parameter list</td> 4640 <td class="unknown" align="center">Unknown</td> 4641 </tr> 4642 <tr id="769"> 4643 <td><a href="https://cplusplus.github.io/CWG/issues/769.html">769</a></td> 4644 <td>CD2</td> 4645 <td>Initialization of closure objects</td> 4646 <td class="unknown" align="center">Unknown</td> 4647 </tr> 4648 <tr id="770"> 4649 <td><a href="https://cplusplus.github.io/CWG/issues/770.html">770</a></td> 4650 <td>CD2</td> 4651 <td>Ambiguity in late-specified return type</td> 4652 <td class="unknown" align="center">Unknown</td> 4653 </tr> 4654 <tr id="771"> 4655 <td><a href="https://cplusplus.github.io/CWG/issues/771.html">771</a></td> 4656 <td>CD2</td> 4657 <td>Move-construction of reference members of closure objects</td> 4658 <td class="unknown" align="center">Unknown</td> 4659 </tr> 4660 <tr id="772"> 4661 <td><a href="https://cplusplus.github.io/CWG/issues/772.html">772</a></td> 4662 <td>CD2</td> 4663 <td><I>capture-default</I> in lambdas in local default arguments</td> 4664 <td class="unknown" align="center">Unknown</td> 4665 </tr> 4666 <tr id="773"> 4667 <td><a href="https://cplusplus.github.io/CWG/issues/773.html">773</a></td> 4668 <td>C++11</td> 4669 <td>Parentheses in address non-type template arguments</td> 4670 <td class="unknown" align="center">Unknown</td> 4671 </tr> 4672 <tr id="774"> 4673 <td><a href="https://cplusplus.github.io/CWG/issues/774.html">774</a></td> 4674 <td>CD2</td> 4675 <td>Can a closure class be a POD?</td> 4676 <td class="unknown" align="center">Unknown</td> 4677 </tr> 4678 <tr id="775"> 4679 <td><a href="https://cplusplus.github.io/CWG/issues/775.html">775</a></td> 4680 <td>CD2</td> 4681 <td>Capturing references to functions</td> 4682 <td class="unknown" align="center">Unknown</td> 4683 </tr> 4684 <tr id="776"> 4685 <td><a href="https://cplusplus.github.io/CWG/issues/776.html">776</a></td> 4686 <td>CD2</td> 4687 <td>Delegating constructors, destructors, and <TT>std::exit</TT></td> 4688 <td class="unknown" align="center">Unknown</td> 4689 </tr> 4690 <tr id="777"> 4691 <td><a href="https://cplusplus.github.io/CWG/issues/777.html">777</a></td> 4692 <td>CD2</td> 4693 <td>Default arguments and parameter packs</td> 4694 <td class="full" align="center">Clang 3.7</td> 4695 </tr> 4696 <tr id="778"> 4697 <td><a href="https://cplusplus.github.io/CWG/issues/778.html">778</a></td> 4698 <td>C++11</td> 4699 <td>Template parameter packs in non-type template parameters</td> 4700 <td class="unknown" align="center">Unknown</td> 4701 </tr> 4702 <tr id="779"> 4703 <td><a href="https://cplusplus.github.io/CWG/issues/779.html">779</a></td> 4704 <td>CD2</td> 4705 <td>Rvalue reference members of closure objects?</td> 4706 <td class="unknown" align="center">Unknown</td> 4707 </tr> 4708 <tr id="782"> 4709 <td><a href="https://cplusplus.github.io/CWG/issues/782.html">782</a></td> 4710 <td>CD2</td> 4711 <td>Lambda expressions and argument-dependent lookup</td> 4712 <td class="unknown" align="center">Unknown</td> 4713 </tr> 4714 <tr class="open" id="783"> 4715 <td><a href="https://cplusplus.github.io/CWG/issues/783.html">783</a></td> 4716 <td>open</td> 4717 <td>Definition of “argument”</td> 4718 <td align="center">Not resolved</td> 4719 </tr> 4720 <tr id="784"> 4721 <td><a href="https://cplusplus.github.io/CWG/issues/784.html">784</a></td> 4722 <td>C++11</td> 4723 <td>List of incompatibilities with the previous Standard</td> 4724 <td class="unknown" align="center">Unknown</td> 4725 </tr> 4726 <tr id="785"> 4727 <td><a href="https://cplusplus.github.io/CWG/issues/785.html">785</a></td> 4728 <td>CD2</td> 4729 <td>“Execution sequence” is inappropriate phraseology</td> 4730 <td class="unknown" align="center">Unknown</td> 4731 </tr> 4732 <tr id="786"> 4733 <td><a href="https://cplusplus.github.io/CWG/issues/786.html">786</a></td> 4734 <td>CD2</td> 4735 <td>Definition of “thread”</td> 4736 <td class="unknown" align="center">Unknown</td> 4737 </tr> 4738 <tr id="787"> 4739 <td><a href="https://cplusplus.github.io/CWG/issues/787.html">787</a></td> 4740 <td>CD2</td> 4741 <td>Unnecessary lexical undefined behavior</td> 4742 <td class="unknown" align="center">Unknown</td> 4743 </tr> 4744 <tr id="788"> 4745 <td><a href="https://cplusplus.github.io/CWG/issues/788.html">788</a></td> 4746 <td>CD2</td> 4747 <td>Relationship between locale and values of the execution character set</td> 4748 <td class="unknown" align="center">Unknown</td> 4749 </tr> 4750 <tr id="789"> 4751 <td><a href="https://cplusplus.github.io/CWG/issues/789.html">789</a></td> 4752 <td>CD2</td> 4753 <td>Deprecating trigraphs</td> 4754 <td class="unknown" align="center">Unknown</td> 4755 </tr> 4756 <tr id="790"> 4757 <td><a href="https://cplusplus.github.io/CWG/issues/790.html">790</a></td> 4758 <td>CD2</td> 4759 <td>Concatenation of raw and non-raw string literals</td> 4760 <td class="unknown" align="center">Unknown</td> 4761 </tr> 4762 <tr id="792"> 4763 <td><a href="https://cplusplus.github.io/CWG/issues/792.html">792</a></td> 4764 <td>CD2</td> 4765 <td>Effects of <TT>std::quick_exit</TT></td> 4766 <td class="unknown" align="center">Unknown</td> 4767 </tr> 4768 <tr id="793"> 4769 <td><a href="https://cplusplus.github.io/CWG/issues/793.html">793</a></td> 4770 <td>CD2</td> 4771 <td>Use of class members during destruction</td> 4772 <td class="unknown" align="center">Unknown</td> 4773 </tr> 4774 <tr id="794"> 4775 <td><a href="https://cplusplus.github.io/CWG/issues/794.html">794</a></td> 4776 <td>NAD</td> 4777 <td>Base-derived conversion in member type of pointer-to-member conversion</td> 4778 <td class="full" align="center">Clang 2.7</td> 4779 </tr> 4780 <tr id="795"> 4781 <td><a href="https://cplusplus.github.io/CWG/issues/795.html">795</a></td> 4782 <td>NAD</td> 4783 <td>Dependency of lambdas on <TT><functional></TT></td> 4784 <td class="unknown" align="center">Unknown</td> 4785 </tr> 4786 <tr id="796"> 4787 <td><a href="https://cplusplus.github.io/CWG/issues/796.html">796</a></td> 4788 <td>CD2</td> 4789 <td>Lifetime of a closure object with members captured by reference</td> 4790 <td class="unknown" align="center">Unknown</td> 4791 </tr> 4792 <tr id="797"> 4793 <td><a href="https://cplusplus.github.io/CWG/issues/797.html">797</a></td> 4794 <td>CD2</td> 4795 <td>Converting a no-capture lambda to a function type</td> 4796 <td class="unknown" align="center">Unknown</td> 4797 </tr> 4798 <tr id="798"> 4799 <td><a href="https://cplusplus.github.io/CWG/issues/798.html">798</a></td> 4800 <td>C++11</td> 4801 <td>Overloaded subscript operator described in clause 5</td> 4802 <td class="unknown" align="center">Unknown</td> 4803 </tr> 4804 <tr id="799"> 4805 <td><a href="https://cplusplus.github.io/CWG/issues/799.html">799</a></td> 4806 <td>CD2</td> 4807 <td>Can <TT>reinterpret_cast</TT> be used to cast an operand to its own type?</td> 4808 <td class="unknown" align="center">Unknown</td> 4809 </tr> 4810 <tr id="800"> 4811 <td><a href="https://cplusplus.github.io/CWG/issues/800.html">800</a></td> 4812 <td>NAD</td> 4813 <td>Safely-derived pointers and object pointers converted from function pointers</td> 4814 <td class="unknown" align="center">Unknown</td> 4815 </tr> 4816 <tr id="801"> 4817 <td><a href="https://cplusplus.github.io/CWG/issues/801.html">801</a></td> 4818 <td>CD2</td> 4819 <td>Casting away constness in a cast to rvalue reference type</td> 4820 <td class="unknown" align="center">Unknown</td> 4821 </tr> 4822 <tr id="803"> 4823 <td><a href="https://cplusplus.github.io/CWG/issues/803.html">803</a></td> 4824 <td>CD2</td> 4825 <td><TT>sizeof</TT> an enumeration type with a fixed underlying type</td> 4826 <td class="unknown" align="center">Unknown</td> 4827 </tr> 4828 <tr id="804"> 4829 <td><a href="https://cplusplus.github.io/CWG/issues/804.html">804</a></td> 4830 <td>CD2</td> 4831 <td>Deducing the type in <TT>new auto(x)</TT></td> 4832 <td class="unknown" align="center">Unknown</td> 4833 </tr> 4834 <tr id="805"> 4835 <td><a href="https://cplusplus.github.io/CWG/issues/805.html">805</a></td> 4836 <td>CD2</td> 4837 <td>Which exception to throw for overflow in array size calculation</td> 4838 <td class="unknown" align="center">Unknown</td> 4839 </tr> 4840 <tr id="806"> 4841 <td><a href="https://cplusplus.github.io/CWG/issues/806.html">806</a></td> 4842 <td>CD2</td> 4843 <td>Enumeration types in integral constant expressions</td> 4844 <td class="unknown" align="center">Unknown</td> 4845 </tr> 4846 <tr id="807"> 4847 <td><a href="https://cplusplus.github.io/CWG/issues/807.html">807</a></td> 4848 <td>NAD</td> 4849 <td><TT>typeid</TT> expressions in constant expressions</td> 4850 <td class="unknown" align="center">Unknown</td> 4851 </tr> 4852 <tr id="808"> 4853 <td><a href="https://cplusplus.github.io/CWG/issues/808.html">808</a></td> 4854 <td>CD2</td> 4855 <td>Non-type <I>decl-specifier</I>s versus max-munch</td> 4856 <td class="unknown" align="center">Unknown</td> 4857 </tr> 4858 <tr id="809"> 4859 <td><a href="https://cplusplus.github.io/CWG/issues/809.html">809</a></td> 4860 <td>CD2</td> 4861 <td>Deprecation of the <TT>register</TT> keyword</td> 4862 <td class="unknown" align="center">Unknown</td> 4863 </tr> 4864 <tr id="810"> 4865 <td><a href="https://cplusplus.github.io/CWG/issues/810.html">810</a></td> 4866 <td>CD2</td> 4867 <td>Block-scope <TT>thread_local</TT> variables should be implicitly <TT>static</TT></td> 4868 <td class="unknown" align="center">Unknown</td> 4869 </tr> 4870 <tr id="811"> 4871 <td><a href="https://cplusplus.github.io/CWG/issues/811.html">811</a></td> 4872 <td>CD2</td> 4873 <td>Unclear implications of const-qualification</td> 4874 <td class="unknown" align="center">Unknown</td> 4875 </tr> 4876 <tr id="812"> 4877 <td><a href="https://cplusplus.github.io/CWG/issues/812.html">812</a></td> 4878 <td>CD2</td> 4879 <td>Duplicate names in inline namespaces</td> 4880 <td class="unknown" align="center">Unknown</td> 4881 </tr> 4882 <tr class="open" id="813"> 4883 <td><a href="https://cplusplus.github.io/CWG/issues/813.html">813</a></td> 4884 <td>open</td> 4885 <td><TT>typename</TT> in a <I>using-declaration</I> with a non-dependent name</td> 4886 <td align="center">Not resolved</td> 4887 </tr> 4888 <tr id="814"> 4889 <td><a href="https://cplusplus.github.io/CWG/issues/814.html">814</a></td> 4890 <td>CD2</td> 4891 <td>Attribute to indicate that a function throws nothing</td> 4892 <td class="unknown" align="center">Unknown</td> 4893 </tr> 4894 <tr id="815"> 4895 <td><a href="https://cplusplus.github.io/CWG/issues/815.html">815</a></td> 4896 <td>CD2</td> 4897 <td>Parameter pack expansion inside attributes</td> 4898 <td class="unknown" align="center">Unknown</td> 4899 </tr> 4900 <tr id="816"> 4901 <td><a href="https://cplusplus.github.io/CWG/issues/816.html">816</a></td> 4902 <td>CD2</td> 4903 <td>Diagnosing violations of <TT>[[final]]</TT></td> 4904 <td class="unknown" align="center">Unknown</td> 4905 </tr> 4906 <tr id="817"> 4907 <td><a href="https://cplusplus.github.io/CWG/issues/817.html">817</a></td> 4908 <td>CD2</td> 4909 <td>Meaning of <TT>[[final]]</TT> applied to a class definition</td> 4910 <td class="unknown" align="center">Unknown</td> 4911 </tr> 4912 <tr id="818"> 4913 <td><a href="https://cplusplus.github.io/CWG/issues/818.html">818</a></td> 4914 <td>CD2</td> 4915 <td>Function parameter packs in non-final positions</td> 4916 <td class="unknown" align="center">Unknown</td> 4917 </tr> 4918 <tr id="819"> 4919 <td><a href="https://cplusplus.github.io/CWG/issues/819.html">819</a></td> 4920 <td>NAD</td> 4921 <td>Access control and deleted implicitly-declared special member functions</td> 4922 <td class="unknown" align="center">Unknown</td> 4923 </tr> 4924 <tr id="820"> 4925 <td><a href="https://cplusplus.github.io/CWG/issues/820.html">820</a></td> 4926 <td>CD2</td> 4927 <td>Deprecation of <TT>export</TT></td> 4928 <td class="full" align="center">Clang 2.7</td> 4929 </tr> 4930 <tr id="822"> 4931 <td><a href="https://cplusplus.github.io/CWG/issues/822.html">822</a></td> 4932 <td>NAD</td> 4933 <td>Additional contexts for template aliases</td> 4934 <td class="unknown" align="center">Unknown</td> 4935 </tr> 4936 <tr id="823"> 4937 <td><a href="https://cplusplus.github.io/CWG/issues/823.html">823</a></td> 4938 <td>CD2</td> 4939 <td>Literal types with constexpr conversions as non-type template arguments</td> 4940 <td class="unknown" align="center">Unknown</td> 4941 </tr> 4942 <tr id="828"> 4943 <td><a href="https://cplusplus.github.io/CWG/issues/828.html">828</a></td> 4944 <td>CD2</td> 4945 <td>Destruction of exception objects</td> 4946 <td class="unknown" align="center">Unknown</td> 4947 </tr> 4948 <tr id="829"> 4949 <td><a href="https://cplusplus.github.io/CWG/issues/829.html">829</a></td> 4950 <td>NAD</td> 4951 <td>At what point is <TT>std::unexpected</TT> called?</td> 4952 <td class="unknown" align="center">Unknown</td> 4953 </tr> 4954 <tr id="830"> 4955 <td><a href="https://cplusplus.github.io/CWG/issues/830.html">830</a></td> 4956 <td>CD2</td> 4957 <td>Deprecating exception specifications</td> 4958 <td class="unknown" align="center">Unknown</td> 4959 </tr> 4960 <tr id="831"> 4961 <td><a href="https://cplusplus.github.io/CWG/issues/831.html">831</a></td> 4962 <td>CD2</td> 4963 <td>Limit on recursively nested template instantiations</td> 4964 <td class="unknown" align="center">Unknown</td> 4965 </tr> 4966 <tr id="832"> 4967 <td><a href="https://cplusplus.github.io/CWG/issues/832.html">832</a></td> 4968 <td>CD2</td> 4969 <td>Value of preprocessing numbers</td> 4970 <td class="unknown" align="center">Unknown</td> 4971 </tr> 4972 <tr id="833"> 4973 <td><a href="https://cplusplus.github.io/CWG/issues/833.html">833</a></td> 4974 <td>CD2</td> 4975 <td>Explicit conversion of a scoped enumeration value to a floating type</td> 4976 <td class="unknown" align="center">Unknown</td> 4977 </tr> 4978 <tr id="834"> 4979 <td><a href="https://cplusplus.github.io/CWG/issues/834.html">834</a></td> 4980 <td>CD2</td> 4981 <td>What is an “ordinary string literal”?</td> 4982 <td class="unknown" align="center">Unknown</td> 4983 </tr> 4984 <tr id="835"> 4985 <td><a href="https://cplusplus.github.io/CWG/issues/835.html">835</a></td> 4986 <td>CD2</td> 4987 <td>Scoped enumerations and the “usual arithmetic conversions”</td> 4988 <td class="unknown" align="center">Unknown</td> 4989 </tr> 4990 <tr id="836"> 4991 <td><a href="https://cplusplus.github.io/CWG/issues/836.html">836</a></td> 4992 <td>NAD</td> 4993 <td><TT>[[noreturn]]</TT> applied to function types</td> 4994 <td class="unknown" align="center">Unknown</td> 4995 </tr> 4996 <tr id="837"> 4997 <td><a href="https://cplusplus.github.io/CWG/issues/837.html">837</a></td> 4998 <td>C++11</td> 4999 <td>Constexpr functions and <TT>return</TT> <I>braced-init-list</I></td> 5000 <td class="unknown" align="center">Unknown</td> 5001 </tr> 5002 <tr id="838"> 5003 <td><a href="https://cplusplus.github.io/CWG/issues/838.html">838</a></td> 5004 <td>C++11</td> 5005 <td>Use of <TT>this</TT> in a <I>brace-or-equal-initializer</I></td> 5006 <td class="unknown" align="center">Unknown</td> 5007 </tr> 5008 <tr id="839"> 5009 <td><a href="https://cplusplus.github.io/CWG/issues/839.html">839</a></td> 5010 <td>dup</td> 5011 <td><TT>sizeof</TT> with opaque enumerations</td> 5012 <td class="unknown" align="center">Unknown</td> 5013 </tr> 5014 <tr id="840"> 5015 <td><a href="https://cplusplus.github.io/CWG/issues/840.html">840</a></td> 5016 <td>CD2</td> 5017 <td>Rvalue references as nontype template parameters</td> 5018 <td class="unknown" align="center">Unknown</td> 5019 </tr> 5020 <tr id="842"> 5021 <td><a href="https://cplusplus.github.io/CWG/issues/842.html">842</a></td> 5022 <td>CD2</td> 5023 <td>Casting to rvalue reference type</td> 5024 <td class="unknown" align="center">Unknown</td> 5025 </tr> 5026 <tr id="845"> 5027 <td><a href="https://cplusplus.github.io/CWG/issues/845.html">845</a></td> 5028 <td>CD2</td> 5029 <td>What is the “first declaration” of an explicit specialization?</td> 5030 <td class="unknown" align="center">Unknown</td> 5031 </tr> 5032 <tr id="846"> 5033 <td><a href="https://cplusplus.github.io/CWG/issues/846.html">846</a></td> 5034 <td>CD2</td> 5035 <td>Rvalue references to functions</td> 5036 <td class="unknown" align="center">Unknown</td> 5037 </tr> 5038 <tr id="847"> 5039 <td><a href="https://cplusplus.github.io/CWG/issues/847.html">847</a></td> 5040 <td>CD2</td> 5041 <td>Error in rvalue reference deduction example</td> 5042 <td class="unknown" align="center">Unknown</td> 5043 </tr> 5044 <tr id="850"> 5045 <td><a href="https://cplusplus.github.io/CWG/issues/850.html">850</a></td> 5046 <td>CD2</td> 5047 <td>Restrictions on use of non-static data members</td> 5048 <td class="unknown" align="center">Unknown</td> 5049 </tr> 5050 <tr id="852"> 5051 <td><a href="https://cplusplus.github.io/CWG/issues/852.html">852</a></td> 5052 <td>CD6</td> 5053 <td><I>using-declaration</I>s and dependent base classes</td> 5054 <td class="unknown" align="center">Unknown</td> 5055 </tr> 5056 <tr id="853"> 5057 <td><a href="https://cplusplus.github.io/CWG/issues/853.html">853</a></td> 5058 <td>CD2</td> 5059 <td>Support for relaxed pointer safety</td> 5060 <td class="unknown" align="center">Unknown</td> 5061 </tr> 5062 <tr id="854"> 5063 <td><a href="https://cplusplus.github.io/CWG/issues/854.html">854</a></td> 5064 <td>CD2</td> 5065 <td>Left shift and unsigned extended types</td> 5066 <td class="unknown" align="center">Unknown</td> 5067 </tr> 5068 <tr id="855"> 5069 <td><a href="https://cplusplus.github.io/CWG/issues/855.html">855</a></td> 5070 <td>CD2</td> 5071 <td>Incorrect comments in <I>braced-init-list</I> assignment example</td> 5072 <td class="unknown" align="center">Unknown</td> 5073 </tr> 5074 <tr id="858"> 5075 <td><a href="https://cplusplus.github.io/CWG/issues/858.html">858</a></td> 5076 <td>CD2</td> 5077 <td>Example binding an rvalue reference to an lvalue</td> 5078 <td class="unknown" align="center">Unknown</td> 5079 </tr> 5080 <tr id="860"> 5081 <td><a href="https://cplusplus.github.io/CWG/issues/860.html">860</a></td> 5082 <td>C++11</td> 5083 <td>Explicit qualification of constexpr member functions</td> 5084 <td class="unknown" align="center">Unknown</td> 5085 </tr> 5086 <tr id="861"> 5087 <td><a href="https://cplusplus.github.io/CWG/issues/861.html">861</a></td> 5088 <td>CD2</td> 5089 <td>Unintended ambiguity in inline namespace lookup</td> 5090 <td class="unknown" align="center">Unknown</td> 5091 </tr> 5092 <tr id="862"> 5093 <td><a href="https://cplusplus.github.io/CWG/issues/862.html">862</a></td> 5094 <td>CD2</td> 5095 <td>Undefined behavior with enumerator value overflow</td> 5096 <td class="unknown" align="center">Unknown</td> 5097 </tr> 5098 <tr id="863"> 5099 <td><a href="https://cplusplus.github.io/CWG/issues/863.html">863</a></td> 5100 <td>CD2</td> 5101 <td>Rvalue reference cast to incomplete type</td> 5102 <td class="unknown" align="center">Unknown</td> 5103 </tr> 5104 <tr id="864"> 5105 <td><a href="https://cplusplus.github.io/CWG/issues/864.html">864</a></td> 5106 <td>C++11</td> 5107 <td><I>braced-init-list</I> in the range-based <TT>for</TT> statement</td> 5108 <td class="unknown" align="center">Unknown</td> 5109 </tr> 5110 <tr id="865"> 5111 <td><a href="https://cplusplus.github.io/CWG/issues/865.html">865</a></td> 5112 <td>CD2</td> 5113 <td>Initializing a <TT>std::initializer_list</TT></td> 5114 <td class="unknown" align="center">Unknown</td> 5115 </tr> 5116 <tr id="869"> 5117 <td><a href="https://cplusplus.github.io/CWG/issues/869.html">869</a></td> 5118 <td>CD2</td> 5119 <td>Uninitialized <TT>thread_local</TT> objects</td> 5120 <td class="unknown" align="center">Unknown</td> 5121 </tr> 5122 <tr id="872"> 5123 <td><a href="https://cplusplus.github.io/CWG/issues/872.html">872</a></td> 5124 <td>CD2</td> 5125 <td>Lexical issues with raw strings</td> 5126 <td class="unknown" align="center">Unknown</td> 5127 </tr> 5128 <tr id="873"> 5129 <td><a href="https://cplusplus.github.io/CWG/issues/873.html">873</a></td> 5130 <td>C++11</td> 5131 <td>Deducing rvalue references in declarative contexts</td> 5132 <td class="full" align="center">Clang 3.0</td> 5133 </tr> 5134 <tr id="874"> 5135 <td><a href="https://cplusplus.github.io/CWG/issues/874.html">874</a></td> 5136 <td>CD2</td> 5137 <td>Class-scope definitions of enumeration types</td> 5138 <td class="unknown" align="center">Unknown</td> 5139 </tr> 5140 <tr id="876"> 5141 <td><a href="https://cplusplus.github.io/CWG/issues/876.html">876</a></td> 5142 <td>CD2</td> 5143 <td>Type references in rvalue reference deduction specification</td> 5144 <td class="unknown" align="center">Unknown</td> 5145 </tr> 5146 <tr id="877"> 5147 <td><a href="https://cplusplus.github.io/CWG/issues/877.html">877</a></td> 5148 <td>CD2</td> 5149 <td>Viable functions and binding references to rvalues</td> 5150 <td class="unknown" align="center">Unknown</td> 5151 </tr> 5152 <tr id="879"> 5153 <td><a href="https://cplusplus.github.io/CWG/issues/879.html">879</a></td> 5154 <td>CD2</td> 5155 <td>Missing built-in comparison operators for pointer types</td> 5156 <td class="unknown" align="center">Unknown</td> 5157 </tr> 5158 <tr id="880"> 5159 <td><a href="https://cplusplus.github.io/CWG/issues/880.html">880</a></td> 5160 <td>CD2</td> 5161 <td>Built-in conditional operator for scoped enumerations</td> 5162 <td class="unknown" align="center">Unknown</td> 5163 </tr> 5164 <tr id="882"> 5165 <td><a href="https://cplusplus.github.io/CWG/issues/882.html">882</a></td> 5166 <td>CD2</td> 5167 <td>Defining <TT>main</TT> as deleted</td> 5168 <td class="full" align="center">Clang 3.5</td> 5169 </tr> 5170 <tr id="883"> 5171 <td><a href="https://cplusplus.github.io/CWG/issues/883.html">883</a></td> 5172 <td>CD2</td> 5173 <td><TT>std::memcpy</TT> vs <TT>std::memmove</TT></td> 5174 <td class="unknown" align="center">Unknown</td> 5175 </tr> 5176 <tr id="884"> 5177 <td><a href="https://cplusplus.github.io/CWG/issues/884.html">884</a></td> 5178 <td>CD2</td> 5179 <td>Defining an explicitly-specialized static data member</td> 5180 <td class="unknown" align="center">Unknown</td> 5181 </tr> 5182 <tr id="885"> 5183 <td><a href="https://cplusplus.github.io/CWG/issues/885.html">885</a></td> 5184 <td>NAD</td> 5185 <td>Partial ordering of function templates with unordered parameter pairs</td> 5186 <td class="unknown" align="center">Unknown</td> 5187 </tr> 5188 <tr id="886"> 5189 <td><a href="https://cplusplus.github.io/CWG/issues/886.html">886</a></td> 5190 <td>CD2</td> 5191 <td>Member initializers and aggregates</td> 5192 <td class="unknown" align="center">Unknown</td> 5193 </tr> 5194 <tr id="887"> 5195 <td><a href="https://cplusplus.github.io/CWG/issues/887.html">887</a></td> 5196 <td>CD2</td> 5197 <td>Move construction of thrown object</td> 5198 <td class="unknown" align="center">Unknown</td> 5199 </tr> 5200 <tr id="888"> 5201 <td><a href="https://cplusplus.github.io/CWG/issues/888.html">888</a></td> 5202 <td>CD2</td> 5203 <td>Union member initializers</td> 5204 <td class="unknown" align="center">Unknown</td> 5205 </tr> 5206 <tr id="891"> 5207 <td><a href="https://cplusplus.github.io/CWG/issues/891.html">891</a></td> 5208 <td>CD2</td> 5209 <td><TT>const_cast</TT> to rvalue reference from objectless rvalue</td> 5210 <td class="unknown" align="center">Unknown</td> 5211 </tr> 5212 <tr id="892"> 5213 <td><a href="https://cplusplus.github.io/CWG/issues/892.html">892</a></td> 5214 <td>C++11</td> 5215 <td>Missing requirements for constexpr constructors</td> 5216 <td class="unknown" align="center">Unknown</td> 5217 </tr> 5218 <tr id="893"> 5219 <td><a href="https://cplusplus.github.io/CWG/issues/893.html">893</a></td> 5220 <td>NAD</td> 5221 <td>Brace syntax for <I>enumerator-definition</I>s</td> 5222 <td class="unknown" align="center">Unknown</td> 5223 </tr> 5224 <tr id="896"> 5225 <td><a href="https://cplusplus.github.io/CWG/issues/896.html">896</a></td> 5226 <td>CD2</td> 5227 <td>Rvalue references and rvalue-reference conversion functions</td> 5228 <td class="unknown" align="center">Unknown</td> 5229 </tr> 5230 <tr class="open" id="897"> 5231 <td><a href="https://cplusplus.github.io/CWG/issues/897.html">897</a></td> 5232 <td>open</td> 5233 <td><TT>_Pragma</TT> and extended <I>string-literal</I>s</td> 5234 <td align="center">Not resolved</td> 5235 </tr> 5236 <tr id="898"> 5237 <td><a href="https://cplusplus.github.io/CWG/issues/898.html">898</a></td> 5238 <td>C++11</td> 5239 <td>Declarations in constexpr functions</td> 5240 <td class="unknown" align="center">Unknown</td> 5241 </tr> 5242 <tr id="899"> 5243 <td><a href="https://cplusplus.github.io/CWG/issues/899.html">899</a></td> 5244 <td>CD2</td> 5245 <td>Explicit conversion functions in direct class initialization</td> 5246 <td class="unknown" align="center">Unknown</td> 5247 </tr> 5248 <tr id="900"> 5249 <td><a href="https://cplusplus.github.io/CWG/issues/900.html">900</a></td> 5250 <td>C++23</td> 5251 <td>Lifetime of temporaries in range-based <TT>for</TT></td> 5252 <td class="unknown" align="center">Unknown</td> 5253 </tr> 5254 <tr class="open" id="901"> 5255 <td><a href="https://cplusplus.github.io/CWG/issues/901.html">901</a></td> 5256 <td>drafting</td> 5257 <td>Deleted <TT>operator delete</TT></td> 5258 <td align="center">Not resolved</td> 5259 </tr> 5260 <tr id="902"> 5261 <td><a href="https://cplusplus.github.io/CWG/issues/902.html">902</a></td> 5262 <td>NAD</td> 5263 <td>In-class initialization of non-constant static data members</td> 5264 <td class="unknown" align="center">Unknown</td> 5265 </tr> 5266 <tr id="903"> 5267 <td><a href="https://cplusplus.github.io/CWG/issues/903.html">903</a></td> 5268 <td>CD3</td> 5269 <td>Value-dependent integral null pointer constants</td> 5270 <td class="unknown" align="center">Unknown</td> 5271 </tr> 5272 <tr id="904"> 5273 <td><a href="https://cplusplus.github.io/CWG/issues/904.html">904</a></td> 5274 <td>CD2</td> 5275 <td>Parameter packs in <I>lambda-capture</I>s</td> 5276 <td class="unknown" align="center">Unknown</td> 5277 </tr> 5278 <tr id="905"> 5279 <td><a href="https://cplusplus.github.io/CWG/issues/905.html">905</a></td> 5280 <td>CD2</td> 5281 <td>Explicit defaulted copy constructors and trivial copyability</td> 5282 <td class="unknown" align="center">Unknown</td> 5283 </tr> 5284 <tr id="906"> 5285 <td><a href="https://cplusplus.github.io/CWG/issues/906.html">906</a></td> 5286 <td>CD2</td> 5287 <td>Which special member functions can be defaulted?</td> 5288 <td class="unknown" align="center">Unknown</td> 5289 </tr> 5290 <tr id="908"> 5291 <td><a href="https://cplusplus.github.io/CWG/issues/908.html">908</a></td> 5292 <td>CD2</td> 5293 <td>Deleted global allocation and deallocation functions</td> 5294 <td class="unknown" align="center">Unknown</td> 5295 </tr> 5296 <tr id="909"> 5297 <td><a href="https://cplusplus.github.io/CWG/issues/909.html">909</a></td> 5298 <td>NAD</td> 5299 <td>Old-style casts with conversion functions</td> 5300 <td class="unknown" align="center">Unknown</td> 5301 </tr> 5302 <tr id="910"> 5303 <td><a href="https://cplusplus.github.io/CWG/issues/910.html">910</a></td> 5304 <td>CD2</td> 5305 <td>Move constructors and implicitly-declared copy constructors</td> 5306 <td class="unknown" align="center">Unknown</td> 5307 </tr> 5308 <tr id="912"> 5309 <td><a href="https://cplusplus.github.io/CWG/issues/912.html">912</a></td> 5310 <td>CD3</td> 5311 <td>Character literals and <I>universal-character-name</I>s</td> 5312 <td class="unknown" align="center">Unknown</td> 5313 </tr> 5314 <tr id="913"> 5315 <td><a href="https://cplusplus.github.io/CWG/issues/913.html">913</a></td> 5316 <td>CD2</td> 5317 <td>Deduction rules for array- and function-type conversion functions</td> 5318 <td class="unknown" align="center">Unknown</td> 5319 </tr> 5320 <tr class="open" id="914"> 5321 <td><a href="https://cplusplus.github.io/CWG/issues/914.html">914</a></td> 5322 <td>open</td> 5323 <td>Value-initialization of array types</td> 5324 <td align="center">Not resolved</td> 5325 </tr> 5326 <tr id="915"> 5327 <td><a href="https://cplusplus.github.io/CWG/issues/915.html">915</a></td> 5328 <td>CD2</td> 5329 <td>Deleted specializations of member function templates</td> 5330 <td class="unknown" align="center">Unknown</td> 5331 </tr> 5332 <tr id="919"> 5333 <td><a href="https://cplusplus.github.io/CWG/issues/919.html">919</a></td> 5334 <td>CD2</td> 5335 <td>Contradictions regarding inline namespaces</td> 5336 <td class="unknown" align="center">Unknown</td> 5337 </tr> 5338 <tr id="920"> 5339 <td><a href="https://cplusplus.github.io/CWG/issues/920.html">920</a></td> 5340 <td>CD2</td> 5341 <td>Interaction of inline namespaces and <I>using-declaration</I>s</td> 5342 <td class="unknown" align="center">Unknown</td> 5343 </tr> 5344 <tr id="921"> 5345 <td><a href="https://cplusplus.github.io/CWG/issues/921.html">921</a></td> 5346 <td>CD2</td> 5347 <td>Unclear specification of inline namespaces</td> 5348 <td class="unknown" align="center">Unknown</td> 5349 </tr> 5350 <tr id="922"> 5351 <td><a href="https://cplusplus.github.io/CWG/issues/922.html">922</a></td> 5352 <td>CD2</td> 5353 <td>Implicit default constructor definitions and <TT>const</TT> variant members</td> 5354 <td class="unknown" align="center">Unknown</td> 5355 </tr> 5356 <tr id="923"> 5357 <td><a href="https://cplusplus.github.io/CWG/issues/923.html">923</a></td> 5358 <td>CD2</td> 5359 <td>Inline explicit specializations</td> 5360 <td class="unknown" align="center">Unknown</td> 5361 </tr> 5362 <tr id="924"> 5363 <td><a href="https://cplusplus.github.io/CWG/issues/924.html">924</a></td> 5364 <td>C++11</td> 5365 <td><I>alias-declaration</I> as a class member</td> 5366 <td class="unknown" align="center">Unknown</td> 5367 </tr> 5368 <tr class="open" id="925"> 5369 <td><a href="https://cplusplus.github.io/CWG/issues/925.html">925</a></td> 5370 <td>open</td> 5371 <td>Type of character literals in preprocessor expressions</td> 5372 <td align="center">Not resolved</td> 5373 </tr> 5374 <tr id="926"> 5375 <td><a href="https://cplusplus.github.io/CWG/issues/926.html">926</a></td> 5376 <td>CD2</td> 5377 <td>Inline unnamed namespaces</td> 5378 <td class="unknown" align="center">Unknown</td> 5379 </tr> 5380 <tr id="927"> 5381 <td><a href="https://cplusplus.github.io/CWG/issues/927.html">927</a></td> 5382 <td>CD2</td> 5383 <td>Implicitly-deleted default constructors and member initializers</td> 5384 <td class="unknown" align="center">Unknown</td> 5385 </tr> 5386 <tr id="928"> 5387 <td><a href="https://cplusplus.github.io/CWG/issues/928.html">928</a></td> 5388 <td>CD2</td> 5389 <td>Defaulting a function that would be implicitly defined as deleted</td> 5390 <td class="unknown" align="center">Unknown</td> 5391 </tr> 5392 <tr id="929"> 5393 <td><a href="https://cplusplus.github.io/CWG/issues/929.html">929</a></td> 5394 <td>CD2</td> 5395 <td>What is a template alias?</td> 5396 <td class="unknown" align="center">Unknown</td> 5397 </tr> 5398 <tr id="930"> 5399 <td><a href="https://cplusplus.github.io/CWG/issues/930.html">930</a></td> 5400 <td>CD2</td> 5401 <td><TT>alignof</TT> with incomplete array type</td> 5402 <td class="full" align="center">Clang 2.7</td> 5403 </tr> 5404 <tr id="931"> 5405 <td><a href="https://cplusplus.github.io/CWG/issues/931.html">931</a></td> 5406 <td>CD2</td> 5407 <td>Confusing reference to the length of a user-defined string literal</td> 5408 <td class="unknown" align="center">Unknown</td> 5409 </tr> 5410 <tr id="932"> 5411 <td><a href="https://cplusplus.github.io/CWG/issues/932.html">932</a></td> 5412 <td>CD2</td> 5413 <td>UCNs in closing delimiters of raw string literals</td> 5414 <td class="unknown" align="center">Unknown</td> 5415 </tr> 5416 <tr id="933"> 5417 <td><a href="https://cplusplus.github.io/CWG/issues/933.html">933</a></td> 5418 <td>CD2</td> 5419 <td>32-bit UCNs with 16-bit <TT>wchar_t</TT></td> 5420 <td class="unknown" align="center">Unknown</td> 5421 </tr> 5422 <tr id="934"> 5423 <td><a href="https://cplusplus.github.io/CWG/issues/934.html">934</a></td> 5424 <td>CD2</td> 5425 <td>List-initialization of references</td> 5426 <td class="unknown" align="center">Unknown</td> 5427 </tr> 5428 <tr id="935"> 5429 <td><a href="https://cplusplus.github.io/CWG/issues/935.html">935</a></td> 5430 <td>CD2</td> 5431 <td>Missing overloads for character types for user-defined literals</td> 5432 <td class="unknown" align="center">Unknown</td> 5433 </tr> 5434 <tr id="936"> 5435 <td><a href="https://cplusplus.github.io/CWG/issues/936.html">936</a></td> 5436 <td>CD2</td> 5437 <td>Array initialization with new string literals</td> 5438 <td class="unknown" align="center">Unknown</td> 5439 </tr> 5440 <tr id="937"> 5441 <td><a href="https://cplusplus.github.io/CWG/issues/937.html">937</a></td> 5442 <td>NAD</td> 5443 <td>Restrictions on values of template arguments in user-defined literals</td> 5444 <td class="unknown" align="center">Unknown</td> 5445 </tr> 5446 <tr id="938"> 5447 <td><a href="https://cplusplus.github.io/CWG/issues/938.html">938</a></td> 5448 <td>C++11</td> 5449 <td>Initializer lists and array new</td> 5450 <td class="unknown" align="center">Unknown</td> 5451 </tr> 5452 <tr id="939"> 5453 <td><a href="https://cplusplus.github.io/CWG/issues/939.html">939</a></td> 5454 <td>CD2</td> 5455 <td>Explicitly checking virtual function overriding</td> 5456 <td class="unknown" align="center">Unknown</td> 5457 </tr> 5458 <tr id="940"> 5459 <td><a href="https://cplusplus.github.io/CWG/issues/940.html">940</a></td> 5460 <td>CD2</td> 5461 <td>Global anonymous unions</td> 5462 <td class="unknown" align="center">Unknown</td> 5463 </tr> 5464 <tr id="941"> 5465 <td><a href="https://cplusplus.github.io/CWG/issues/941.html">941</a></td> 5466 <td>C++11</td> 5467 <td>Explicit specialization of deleted function template</td> 5468 <td class="unknown" align="center">Unknown</td> 5469 </tr> 5470 <tr id="942"> 5471 <td><a href="https://cplusplus.github.io/CWG/issues/942.html">942</a></td> 5472 <td>CD2</td> 5473 <td>Is <TT>this</TT> an entity?</td> 5474 <td class="unknown" align="center">Unknown</td> 5475 </tr> 5476 <tr id="943"> 5477 <td><a href="https://cplusplus.github.io/CWG/issues/943.html">943</a></td> 5478 <td>CD5</td> 5479 <td>Is <TT>T()</TT> a temporary?</td> 5480 <td class="unknown" align="center">Unknown</td> 5481 </tr> 5482 <tr id="944"> 5483 <td><a href="https://cplusplus.github.io/CWG/issues/944.html">944</a></td> 5484 <td>NAD</td> 5485 <td><TT>reinterpret_cast</TT> for all types with the same size and alignment</td> 5486 <td class="unknown" align="center">Unknown</td> 5487 </tr> 5488 <tr id="945"> 5489 <td><a href="https://cplusplus.github.io/CWG/issues/945.html">945</a></td> 5490 <td>C++11</td> 5491 <td>Use of <TT>this</TT> in a late-specified return type</td> 5492 <td class="unknown" align="center">Unknown</td> 5493 </tr> 5494 <tr id="946"> 5495 <td><a href="https://cplusplus.github.io/CWG/issues/946.html">946</a></td> 5496 <td>CD2</td> 5497 <td>Order of destruction of local static objects and calls to <TT>std::atexit</TT></td> 5498 <td class="unknown" align="center">Unknown</td> 5499 </tr> 5500 <tr id="947"> 5501 <td><a href="https://cplusplus.github.io/CWG/issues/947.html">947</a></td> 5502 <td>NAD</td> 5503 <td>Deducing type template arguments from default function arguments</td> 5504 <td class="unknown" align="center">Unknown</td> 5505 </tr> 5506 <tr id="948"> 5507 <td><a href="https://cplusplus.github.io/CWG/issues/948.html">948</a></td> 5508 <td>C++11</td> 5509 <td><TT>constexpr</TT> in <I>condition</I>s</td> 5510 <td class="full" align="center">Clang 3.7</td> 5511 </tr> 5512 <tr class="open" id="949"> 5513 <td><a href="https://cplusplus.github.io/CWG/issues/949.html">949</a></td> 5514 <td>open</td> 5515 <td>Requirements for freestanding implementations</td> 5516 <td align="center">Not resolved</td> 5517 </tr> 5518 <tr id="950"> 5519 <td><a href="https://cplusplus.github.io/CWG/issues/950.html">950</a></td> 5520 <td>CD2</td> 5521 <td>Use of <TT>decltype</TT> as a <I>class-name</I></td> 5522 <td class="unknown" align="center">Unknown</td> 5523 </tr> 5524 <tr id="951"> 5525 <td><a href="https://cplusplus.github.io/CWG/issues/951.html">951</a></td> 5526 <td>CD2</td> 5527 <td>Problems with <I>attribute-specifier</I>s</td> 5528 <td class="unknown" align="center">Unknown</td> 5529 </tr> 5530 <tr id="952"> 5531 <td><a href="https://cplusplus.github.io/CWG/issues/952.html">952</a></td> 5532 <td>CD6</td> 5533 <td>Insufficient description of “naming class”</td> 5534 <td class="full" align="center">Clang 2.8</td> 5535 </tr> 5536 <tr id="953"> 5537 <td><a href="https://cplusplus.github.io/CWG/issues/953.html">953</a></td> 5538 <td>CD2</td> 5539 <td>Rvalue references and function viability</td> 5540 <td class="unknown" align="center">Unknown</td> 5541 </tr> 5542 <tr class="open" id="954"> 5543 <td><a href="https://cplusplus.github.io/CWG/issues/954.html">954</a></td> 5544 <td>open</td> 5545 <td>Overload resolution of conversion operator templates with built-in types</td> 5546 <td align="center">Not resolved</td> 5547 </tr> 5548 <tr id="955"> 5549 <td><a href="https://cplusplus.github.io/CWG/issues/955.html">955</a></td> 5550 <td>CD2</td> 5551 <td>Can a closure type's <TT>operator()</TT> be virtual?</td> 5552 <td class="unknown" align="center">Unknown</td> 5553 </tr> 5554 <tr id="956"> 5555 <td><a href="https://cplusplus.github.io/CWG/issues/956.html">956</a></td> 5556 <td>CD2</td> 5557 <td>Function prototype scope with late-specified return types</td> 5558 <td class="unknown" align="center">Unknown</td> 5559 </tr> 5560 <tr id="957"> 5561 <td><a href="https://cplusplus.github.io/CWG/issues/957.html">957</a></td> 5562 <td>CD2</td> 5563 <td>Alternative tokens and <I>attribute-token</I>s</td> 5564 <td class="unknown" align="center">Unknown</td> 5565 </tr> 5566 <tr id="958"> 5567 <td><a href="https://cplusplus.github.io/CWG/issues/958.html">958</a></td> 5568 <td>NAD</td> 5569 <td>Lambdas and <TT>decltype</TT></td> 5570 <td class="unknown" align="center">Unknown</td> 5571 </tr> 5572 <tr id="959"> 5573 <td><a href="https://cplusplus.github.io/CWG/issues/959.html">959</a></td> 5574 <td>CD2</td> 5575 <td>Alignment attribute for class and enumeration types</td> 5576 <td class="unknown" align="center">Unknown</td> 5577 </tr> 5578 <tr id="960"> 5579 <td><a href="https://cplusplus.github.io/CWG/issues/960.html">960</a></td> 5580 <td>CD2</td> 5581 <td>Covariant functions and lvalue/rvalue references</td> 5582 <td class="full" align="center">Clang 3.0</td> 5583 </tr> 5584 <tr id="961"> 5585 <td><a href="https://cplusplus.github.io/CWG/issues/961.html">961</a></td> 5586 <td>CD2</td> 5587 <td>Overload resolution and conversion of <TT>std::nullptr_t</TT> to <TT>bool</TT></td> 5588 <td class="unknown" align="center">Unknown</td> 5589 </tr> 5590 <tr id="962"> 5591 <td><a href="https://cplusplus.github.io/CWG/issues/962.html">962</a></td> 5592 <td>CD2</td> 5593 <td>Attributes appertaining to class and enum types</td> 5594 <td class="unknown" align="center">Unknown</td> 5595 </tr> 5596 <tr id="963"> 5597 <td><a href="https://cplusplus.github.io/CWG/issues/963.html">963</a></td> 5598 <td>CD2</td> 5599 <td>Comparing <TT>nullptr</TT> with 0</td> 5600 <td class="unknown" align="center">Unknown</td> 5601 </tr> 5602 <tr id="964"> 5603 <td><a href="https://cplusplus.github.io/CWG/issues/964.html">964</a></td> 5604 <td>C++11</td> 5605 <td>Incorrect description of when the lvalue-to-rvalue conversion applies</td> 5606 <td class="unknown" align="center">Unknown</td> 5607 </tr> 5608 <tr id="965"> 5609 <td><a href="https://cplusplus.github.io/CWG/issues/965.html">965</a></td> 5610 <td>CD2</td> 5611 <td>Limiting the applicability of the <TT>carries_dependency</TT> attribute</td> 5612 <td class="unknown" align="center">Unknown</td> 5613 </tr> 5614 <tr id="966"> 5615 <td><a href="https://cplusplus.github.io/CWG/issues/966.html">966</a></td> 5616 <td>CD2</td> 5617 <td>Nested types without linkage</td> 5618 <td class="unknown" align="center">Unknown</td> 5619 </tr> 5620 <tr id="967"> 5621 <td><a href="https://cplusplus.github.io/CWG/issues/967.html">967</a></td> 5622 <td>NAD</td> 5623 <td>Exception specification of replacement allocation function</td> 5624 <td class="unknown" align="center">Unknown</td> 5625 </tr> 5626 <tr id="968"> 5627 <td><a href="https://cplusplus.github.io/CWG/issues/968.html">968</a></td> 5628 <td>CD2</td> 5629 <td>Syntactic ambiguity of the attribute notation</td> 5630 <td class="unknown" align="center">Unknown</td> 5631 </tr> 5632 <tr id="969"> 5633 <td><a href="https://cplusplus.github.io/CWG/issues/969.html">969</a></td> 5634 <td>CD2</td> 5635 <td>Explicit instantiation declarations of class template specializations</td> 5636 <td class="unknown" align="center">Unknown</td> 5637 </tr> 5638 <tr id="970"> 5639 <td><a href="https://cplusplus.github.io/CWG/issues/970.html">970</a></td> 5640 <td>CD2</td> 5641 <td>Consistent use of “appertain” and “apply”</td> 5642 <td class="unknown" align="center">Unknown</td> 5643 </tr> 5644 <tr id="971"> 5645 <td><a href="https://cplusplus.github.io/CWG/issues/971.html">971</a></td> 5646 <td>C++11</td> 5647 <td>Incorrect treatment of <I>exception-declaration</I>s</td> 5648 <td class="unknown" align="center">Unknown</td> 5649 </tr> 5650 <tr id="972"> 5651 <td><a href="https://cplusplus.github.io/CWG/issues/972.html">972</a></td> 5652 <td>C++11</td> 5653 <td>Allowing multiple <I>attribute-specifier</I>s</td> 5654 <td class="unknown" align="center">Unknown</td> 5655 </tr> 5656 <tr id="973"> 5657 <td><a href="https://cplusplus.github.io/CWG/issues/973.html">973</a></td> 5658 <td>CD2</td> 5659 <td>Function types in <I>exception-specification</I>s</td> 5660 <td class="unknown" align="center">Unknown</td> 5661 </tr> 5662 <tr id="974"> 5663 <td><a href="https://cplusplus.github.io/CWG/issues/974.html">974</a></td> 5664 <td>CD3</td> 5665 <td>Default arguments for lambdas</td> 5666 <td class="full" align="center">Clang 3.3</td> 5667 </tr> 5668 <tr id="975"> 5669 <td><a href="https://cplusplus.github.io/CWG/issues/975.html">975</a></td> 5670 <td>CD3</td> 5671 <td>Restrictions on return type deduction for lambdas</td> 5672 <td class="unknown" align="center">Unknown</td> 5673 </tr> 5674 <tr id="976"> 5675 <td><a href="https://cplusplus.github.io/CWG/issues/976.html">976</a></td> 5676 <td>CD2</td> 5677 <td>Deduction for <TT>const T&</TT> conversion operators</td> 5678 <td class="unknown" align="center">Unknown</td> 5679 </tr> 5680 <tr id="977"> 5681 <td><a href="https://cplusplus.github.io/CWG/issues/977.html">977</a></td> 5682 <td>CD3</td> 5683 <td>When is an enumeration type complete?</td> 5684 <td class="full" align="center">Clang 2.7</td> 5685 </tr> 5686 <tr id="978"> 5687 <td><a href="https://cplusplus.github.io/CWG/issues/978.html">978</a></td> 5688 <td>CD2</td> 5689 <td>Incorrect specification for copy initialization</td> 5690 <td class="unknown" align="center">Unknown</td> 5691 </tr> 5692 <tr id="979"> 5693 <td><a href="https://cplusplus.github.io/CWG/issues/979.html">979</a></td> 5694 <td>CD2</td> 5695 <td>Position of <I>attribute-specifier</I> in declarator syntax</td> 5696 <td class="unknown" align="center">Unknown</td> 5697 </tr> 5698 <tr id="980"> 5699 <td><a href="https://cplusplus.github.io/CWG/issues/980.html">980</a></td> 5700 <td>CD2</td> 5701 <td>Explicit instantiation of a member of a class template</td> 5702 <td class="unknown" align="center">Unknown</td> 5703 </tr> 5704 <tr id="981"> 5705 <td><a href="https://cplusplus.github.io/CWG/issues/981.html">981</a></td> 5706 <td>C++11</td> 5707 <td>Constexpr constructor templates and literal types</td> 5708 <td class="unknown" align="center">Unknown</td> 5709 </tr> 5710 <tr id="982"> 5711 <td><a href="https://cplusplus.github.io/CWG/issues/982.html">982</a></td> 5712 <td>NAD</td> 5713 <td>Initialization with an empty initializer list</td> 5714 <td class="unknown" align="center">Unknown</td> 5715 </tr> 5716 <tr id="983"> 5717 <td><a href="https://cplusplus.github.io/CWG/issues/983.html">983</a></td> 5718 <td>CD2</td> 5719 <td>Ambiguous pointer-to-member constant</td> 5720 <td class="unknown" align="center">Unknown</td> 5721 </tr> 5722 <tr id="984"> 5723 <td><a href="https://cplusplus.github.io/CWG/issues/984.html">984</a></td> 5724 <td>CD2</td> 5725 <td>“Deduced type” is unclear in <TT>auto</TT> type deduction</td> 5726 <td class="unknown" align="center">Unknown</td> 5727 </tr> 5728 <tr id="985"> 5729 <td><a href="https://cplusplus.github.io/CWG/issues/985.html">985</a></td> 5730 <td>C++11</td> 5731 <td>Alternative tokens and user-defined literals</td> 5732 <td class="unknown" align="center">Unknown</td> 5733 </tr> 5734 <tr id="986"> 5735 <td><a href="https://cplusplus.github.io/CWG/issues/986.html">986</a></td> 5736 <td>CD2</td> 5737 <td>Transitivity of <I>using-directive</I>s versus qualified lookup</td> 5738 <td class="unknown" align="center">Unknown</td> 5739 </tr> 5740 <tr id="987"> 5741 <td><a href="https://cplusplus.github.io/CWG/issues/987.html">987</a></td> 5742 <td>CD4</td> 5743 <td>Which declarations introduce namespace members?</td> 5744 <td class="unknown" align="center">Unknown</td> 5745 </tr> 5746 <tr id="988"> 5747 <td><a href="https://cplusplus.github.io/CWG/issues/988.html">988</a></td> 5748 <td>CD2</td> 5749 <td>Reference-to-reference collapsing with <TT>decltype</TT></td> 5750 <td class="unknown" align="center">Unknown</td> 5751 </tr> 5752 <tr id="989"> 5753 <td><a href="https://cplusplus.github.io/CWG/issues/989.html">989</a></td> 5754 <td>CD2</td> 5755 <td>Misplaced list-initialization example</td> 5756 <td class="unknown" align="center">Unknown</td> 5757 </tr> 5758 <tr id="990"> 5759 <td><a href="https://cplusplus.github.io/CWG/issues/990.html">990</a></td> 5760 <td>CD2</td> 5761 <td>Value initialization with multiple initializer-list constructors</td> 5762 <td class="full" align="center">Clang 3.5</td> 5763 </tr> 5764 <tr id="991"> 5765 <td><a href="https://cplusplus.github.io/CWG/issues/991.html">991</a></td> 5766 <td>CD2</td> 5767 <td>Reference parameters of constexpr functions and constructors</td> 5768 <td class="unknown" align="center">Unknown</td> 5769 </tr> 5770 <tr id="992"> 5771 <td><a href="https://cplusplus.github.io/CWG/issues/992.html">992</a></td> 5772 <td>NAD</td> 5773 <td>Inheriting explicitness</td> 5774 <td class="unknown" align="center">Unknown</td> 5775 </tr> 5776 <tr id="993"> 5777 <td><a href="https://cplusplus.github.io/CWG/issues/993.html">993</a></td> 5778 <td>C++11</td> 5779 <td>Freedom to perform instantiation at the end of the translation unit</td> 5780 <td class="unknown" align="center">Unknown</td> 5781 </tr> 5782 <tr id="994"> 5783 <td><a href="https://cplusplus.github.io/CWG/issues/994.html">994</a></td> 5784 <td>C++11</td> 5785 <td><I>braced-init-list</I> as a default argument</td> 5786 <td class="unknown" align="center">Unknown</td> 5787 </tr> 5788 <tr id="995"> 5789 <td><a href="https://cplusplus.github.io/CWG/issues/995.html">995</a></td> 5790 <td>CD2</td> 5791 <td>Incorrect example for <I>using-declaration</I> and explicit instantiation</td> 5792 <td class="unknown" align="center">Unknown</td> 5793 </tr> 5794 <tr id="996"> 5795 <td><a href="https://cplusplus.github.io/CWG/issues/996.html">996</a></td> 5796 <td>C++11</td> 5797 <td>Ambiguous partial specializations of member class templates</td> 5798 <td class="unknown" align="center">Unknown</td> 5799 </tr> 5800 <tr id="997"> 5801 <td><a href="https://cplusplus.github.io/CWG/issues/997.html">997</a></td> 5802 <td>C++11</td> 5803 <td>Argument-dependent lookup and dependent function template parameter types</td> 5804 <td class="unknown" align="center">Unknown</td> 5805 </tr> 5806 <tr id="998"> 5807 <td><a href="https://cplusplus.github.io/CWG/issues/998.html">998</a></td> 5808 <td>dup</td> 5809 <td>Function parameter transformations and template functions</td> 5810 <td class="unknown" align="center">Unknown</td> 5811 </tr> 5812 <tr id="999"> 5813 <td><a href="https://cplusplus.github.io/CWG/issues/999.html">999</a></td> 5814 <td>CD2</td> 5815 <td>“Implicit” or “implied” object argument/parameter?</td> 5816 <td class="unknown" align="center">Unknown</td> 5817 </tr> 5818 <tr id="1000"> 5819 <td><a href="https://cplusplus.github.io/CWG/issues/1000.html">1000</a></td> 5820 <td>CD2</td> 5821 <td>Mistaking member typedefs for constructors</td> 5822 <td class="unknown" align="center">Unknown</td> 5823 </tr> 5824 <tr class="open" id="1001"> 5825 <td><a href="https://cplusplus.github.io/CWG/issues/1001.html">1001</a></td> 5826 <td>review</td> 5827 <td>Parameter type adjustment in dependent parameter types</td> 5828 <td align="center">Not resolved</td> 5829 </tr> 5830 <tr id="1002"> 5831 <td><a href="https://cplusplus.github.io/CWG/issues/1002.html">1002</a></td> 5832 <td>NAD</td> 5833 <td>Pack expansion for function arguments</td> 5834 <td class="unknown" align="center">Unknown</td> 5835 </tr> 5836 <tr id="1003"> 5837 <td><a href="https://cplusplus.github.io/CWG/issues/1003.html">1003</a></td> 5838 <td>CD3</td> 5839 <td>Acceptable definitions of <TT>main</TT></td> 5840 <td class="unknown" align="center">Unknown</td> 5841 </tr> 5842 <tr id="1004"> 5843 <td><a href="https://cplusplus.github.io/CWG/issues/1004.html">1004</a></td> 5844 <td>C++11</td> 5845 <td>Injected-class-names as arguments for template template parameters</td> 5846 <td class="full" align="center">Clang 5</td> 5847 </tr> 5848 <tr id="1005"> 5849 <td><a href="https://cplusplus.github.io/CWG/issues/1005.html">1005</a></td> 5850 <td>NAD</td> 5851 <td>Qualified name resolution in member functions of class templates</td> 5852 <td class="unknown" align="center">Unknown</td> 5853 </tr> 5854 <tr id="1006"> 5855 <td><a href="https://cplusplus.github.io/CWG/issues/1006.html">1006</a></td> 5856 <td>C++11</td> 5857 <td><TT>std::nullptr_t</TT> as a non-type template parameter</td> 5858 <td class="unknown" align="center">Unknown</td> 5859 </tr> 5860 <tr id="1007"> 5861 <td><a href="https://cplusplus.github.io/CWG/issues/1007.html">1007</a></td> 5862 <td>NAD</td> 5863 <td>Protected access and pointers to members</td> 5864 <td class="unknown" align="center">Unknown</td> 5865 </tr> 5866 <tr id="1008"> 5867 <td><a href="https://cplusplus.github.io/CWG/issues/1008.html">1008</a></td> 5868 <td>NAD</td> 5869 <td>Querying the alignment of an object</td> 5870 <td class="unknown" align="center">Unknown</td> 5871 </tr> 5872 <tr id="1009"> 5873 <td><a href="https://cplusplus.github.io/CWG/issues/1009.html">1009</a></td> 5874 <td>C++11</td> 5875 <td>Missing cases in the <I>declarator-id</I> of a function template declaration</td> 5876 <td class="unknown" align="center">Unknown</td> 5877 </tr> 5878 <tr id="1010"> 5879 <td><a href="https://cplusplus.github.io/CWG/issues/1010.html">1010</a></td> 5880 <td>CD2</td> 5881 <td>Address of object with dynamic storage duration in constant expression</td> 5882 <td class="unknown" align="center">Unknown</td> 5883 </tr> 5884 <tr id="1011"> 5885 <td><a href="https://cplusplus.github.io/CWG/issues/1011.html">1011</a></td> 5886 <td>C++11</td> 5887 <td>Standard conversions that cannot be inverted</td> 5888 <td class="unknown" align="center">Unknown</td> 5889 </tr> 5890 <tr id="1012"> 5891 <td><a href="https://cplusplus.github.io/CWG/issues/1012.html">1012</a></td> 5892 <td>C++11</td> 5893 <td>Undeprecating <TT>static</TT></td> 5894 <td class="unknown" align="center">Unknown</td> 5895 </tr> 5896 <tr id="1013"> 5897 <td><a href="https://cplusplus.github.io/CWG/issues/1013.html">1013</a></td> 5898 <td>CD3</td> 5899 <td>Uninitialized <TT>std::nullptr_t</TT> objects</td> 5900 <td class="unknown" align="center">Unknown</td> 5901 </tr> 5902 <tr id="1014"> 5903 <td><a href="https://cplusplus.github.io/CWG/issues/1014.html">1014</a></td> 5904 <td>NAD</td> 5905 <td>Overload resolution between <TT>const T&</TT> and <TT>T&&</TT></td> 5906 <td class="unknown" align="center">Unknown</td> 5907 </tr> 5908 <tr id="1015"> 5909 <td><a href="https://cplusplus.github.io/CWG/issues/1015.html">1015</a></td> 5910 <td>C++11</td> 5911 <td>Template arguments and argument-dependent lookup</td> 5912 <td class="unknown" align="center">Unknown</td> 5913 </tr> 5914 <tr id="1016"> 5915 <td><a href="https://cplusplus.github.io/CWG/issues/1016.html">1016</a></td> 5916 <td>C++11</td> 5917 <td>Overloadable declarations, function templates, and references</td> 5918 <td class="unknown" align="center">Unknown</td> 5919 </tr> 5920 <tr id="1017"> 5921 <td><a href="https://cplusplus.github.io/CWG/issues/1017.html">1017</a></td> 5922 <td>C++11</td> 5923 <td>Member access transformation in unevaluated operands</td> 5924 <td class="unknown" align="center">Unknown</td> 5925 </tr> 5926 <tr id="1018"> 5927 <td><a href="https://cplusplus.github.io/CWG/issues/1018.html">1018</a></td> 5928 <td>C++11</td> 5929 <td>Ambiguity between <I>simple-declaration</I> and <I>attribute-declaration</I></td> 5930 <td class="unknown" align="center">Unknown</td> 5931 </tr> 5932 <tr id="1019"> 5933 <td><a href="https://cplusplus.github.io/CWG/issues/1019.html">1019</a></td> 5934 <td>dup</td> 5935 <td>Dependent <I>simple-template-id</I>s in <I>base-specifier</I>s and <I>mem-initializer</I>s</td> 5936 <td class="unknown" align="center">Unknown</td> 5937 </tr> 5938 <tr id="1020"> 5939 <td><a href="https://cplusplus.github.io/CWG/issues/1020.html">1020</a></td> 5940 <td>C++11</td> 5941 <td>Implicitly-defined copy constructors and explicit base class constructors</td> 5942 <td class="unknown" align="center">Unknown</td> 5943 </tr> 5944 <tr id="1021"> 5945 <td><a href="https://cplusplus.github.io/CWG/issues/1021.html">1021</a></td> 5946 <td>CD4</td> 5947 <td>Definitions of namespace members</td> 5948 <td class="unknown" align="center">Unknown</td> 5949 </tr> 5950 <tr id="1022"> 5951 <td><a href="https://cplusplus.github.io/CWG/issues/1022.html">1022</a></td> 5952 <td>C++11</td> 5953 <td>Can an enumeration variable have values outside the values of the enumeration?</td> 5954 <td class="unknown" align="center">Unknown</td> 5955 </tr> 5956 <tr id="1023"> 5957 <td><a href="https://cplusplus.github.io/CWG/issues/1023.html">1023</a></td> 5958 <td>dup</td> 5959 <td><TT>thread_local</TT> objects as non-type template arguments</td> 5960 <td class="unknown" align="center">Unknown</td> 5961 </tr> 5962 <tr id="1024"> 5963 <td><a href="https://cplusplus.github.io/CWG/issues/1024.html">1024</a></td> 5964 <td>CD3</td> 5965 <td>Limits on multicharacter literals</td> 5966 <td class="unknown" align="center">Unknown</td> 5967 </tr> 5968 <tr id="1025"> 5969 <td><a href="https://cplusplus.github.io/CWG/issues/1025.html">1025</a></td> 5970 <td>C++11</td> 5971 <td>Use of a reference as a non-type template argument</td> 5972 <td class="unknown" align="center">Unknown</td> 5973 </tr> 5974 <tr id="1026"> 5975 <td><a href="https://cplusplus.github.io/CWG/issues/1026.html">1026</a></td> 5976 <td>NAD</td> 5977 <td>Cv-qualified non-class rvalues</td> 5978 <td class="unknown" align="center">Unknown</td> 5979 </tr> 5980 <tr class="open" id="1027"> 5981 <td><a href="https://cplusplus.github.io/CWG/issues/1027.html">1027</a></td> 5982 <td>review</td> 5983 <td>Type consistency and reallocation of scalar types</td> 5984 <td align="center">Not resolved</td> 5985 </tr> 5986 <tr id="1028"> 5987 <td><a href="https://cplusplus.github.io/CWG/issues/1028.html">1028</a></td> 5988 <td>CD6</td> 5989 <td>Dependent names in non-defining declarations</td> 5990 <td class="unknown" align="center">Unknown</td> 5991 </tr> 5992 <tr id="1029"> 5993 <td><a href="https://cplusplus.github.io/CWG/issues/1029.html">1029</a></td> 5994 <td>C++11</td> 5995 <td>Type of a destructor call</td> 5996 <td class="unknown" align="center">Unknown</td> 5997 </tr> 5998 <tr id="1030"> 5999 <td><a href="https://cplusplus.github.io/CWG/issues/1030.html">1030</a></td> 6000 <td>C++11</td> 6001 <td>Evaluation order in <I>initializer-list</I>s used in aggregate initialization</td> 6002 <td class="unknown" align="center">Unknown</td> 6003 </tr> 6004 <tr id="1031"> 6005 <td><a href="https://cplusplus.github.io/CWG/issues/1031.html">1031</a></td> 6006 <td>C++11</td> 6007 <td>Optional elements in attributes</td> 6008 <td class="unknown" align="center">Unknown</td> 6009 </tr> 6010 <tr id="1032"> 6011 <td><a href="https://cplusplus.github.io/CWG/issues/1032.html">1032</a></td> 6012 <td>C++11</td> 6013 <td>Empty pack expansions</td> 6014 <td class="unknown" align="center">Unknown</td> 6015 </tr> 6016 <tr id="1033"> 6017 <td><a href="https://cplusplus.github.io/CWG/issues/1033.html">1033</a></td> 6018 <td>C++11</td> 6019 <td>Restrictions on alignment attributes</td> 6020 <td class="unknown" align="center">Unknown</td> 6021 </tr> 6022 <tr id="1034"> 6023 <td><a href="https://cplusplus.github.io/CWG/issues/1034.html">1034</a></td> 6024 <td>C++11</td> 6025 <td>Attributes for <TT>return</TT> statements in lambdas</td> 6026 <td class="unknown" align="center">Unknown</td> 6027 </tr> 6028 <tr id="1035"> 6029 <td><a href="https://cplusplus.github.io/CWG/issues/1035.html">1035</a></td> 6030 <td>C++11</td> 6031 <td>Omitted and required <I>decl-specifier</I>s</td> 6032 <td class="unknown" align="center">Unknown</td> 6033 </tr> 6034 <tr id="1036"> 6035 <td><a href="https://cplusplus.github.io/CWG/issues/1036.html">1036</a></td> 6036 <td>C++11</td> 6037 <td>Alignment attribute in an <I>exception-declaration</I></td> 6038 <td class="unknown" align="center">Unknown</td> 6039 </tr> 6040 <tr id="1037"> 6041 <td><a href="https://cplusplus.github.io/CWG/issues/1037.html">1037</a></td> 6042 <td>C++11</td> 6043 <td>Requirements for operands of <I>delete-expression</I>s and deallocation functions</td> 6044 <td class="unknown" align="center">Unknown</td> 6045 </tr> 6046 <tr id="1038"> 6047 <td><a href="https://cplusplus.github.io/CWG/issues/1038.html">1038</a></td> 6048 <td>DRWP</td> 6049 <td>Overload resolution of <TT>&x.static_func</TT></td> 6050 <td class="unknown" align="center">Unknown</td> 6051 </tr> 6052 <tr id="1039"> 6053 <td><a href="https://cplusplus.github.io/CWG/issues/1039.html">1039</a></td> 6054 <td>dup</td> 6055 <td>Coordinating C and C++ alignment specifications</td> 6056 <td class="unknown" align="center">Unknown</td> 6057 </tr> 6058 <tr id="1040"> 6059 <td><a href="https://cplusplus.github.io/CWG/issues/1040.html">1040</a></td> 6060 <td>NAD</td> 6061 <td>Memory model issues</td> 6062 <td class="unknown" align="center">Unknown</td> 6063 </tr> 6064 <tr id="1041"> 6065 <td><a href="https://cplusplus.github.io/CWG/issues/1041.html">1041</a></td> 6066 <td>dup</td> 6067 <td><I>alias-declaration</I>s as class members</td> 6068 <td class="unknown" align="center">Unknown</td> 6069 </tr> 6070 <tr id="1042"> 6071 <td><a href="https://cplusplus.github.io/CWG/issues/1042.html">1042</a></td> 6072 <td>C++11</td> 6073 <td>Attributes in <I>alias-declaration</I>s</td> 6074 <td class="full" align="center">Clang 3.5</td> 6075 </tr> 6076 <tr id="1043"> 6077 <td><a href="https://cplusplus.github.io/CWG/issues/1043.html">1043</a></td> 6078 <td>C++11</td> 6079 <td>Qualified name lookup in the current instantiation</td> 6080 <td class="unknown" align="center">Unknown</td> 6081 </tr> 6082 <tr id="1044"> 6083 <td><a href="https://cplusplus.github.io/CWG/issues/1044.html">1044</a></td> 6084 <td>C++11</td> 6085 <td>Point of declaration for an <I>alias-declaration</I></td> 6086 <td class="unknown" align="center">Unknown</td> 6087 </tr> 6088 <tr id="1045"> 6089 <td><a href="https://cplusplus.github.io/CWG/issues/1045.html">1045</a></td> 6090 <td>NAD</td> 6091 <td>Requiring explicit instantiation declarations</td> 6092 <td class="unknown" align="center">Unknown</td> 6093 </tr> 6094 <tr class="open" id="1046"> 6095 <td><a href="https://cplusplus.github.io/CWG/issues/1046.html">1046</a></td> 6096 <td>open</td> 6097 <td>What is a “use” of a class specialization?</td> 6098 <td align="center">Not resolved</td> 6099 </tr> 6100 <tr id="1047"> 6101 <td><a href="https://cplusplus.github.io/CWG/issues/1047.html">1047</a></td> 6102 <td>C++11</td> 6103 <td>When is <TT>typeid</TT> value-dependent?</td> 6104 <td class="unknown" align="center">Unknown</td> 6105 </tr> 6106 <tr id="1048"> 6107 <td><a href="https://cplusplus.github.io/CWG/issues/1048.html">1048</a></td> 6108 <td>CD3</td> 6109 <td><TT>auto</TT> deduction and lambda return type deduction.</td> 6110 <td class="full" align="center">Clang 3.6</td> 6111 </tr> 6112 <tr class="open" id="1049"> 6113 <td><a href="https://cplusplus.github.io/CWG/issues/1049.html">1049</a></td> 6114 <td>open</td> 6115 <td>Copy elision through reference parameters of inline functions</td> 6116 <td align="center">Not resolved</td> 6117 </tr> 6118 <tr id="1050"> 6119 <td><a href="https://cplusplus.github.io/CWG/issues/1050.html">1050</a></td> 6120 <td>NAD</td> 6121 <td>Effects of thread support on object lifetime</td> 6122 <td class="unknown" align="center">Unknown</td> 6123 </tr> 6124 <tr id="1051"> 6125 <td><a href="https://cplusplus.github.io/CWG/issues/1051.html">1051</a></td> 6126 <td>C++11</td> 6127 <td>Reference members and generated copy constructors</td> 6128 <td class="unknown" align="center">Unknown</td> 6129 </tr> 6130 <tr id="1052"> 6131 <td><a href="https://cplusplus.github.io/CWG/issues/1052.html">1052</a></td> 6132 <td>dup</td> 6133 <td><TT>const</TT> non-static data member and PODness</td> 6134 <td class="unknown" align="center">Unknown</td> 6135 </tr> 6136 <tr id="1053"> 6137 <td><a href="https://cplusplus.github.io/CWG/issues/1053.html">1053</a></td> 6138 <td>NAD</td> 6139 <td>Terminate vs undefined behavior for noexcept violation</td> 6140 <td class="unknown" align="center">Unknown</td> 6141 </tr> 6142 <tr id="1054"> 6143 <td><a href="https://cplusplus.github.io/CWG/issues/1054.html">1054</a></td> 6144 <td>C++11</td> 6145 <td>Lvalue-to-rvalue conversions in expression statements</td> 6146 <td class="none" align="center">No</td> 6147 </tr> 6148 <tr id="1055"> 6149 <td><a href="https://cplusplus.github.io/CWG/issues/1055.html">1055</a></td> 6150 <td>C++11</td> 6151 <td>Permissible uses of <TT>void</TT></td> 6152 <td class="unknown" align="center">Unknown</td> 6153 </tr> 6154 <tr id="1056"> 6155 <td><a href="https://cplusplus.github.io/CWG/issues/1056.html">1056</a></td> 6156 <td>C++11</td> 6157 <td>Template aliases, member definitions, and the current instantiation</td> 6158 <td class="unknown" align="center">Unknown</td> 6159 </tr> 6160 <tr id="1057"> 6161 <td><a href="https://cplusplus.github.io/CWG/issues/1057.html">1057</a></td> 6162 <td>C++11</td> 6163 <td><TT>decltype</TT> and the current instantiation</td> 6164 <td class="unknown" align="center">Unknown</td> 6165 </tr> 6166 <tr id="1058"> 6167 <td><a href="https://cplusplus.github.io/CWG/issues/1058.html">1058</a></td> 6168 <td>NAD</td> 6169 <td>Reference binding of incompatible array types</td> 6170 <td class="unknown" align="center">Unknown</td> 6171 </tr> 6172 <tr id="1059"> 6173 <td><a href="https://cplusplus.github.io/CWG/issues/1059.html">1059</a></td> 6174 <td>CD3</td> 6175 <td>Cv-qualified array types (with rvalues)</td> 6176 <td class="unknown" align="center">Unknown</td> 6177 </tr> 6178 <tr id="1060"> 6179 <td><a href="https://cplusplus.github.io/CWG/issues/1060.html">1060</a></td> 6180 <td>C++11</td> 6181 <td>Scoped enumerators in integral constant expressions</td> 6182 <td class="unknown" align="center">Unknown</td> 6183 </tr> 6184 <tr id="1061"> 6185 <td><a href="https://cplusplus.github.io/CWG/issues/1061.html">1061</a></td> 6186 <td>C++11</td> 6187 <td>Negative array bounds in a <I>new-expression</I></td> 6188 <td class="unknown" align="center">Unknown</td> 6189 </tr> 6190 <tr id="1062"> 6191 <td><a href="https://cplusplus.github.io/CWG/issues/1062.html">1062</a></td> 6192 <td>C++11</td> 6193 <td>Syntax of <I>attribute-specifier</I>s in lambdas</td> 6194 <td class="unknown" align="center">Unknown</td> 6195 </tr> 6196 <tr id="1063"> 6197 <td><a href="https://cplusplus.github.io/CWG/issues/1063.html">1063</a></td> 6198 <td>C++11</td> 6199 <td><TT>[[hiding]]</TT> with non-attribute declarations</td> 6200 <td class="unknown" align="center">Unknown</td> 6201 </tr> 6202 <tr id="1064"> 6203 <td><a href="https://cplusplus.github.io/CWG/issues/1064.html">1064</a></td> 6204 <td>C++11</td> 6205 <td>Defaulted move constructor for a union</td> 6206 <td class="unknown" align="center">Unknown</td> 6207 </tr> 6208 <tr id="1065"> 6209 <td><a href="https://cplusplus.github.io/CWG/issues/1065.html">1065</a></td> 6210 <td>C++11</td> 6211 <td><TT>[[hiding]]</TT> with <TT>[[override]]</TT></td> 6212 <td class="unknown" align="center">Unknown</td> 6213 </tr> 6214 <tr id="1066"> 6215 <td><a href="https://cplusplus.github.io/CWG/issues/1066.html">1066</a></td> 6216 <td>C++11</td> 6217 <td>When is a copy/move assignment operator implicitly defined?</td> 6218 <td class="unknown" align="center">Unknown</td> 6219 </tr> 6220 <tr id="1067"> 6221 <td><a href="https://cplusplus.github.io/CWG/issues/1067.html">1067</a></td> 6222 <td>NAD</td> 6223 <td><TT>[[hiding]]</TT>, <I>using-declaration</I>s, and multiple inheritance</td> 6224 <td class="unknown" align="center">Unknown</td> 6225 </tr> 6226 <tr id="1068"> 6227 <td><a href="https://cplusplus.github.io/CWG/issues/1068.html">1068</a></td> 6228 <td>C++11</td> 6229 <td>Template aliases with default arguments and template parameter packs</td> 6230 <td class="unknown" align="center">Unknown</td> 6231 </tr> 6232 <tr id="1069"> 6233 <td><a href="https://cplusplus.github.io/CWG/issues/1069.html">1069</a></td> 6234 <td>C++11</td> 6235 <td>Incorrect function type with <I>trailing-return-type</I></td> 6236 <td class="unknown" align="center">Unknown</td> 6237 </tr> 6238 <tr id="1070"> 6239 <td><a href="https://cplusplus.github.io/CWG/issues/1070.html">1070</a></td> 6240 <td>C++11</td> 6241 <td>Missing initializer clauses in aggregate initialization</td> 6242 <td class="full" align="center">Clang 3.5</td> 6243 </tr> 6244 <tr id="1071"> 6245 <td><a href="https://cplusplus.github.io/CWG/issues/1071.html">1071</a></td> 6246 <td>C++11</td> 6247 <td>Literal class types and trivial default constructors</td> 6248 <td class="unknown" align="center">Unknown</td> 6249 </tr> 6250 <tr id="1072"> 6251 <td><a href="https://cplusplus.github.io/CWG/issues/1072.html">1072</a></td> 6252 <td>C++11</td> 6253 <td>Scoped enumerator with the same name as its containing class</td> 6254 <td class="unknown" align="center">Unknown</td> 6255 </tr> 6256 <tr id="1073"> 6257 <td><a href="https://cplusplus.github.io/CWG/issues/1073.html">1073</a></td> 6258 <td>C++11</td> 6259 <td>Merging <I>dynamic-exception-specification</I>s and <I>noexcept-specification</I>s</td> 6260 <td class="unknown" align="center">Unknown</td> 6261 </tr> 6262 <tr id="1074"> 6263 <td><a href="https://cplusplus.github.io/CWG/issues/1074.html">1074</a></td> 6264 <td>C++11</td> 6265 <td>Value-dependent <I>noexcept-expression</I>s</td> 6266 <td class="unknown" align="center">Unknown</td> 6267 </tr> 6268 <tr id="1075"> 6269 <td><a href="https://cplusplus.github.io/CWG/issues/1075.html">1075</a></td> 6270 <td>C++11</td> 6271 <td>Grammar does not allow template alias in <I>type-name</I></td> 6272 <td class="unknown" align="center">Unknown</td> 6273 </tr> 6274 <tr id="1076"> 6275 <td><a href="https://cplusplus.github.io/CWG/issues/1076.html">1076</a></td> 6276 <td>CD5</td> 6277 <td>Value categories and lvalue temporaries</td> 6278 <td class="unknown" align="center">Unknown</td> 6279 </tr> 6280 <tr id="1077"> 6281 <td><a href="https://cplusplus.github.io/CWG/issues/1077.html">1077</a></td> 6282 <td>NAD</td> 6283 <td>Explicit specializations in non-containing namespaces</td> 6284 <td class="unknown" align="center">Unknown</td> 6285 </tr> 6286 <tr id="1078"> 6287 <td><a href="https://cplusplus.github.io/CWG/issues/1078.html">1078</a></td> 6288 <td>NAD</td> 6289 <td>Narrowing and the usual arithmetic conversions</td> 6290 <td class="unknown" align="center">Unknown</td> 6291 </tr> 6292 <tr id="1079"> 6293 <td><a href="https://cplusplus.github.io/CWG/issues/1079.html">1079</a></td> 6294 <td>C++11</td> 6295 <td>Overload resolution involving aggregate initialization</td> 6296 <td class="unknown" align="center">Unknown</td> 6297 </tr> 6298 <tr id="1080"> 6299 <td><a href="https://cplusplus.github.io/CWG/issues/1080.html">1080</a></td> 6300 <td>C++11</td> 6301 <td>Confusing relationship between templates and copy constructors</td> 6302 <td class="unknown" align="center">Unknown</td> 6303 </tr> 6304 <tr id="1081"> 6305 <td><a href="https://cplusplus.github.io/CWG/issues/1081.html">1081</a></td> 6306 <td>C++11</td> 6307 <td>Defaulted destructor and unusable operator delete</td> 6308 <td class="unknown" align="center">Unknown</td> 6309 </tr> 6310 <tr id="1082"> 6311 <td><a href="https://cplusplus.github.io/CWG/issues/1082.html">1082</a></td> 6312 <td>C++11</td> 6313 <td>Implicit copy function if subobject has none?</td> 6314 <td class="unknown" align="center">Unknown</td> 6315 </tr> 6316 <tr id="1083"> 6317 <td><a href="https://cplusplus.github.io/CWG/issues/1083.html">1083</a></td> 6318 <td>C++11</td> 6319 <td>Passing an object to ellipsis with non-trivial move constructor</td> 6320 <td class="unknown" align="center">Unknown</td> 6321 </tr> 6322 <tr id="1084"> 6323 <td><a href="https://cplusplus.github.io/CWG/issues/1084.html">1084</a></td> 6324 <td>NAD</td> 6325 <td>Conditions for a deleted move function</td> 6326 <td class="unknown" align="center">Unknown</td> 6327 </tr> 6328 <tr id="1085"> 6329 <td><a href="https://cplusplus.github.io/CWG/issues/1085.html">1085</a></td> 6330 <td>NAD</td> 6331 <td>Move assignment operators and virtual bases</td> 6332 <td class="unknown" align="center">Unknown</td> 6333 </tr> 6334 <tr id="1086"> 6335 <td><a href="https://cplusplus.github.io/CWG/issues/1086.html">1086</a></td> 6336 <td>C++11</td> 6337 <td><TT>const_cast</TT> to rvalue reference to function type</td> 6338 <td class="unknown" align="center">Unknown</td> 6339 </tr> 6340 <tr id="1087"> 6341 <td><a href="https://cplusplus.github.io/CWG/issues/1087.html">1087</a></td> 6342 <td>C++11</td> 6343 <td>Additional applications of issue 899</td> 6344 <td class="unknown" align="center">Unknown</td> 6345 </tr> 6346 <tr id="1088"> 6347 <td><a href="https://cplusplus.github.io/CWG/issues/1088.html">1088</a></td> 6348 <td>C++11</td> 6349 <td>Dependent non-type template arguments</td> 6350 <td class="unknown" align="center">Unknown</td> 6351 </tr> 6352 <tr class="open" id="1089"> 6353 <td><a href="https://cplusplus.github.io/CWG/issues/1089.html">1089</a></td> 6354 <td>open</td> 6355 <td>Template parameters in member selections</td> 6356 <td align="center">Not resolved</td> 6357 </tr> 6358 <tr id="1090"> 6359 <td><a href="https://cplusplus.github.io/CWG/issues/1090.html">1090</a></td> 6360 <td>C++11</td> 6361 <td>Alignment of subobjects</td> 6362 <td class="unknown" align="center">Unknown</td> 6363 </tr> 6364 <tr id="1091"> 6365 <td><a href="https://cplusplus.github.io/CWG/issues/1091.html">1091</a></td> 6366 <td>C++11</td> 6367 <td>Inconsistent use of the term “object expression”</td> 6368 <td class="unknown" align="center">Unknown</td> 6369 </tr> 6370 <tr class="open" id="1092"> 6371 <td><a href="https://cplusplus.github.io/CWG/issues/1092.html">1092</a></td> 6372 <td>drafting</td> 6373 <td>Cycles in overload resolution during instantiation</td> 6374 <td align="center">Not resolved</td> 6375 </tr> 6376 <tr id="1093"> 6377 <td><a href="https://cplusplus.github.io/CWG/issues/1093.html">1093</a></td> 6378 <td>CD3</td> 6379 <td>Value-initializing non-objects</td> 6380 <td class="unknown" align="center">Unknown</td> 6381 </tr> 6382 <tr id="1094"> 6383 <td><a href="https://cplusplus.github.io/CWG/issues/1094.html">1094</a></td> 6384 <td>C++11</td> 6385 <td>Converting floating-point values to scoped enumeration types</td> 6386 <td class="unknown" align="center">Unknown</td> 6387 </tr> 6388 <tr id="1095"> 6389 <td><a href="https://cplusplus.github.io/CWG/issues/1095.html">1095</a></td> 6390 <td>C++11</td> 6391 <td>List-initialization of references</td> 6392 <td class="unknown" align="center">Unknown</td> 6393 </tr> 6394 <tr id="1096"> 6395 <td><a href="https://cplusplus.github.io/CWG/issues/1096.html">1096</a></td> 6396 <td>C++11</td> 6397 <td>Missing requirement for template definitions</td> 6398 <td class="unknown" align="center">Unknown</td> 6399 </tr> 6400 <tr id="1097"> 6401 <td><a href="https://cplusplus.github.io/CWG/issues/1097.html">1097</a></td> 6402 <td>NAD</td> 6403 <td>Aggregate initialization of function parameters</td> 6404 <td class="unknown" align="center">Unknown</td> 6405 </tr> 6406 <tr id="1098"> 6407 <td><a href="https://cplusplus.github.io/CWG/issues/1098.html">1098</a></td> 6408 <td>C++11</td> 6409 <td>Pointer conversions in constant expressions</td> 6410 <td class="unknown" align="center">Unknown</td> 6411 </tr> 6412 <tr id="1099"> 6413 <td><a href="https://cplusplus.github.io/CWG/issues/1099.html">1099</a></td> 6414 <td>C++11</td> 6415 <td>Infinite recursion in <TT>constexpr</TT> functions</td> 6416 <td class="unknown" align="center">Unknown</td> 6417 </tr> 6418 <tr id="1100"> 6419 <td><a href="https://cplusplus.github.io/CWG/issues/1100.html">1100</a></td> 6420 <td>C++11</td> 6421 <td><TT>constexpr</TT> conversion functions and non-type template arguments</td> 6422 <td class="unknown" align="center">Unknown</td> 6423 </tr> 6424 <tr id="1101"> 6425 <td><a href="https://cplusplus.github.io/CWG/issues/1101.html">1101</a></td> 6426 <td>C++11</td> 6427 <td>Non-integral initialized static data members</td> 6428 <td class="unknown" align="center">Unknown</td> 6429 </tr> 6430 <tr id="1102"> 6431 <td><a href="https://cplusplus.github.io/CWG/issues/1102.html">1102</a></td> 6432 <td>C++11</td> 6433 <td>Better example of undefined behavior</td> 6434 <td class="unknown" align="center">Unknown</td> 6435 </tr> 6436 <tr id="1103"> 6437 <td><a href="https://cplusplus.github.io/CWG/issues/1103.html">1103</a></td> 6438 <td>C++11</td> 6439 <td>Reversion of phase 1 and 2 transformations in raw string literals</td> 6440 <td class="unknown" align="center">Unknown</td> 6441 </tr> 6442 <tr id="1104"> 6443 <td><a href="https://cplusplus.github.io/CWG/issues/1104.html">1104</a></td> 6444 <td>C++11</td> 6445 <td>Global-scope template arguments vs the <TT><:</TT> digraph</td> 6446 <td class="unknown" align="center">Unknown</td> 6447 </tr> 6448 <tr id="1105"> 6449 <td><a href="https://cplusplus.github.io/CWG/issues/1105.html">1105</a></td> 6450 <td>C++11</td> 6451 <td>Issues relating to TR 10176:2003</td> 6452 <td class="unknown" align="center">Unknown</td> 6453 </tr> 6454 <tr id="1106"> 6455 <td><a href="https://cplusplus.github.io/CWG/issues/1106.html">1106</a></td> 6456 <td>C++11</td> 6457 <td>Need more detail in <TT>nullptr</TT> keyword description</td> 6458 <td class="unknown" align="center">Unknown</td> 6459 </tr> 6460 <tr id="1107"> 6461 <td><a href="https://cplusplus.github.io/CWG/issues/1107.html">1107</a></td> 6462 <td>C++11</td> 6463 <td>Overload resolution for user-defined integer literals</td> 6464 <td class="unknown" align="center">Unknown</td> 6465 </tr> 6466 <tr id="1108"> 6467 <td><a href="https://cplusplus.github.io/CWG/issues/1108.html">1108</a></td> 6468 <td>NAD</td> 6469 <td>User-defined literals have not been implemented</td> 6470 <td class="unknown" align="center">Unknown</td> 6471 </tr> 6472 <tr id="1109"> 6473 <td><a href="https://cplusplus.github.io/CWG/issues/1109.html">1109</a></td> 6474 <td>C++11</td> 6475 <td>When is “use” a reference to the ODR meaning?</td> 6476 <td class="unknown" align="center">Unknown</td> 6477 </tr> 6478 <tr id="1110"> 6479 <td><a href="https://cplusplus.github.io/CWG/issues/1110.html">1110</a></td> 6480 <td>NAD</td> 6481 <td>Incomplete return type should be allowed in <TT>decltype</TT> operand</td> 6482 <td class="full" align="center">Clang 3.1</td> 6483 </tr> 6484 <tr id="1111"> 6485 <td><a href="https://cplusplus.github.io/CWG/issues/1111.html">1111</a></td> 6486 <td>C++11</td> 6487 <td>Remove dual-scope lookup of member template names</td> 6488 <td class="partial" align="center">Partial</td> 6489 </tr> 6490 <tr id="1112"> 6491 <td><a href="https://cplusplus.github.io/CWG/issues/1112.html">1112</a></td> 6492 <td>C++11</td> 6493 <td><TT>constexpr</TT> variables should have internal linkage like <TT>const</TT></td> 6494 <td class="unknown" align="center">Unknown</td> 6495 </tr> 6496 <tr id="1113"> 6497 <td><a href="https://cplusplus.github.io/CWG/issues/1113.html">1113</a></td> 6498 <td>C++11</td> 6499 <td>Linkage of namespace member of unnamed namespace</td> 6500 <td class="partial" align="center">Partial</td> 6501 </tr> 6502 <tr id="1114"> 6503 <td><a href="https://cplusplus.github.io/CWG/issues/1114.html">1114</a></td> 6504 <td>C++11</td> 6505 <td>Incorrect use of placement <TT>new</TT> in example</td> 6506 <td class="unknown" align="center">Unknown</td> 6507 </tr> 6508 <tr id="1115"> 6509 <td><a href="https://cplusplus.github.io/CWG/issues/1115.html">1115</a></td> 6510 <td>C++11</td> 6511 <td>C-compatible alignment specification</td> 6512 <td class="unknown" align="center">Unknown</td> 6513 </tr> 6514 <tr id="1116"> 6515 <td><a href="https://cplusplus.github.io/CWG/issues/1116.html">1116</a></td> 6516 <td>CD4</td> 6517 <td>Aliasing of union members</td> 6518 <td class="unknown" align="center">Unknown</td> 6519 </tr> 6520 <tr id="1117"> 6521 <td><a href="https://cplusplus.github.io/CWG/issues/1117.html">1117</a></td> 6522 <td>C++11</td> 6523 <td>Incorrect note about xvalue member access expressions</td> 6524 <td class="unknown" align="center">Unknown</td> 6525 </tr> 6526 <tr id="1118"> 6527 <td><a href="https://cplusplus.github.io/CWG/issues/1118.html">1118</a></td> 6528 <td>NAD</td> 6529 <td>Implicit lambda capture via explicit copy constructor</td> 6530 <td class="unknown" align="center">Unknown</td> 6531 </tr> 6532 <tr id="1119"> 6533 <td><a href="https://cplusplus.github.io/CWG/issues/1119.html">1119</a></td> 6534 <td>C++11</td> 6535 <td>Missing case in description of member access ambiguity</td> 6536 <td class="unknown" align="center">Unknown</td> 6537 </tr> 6538 <tr id="1120"> 6539 <td><a href="https://cplusplus.github.io/CWG/issues/1120.html">1120</a></td> 6540 <td>C++11</td> 6541 <td><TT>reinterpret_cast</TT> and <TT>void*</TT></td> 6542 <td class="unknown" align="center">Unknown</td> 6543 </tr> 6544 <tr id="1121"> 6545 <td><a href="https://cplusplus.github.io/CWG/issues/1121.html">1121</a></td> 6546 <td>C++11</td> 6547 <td>Unnecessary ambiguity error in formation of pointer to member</td> 6548 <td class="unknown" align="center">Unknown</td> 6549 </tr> 6550 <tr id="1122"> 6551 <td><a href="https://cplusplus.github.io/CWG/issues/1122.html">1122</a></td> 6552 <td>C++11</td> 6553 <td>Circular definition of <TT>std::size_t</TT></td> 6554 <td class="unknown" align="center">Unknown</td> 6555 </tr> 6556 <tr id="1123"> 6557 <td><a href="https://cplusplus.github.io/CWG/issues/1123.html">1123</a></td> 6558 <td>C++11</td> 6559 <td>Destructors should be <TT>noexcept</TT> by default</td> 6560 <td class="unknown" align="center">Unknown</td> 6561 </tr> 6562 <tr id="1124"> 6563 <td><a href="https://cplusplus.github.io/CWG/issues/1124.html">1124</a></td> 6564 <td>NAD</td> 6565 <td>Error in description of value category of pointer-to-member expression</td> 6566 <td class="unknown" align="center">Unknown</td> 6567 </tr> 6568 <tr id="1125"> 6569 <td><a href="https://cplusplus.github.io/CWG/issues/1125.html">1125</a></td> 6570 <td>C++11</td> 6571 <td>Unclear definition of “potential constant expression”</td> 6572 <td class="unknown" align="center">Unknown</td> 6573 </tr> 6574 <tr id="1126"> 6575 <td><a href="https://cplusplus.github.io/CWG/issues/1126.html">1126</a></td> 6576 <td>C++11</td> 6577 <td><TT>constexpr</TT> functions in <TT>const</TT> initializers</td> 6578 <td class="unknown" align="center">Unknown</td> 6579 </tr> 6580 <tr id="1127"> 6581 <td><a href="https://cplusplus.github.io/CWG/issues/1127.html">1127</a></td> 6582 <td>C++11</td> 6583 <td>Overload resolution in <TT>constexpr</TT> functions</td> 6584 <td class="unknown" align="center">Unknown</td> 6585 </tr> 6586 <tr id="1128"> 6587 <td><a href="https://cplusplus.github.io/CWG/issues/1128.html">1128</a></td> 6588 <td>C++11</td> 6589 <td><I>attribute-specifier</I>s in <I>decl-specifier-seq</I>s</td> 6590 <td class="unknown" align="center">Unknown</td> 6591 </tr> 6592 <tr id="1129"> 6593 <td><a href="https://cplusplus.github.io/CWG/issues/1129.html">1129</a></td> 6594 <td>C++11</td> 6595 <td>Default <TT>nothrow</TT> for <TT>constexpr</TT> functions</td> 6596 <td class="unknown" align="center">Unknown</td> 6597 </tr> 6598 <tr id="1130"> 6599 <td><a href="https://cplusplus.github.io/CWG/issues/1130.html">1130</a></td> 6600 <td>C++11</td> 6601 <td>Function parameter type adjustments and <TT>decltype</TT></td> 6602 <td class="unknown" align="center">Unknown</td> 6603 </tr> 6604 <tr id="1131"> 6605 <td><a href="https://cplusplus.github.io/CWG/issues/1131.html">1131</a></td> 6606 <td>C++11</td> 6607 <td>Template aliases in <I>elaborated-type-specifier</I>s</td> 6608 <td class="unknown" align="center">Unknown</td> 6609 </tr> 6610 <tr id="1132"> 6611 <td><a href="https://cplusplus.github.io/CWG/issues/1132.html">1132</a></td> 6612 <td>NAD</td> 6613 <td>Keyword vs attribute for <TT>noreturn</TT></td> 6614 <td class="unknown" align="center">Unknown</td> 6615 </tr> 6616 <tr id="1133"> 6617 <td><a href="https://cplusplus.github.io/CWG/issues/1133.html">1133</a></td> 6618 <td>C++11</td> 6619 <td>Keywords vs attributes for control of hiding and overriding</td> 6620 <td class="unknown" align="center">Unknown</td> 6621 </tr> 6622 <tr id="1134"> 6623 <td><a href="https://cplusplus.github.io/CWG/issues/1134.html">1134</a></td> 6624 <td>C++11</td> 6625 <td>When is an explicitly-defaulted function defined?</td> 6626 <td class="unknown" align="center">Unknown</td> 6627 </tr> 6628 <tr id="1135"> 6629 <td><a href="https://cplusplus.github.io/CWG/issues/1135.html">1135</a></td> 6630 <td>C++11</td> 6631 <td>Explicitly-defaulted non-public special member functions</td> 6632 <td class="unknown" align="center">Unknown</td> 6633 </tr> 6634 <tr id="1136"> 6635 <td><a href="https://cplusplus.github.io/CWG/issues/1136.html">1136</a></td> 6636 <td>C++11</td> 6637 <td>Explicitly-defaulted explicit constructors</td> 6638 <td class="unknown" align="center">Unknown</td> 6639 </tr> 6640 <tr id="1137"> 6641 <td><a href="https://cplusplus.github.io/CWG/issues/1137.html">1137</a></td> 6642 <td>C++11</td> 6643 <td>Explicitly-defaulted virtual special member functions</td> 6644 <td class="unknown" align="center">Unknown</td> 6645 </tr> 6646 <tr id="1138"> 6647 <td><a href="https://cplusplus.github.io/CWG/issues/1138.html">1138</a></td> 6648 <td>C++11</td> 6649 <td>Rvalue-ness check for rvalue reference binding is wrong</td> 6650 <td class="unknown" align="center">Unknown</td> 6651 </tr> 6652 <tr id="1139"> 6653 <td><a href="https://cplusplus.github.io/CWG/issues/1139.html">1139</a></td> 6654 <td>C++11</td> 6655 <td>Rvalue reference binding to scalar xvalues</td> 6656 <td class="unknown" align="center">Unknown</td> 6657 </tr> 6658 <tr id="1140"> 6659 <td><a href="https://cplusplus.github.io/CWG/issues/1140.html">1140</a></td> 6660 <td>C++11</td> 6661 <td>Incorrect redefinition of POD class</td> 6662 <td class="unknown" align="center">Unknown</td> 6663 </tr> 6664 <tr id="1141"> 6665 <td><a href="https://cplusplus.github.io/CWG/issues/1141.html">1141</a></td> 6666 <td>NAD</td> 6667 <td>Non-static data member initializers have not been implemented</td> 6668 <td class="unknown" align="center">Unknown</td> 6669 </tr> 6670 <tr id="1142"> 6671 <td><a href="https://cplusplus.github.io/CWG/issues/1142.html">1142</a></td> 6672 <td>C++11</td> 6673 <td><TT>friend</TT> declaration of member function of containing class</td> 6674 <td class="unknown" align="center">Unknown</td> 6675 </tr> 6676 <tr id="1143"> 6677 <td><a href="https://cplusplus.github.io/CWG/issues/1143.html">1143</a></td> 6678 <td>NAD</td> 6679 <td>Move semantics for <TT>*this</TT> have not been implemented</td> 6680 <td class="unknown" align="center">Unknown</td> 6681 </tr> 6682 <tr id="1144"> 6683 <td><a href="https://cplusplus.github.io/CWG/issues/1144.html">1144</a></td> 6684 <td>C++11</td> 6685 <td>Remove access declarations</td> 6686 <td class="unknown" align="center">Unknown</td> 6687 </tr> 6688 <tr id="1145"> 6689 <td><a href="https://cplusplus.github.io/CWG/issues/1145.html">1145</a></td> 6690 <td>C++11</td> 6691 <td>Defaulting and triviality</td> 6692 <td class="unknown" align="center">Unknown</td> 6693 </tr> 6694 <tr id="1146"> 6695 <td><a href="https://cplusplus.github.io/CWG/issues/1146.html">1146</a></td> 6696 <td>C++11</td> 6697 <td><I>exception-specification</I>s of defaulted functions</td> 6698 <td class="unknown" align="center">Unknown</td> 6699 </tr> 6700 <tr id="1147"> 6701 <td><a href="https://cplusplus.github.io/CWG/issues/1147.html">1147</a></td> 6702 <td>C++11</td> 6703 <td>Destructors should be default <TT>nothrow</TT></td> 6704 <td class="unknown" align="center">Unknown</td> 6705 </tr> 6706 <tr id="1148"> 6707 <td><a href="https://cplusplus.github.io/CWG/issues/1148.html">1148</a></td> 6708 <td>C++11</td> 6709 <td>Copy elision and move construction of function parameters</td> 6710 <td class="unknown" align="center">Unknown</td> 6711 </tr> 6712 <tr id="1149"> 6713 <td><a href="https://cplusplus.github.io/CWG/issues/1149.html">1149</a></td> 6714 <td>C++11</td> 6715 <td>Trivial non-public copy operators in subobjects</td> 6716 <td class="unknown" align="center">Unknown</td> 6717 </tr> 6718 <tr id="1150"> 6719 <td><a href="https://cplusplus.github.io/CWG/issues/1150.html">1150</a></td> 6720 <td>NAD</td> 6721 <td>Inheriting constructors have not been implemented</td> 6722 <td class="na" align="center">N/A</td> 6723 </tr> 6724 <tr id="1151"> 6725 <td><a href="https://cplusplus.github.io/CWG/issues/1151.html">1151</a></td> 6726 <td>C++11</td> 6727 <td>Overload resolution with initializer-list and non-list constructors</td> 6728 <td class="unknown" align="center">Unknown</td> 6729 </tr> 6730 <tr id="1152"> 6731 <td><a href="https://cplusplus.github.io/CWG/issues/1152.html">1152</a></td> 6732 <td>C++11</td> 6733 <td>Rules for determining existence of implicit conversion sequence</td> 6734 <td class="unknown" align="center">Unknown</td> 6735 </tr> 6736 <tr id="1153"> 6737 <td><a href="https://cplusplus.github.io/CWG/issues/1153.html">1153</a></td> 6738 <td>C++11</td> 6739 <td>Type matching in address of overloaded function</td> 6740 <td class="unknown" align="center">Unknown</td> 6741 </tr> 6742 <tr id="1154"> 6743 <td><a href="https://cplusplus.github.io/CWG/issues/1154.html">1154</a></td> 6744 <td>C++11</td> 6745 <td>Address of <TT>thread_local</TT> variable as non-type template argument</td> 6746 <td class="unknown" align="center">Unknown</td> 6747 </tr> 6748 <tr id="1155"> 6749 <td><a href="https://cplusplus.github.io/CWG/issues/1155.html">1155</a></td> 6750 <td>C++11</td> 6751 <td>Internal-linkage non-type template arguments</td> 6752 <td class="unknown" align="center">Unknown</td> 6753 </tr> 6754 <tr id="1156"> 6755 <td><a href="https://cplusplus.github.io/CWG/issues/1156.html">1156</a></td> 6756 <td>C++11</td> 6757 <td>Partial ordering in a non-call context</td> 6758 <td class="unknown" align="center">Unknown</td> 6759 </tr> 6760 <tr class="open" id="1157"> 6761 <td><a href="https://cplusplus.github.io/CWG/issues/1157.html">1157</a></td> 6762 <td>open</td> 6763 <td>Partial ordering of function templates is still underspecified</td> 6764 <td align="center">Not resolved</td> 6765 </tr> 6766 <tr id="1158"> 6767 <td><a href="https://cplusplus.github.io/CWG/issues/1158.html">1158</a></td> 6768 <td>C++11</td> 6769 <td>Recursive instantiation via alias template</td> 6770 <td class="unknown" align="center">Unknown</td> 6771 </tr> 6772 <tr id="1159"> 6773 <td><a href="https://cplusplus.github.io/CWG/issues/1159.html">1159</a></td> 6774 <td>C++11</td> 6775 <td>Class and enumeration definitions in template aliases</td> 6776 <td class="unknown" align="center">Unknown</td> 6777 </tr> 6778 <tr id="1160"> 6779 <td><a href="https://cplusplus.github.io/CWG/issues/1160.html">1160</a></td> 6780 <td>C++11</td> 6781 <td>Definitions of template members and the current instantiation</td> 6782 <td class="unknown" align="center">Unknown</td> 6783 </tr> 6784 <tr id="1161"> 6785 <td><a href="https://cplusplus.github.io/CWG/issues/1161.html">1161</a></td> 6786 <td>C++11</td> 6787 <td>Dependent <I>nested-name-specifier</I> in a pointer-to-member declarator</td> 6788 <td class="unknown" align="center">Unknown</td> 6789 </tr> 6790 <tr id="1162"> 6791 <td><a href="https://cplusplus.github.io/CWG/issues/1162.html">1162</a></td> 6792 <td>NAD</td> 6793 <td>Dependent <I>elaborated-type-specifier</I>s in non-deduced contexts</td> 6794 <td class="unknown" align="center">Unknown</td> 6795 </tr> 6796 <tr id="1163"> 6797 <td><a href="https://cplusplus.github.io/CWG/issues/1163.html">1163</a></td> 6798 <td>NAD</td> 6799 <td><TT>extern template</TT> prevents inlining functions not marked <TT>inline</TT></td> 6800 <td class="unknown" align="center">Unknown</td> 6801 </tr> 6802 <tr id="1164"> 6803 <td><a href="https://cplusplus.github.io/CWG/issues/1164.html">1164</a></td> 6804 <td>C++11</td> 6805 <td>Partial ordering of <TT>f(T&)</TT> and <TT>f(T&&)</TT></td> 6806 <td class="unknown" align="center">Unknown</td> 6807 </tr> 6808 <tr id="1165"> 6809 <td><a href="https://cplusplus.github.io/CWG/issues/1165.html">1165</a></td> 6810 <td>C++11</td> 6811 <td>Exceptions when destroying array elements</td> 6812 <td class="unknown" align="center">Unknown</td> 6813 </tr> 6814 <tr id="1166"> 6815 <td><a href="https://cplusplus.github.io/CWG/issues/1166.html">1166</a></td> 6816 <td>C++11</td> 6817 <td><I>exception-declaration</I>s that do not declare objects</td> 6818 <td class="unknown" align="center">Unknown</td> 6819 </tr> 6820 <tr id="1167"> 6821 <td><a href="https://cplusplus.github.io/CWG/issues/1167.html">1167</a></td> 6822 <td>C++11</td> 6823 <td><I>function-try-block</I>s for destructors</td> 6824 <td class="unknown" align="center">Unknown</td> 6825 </tr> 6826 <tr id="1168"> 6827 <td><a href="https://cplusplus.github.io/CWG/issues/1168.html">1168</a></td> 6828 <td>C++11</td> 6829 <td>Additional reasons to call <TT>std::terminate</TT></td> 6830 <td class="unknown" align="center">Unknown</td> 6831 </tr> 6832 <tr id="1169"> 6833 <td><a href="https://cplusplus.github.io/CWG/issues/1169.html">1169</a></td> 6834 <td>C++11</td> 6835 <td>Missing feature macro for strict pointer safety</td> 6836 <td class="unknown" align="center">Unknown</td> 6837 </tr> 6838 <tr id="1170"> 6839 <td><a href="https://cplusplus.github.io/CWG/issues/1170.html">1170</a></td> 6840 <td>C++11</td> 6841 <td>Access checking during template argument deduction</td> 6842 <td class="unknown" align="center">Unknown</td> 6843 </tr> 6844 <tr id="1171"> 6845 <td><a href="https://cplusplus.github.io/CWG/issues/1171.html">1171</a></td> 6846 <td>C++11</td> 6847 <td>Partial stack unwinding with <TT>noexcept</TT> violation</td> 6848 <td class="unknown" align="center">Unknown</td> 6849 </tr> 6850 <tr class="open" id="1172"> 6851 <td><a href="https://cplusplus.github.io/CWG/issues/1172.html">1172</a></td> 6852 <td>drafting</td> 6853 <td>“instantiation-dependent” constructs</td> 6854 <td align="center">Not resolved</td> 6855 </tr> 6856 <tr id="1173"> 6857 <td><a href="https://cplusplus.github.io/CWG/issues/1173.html">1173</a></td> 6858 <td>C++11</td> 6859 <td>Unclear specification of effects of signal handling</td> 6860 <td class="unknown" align="center">Unknown</td> 6861 </tr> 6862 <tr id="1174"> 6863 <td><a href="https://cplusplus.github.io/CWG/issues/1174.html">1174</a></td> 6864 <td>C++11</td> 6865 <td>When is a pure virtual function “used?”</td> 6866 <td class="unknown" align="center">Unknown</td> 6867 </tr> 6868 <tr id="1175"> 6869 <td><a href="https://cplusplus.github.io/CWG/issues/1175.html">1175</a></td> 6870 <td>C++11</td> 6871 <td>Disambiguating user-defined literals</td> 6872 <td class="unknown" align="center">Unknown</td> 6873 </tr> 6874 <tr id="1176"> 6875 <td><a href="https://cplusplus.github.io/CWG/issues/1176.html">1176</a></td> 6876 <td>C++11</td> 6877 <td>Definition of release sequence</td> 6878 <td class="unknown" align="center">Unknown</td> 6879 </tr> 6880 <tr id="1177"> 6881 <td><a href="https://cplusplus.github.io/CWG/issues/1177.html">1177</a></td> 6882 <td>C++11</td> 6883 <td>Intra-thread dependency-ordered-before</td> 6884 <td class="unknown" align="center">Unknown</td> 6885 </tr> 6886 <tr id="1178"> 6887 <td><a href="https://cplusplus.github.io/CWG/issues/1178.html">1178</a></td> 6888 <td>C++11</td> 6889 <td>Deduction failure matching placement new</td> 6890 <td class="unknown" align="center">Unknown</td> 6891 </tr> 6892 <tr id="1179"> 6893 <td><a href="https://cplusplus.github.io/CWG/issues/1179.html">1179</a></td> 6894 <td>NAD</td> 6895 <td>Cv-qualification of non-type template parameters</td> 6896 <td class="unknown" align="center">Unknown</td> 6897 </tr> 6898 <tr id="1180"> 6899 <td><a href="https://cplusplus.github.io/CWG/issues/1180.html">1180</a></td> 6900 <td>C++11</td> 6901 <td>Over-aligned class types</td> 6902 <td class="unknown" align="center">Unknown</td> 6903 </tr> 6904 <tr id="1181"> 6905 <td><a href="https://cplusplus.github.io/CWG/issues/1181.html">1181</a></td> 6906 <td>C++11</td> 6907 <td>What is a “built-in type?”</td> 6908 <td class="unknown" align="center">Unknown</td> 6909 </tr> 6910 <tr id="1182"> 6911 <td><a href="https://cplusplus.github.io/CWG/issues/1182.html">1182</a></td> 6912 <td>C++11</td> 6913 <td>Incorrect description of pack expansion syntax</td> 6914 <td class="unknown" align="center">Unknown</td> 6915 </tr> 6916 <tr id="1183"> 6917 <td><a href="https://cplusplus.github.io/CWG/issues/1183.html">1183</a></td> 6918 <td>C++11</td> 6919 <td>Expansion of parameter packs in declarators</td> 6920 <td class="unknown" align="center">Unknown</td> 6921 </tr> 6922 <tr id="1184"> 6923 <td><a href="https://cplusplus.github.io/CWG/issues/1184.html">1184</a></td> 6924 <td>C++11</td> 6925 <td>Argument conversions to nondeduced parameter types</td> 6926 <td class="unknown" align="center">Unknown</td> 6927 </tr> 6928 <tr id="1185"> 6929 <td><a href="https://cplusplus.github.io/CWG/issues/1185.html">1185</a></td> 6930 <td>C++11</td> 6931 <td>Misleading description of language linkage and member function types</td> 6932 <td class="unknown" align="center">Unknown</td> 6933 </tr> 6934 <tr id="1186"> 6935 <td><a href="https://cplusplus.github.io/CWG/issues/1186.html">1186</a></td> 6936 <td>C++11</td> 6937 <td>Non-dependent <TT>constexpr</TT> violations in function templates</td> 6938 <td class="unknown" align="center">Unknown</td> 6939 </tr> 6940 <tr id="1187"> 6941 <td><a href="https://cplusplus.github.io/CWG/issues/1187.html">1187</a></td> 6942 <td>C++11</td> 6943 <td>Problems in initialization example</td> 6944 <td class="unknown" align="center">Unknown</td> 6945 </tr> 6946 <tr id="1188"> 6947 <td><a href="https://cplusplus.github.io/CWG/issues/1188.html">1188</a></td> 6948 <td>C++11</td> 6949 <td>Type punning in constant expressions</td> 6950 <td class="unknown" align="center">Unknown</td> 6951 </tr> 6952 <tr id="1189"> 6953 <td><a href="https://cplusplus.github.io/CWG/issues/1189.html">1189</a></td> 6954 <td>C++11</td> 6955 <td>Address of distinct base class subobjects</td> 6956 <td class="unknown" align="center">Unknown</td> 6957 </tr> 6958 <tr id="1190"> 6959 <td><a href="https://cplusplus.github.io/CWG/issues/1190.html">1190</a></td> 6960 <td>C++11</td> 6961 <td>Operations on non-safely-derived pointers</td> 6962 <td class="unknown" align="center">Unknown</td> 6963 </tr> 6964 <tr id="1191"> 6965 <td><a href="https://cplusplus.github.io/CWG/issues/1191.html">1191</a></td> 6966 <td>C++11</td> 6967 <td>Deleted subobject destructors and implicitly-defined constructors</td> 6968 <td class="unknown" align="center">Unknown</td> 6969 </tr> 6970 <tr id="1192"> 6971 <td><a href="https://cplusplus.github.io/CWG/issues/1192.html">1192</a></td> 6972 <td>C++11</td> 6973 <td>Inadvertent change to ODR and templates</td> 6974 <td class="unknown" align="center">Unknown</td> 6975 </tr> 6976 <tr id="1193"> 6977 <td><a href="https://cplusplus.github.io/CWG/issues/1193.html">1193</a></td> 6978 <td>C++11</td> 6979 <td>Use of address-constant pointers in constant expressions</td> 6980 <td class="unknown" align="center">Unknown</td> 6981 </tr> 6982 <tr id="1194"> 6983 <td><a href="https://cplusplus.github.io/CWG/issues/1194.html">1194</a></td> 6984 <td>C++11</td> 6985 <td>Constexpr references</td> 6986 <td class="unknown" align="center">Unknown</td> 6987 </tr> 6988 <tr id="1195"> 6989 <td><a href="https://cplusplus.github.io/CWG/issues/1195.html">1195</a></td> 6990 <td>C++11</td> 6991 <td>References to non-literal types in constexpr functions</td> 6992 <td class="unknown" align="center">Unknown</td> 6993 </tr> 6994 <tr id="1196"> 6995 <td><a href="https://cplusplus.github.io/CWG/issues/1196.html">1196</a></td> 6996 <td>C++11</td> 6997 <td>Definition required for explicit instantiation after explicit specialization?</td> 6998 <td class="unknown" align="center">Unknown</td> 6999 </tr> 7000 <tr id="1197"> 7001 <td><a href="https://cplusplus.github.io/CWG/issues/1197.html">1197</a></td> 7002 <td>C++11</td> 7003 <td>Constexpr arrays</td> 7004 <td class="unknown" align="center">Unknown</td> 7005 </tr> 7006 <tr id="1198"> 7007 <td><a href="https://cplusplus.github.io/CWG/issues/1198.html">1198</a></td> 7008 <td>C++11</td> 7009 <td>Literal types and copy constructors</td> 7010 <td class="unknown" align="center">Unknown</td> 7011 </tr> 7012 <tr id="1199"> 7013 <td><a href="https://cplusplus.github.io/CWG/issues/1199.html">1199</a></td> 7014 <td>C++11</td> 7015 <td>Deleted constexpr functions</td> 7016 <td class="unknown" align="center">Unknown</td> 7017 </tr> 7018 <tr id="1200"> 7019 <td><a href="https://cplusplus.github.io/CWG/issues/1200.html">1200</a></td> 7020 <td>CD6</td> 7021 <td>Lookup rules for template parameters</td> 7022 <td class="na" align="center">N/A</td> 7023 </tr> 7024 <tr id="1201"> 7025 <td><a href="https://cplusplus.github.io/CWG/issues/1201.html">1201</a></td> 7026 <td>C++11</td> 7027 <td>Are deleted and defaulted functions definitions?</td> 7028 <td class="unknown" align="center">Unknown</td> 7029 </tr> 7030 <tr id="1202"> 7031 <td><a href="https://cplusplus.github.io/CWG/issues/1202.html">1202</a></td> 7032 <td>C++11</td> 7033 <td>Calling virtual functions during destruction</td> 7034 <td class="unknown" align="center">Unknown</td> 7035 </tr> 7036 <tr id="1203"> 7037 <td><a href="https://cplusplus.github.io/CWG/issues/1203.html">1203</a></td> 7038 <td>dup</td> 7039 <td>Misleading note regarding initialized static data members</td> 7040 <td class="unknown" align="center">Unknown</td> 7041 </tr> 7042 <tr id="1204"> 7043 <td><a href="https://cplusplus.github.io/CWG/issues/1204.html">1204</a></td> 7044 <td>C++11</td> 7045 <td>Specifiers in a <I>for-range-declaration</I></td> 7046 <td class="unknown" align="center">Unknown</td> 7047 </tr> 7048 <tr id="1205"> 7049 <td><a href="https://cplusplus.github.io/CWG/issues/1205.html">1205</a></td> 7050 <td>dup</td> 7051 <td>Lvalue reference binding and function viability</td> 7052 <td class="unknown" align="center">Unknown</td> 7053 </tr> 7054 <tr id="1206"> 7055 <td><a href="https://cplusplus.github.io/CWG/issues/1206.html">1206</a></td> 7056 <td>C++11</td> 7057 <td>Defining opaque enumeration members of class templates</td> 7058 <td class="unknown" align="center">Unknown</td> 7059 </tr> 7060 <tr id="1207"> 7061 <td><a href="https://cplusplus.github.io/CWG/issues/1207.html">1207</a></td> 7062 <td>C++11</td> 7063 <td>Type of class member in <I>trailing-return-type</I></td> 7064 <td class="unknown" align="center">Unknown</td> 7065 </tr> 7066 <tr id="1208"> 7067 <td><a href="https://cplusplus.github.io/CWG/issues/1208.html">1208</a></td> 7068 <td>C++11</td> 7069 <td>Explicit <TT>noexcept</TT> in defaulted definition</td> 7070 <td class="unknown" align="center">Unknown</td> 7071 </tr> 7072 <tr class="open" id="1209"> 7073 <td><a href="https://cplusplus.github.io/CWG/issues/1209.html">1209</a></td> 7074 <td>open</td> 7075 <td>Is a potentially-evaluated expression in a template definition a “use?”</td> 7076 <td align="center">Not resolved</td> 7077 </tr> 7078 <tr id="1210"> 7079 <td><a href="https://cplusplus.github.io/CWG/issues/1210.html">1210</a></td> 7080 <td>C++11</td> 7081 <td>Injection of <I>elaborated-type-specifier</I> in enumeration scope</td> 7082 <td class="unknown" align="center">Unknown</td> 7083 </tr> 7084 <tr class="open" id="1211"> 7085 <td><a href="https://cplusplus.github.io/CWG/issues/1211.html">1211</a></td> 7086 <td>drafting</td> 7087 <td>Misaligned lvalues</td> 7088 <td align="center">Not resolved</td> 7089 </tr> 7090 <tr id="1212"> 7091 <td><a href="https://cplusplus.github.io/CWG/issues/1212.html">1212</a></td> 7092 <td>C++11</td> 7093 <td>Non-function-call xvalues and <TT>decltype</TT></td> 7094 <td class="unknown" align="center">Unknown</td> 7095 </tr> 7096 <tr id="1213"> 7097 <td><a href="https://cplusplus.github.io/CWG/issues/1213.html">1213</a></td> 7098 <td>CD3</td> 7099 <td>Array subscripting and xvalues</td> 7100 <td class="full" align="center">Clang 7</td> 7101 </tr> 7102 <tr id="1214"> 7103 <td><a href="https://cplusplus.github.io/CWG/issues/1214.html">1214</a></td> 7104 <td>C++11</td> 7105 <td>Kinds of initializers</td> 7106 <td class="unknown" align="center">Unknown</td> 7107 </tr> 7108 <tr id="1215"> 7109 <td><a href="https://cplusplus.github.io/CWG/issues/1215.html">1215</a></td> 7110 <td>C++11</td> 7111 <td>Definition of POD struct</td> 7112 <td class="unknown" align="center">Unknown</td> 7113 </tr> 7114 <tr id="1216"> 7115 <td><a href="https://cplusplus.github.io/CWG/issues/1216.html">1216</a></td> 7116 <td>C++11</td> 7117 <td>Exceptions “allowed” by a <I>noexcept-specification</I></td> 7118 <td class="unknown" align="center">Unknown</td> 7119 </tr> 7120 <tr id="1217"> 7121 <td><a href="https://cplusplus.github.io/CWG/issues/1217.html">1217</a></td> 7122 <td>NAD</td> 7123 <td>Are deleted functions implicitly <TT>noexcept</TT>?</td> 7124 <td class="unknown" align="center">Unknown</td> 7125 </tr> 7126 <tr id="1218"> 7127 <td><a href="https://cplusplus.github.io/CWG/issues/1218.html">1218</a></td> 7128 <td>C++11</td> 7129 <td>What is the “currently-handled exception” in a multi-threaded program?</td> 7130 <td class="unknown" align="center">Unknown</td> 7131 </tr> 7132 <tr id="1219"> 7133 <td><a href="https://cplusplus.github.io/CWG/issues/1219.html">1219</a></td> 7134 <td>C++11</td> 7135 <td>Non-static data member initializers in constant expressions</td> 7136 <td class="unknown" align="center">Unknown</td> 7137 </tr> 7138 <tr id="1220"> 7139 <td><a href="https://cplusplus.github.io/CWG/issues/1220.html">1220</a></td> 7140 <td>C++11</td> 7141 <td>Looking up <I>conversion-type-id</I>s</td> 7142 <td class="unknown" align="center">Unknown</td> 7143 </tr> 7144 <tr class="open" id="1221"> 7145 <td><a href="https://cplusplus.github.io/CWG/issues/1221.html">1221</a></td> 7146 <td>open</td> 7147 <td>Partial ordering and reference collapsing</td> 7148 <td align="center">Not resolved</td> 7149 </tr> 7150 <tr id="1222"> 7151 <td><a href="https://cplusplus.github.io/CWG/issues/1222.html">1222</a></td> 7152 <td>NAD</td> 7153 <td>Unnecessary restriction on <TT>auto</TT> array types</td> 7154 <td class="unknown" align="center">Unknown</td> 7155 </tr> 7156 <tr id="1223"> 7157 <td><a href="https://cplusplus.github.io/CWG/issues/1223.html">1223</a></td> 7158 <td>DRWP</td> 7159 <td>Syntactic disambiguation and <I>trailing-return-type</I>s</td> 7160 <td class="full" align="center">Clang 17</td> 7161 </tr> 7162 <tr id="1224"> 7163 <td><a href="https://cplusplus.github.io/CWG/issues/1224.html">1224</a></td> 7164 <td>C++11</td> 7165 <td><TT>constexpr</TT> defaulted copy constructors</td> 7166 <td class="unknown" align="center">Unknown</td> 7167 </tr> 7168 <tr id="1225"> 7169 <td><a href="https://cplusplus.github.io/CWG/issues/1225.html">1225</a></td> 7170 <td>C++11</td> 7171 <td><TT>constexpr</TT> constructors and virtual bases</td> 7172 <td class="unknown" align="center">Unknown</td> 7173 </tr> 7174 <tr id="1226"> 7175 <td><a href="https://cplusplus.github.io/CWG/issues/1226.html">1226</a></td> 7176 <td>CD3</td> 7177 <td>Converting a <I>braced-init-list</I> default argument</td> 7178 <td class="unknown" align="center">Unknown</td> 7179 </tr> 7180 <tr id="1227"> 7181 <td><a href="https://cplusplus.github.io/CWG/issues/1227.html">1227</a></td> 7182 <td>CD3</td> 7183 <td>Mixing immediate and non-immediate contexts in deduction failure</td> 7184 <td class="full" align="center">Clang 3.0</td> 7185 </tr> 7186 <tr id="1228"> 7187 <td><a href="https://cplusplus.github.io/CWG/issues/1228.html">1228</a></td> 7188 <td>NAD</td> 7189 <td>Copy-list-initialization and <TT>explicit</TT> constructors</td> 7190 <td class="unknown" align="center">Unknown</td> 7191 </tr> 7192 <tr id="1229"> 7193 <td><a href="https://cplusplus.github.io/CWG/issues/1229.html">1229</a></td> 7194 <td>C++11</td> 7195 <td>Overload resolution with empty <I>braced-init-list</I> argument</td> 7196 <td class="unknown" align="center">Unknown</td> 7197 </tr> 7198 <tr id="1230"> 7199 <td><a href="https://cplusplus.github.io/CWG/issues/1230.html">1230</a></td> 7200 <td>dup</td> 7201 <td>Confusing description of ambiguity of destructor name</td> 7202 <td class="unknown" align="center">Unknown</td> 7203 </tr> 7204 <tr id="1231"> 7205 <td><a href="https://cplusplus.github.io/CWG/issues/1231.html">1231</a></td> 7206 <td>C++11</td> 7207 <td>Variadic templates requiring an empty pack expansion</td> 7208 <td class="unknown" align="center">Unknown</td> 7209 </tr> 7210 <tr id="1232"> 7211 <td><a href="https://cplusplus.github.io/CWG/issues/1232.html">1232</a></td> 7212 <td>C++11</td> 7213 <td>Creation of array temporaries using a <I>braced-init-list</I></td> 7214 <td class="unknown" align="center">Unknown</td> 7215 </tr> 7216 <tr id="1233"> 7217 <td><a href="https://cplusplus.github.io/CWG/issues/1233.html">1233</a></td> 7218 <td>C++11</td> 7219 <td>Pack expansions and dependent calls</td> 7220 <td class="unknown" align="center">Unknown</td> 7221 </tr> 7222 <tr id="1234"> 7223 <td><a href="https://cplusplus.github.io/CWG/issues/1234.html">1234</a></td> 7224 <td>C++11</td> 7225 <td><I>abstract-declarator</I> does not permit <TT>...</TT> after <I>ptr-operator</I></td> 7226 <td class="unknown" align="center">Unknown</td> 7227 </tr> 7228 <tr id="1235"> 7229 <td><a href="https://cplusplus.github.io/CWG/issues/1235.html">1235</a></td> 7230 <td>C++11</td> 7231 <td>“Unused” ellipsis and default arguments in partial ordering</td> 7232 <td class="unknown" align="center">Unknown</td> 7233 </tr> 7234 <tr id="1236"> 7235 <td><a href="https://cplusplus.github.io/CWG/issues/1236.html">1236</a></td> 7236 <td>C++11</td> 7237 <td>Inconsistently-interrelated examples</td> 7238 <td class="unknown" align="center">Unknown</td> 7239 </tr> 7240 <tr id="1237"> 7241 <td><a href="https://cplusplus.github.io/CWG/issues/1237.html">1237</a></td> 7242 <td>C++11</td> 7243 <td>Deprecated implicit copy assignment in example</td> 7244 <td class="unknown" align="center">Unknown</td> 7245 </tr> 7246 <tr id="1238"> 7247 <td><a href="https://cplusplus.github.io/CWG/issues/1238.html">1238</a></td> 7248 <td>C++11</td> 7249 <td>Overloading ambiguity binding reference to function</td> 7250 <td class="unknown" align="center">Unknown</td> 7251 </tr> 7252 <tr id="1239"> 7253 <td><a href="https://cplusplus.github.io/CWG/issues/1239.html">1239</a></td> 7254 <td>C++11</td> 7255 <td>Hexadecimal floating-point literals vs user-defined literals</td> 7256 <td class="unknown" align="center">Unknown</td> 7257 </tr> 7258 <tr id="1240"> 7259 <td><a href="https://cplusplus.github.io/CWG/issues/1240.html">1240</a></td> 7260 <td>C++11</td> 7261 <td><TT>constexpr</TT> defaulted constructors</td> 7262 <td class="unknown" align="center">Unknown</td> 7263 </tr> 7264 <tr id="1241"> 7265 <td><a href="https://cplusplus.github.io/CWG/issues/1241.html">1241</a></td> 7266 <td>C++11</td> 7267 <td>Which members does a destructor destroy?</td> 7268 <td class="unknown" align="center">Unknown</td> 7269 </tr> 7270 <tr id="1242"> 7271 <td><a href="https://cplusplus.github.io/CWG/issues/1242.html">1242</a></td> 7272 <td>C++11</td> 7273 <td>Initializing variant class members</td> 7274 <td class="unknown" align="center">Unknown</td> 7275 </tr> 7276 <tr id="1243"> 7277 <td><a href="https://cplusplus.github.io/CWG/issues/1243.html">1243</a></td> 7278 <td>C++11</td> 7279 <td>Misleading footnote regarding multiple-declarator declarations</td> 7280 <td class="unknown" align="center">Unknown</td> 7281 </tr> 7282 <tr id="1244"> 7283 <td><a href="https://cplusplus.github.io/CWG/issues/1244.html">1244</a></td> 7284 <td>C++11</td> 7285 <td>Equivalence of alias templates and class templates</td> 7286 <td class="unknown" align="center">Unknown</td> 7287 </tr> 7288 <tr id="1245"> 7289 <td><a href="https://cplusplus.github.io/CWG/issues/1245.html">1245</a></td> 7290 <td>C++11</td> 7291 <td>Matching declarations involving <TT>decltype</TT></td> 7292 <td class="unknown" align="center">Unknown</td> 7293 </tr> 7294 <tr id="1246"> 7295 <td><a href="https://cplusplus.github.io/CWG/issues/1246.html">1246</a></td> 7296 <td>C++11</td> 7297 <td>Non-deduced non-final parameter packs</td> 7298 <td class="unknown" align="center">Unknown</td> 7299 </tr> 7300 <tr id="1247"> 7301 <td><a href="https://cplusplus.github.io/CWG/issues/1247.html">1247</a></td> 7302 <td>CD4</td> 7303 <td>Restriction on alias name appearing in <I>type-id</I></td> 7304 <td class="unknown" align="center">Unknown</td> 7305 </tr> 7306 <tr class="open" id="1248"> 7307 <td><a href="https://cplusplus.github.io/CWG/issues/1248.html">1248</a></td> 7308 <td>open</td> 7309 <td>Updating Annex C to C99 and C23</td> 7310 <td align="center">Not resolved</td> 7311 </tr> 7312 <tr id="1249"> 7313 <td><a href="https://cplusplus.github.io/CWG/issues/1249.html">1249</a></td> 7314 <td>CD6</td> 7315 <td>Cv-qualification of nested lambda capture</td> 7316 <td class="unknown" align="center">Unknown</td> 7317 </tr> 7318 <tr id="1250"> 7319 <td><a href="https://cplusplus.github.io/CWG/issues/1250.html">1250</a></td> 7320 <td>CD3</td> 7321 <td>Cv-qualification of incomplete virtual function return types</td> 7322 <td class="full" align="center">Clang 3.9</td> 7323 </tr> 7324 <tr id="1251"> 7325 <td><a href="https://cplusplus.github.io/CWG/issues/1251.html">1251</a></td> 7326 <td>CD3</td> 7327 <td>C compatibility: casting to unqualified <TT>void*</TT></td> 7328 <td class="unknown" align="center">Unknown</td> 7329 </tr> 7330 <tr id="1252"> 7331 <td><a href="https://cplusplus.github.io/CWG/issues/1252.html">1252</a></td> 7332 <td>CD6</td> 7333 <td>Overloading member function templates based on dependent return type</td> 7334 <td class="unknown" align="center">Unknown</td> 7335 </tr> 7336 <tr id="1253"> 7337 <td><a href="https://cplusplus.github.io/CWG/issues/1253.html">1253</a></td> 7338 <td>C++17</td> 7339 <td>Generic non-template members</td> 7340 <td class="unknown" align="center">Unknown</td> 7341 </tr> 7342 <tr id="1254"> 7343 <td><a href="https://cplusplus.github.io/CWG/issues/1254.html">1254</a></td> 7344 <td>NAD</td> 7345 <td>odr-use vs template arguments and constexpr functions</td> 7346 <td class="unknown" align="center">Unknown</td> 7347 </tr> 7348 <tr class="open" id="1255"> 7349 <td><a href="https://cplusplus.github.io/CWG/issues/1255.html">1255</a></td> 7350 <td>drafting</td> 7351 <td>Definition problems with <TT>constexpr</TT> functions</td> 7352 <td align="center">Not resolved</td> 7353 </tr> 7354 <tr class="open" id="1256"> 7355 <td><a href="https://cplusplus.github.io/CWG/issues/1256.html">1256</a></td> 7356 <td>open</td> 7357 <td>Unevaluated operands are not necessarily constant expressions</td> 7358 <td align="center">Not resolved</td> 7359 </tr> 7360 <tr class="open" id="1257"> 7361 <td><a href="https://cplusplus.github.io/CWG/issues/1257.html">1257</a></td> 7362 <td>open</td> 7363 <td>Instantiation via non-dependent references in uninstantiated templates</td> 7364 <td align="center">Not resolved</td> 7365 </tr> 7366 <tr id="1258"> 7367 <td><a href="https://cplusplus.github.io/CWG/issues/1258.html">1258</a></td> 7368 <td>CD5</td> 7369 <td>“Instantiation context” differs from dependent lookup rules</td> 7370 <td class="unknown" align="center">Unknown</td> 7371 </tr> 7372 <tr id="1259"> 7373 <td><a href="https://cplusplus.github.io/CWG/issues/1259.html">1259</a></td> 7374 <td>NAD</td> 7375 <td>Deleting a POD via a pointer to base</td> 7376 <td class="unknown" align="center">Unknown</td> 7377 </tr> 7378 <tr id="1260"> 7379 <td><a href="https://cplusplus.github.io/CWG/issues/1260.html">1260</a></td> 7380 <td>CD3</td> 7381 <td>Incorrect use of term “overloaded” in description of odr-use</td> 7382 <td class="unknown" align="center">Unknown</td> 7383 </tr> 7384 <tr id="1261"> 7385 <td><a href="https://cplusplus.github.io/CWG/issues/1261.html">1261</a></td> 7386 <td>CD3</td> 7387 <td>Explicit handling of cv-qualification with non-class prvalues</td> 7388 <td class="unknown" align="center">Unknown</td> 7389 </tr> 7390 <tr id="1262"> 7391 <td><a href="https://cplusplus.github.io/CWG/issues/1262.html">1262</a></td> 7392 <td>CD3</td> 7393 <td>Default template arguments and deduction failure</td> 7394 <td class="unknown" align="center">Unknown</td> 7395 </tr> 7396 <tr id="1263"> 7397 <td><a href="https://cplusplus.github.io/CWG/issues/1263.html">1263</a></td> 7398 <td>NAD</td> 7399 <td>Mismatch between rvalue reference binding and overload resolution</td> 7400 <td class="unknown" align="center">Unknown</td> 7401 </tr> 7402 <tr id="1264"> 7403 <td><a href="https://cplusplus.github.io/CWG/issues/1264.html">1264</a></td> 7404 <td>CD3</td> 7405 <td>Use of <TT>this</TT> in <TT>constexpr</TT> constructor</td> 7406 <td class="unknown" align="center">Unknown</td> 7407 </tr> 7408 <tr id="1265"> 7409 <td><a href="https://cplusplus.github.io/CWG/issues/1265.html">1265</a></td> 7410 <td>CD3</td> 7411 <td>Mixed use of the <TT>auto</TT> specifier</td> 7412 <td class="full" align="center">Clang 5</td> 7413 </tr> 7414 <tr class="open" id="1266"> 7415 <td><a href="https://cplusplus.github.io/CWG/issues/1266.html">1266</a></td> 7416 <td>open</td> 7417 <td><I>user-defined-integer-literal</I> overflow</td> 7418 <td align="center">Not resolved</td> 7419 </tr> 7420 <tr id="1267"> 7421 <td><a href="https://cplusplus.github.io/CWG/issues/1267.html">1267</a></td> 7422 <td>CD3</td> 7423 <td>Rvalue reference types in <I>exception-specification</I>s</td> 7424 <td class="unknown" align="center">Unknown</td> 7425 </tr> 7426 <tr id="1268"> 7427 <td><a href="https://cplusplus.github.io/CWG/issues/1268.html">1268</a></td> 7428 <td>CD3</td> 7429 <td><TT>reinterpret_cast</TT> of an xvalue operand</td> 7430 <td class="unknown" align="center">Unknown</td> 7431 </tr> 7432 <tr id="1269"> 7433 <td><a href="https://cplusplus.github.io/CWG/issues/1269.html">1269</a></td> 7434 <td>CD3</td> 7435 <td><TT>dynamic_cast</TT> of an xvalue operand</td> 7436 <td class="unknown" align="center">Unknown</td> 7437 </tr> 7438 <tr id="1270"> 7439 <td><a href="https://cplusplus.github.io/CWG/issues/1270.html">1270</a></td> 7440 <td>CD3</td> 7441 <td>Brace elision in array temporary initialization</td> 7442 <td class="unknown" align="center">Unknown</td> 7443 </tr> 7444 <tr id="1271"> 7445 <td><a href="https://cplusplus.github.io/CWG/issues/1271.html">1271</a></td> 7446 <td>CD5</td> 7447 <td>Imprecise wording regarding dependent types</td> 7448 <td class="unknown" align="center">Unknown</td> 7449 </tr> 7450 <tr id="1272"> 7451 <td><a href="https://cplusplus.github.io/CWG/issues/1272.html">1272</a></td> 7452 <td>NAD</td> 7453 <td>Implicit definition of static data member of const literal type</td> 7454 <td class="unknown" align="center">Unknown</td> 7455 </tr> 7456 <tr id="1273"> 7457 <td><a href="https://cplusplus.github.io/CWG/issues/1273.html">1273</a></td> 7458 <td>NAD</td> 7459 <td>Accessibility and function signatures</td> 7460 <td class="unknown" align="center">Unknown</td> 7461 </tr> 7462 <tr id="1274"> 7463 <td><a href="https://cplusplus.github.io/CWG/issues/1274.html">1274</a></td> 7464 <td>CD4</td> 7465 <td>Common nonterminal for <I>expression</I> and <I>braced-init-list</I></td> 7466 <td class="unknown" align="center">Unknown</td> 7467 </tr> 7468 <tr id="1275"> 7469 <td><a href="https://cplusplus.github.io/CWG/issues/1275.html">1275</a></td> 7470 <td>CD3</td> 7471 <td>Incorrect comment in example of template parameter pack restriction</td> 7472 <td class="unknown" align="center">Unknown</td> 7473 </tr> 7474 <tr id="1276"> 7475 <td><a href="https://cplusplus.github.io/CWG/issues/1276.html">1276</a></td> 7476 <td>NAD</td> 7477 <td>Reference to <TT>stdint.h</TT></td> 7478 <td class="unknown" align="center">Unknown</td> 7479 </tr> 7480 <tr id="1277"> 7481 <td><a href="https://cplusplus.github.io/CWG/issues/1277.html">1277</a></td> 7482 <td>NAD</td> 7483 <td>Lax definition of <TT>intmax_t</TT> and <TT>uintmax_t</TT></td> 7484 <td class="unknown" align="center">Unknown</td> 7485 </tr> 7486 <tr class="open" id="1278"> 7487 <td><a href="https://cplusplus.github.io/CWG/issues/1278.html">1278</a></td> 7488 <td>drafting</td> 7489 <td>Incorrect treatment of contrived object</td> 7490 <td align="center">Not resolved</td> 7491 </tr> 7492 <tr class="open" id="1279"> 7493 <td><a href="https://cplusplus.github.io/CWG/issues/1279.html">1279</a></td> 7494 <td>drafting</td> 7495 <td>Additional differences between C++ 2003 and C++ 2011</td> 7496 <td align="center">Not resolved</td> 7497 </tr> 7498 <tr id="1280"> 7499 <td><a href="https://cplusplus.github.io/CWG/issues/1280.html">1280</a></td> 7500 <td>NAD</td> 7501 <td>Object reallocation and reference members</td> 7502 <td class="unknown" align="center">Unknown</td> 7503 </tr> 7504 <tr id="1281"> 7505 <td><a href="https://cplusplus.github.io/CWG/issues/1281.html">1281</a></td> 7506 <td>NAD</td> 7507 <td>Virtual and dependent base classes</td> 7508 <td class="unknown" align="center">Unknown</td> 7509 </tr> 7510 <tr id="1282"> 7511 <td><a href="https://cplusplus.github.io/CWG/issues/1282.html">1282</a></td> 7512 <td>CD3</td> 7513 <td>Underspecified destructor <I>exception-specification</I></td> 7514 <td class="unknown" align="center">Unknown</td> 7515 </tr> 7516 <tr class="open" id="1283"> 7517 <td><a href="https://cplusplus.github.io/CWG/issues/1283.html">1283</a></td> 7518 <td>drafting</td> 7519 <td>Static data members of classes with typedef name for linkage purposes</td> 7520 <td align="center">Not resolved</td> 7521 </tr> 7522 <tr id="1284"> 7523 <td><a href="https://cplusplus.github.io/CWG/issues/1284.html">1284</a></td> 7524 <td>CD4</td> 7525 <td>Should the lifetime of an array be independent of that of its elements?</td> 7526 <td class="unknown" align="center">Unknown</td> 7527 </tr> 7528 <tr id="1285"> 7529 <td><a href="https://cplusplus.github.io/CWG/issues/1285.html">1285</a></td> 7530 <td>NAD</td> 7531 <td>Trivial destructors and object lifetime</td> 7532 <td class="unknown" align="center">Unknown</td> 7533 </tr> 7534 <tr class="open" id="1286"> 7535 <td><a href="https://cplusplus.github.io/CWG/issues/1286.html">1286</a></td> 7536 <td>drafting</td> 7537 <td>Equivalence of alias templates</td> 7538 <td align="center">Not resolved</td> 7539 </tr> 7540 <tr id="1287"> 7541 <td><a href="https://cplusplus.github.io/CWG/issues/1287.html">1287</a></td> 7542 <td>C++14</td> 7543 <td>Direct initialization vs “implicit” conversion in reference binding</td> 7544 <td class="unknown" align="center">Unknown</td> 7545 </tr> 7546 <tr id="1288"> 7547 <td><a href="https://cplusplus.github.io/CWG/issues/1288.html">1288</a></td> 7548 <td>CD3</td> 7549 <td>Reference list initialization</td> 7550 <td class="unknown" align="center">Unknown</td> 7551 </tr> 7552 <tr id="1289"> 7553 <td><a href="https://cplusplus.github.io/CWG/issues/1289.html">1289</a></td> 7554 <td>NAD</td> 7555 <td>Can an alias template name the current instantiation?</td> 7556 <td class="unknown" align="center">Unknown</td> 7557 </tr> 7558 <tr id="1290"> 7559 <td><a href="https://cplusplus.github.io/CWG/issues/1290.html">1290</a></td> 7560 <td>CD3</td> 7561 <td>Lifetime of the underlying array of an <TT>initializer_list</TT> member</td> 7562 <td class="unknown" align="center">Unknown</td> 7563 </tr> 7564 <tr id="1291"> 7565 <td><a href="https://cplusplus.github.io/CWG/issues/1291.html">1291</a></td> 7566 <td>CD6</td> 7567 <td>Looking up a <I>conversion-type-id</I></td> 7568 <td class="na" align="center">N/A</td> 7569 </tr> 7570 <tr id="1292"> 7571 <td><a href="https://cplusplus.github.io/CWG/issues/1292.html">1292</a></td> 7572 <td>CD4</td> 7573 <td>Dependent calls with <I>braced-init-list</I>s containing a pack expansion</td> 7574 <td class="unknown" align="center">Unknown</td> 7575 </tr> 7576 <tr id="1293"> 7577 <td><a href="https://cplusplus.github.io/CWG/issues/1293.html">1293</a></td> 7578 <td>CD3</td> 7579 <td>String literals in constant expressions</td> 7580 <td class="unknown" align="center">Unknown</td> 7581 </tr> 7582 <tr class="open" id="1294"> 7583 <td><a href="https://cplusplus.github.io/CWG/issues/1294.html">1294</a></td> 7584 <td>open</td> 7585 <td>Side effects in dynamic/static initialization</td> 7586 <td align="center">Not resolved</td> 7587 </tr> 7588 <tr id="1295"> 7589 <td><a href="https://cplusplus.github.io/CWG/issues/1295.html">1295</a></td> 7590 <td>CD3</td> 7591 <td>Binding a reference to an rvalue bit-field</td> 7592 <td class="full" align="center">Clang 4</td> 7593 </tr> 7594 <tr id="1296"> 7595 <td><a href="https://cplusplus.github.io/CWG/issues/1296.html">1296</a></td> 7596 <td>CD3</td> 7597 <td>Ill-formed template declarations (not just definitions)</td> 7598 <td class="unknown" align="center">Unknown</td> 7599 </tr> 7600 <tr id="1297"> 7601 <td><a href="https://cplusplus.github.io/CWG/issues/1297.html">1297</a></td> 7602 <td>CD3</td> 7603 <td>Misplaced function <I>attribute-specifier</I></td> 7604 <td class="unknown" align="center">Unknown</td> 7605 </tr> 7606 <tr id="1298"> 7607 <td><a href="https://cplusplus.github.io/CWG/issues/1298.html">1298</a></td> 7608 <td>CD3</td> 7609 <td>Incorrect example in overload resolution</td> 7610 <td class="unknown" align="center">Unknown</td> 7611 </tr> 7612 <tr id="1299"> 7613 <td><a href="https://cplusplus.github.io/CWG/issues/1299.html">1299</a></td> 7614 <td>CD5</td> 7615 <td>“Temporary objects” vs “temporary expressions”</td> 7616 <td class="unknown" align="center">Unknown</td> 7617 </tr> 7618 <tr id="1300"> 7619 <td><a href="https://cplusplus.github.io/CWG/issues/1300.html">1300</a></td> 7620 <td>dup</td> 7621 <td><TT>T()</TT> for array types</td> 7622 <td class="unknown" align="center">Unknown</td> 7623 </tr> 7624 <tr id="1301"> 7625 <td><a href="https://cplusplus.github.io/CWG/issues/1301.html">1301</a></td> 7626 <td>CD3</td> 7627 <td>Value initialization of union</td> 7628 <td class="unknown" align="center">Unknown</td> 7629 </tr> 7630 <tr id="1302"> 7631 <td><a href="https://cplusplus.github.io/CWG/issues/1302.html">1302</a></td> 7632 <td>CD3</td> 7633 <td><TT>noexcept</TT> applied to expression of type <TT>void</TT></td> 7634 <td class="unknown" align="center">Unknown</td> 7635 </tr> 7636 <tr id="1303"> 7637 <td><a href="https://cplusplus.github.io/CWG/issues/1303.html">1303</a></td> 7638 <td>NAD</td> 7639 <td>C language linkage for template with internal linkage</td> 7640 <td class="unknown" align="center">Unknown</td> 7641 </tr> 7642 <tr class="open" id="1304"> 7643 <td><a href="https://cplusplus.github.io/CWG/issues/1304.html">1304</a></td> 7644 <td>drafting</td> 7645 <td>Omitted array bound with string initialization</td> 7646 <td align="center">Not resolved</td> 7647 </tr> 7648 <tr id="1305"> 7649 <td><a href="https://cplusplus.github.io/CWG/issues/1305.html">1305</a></td> 7650 <td>CD3</td> 7651 <td><TT>alignof</TT> applied to array of unknown size</td> 7652 <td class="full" align="center">Clang 3.0</td> 7653 </tr> 7654 <tr id="1306"> 7655 <td><a href="https://cplusplus.github.io/CWG/issues/1306.html">1306</a></td> 7656 <td>CD3</td> 7657 <td>Modifying an object within a <TT>const</TT> member function</td> 7658 <td class="unknown" align="center">Unknown</td> 7659 </tr> 7660 <tr id="1307"> 7661 <td><a href="https://cplusplus.github.io/CWG/issues/1307.html">1307</a></td> 7662 <td>C++14</td> 7663 <td>Overload resolution based on size of array <I>initializer-list</I></td> 7664 <td class="full" align="center">Clang 14</td> 7665 </tr> 7666 <tr id="1308"> 7667 <td><a href="https://cplusplus.github.io/CWG/issues/1308.html">1308</a></td> 7668 <td>CD3</td> 7669 <td>Completeness of class type within an <I>exception-specification</I></td> 7670 <td class="full-superseded" align="center">Superseded by <a href="#1330">1330</a></td> 7671 </tr> 7672 <tr id="1309"> 7673 <td><a href="https://cplusplus.github.io/CWG/issues/1309.html">1309</a></td> 7674 <td>CD4</td> 7675 <td>Incorrect note regarding lookup of a member of the current instantiation</td> 7676 <td class="unknown" align="center">Unknown</td> 7677 </tr> 7678 <tr id="1310"> 7679 <td><a href="https://cplusplus.github.io/CWG/issues/1310.html">1310</a></td> 7680 <td>CD3</td> 7681 <td>What is an “acceptable lookup result?”</td> 7682 <td class="full" align="center">Clang 5</td> 7683 </tr> 7684 <tr id="1311"> 7685 <td><a href="https://cplusplus.github.io/CWG/issues/1311.html">1311</a></td> 7686 <td>CD3</td> 7687 <td>Volatile lvalues in constant expressions</td> 7688 <td class="unknown" align="center">Unknown</td> 7689 </tr> 7690 <tr id="1312"> 7691 <td><a href="https://cplusplus.github.io/CWG/issues/1312.html">1312</a></td> 7692 <td>CD3</td> 7693 <td>Simulated <TT>reinterpret_cast</TT> in constant expressions</td> 7694 <td class="unknown" align="center">Unknown</td> 7695 </tr> 7696 <tr id="1313"> 7697 <td><a href="https://cplusplus.github.io/CWG/issues/1313.html">1313</a></td> 7698 <td>CD3</td> 7699 <td>Undefined pointer arithmetic in constant expressions</td> 7700 <td class="unknown" align="center">Unknown</td> 7701 </tr> 7702 <tr id="1314"> 7703 <td><a href="https://cplusplus.github.io/CWG/issues/1314.html">1314</a></td> 7704 <td>NAD</td> 7705 <td>Pointer arithmetic within standard-layout objects</td> 7706 <td class="unknown" align="center">Unknown</td> 7707 </tr> 7708 <tr id="1315"> 7709 <td><a href="https://cplusplus.github.io/CWG/issues/1315.html">1315</a></td> 7710 <td>CD4</td> 7711 <td>Restrictions on non-type template arguments in partial specializations</td> 7712 <td class="partial" align="center">Partial</td> 7713 </tr> 7714 <tr id="1316"> 7715 <td><a href="https://cplusplus.github.io/CWG/issues/1316.html">1316</a></td> 7716 <td>NAD</td> 7717 <td><TT>constexpr</TT> function requirements and class scope</td> 7718 <td class="unknown" align="center">Unknown</td> 7719 </tr> 7720 <tr id="1317"> 7721 <td><a href="https://cplusplus.github.io/CWG/issues/1317.html">1317</a></td> 7722 <td>NAD</td> 7723 <td>Unnamed scoped enumerations</td> 7724 <td class="unknown" align="center">Unknown</td> 7725 </tr> 7726 <tr id="1318"> 7727 <td><a href="https://cplusplus.github.io/CWG/issues/1318.html">1318</a></td> 7728 <td>CD3</td> 7729 <td>Syntactic ambiguities with <TT>final</TT></td> 7730 <td class="unknown" align="center">Unknown</td> 7731 </tr> 7732 <tr id="1319"> 7733 <td><a href="https://cplusplus.github.io/CWG/issues/1319.html">1319</a></td> 7734 <td>NAD</td> 7735 <td>Error in pack expansion example</td> 7736 <td class="unknown" align="center">Unknown</td> 7737 </tr> 7738 <tr id="1320"> 7739 <td><a href="https://cplusplus.github.io/CWG/issues/1320.html">1320</a></td> 7740 <td>CD3</td> 7741 <td>Converting scoped enumerations to <TT>bool</TT></td> 7742 <td class="unknown" align="center">Unknown</td> 7743 </tr> 7744 <tr id="1321"> 7745 <td><a href="https://cplusplus.github.io/CWG/issues/1321.html">1321</a></td> 7746 <td>CD3</td> 7747 <td>Equivalency of dependent calls</td> 7748 <td class="unknown" align="center">Unknown</td> 7749 </tr> 7750 <tr class="open" id="1322"> 7751 <td><a href="https://cplusplus.github.io/CWG/issues/1322.html">1322</a></td> 7752 <td>drafting</td> 7753 <td>Function parameter type decay in templates</td> 7754 <td align="center">Not resolved</td> 7755 </tr> 7756 <tr id="1323"> 7757 <td><a href="https://cplusplus.github.io/CWG/issues/1323.html">1323</a></td> 7758 <td>NAD</td> 7759 <td>Nonexistent nonterminal in <I>alignment-specifier</I> grammar</td> 7760 <td class="unknown" align="center">Unknown</td> 7761 </tr> 7762 <tr id="1324"> 7763 <td><a href="https://cplusplus.github.io/CWG/issues/1324.html">1324</a></td> 7764 <td>CD3</td> 7765 <td>Value initialization and defaulted constructors</td> 7766 <td class="unknown" align="center">Unknown</td> 7767 </tr> 7768 <tr id="1325"> 7769 <td><a href="https://cplusplus.github.io/CWG/issues/1325.html">1325</a></td> 7770 <td>NAD</td> 7771 <td>Omitted declarator in <TT>friend</TT> declarations</td> 7772 <td class="unknown" align="center">Unknown</td> 7773 </tr> 7774 <tr id="1326"> 7775 <td><a href="https://cplusplus.github.io/CWG/issues/1326.html">1326</a></td> 7776 <td>dup</td> 7777 <td>Deducing an array bound from an <I>initializer-list</I></td> 7778 <td class="unknown" align="center">Unknown</td> 7779 </tr> 7780 <tr id="1327"> 7781 <td><a href="https://cplusplus.github.io/CWG/issues/1327.html">1327</a></td> 7782 <td>CD3</td> 7783 <td><I>virt-specifier</I> in a defaulted definition</td> 7784 <td class="unknown" align="center">Unknown</td> 7785 </tr> 7786 <tr id="1328"> 7787 <td><a href="https://cplusplus.github.io/CWG/issues/1328.html">1328</a></td> 7788 <td>CD3</td> 7789 <td>Conflict in reference binding vs overload resolution</td> 7790 <td class="unknown" align="center">Unknown</td> 7791 </tr> 7792 <tr id="1329"> 7793 <td><a href="https://cplusplus.github.io/CWG/issues/1329.html">1329</a></td> 7794 <td>CD3</td> 7795 <td>Recursive deduction substitutions</td> 7796 <td class="unknown" align="center">Unknown</td> 7797 </tr> 7798 <tr id="1330"> 7799 <td><a href="https://cplusplus.github.io/CWG/issues/1330.html">1330</a></td> 7800 <td>CD3</td> 7801 <td>Delayed instantiation of <TT>noexcept</TT> specifiers</td> 7802 <td class="full" align="center">Clang 4 (C++11 onwards)</td> 7803 </tr> 7804 <tr id="1331"> 7805 <td><a href="https://cplusplus.github.io/CWG/issues/1331.html">1331</a></td> 7806 <td>CD5</td> 7807 <td><TT>const</TT> mismatch with defaulted copy constructor</td> 7808 <td class="unknown" align="center">Unknown</td> 7809 </tr> 7810 <tr id="1332"> 7811 <td><a href="https://cplusplus.github.io/CWG/issues/1332.html">1332</a></td> 7812 <td>CD5</td> 7813 <td>Handling of invalid universal-character-names</td> 7814 <td class="unknown" align="center">Unknown</td> 7815 </tr> 7816 <tr id="1333"> 7817 <td><a href="https://cplusplus.github.io/CWG/issues/1333.html">1333</a></td> 7818 <td>CD3</td> 7819 <td>Omission of <TT>const</TT> in a defaulted copy constructor</td> 7820 <td class="unknown" align="center">Unknown</td> 7821 </tr> 7822 <tr id="1334"> 7823 <td><a href="https://cplusplus.github.io/CWG/issues/1334.html">1334</a></td> 7824 <td>NAD</td> 7825 <td>Layout compatibility and cv-qualification</td> 7826 <td class="full-superseded" align="center">Superseded by <a href="#1719">1719</a></td> 7827 </tr> 7828 <tr id="1335"> 7829 <td><a href="https://cplusplus.github.io/CWG/issues/1335.html">1335</a></td> 7830 <td>CD6</td> 7831 <td>Stringizing, extended characters, and universal-character-names</td> 7832 <td class="unknown" align="center">Unknown</td> 7833 </tr> 7834 <tr id="1336"> 7835 <td><a href="https://cplusplus.github.io/CWG/issues/1336.html">1336</a></td> 7836 <td>CD3</td> 7837 <td>Definition of “converting constructor”</td> 7838 <td class="unknown" align="center">Unknown</td> 7839 </tr> 7840 <tr id="1337"> 7841 <td><a href="https://cplusplus.github.io/CWG/issues/1337.html">1337</a></td> 7842 <td>dup</td> 7843 <td>Partial ordering and non-deduced parameters</td> 7844 <td class="unknown" align="center">Unknown</td> 7845 </tr> 7846 <tr id="1338"> 7847 <td><a href="https://cplusplus.github.io/CWG/issues/1338.html">1338</a></td> 7848 <td>CD4</td> 7849 <td>Aliasing and allocation functions</td> 7850 <td class="unknown" align="center">Unknown</td> 7851 </tr> 7852 <tr id="1339"> 7853 <td><a href="https://cplusplus.github.io/CWG/issues/1339.html">1339</a></td> 7854 <td>NAD</td> 7855 <td>Parenthesized <I>braced-init-list</I> and arrays</td> 7856 <td class="unknown" align="center">Unknown</td> 7857 </tr> 7858 <tr id="1340"> 7859 <td><a href="https://cplusplus.github.io/CWG/issues/1340.html">1340</a></td> 7860 <td>CD3</td> 7861 <td>Complete type in member pointer expressions</td> 7862 <td class="full" align="center">Clang 2.9</td> 7863 </tr> 7864 <tr id="1341"> 7865 <td><a href="https://cplusplus.github.io/CWG/issues/1341.html">1341</a></td> 7866 <td>NAD</td> 7867 <td>Bit-field initializers</td> 7868 <td class="na" align="center">Superseded by <a href="https://wg21.link/P0683R1">P0683R1</a></td> 7869 </tr> 7870 <tr id="1342"> 7871 <td><a href="https://cplusplus.github.io/CWG/issues/1342.html">1342</a></td> 7872 <td>CD6</td> 7873 <td>Order of initialization with multiple declarators</td> 7874 <td class="unknown" align="center">Unknown</td> 7875 </tr> 7876 <tr id="1343"> 7877 <td><a href="https://cplusplus.github.io/CWG/issues/1343.html">1343</a></td> 7878 <td>C++17</td> 7879 <td>Sequencing of non-class initialization</td> 7880 <td class="unknown" align="center">Unknown</td> 7881 </tr> 7882 <tr id="1344"> 7883 <td><a href="https://cplusplus.github.io/CWG/issues/1344.html">1344</a></td> 7884 <td>C++14</td> 7885 <td>Adding new special member functions to a class via default arguments</td> 7886 <td class="unknown" align="center">Unknown</td> 7887 </tr> 7888 <tr id="1345"> 7889 <td><a href="https://cplusplus.github.io/CWG/issues/1345.html">1345</a></td> 7890 <td>CD3</td> 7891 <td>Initialization of anonymous union class members</td> 7892 <td class="unknown" align="center">Unknown</td> 7893 </tr> 7894 <tr id="1346"> 7895 <td><a href="https://cplusplus.github.io/CWG/issues/1346.html">1346</a></td> 7896 <td>CD3</td> 7897 <td><I>expression-list</I> initializers and the <TT>auto</TT> specifier</td> 7898 <td class="full" align="center">Clang 3.5</td> 7899 </tr> 7900 <tr id="1347"> 7901 <td><a href="https://cplusplus.github.io/CWG/issues/1347.html">1347</a></td> 7902 <td>CD3</td> 7903 <td>Consistency of <TT>auto</TT> in multiple-declarator declarations</td> 7904 <td class="full" align="center">Clang 3.1</td> 7905 </tr> 7906 <tr class="open" id="1348"> 7907 <td><a href="https://cplusplus.github.io/CWG/issues/1348.html">1348</a></td> 7908 <td>drafting</td> 7909 <td>Use of <TT>auto</TT> in a <I>trailing-return-type</I></td> 7910 <td align="center">Not resolved</td> 7911 </tr> 7912 <tr id="1349"> 7913 <td><a href="https://cplusplus.github.io/CWG/issues/1349.html">1349</a></td> 7914 <td>dup</td> 7915 <td>Consistency of alias template redeclarations</td> 7916 <td class="unknown" align="center">Unknown</td> 7917 </tr> 7918 <tr id="1350"> 7919 <td><a href="https://cplusplus.github.io/CWG/issues/1350.html">1350</a></td> 7920 <td>CD3</td> 7921 <td>Incorrect exception specification for inherited constructors</td> 7922 <td class="full" align="center">Clang 3.5</td> 7923 </tr> 7924 <tr id="1351"> 7925 <td><a href="https://cplusplus.github.io/CWG/issues/1351.html">1351</a></td> 7926 <td>CD4</td> 7927 <td>Problems with implicitly-declared <I>exception-specification</I>s</td> 7928 <td class="unknown" align="center">Unknown</td> 7929 </tr> 7930 <tr id="1352"> 7931 <td><a href="https://cplusplus.github.io/CWG/issues/1352.html">1352</a></td> 7932 <td>CD3</td> 7933 <td>Inconsistent class scope and completeness rules</td> 7934 <td class="full" align="center">Clang 3.0</td> 7935 </tr> 7936 <tr id="1353"> 7937 <td><a href="https://cplusplus.github.io/CWG/issues/1353.html">1353</a></td> 7938 <td>DRWP</td> 7939 <td>Array and variant members and deleted special member functions</td> 7940 <td class="unknown" align="center">Unknown</td> 7941 </tr> 7942 <tr id="1354"> 7943 <td><a href="https://cplusplus.github.io/CWG/issues/1354.html">1354</a></td> 7944 <td>CD3</td> 7945 <td>Destructor exceptions for temporaries in noexcept expressions</td> 7946 <td class="unknown" align="center">Unknown</td> 7947 </tr> 7948 <tr id="1355"> 7949 <td><a href="https://cplusplus.github.io/CWG/issues/1355.html">1355</a></td> 7950 <td>CD3</td> 7951 <td>Aggregates and “user-provided” constructors</td> 7952 <td class="unknown" align="center">Unknown</td> 7953 </tr> 7954 <tr id="1356"> 7955 <td><a href="https://cplusplus.github.io/CWG/issues/1356.html">1356</a></td> 7956 <td>CD4</td> 7957 <td>Exception specifications of copy assignment operators with virtual bases</td> 7958 <td class="unknown" align="center">Unknown</td> 7959 </tr> 7960 <tr id="1357"> 7961 <td><a href="https://cplusplus.github.io/CWG/issues/1357.html">1357</a></td> 7962 <td>CD3</td> 7963 <td><I>brace-or-equal-initializer</I>s for function and typedef members</td> 7964 <td class="unknown" align="center">Unknown</td> 7965 </tr> 7966 <tr id="1358"> 7967 <td><a href="https://cplusplus.github.io/CWG/issues/1358.html">1358</a></td> 7968 <td>CD3</td> 7969 <td>Unintentionally ill-formed <TT>constexpr</TT> function template instances</td> 7970 <td class="full" align="center">Clang 3.1</td> 7971 </tr> 7972 <tr id="1359"> 7973 <td><a href="https://cplusplus.github.io/CWG/issues/1359.html">1359</a></td> 7974 <td>CD3</td> 7975 <td><TT>constexpr</TT> union constructors</td> 7976 <td class="full" align="center">Clang 3.5</td> 7977 </tr> 7978 <tr id="1360"> 7979 <td><a href="https://cplusplus.github.io/CWG/issues/1360.html">1360</a></td> 7980 <td>CD6</td> 7981 <td><TT>constexpr</TT> defaulted default constructors</td> 7982 <td class="unknown" align="center">Unknown</td> 7983 </tr> 7984 <tr id="1361"> 7985 <td><a href="https://cplusplus.github.io/CWG/issues/1361.html">1361</a></td> 7986 <td>CD3</td> 7987 <td>Requirement on <I>brace-or-equal-initializer</I>s of literal types</td> 7988 <td class="unknown" align="center">Unknown</td> 7989 </tr> 7990 <tr id="1362"> 7991 <td><a href="https://cplusplus.github.io/CWG/issues/1362.html">1362</a></td> 7992 <td>CD3</td> 7993 <td>Complete type required for implicit conversion to <TT>T&</TT></td> 7994 <td class="unknown" align="center">Unknown</td> 7995 </tr> 7996 <tr id="1363"> 7997 <td><a href="https://cplusplus.github.io/CWG/issues/1363.html">1363</a></td> 7998 <td>CD3</td> 7999 <td>Triviality vs multiple default constructors</td> 8000 <td class="unknown" align="center">Unknown</td> 8001 </tr> 8002 <tr id="1364"> 8003 <td><a href="https://cplusplus.github.io/CWG/issues/1364.html">1364</a></td> 8004 <td>CD3</td> 8005 <td><TT>constexpr</TT> function parameters</td> 8006 <td class="unknown" align="center">Unknown</td> 8007 </tr> 8008 <tr id="1365"> 8009 <td><a href="https://cplusplus.github.io/CWG/issues/1365.html">1365</a></td> 8010 <td>CD3</td> 8011 <td>Calling undefined <TT>constexpr</TT> functions</td> 8012 <td class="unknown" align="center">Unknown</td> 8013 </tr> 8014 <tr id="1366"> 8015 <td><a href="https://cplusplus.github.io/CWG/issues/1366.html">1366</a></td> 8016 <td>CD3</td> 8017 <td>Deleted <TT>constexpr</TT> constructors and virtual base classes</td> 8018 <td class="unknown" align="center">Unknown</td> 8019 </tr> 8020 <tr id="1367"> 8021 <td><a href="https://cplusplus.github.io/CWG/issues/1367.html">1367</a></td> 8022 <td>CD3</td> 8023 <td>Use of <TT>this</TT> in a constant expression</td> 8024 <td class="unknown" align="center">Unknown</td> 8025 </tr> 8026 <tr id="1368"> 8027 <td><a href="https://cplusplus.github.io/CWG/issues/1368.html">1368</a></td> 8028 <td>CD3</td> 8029 <td>Value initialization and defaulted constructors (part 2)</td> 8030 <td class="unknown" align="center">Unknown</td> 8031 </tr> 8032 <tr id="1369"> 8033 <td><a href="https://cplusplus.github.io/CWG/issues/1369.html">1369</a></td> 8034 <td>CD3</td> 8035 <td>Function invocation substitution of <TT>this</TT></td> 8036 <td class="unknown" align="center">Unknown</td> 8037 </tr> 8038 <tr id="1370"> 8039 <td><a href="https://cplusplus.github.io/CWG/issues/1370.html">1370</a></td> 8040 <td>CD3</td> 8041 <td><I>identifier-list</I> cannot contain ellipsis</td> 8042 <td class="unknown" align="center">Unknown</td> 8043 </tr> 8044 <tr id="1371"> 8045 <td><a href="https://cplusplus.github.io/CWG/issues/1371.html">1371</a></td> 8046 <td>NAD</td> 8047 <td>Deduction from <TT>T&&</TT> in return types</td> 8048 <td class="unknown" align="center">Unknown</td> 8049 </tr> 8050 <tr id="1372"> 8051 <td><a href="https://cplusplus.github.io/CWG/issues/1372.html">1372</a></td> 8052 <td>CD3</td> 8053 <td>Cross-references incorrect in conversion function template argument deduction</td> 8054 <td class="unknown" align="center">Unknown</td> 8055 </tr> 8056 <tr id="1373"> 8057 <td><a href="https://cplusplus.github.io/CWG/issues/1373.html">1373</a></td> 8058 <td>dup</td> 8059 <td>Overload resolution changes matching reference-binding changes</td> 8060 <td class="unknown" align="center">Unknown</td> 8061 </tr> 8062 <tr id="1374"> 8063 <td><a href="https://cplusplus.github.io/CWG/issues/1374.html">1374</a></td> 8064 <td>CD3</td> 8065 <td>Qualification conversion vs difference in reference binding</td> 8066 <td class="unknown" align="center">Unknown</td> 8067 </tr> 8068 <tr id="1375"> 8069 <td><a href="https://cplusplus.github.io/CWG/issues/1375.html">1375</a></td> 8070 <td>CD3</td> 8071 <td>Reference to anonymous union?</td> 8072 <td class="unknown" align="center">Unknown</td> 8073 </tr> 8074 <tr id="1376"> 8075 <td><a href="https://cplusplus.github.io/CWG/issues/1376.html">1376</a></td> 8076 <td>C++14</td> 8077 <td><TT>static_cast</TT> of temporary to rvalue reference</td> 8078 <td class="unknown" align="center">Unknown</td> 8079 </tr> 8080 <tr id="1377"> 8081 <td><a href="https://cplusplus.github.io/CWG/issues/1377.html">1377</a></td> 8082 <td>dup</td> 8083 <td>Access declarations not mentioned in Annex C</td> 8084 <td class="unknown" align="center">Unknown</td> 8085 </tr> 8086 <tr id="1378"> 8087 <td><a href="https://cplusplus.github.io/CWG/issues/1378.html">1378</a></td> 8088 <td>CD5</td> 8089 <td>When is an instantiation required?</td> 8090 <td class="unknown" align="center">Unknown</td> 8091 </tr> 8092 <tr id="1379"> 8093 <td><a href="https://cplusplus.github.io/CWG/issues/1379.html">1379</a></td> 8094 <td>NAD</td> 8095 <td>Is <TT>std::initializer_list</TT> an aggregate?</td> 8096 <td class="unknown" align="center">Unknown</td> 8097 </tr> 8098 <tr id="1380"> 8099 <td><a href="https://cplusplus.github.io/CWG/issues/1380.html">1380</a></td> 8100 <td>CD3</td> 8101 <td>Type definitions in <I>template-parameter</I> <I>parameter-declaration</I>s</td> 8102 <td class="unknown" align="center">Unknown</td> 8103 </tr> 8104 <tr id="1381"> 8105 <td><a href="https://cplusplus.github.io/CWG/issues/1381.html">1381</a></td> 8106 <td>CD3</td> 8107 <td>Implicitly-declared special member functions and default <TT>nothrow</TT></td> 8108 <td class="unknown" align="center">Unknown</td> 8109 </tr> 8110 <tr id="1382"> 8111 <td><a href="https://cplusplus.github.io/CWG/issues/1382.html">1382</a></td> 8112 <td>CD3</td> 8113 <td>Dead code for constructor names</td> 8114 <td class="unknown" align="center">Unknown</td> 8115 </tr> 8116 <tr id="1383"> 8117 <td><a href="https://cplusplus.github.io/CWG/issues/1383.html">1383</a></td> 8118 <td>CD3</td> 8119 <td>Clarifying discarded-value expressions</td> 8120 <td class="unknown" align="center">Unknown</td> 8121 </tr> 8122 <tr id="1384"> 8123 <td><a href="https://cplusplus.github.io/CWG/issues/1384.html">1384</a></td> 8124 <td>NAD</td> 8125 <td><TT>reinterpret_cast</TT> in constant expressions</td> 8126 <td class="unknown" align="center">Unknown</td> 8127 </tr> 8128 <tr id="1385"> 8129 <td><a href="https://cplusplus.github.io/CWG/issues/1385.html">1385</a></td> 8130 <td>CD3</td> 8131 <td>Syntactic forms of conversion functions for surrogate call functions</td> 8132 <td class="unknown" align="center">Unknown</td> 8133 </tr> 8134 <tr id="1386"> 8135 <td><a href="https://cplusplus.github.io/CWG/issues/1386.html">1386</a></td> 8136 <td>NAD</td> 8137 <td>Explicitly-specified partial argument list with multiple parameter packs</td> 8138 <td class="unknown" align="center">Unknown</td> 8139 </tr> 8140 <tr id="1387"> 8141 <td><a href="https://cplusplus.github.io/CWG/issues/1387.html">1387</a></td> 8142 <td>CD3</td> 8143 <td>Missing non-deduced context for <TT>decltype</TT></td> 8144 <td class="unknown" align="center">Unknown</td> 8145 </tr> 8146 <tr id="1388"> 8147 <td><a href="https://cplusplus.github.io/CWG/issues/1388.html">1388</a></td> 8148 <td>CD3</td> 8149 <td>Missing non-deduced context following a function parameter pack</td> 8150 <td class="full" align="center">Clang 4</td> 8151 </tr> 8152 <tr id="1389"> 8153 <td><a href="https://cplusplus.github.io/CWG/issues/1389.html">1389</a></td> 8154 <td>NAD</td> 8155 <td>Recursive reference in <I>trailing-return-type</I></td> 8156 <td class="unknown" align="center">Unknown</td> 8157 </tr> 8158 <tr class="open" id="1390"> 8159 <td><a href="https://cplusplus.github.io/CWG/issues/1390.html">1390</a></td> 8160 <td>drafting</td> 8161 <td>Dependency of alias template specializations</td> 8162 <td align="center">Not resolved</td> 8163 </tr> 8164 <tr id="1391"> 8165 <td><a href="https://cplusplus.github.io/CWG/issues/1391.html">1391</a></td> 8166 <td>CD4</td> 8167 <td>Conversions to parameter types with non-deduced template arguments</td> 8168 <td class="partial" align="center">Partial</td> 8169 </tr> 8170 <tr id="1392"> 8171 <td><a href="https://cplusplus.github.io/CWG/issues/1392.html">1392</a></td> 8172 <td>CD3</td> 8173 <td>Explicit conversion functions for references and non-references</td> 8174 <td class="unknown" align="center">Unknown</td> 8175 </tr> 8176 <tr id="1393"> 8177 <td><a href="https://cplusplus.github.io/CWG/issues/1393.html">1393</a></td> 8178 <td>C++17</td> 8179 <td>Pack expansions in <I>using-declaration</I>s</td> 8180 <td class="unknown" align="center">Unknown</td> 8181 </tr> 8182 <tr id="1394"> 8183 <td><a href="https://cplusplus.github.io/CWG/issues/1394.html">1394</a></td> 8184 <td>CD3</td> 8185 <td>Incomplete types as parameters of deleted functions</td> 8186 <td class="full" align="center">Clang 15</td> 8187 </tr> 8188 <tr id="1395"> 8189 <td><a href="https://cplusplus.github.io/CWG/issues/1395.html">1395</a></td> 8190 <td>C++17</td> 8191 <td>Partial ordering of variadic templates reconsidered</td> 8192 <td class="full" align="center">Clang 16</td> 8193 </tr> 8194 <tr id="1396"> 8195 <td><a href="https://cplusplus.github.io/CWG/issues/1396.html">1396</a></td> 8196 <td>C++23</td> 8197 <td>Deferred instantiation and checking of non-static data member initializers</td> 8198 <td class="unknown" align="center">Unknown</td> 8199 </tr> 8200 <tr id="1397"> 8201 <td><a href="https://cplusplus.github.io/CWG/issues/1397.html">1397</a></td> 8202 <td>CD4</td> 8203 <td>Class completeness in non-static data member initializers</td> 8204 <td class="full" align="center">Clang 3.2</td> 8205 </tr> 8206 <tr id="1398"> 8207 <td><a href="https://cplusplus.github.io/CWG/issues/1398.html">1398</a></td> 8208 <td>CD3</td> 8209 <td>Non-type template parameters of type <TT>std::nullptr_t</TT></td> 8210 <td class="unknown" align="center">Unknown</td> 8211 </tr> 8212 <tr id="1399"> 8213 <td><a href="https://cplusplus.github.io/CWG/issues/1399.html">1399</a></td> 8214 <td>CD3</td> 8215 <td>Deduction with multiple function parameter packs</td> 8216 <td class="full" align="center">Duplicate of <a href="#1388">1388</a></td> 8217 </tr> 8218 <tr id="1400"> 8219 <td><a href="https://cplusplus.github.io/CWG/issues/1400.html">1400</a></td> 8220 <td>NAD</td> 8221 <td>Function pointer equality</td> 8222 <td class="unknown" align="center">Unknown</td> 8223 </tr> 8224 <tr id="1401"> 8225 <td><a href="https://cplusplus.github.io/CWG/issues/1401.html">1401</a></td> 8226 <td>CD3</td> 8227 <td>Similar types and reference compatibility</td> 8228 <td class="unknown" align="center">Unknown</td> 8229 </tr> 8230 <tr id="1402"> 8231 <td><a href="https://cplusplus.github.io/CWG/issues/1402.html">1402</a></td> 8232 <td>CD3</td> 8233 <td>Move functions too often deleted</td> 8234 <td class="unknown" align="center">Unknown</td> 8235 </tr> 8236 <tr id="1403"> 8237 <td><a href="https://cplusplus.github.io/CWG/issues/1403.html">1403</a></td> 8238 <td>CD6</td> 8239 <td>Universal-character-names in comments</td> 8240 <td class="unknown" align="center">Unknown</td> 8241 </tr> 8242 <tr class="open" id="1404"> 8243 <td><a href="https://cplusplus.github.io/CWG/issues/1404.html">1404</a></td> 8244 <td>drafting</td> 8245 <td>Object reallocation in unions</td> 8246 <td align="center">Not resolved</td> 8247 </tr> 8248 <tr id="1405"> 8249 <td><a href="https://cplusplus.github.io/CWG/issues/1405.html">1405</a></td> 8250 <td>CD3</td> 8251 <td><TT>constexpr</TT> and mutable members of literal types</td> 8252 <td class="unknown" align="center">Unknown</td> 8253 </tr> 8254 <tr id="1406"> 8255 <td><a href="https://cplusplus.github.io/CWG/issues/1406.html">1406</a></td> 8256 <td>CD3</td> 8257 <td><I>ref-qualifier</I>s and added parameters of non-static member function templates</td> 8258 <td class="unknown" align="center">Unknown</td> 8259 </tr> 8260 <tr id="1407"> 8261 <td><a href="https://cplusplus.github.io/CWG/issues/1407.html">1407</a></td> 8262 <td>NAD</td> 8263 <td>Integral to <TT>bool</TT> conversion in converted constant expressions</td> 8264 <td class="unknown" align="center">Unknown</td> 8265 </tr> 8266 <tr id="1408"> 8267 <td><a href="https://cplusplus.github.io/CWG/issues/1408.html">1408</a></td> 8268 <td>CD3</td> 8269 <td>What is “the same aggregate initialization?”</td> 8270 <td class="unknown" align="center">Unknown</td> 8271 </tr> 8272 <tr id="1409"> 8273 <td><a href="https://cplusplus.github.io/CWG/issues/1409.html">1409</a></td> 8274 <td>CD3</td> 8275 <td>What is the second standard conversion sequence of a list-initialization sequence?</td> 8276 <td class="unknown" align="center">Unknown</td> 8277 </tr> 8278 <tr id="1410"> 8279 <td><a href="https://cplusplus.github.io/CWG/issues/1410.html">1410</a></td> 8280 <td>CD3</td> 8281 <td>Reference overload tiebreakers should apply to rvalue references</td> 8282 <td class="unknown" align="center">Unknown</td> 8283 </tr> 8284 <tr id="1411"> 8285 <td><a href="https://cplusplus.github.io/CWG/issues/1411.html">1411</a></td> 8286 <td>CD3</td> 8287 <td>More on global scope <TT>::</TT> in <I>nested-name-specifier</I></td> 8288 <td class="unknown" align="center">Unknown</td> 8289 </tr> 8290 <tr id="1412"> 8291 <td><a href="https://cplusplus.github.io/CWG/issues/1412.html">1412</a></td> 8292 <td>CD3</td> 8293 <td>Problems in specifying pointer conversions</td> 8294 <td class="unknown" align="center">Unknown</td> 8295 </tr> 8296 <tr id="1413"> 8297 <td><a href="https://cplusplus.github.io/CWG/issues/1413.html">1413</a></td> 8298 <td>CD3</td> 8299 <td>Missing cases of value-dependency</td> 8300 <td class="full" align="center">Clang 12</td> 8301 </tr> 8302 <tr class="open" id="1414"> 8303 <td><a href="https://cplusplus.github.io/CWG/issues/1414.html">1414</a></td> 8304 <td>drafting</td> 8305 <td>Binding an rvalue reference to a reference-unrelated lvalue</td> 8306 <td align="center">Not resolved</td> 8307 </tr> 8308 <tr id="1415"> 8309 <td><a href="https://cplusplus.github.io/CWG/issues/1415.html">1415</a></td> 8310 <td>CD3</td> 8311 <td>Missing prohibition of block-scope definition of <TT>extern</TT> object</td> 8312 <td class="unknown" align="center">Unknown</td> 8313 </tr> 8314 <tr id="1416"> 8315 <td><a href="https://cplusplus.github.io/CWG/issues/1416.html">1416</a></td> 8316 <td>CD3</td> 8317 <td>Function cv-qualifiers and <TT>typeid</TT></td> 8318 <td class="unknown" align="center">Unknown</td> 8319 </tr> 8320 <tr id="1417"> 8321 <td><a href="https://cplusplus.github.io/CWG/issues/1417.html">1417</a></td> 8322 <td>C++14</td> 8323 <td>Pointers/references to functions with cv-qualifiers or <I>ref-qualifier</I></td> 8324 <td class="unknown" align="center">Unknown</td> 8325 </tr> 8326 <tr id="1418"> 8327 <td><a href="https://cplusplus.github.io/CWG/issues/1418.html">1418</a></td> 8328 <td>CD3</td> 8329 <td>Type of <TT>initializer_list</TT> backing array</td> 8330 <td class="unknown" align="center">Unknown</td> 8331 </tr> 8332 <tr id="1419"> 8333 <td><a href="https://cplusplus.github.io/CWG/issues/1419.html">1419</a></td> 8334 <td>NAD</td> 8335 <td>Evaluation order in aggregate initialization</td> 8336 <td class="unknown" align="center">Unknown</td> 8337 </tr> 8338 <tr id="1420"> 8339 <td><a href="https://cplusplus.github.io/CWG/issues/1420.html">1420</a></td> 8340 <td>NAD</td> 8341 <td>Abstract final classes</td> 8342 <td class="unknown" align="center">Unknown</td> 8343 </tr> 8344 <tr id="1421"> 8345 <td><a href="https://cplusplus.github.io/CWG/issues/1421.html">1421</a></td> 8346 <td>NAD</td> 8347 <td>Full expressions and aggregate initialization</td> 8348 <td class="unknown" align="center">Unknown</td> 8349 </tr> 8350 <tr id="1422"> 8351 <td><a href="https://cplusplus.github.io/CWG/issues/1422.html">1422</a></td> 8352 <td>dup</td> 8353 <td>Type of character literals containing universal-character-names</td> 8354 <td class="unknown" align="center">Unknown</td> 8355 </tr> 8356 <tr id="1423"> 8357 <td><a href="https://cplusplus.github.io/CWG/issues/1423.html">1423</a></td> 8358 <td>CD3</td> 8359 <td>Convertibility of <TT>nullptr</TT> to <TT>bool</TT></td> 8360 <td class="full" align="center">Clang 11</td> 8361 </tr> 8362 <tr id="1424"> 8363 <td><a href="https://cplusplus.github.io/CWG/issues/1424.html">1424</a></td> 8364 <td>C++14</td> 8365 <td>When must sub-object destructors be accessible?</td> 8366 <td class="unknown" align="center">Unknown</td> 8367 </tr> 8368 <tr id="1425"> 8369 <td><a href="https://cplusplus.github.io/CWG/issues/1425.html">1425</a></td> 8370 <td>CD3</td> 8371 <td>Base-class subobjects of standard-layout structs</td> 8372 <td class="na" align="center">N/A (ABI constraint)</td> 8373 </tr> 8374 <tr id="1426"> 8375 <td><a href="https://cplusplus.github.io/CWG/issues/1426.html">1426</a></td> 8376 <td>CD5</td> 8377 <td>Allowing additional parameter types in defaulted functions</td> 8378 <td class="unknown" align="center">Unknown</td> 8379 </tr> 8380 <tr id="1427"> 8381 <td><a href="https://cplusplus.github.io/CWG/issues/1427.html">1427</a></td> 8382 <td>NAD</td> 8383 <td>Default constructor and deleted or inaccessible destructors</td> 8384 <td class="unknown" align="center">Unknown</td> 8385 </tr> 8386 <tr id="1428"> 8387 <td><a href="https://cplusplus.github.io/CWG/issues/1428.html">1428</a></td> 8388 <td>CD3</td> 8389 <td>Dynamic const objects</td> 8390 <td class="unknown" align="center">Unknown</td> 8391 </tr> 8392 <tr id="1429"> 8393 <td><a href="https://cplusplus.github.io/CWG/issues/1429.html">1429</a></td> 8394 <td>NAD</td> 8395 <td>Scope of a member template's template parameter</td> 8396 <td class="unknown" align="center">Unknown</td> 8397 </tr> 8398 <tr class="open" id="1430"> 8399 <td><a href="https://cplusplus.github.io/CWG/issues/1430.html">1430</a></td> 8400 <td>open</td> 8401 <td>Pack expansion into fixed alias template parameter list</td> 8402 <td align="center">Not resolved</td> 8403 </tr> 8404 <tr id="1431"> 8405 <td><a href="https://cplusplus.github.io/CWG/issues/1431.html">1431</a></td> 8406 <td>CD3</td> 8407 <td>Exceptions from other than <I>throw-expression</I>s</td> 8408 <td class="unknown" align="center">Unknown</td> 8409 </tr> 8410 <tr id="1432"> 8411 <td><a href="https://cplusplus.github.io/CWG/issues/1432.html">1432</a></td> 8412 <td>C++17</td> 8413 <td>Newly-ambiguous variadic template expansions</td> 8414 <td class="full" align="center">Clang 16</td> 8415 </tr> 8416 <tr id="1433"> 8417 <td><a href="https://cplusplus.github.io/CWG/issues/1433.html">1433</a></td> 8418 <td>NAD</td> 8419 <td><I>trailing-return-type</I> and point of declaration</td> 8420 <td class="unknown" align="center">Unknown</td> 8421 </tr> 8422 <tr id="1434"> 8423 <td><a href="https://cplusplus.github.io/CWG/issues/1434.html">1434</a></td> 8424 <td>NAD</td> 8425 <td>Parenthesized <I>braced-init-list</I></td> 8426 <td class="unknown" align="center">Unknown</td> 8427 </tr> 8428 <tr id="1435"> 8429 <td><a href="https://cplusplus.github.io/CWG/issues/1435.html">1435</a></td> 8430 <td>CD3</td> 8431 <td><I>template-id</I> as the declarator for a class template constructor</td> 8432 <td class="unknown" align="center">Unknown</td> 8433 </tr> 8434 <tr class="open" id="1436"> 8435 <td><a href="https://cplusplus.github.io/CWG/issues/1436.html">1436</a></td> 8436 <td>open</td> 8437 <td>Interaction of constant expression changes with preprocessor expressions</td> 8438 <td align="center">Not resolved</td> 8439 </tr> 8440 <tr id="1437"> 8441 <td><a href="https://cplusplus.github.io/CWG/issues/1437.html">1437</a></td> 8442 <td>CD3</td> 8443 <td><TT>alignas</TT> in <I>alias-declaration</I></td> 8444 <td class="unknown" align="center">Unknown</td> 8445 </tr> 8446 <tr id="1438"> 8447 <td><a href="https://cplusplus.github.io/CWG/issues/1438.html">1438</a></td> 8448 <td>CD3</td> 8449 <td>Non-dereference use of invalid pointers</td> 8450 <td class="unknown" align="center">Unknown</td> 8451 </tr> 8452 <tr id="1439"> 8453 <td><a href="https://cplusplus.github.io/CWG/issues/1439.html">1439</a></td> 8454 <td>CD3</td> 8455 <td>Lookup and friend template declarations</td> 8456 <td class="unknown" align="center">Unknown</td> 8457 </tr> 8458 <tr id="1440"> 8459 <td><a href="https://cplusplus.github.io/CWG/issues/1440.html">1440</a></td> 8460 <td>CD3</td> 8461 <td>Acceptable <I>decltype-specifier</I>s used as <I>nested-name-specifier</I>s</td> 8462 <td class="unknown" align="center">Unknown</td> 8463 </tr> 8464 <tr id="1441"> 8465 <td><a href="https://cplusplus.github.io/CWG/issues/1441.html">1441</a></td> 8466 <td>C++14</td> 8467 <td>Unclear wording for signal handler restrictions</td> 8468 <td class="unknown" align="center">Unknown</td> 8469 </tr> 8470 <tr id="1442"> 8471 <td><a href="https://cplusplus.github.io/CWG/issues/1442.html">1442</a></td> 8472 <td>CD3</td> 8473 <td>Argument-dependent lookup in the range-based <TT>for</TT></td> 8474 <td class="unknown" align="center">Unknown</td> 8475 </tr> 8476 <tr id="1443"> 8477 <td><a href="https://cplusplus.github.io/CWG/issues/1443.html">1443</a></td> 8478 <td>NAD</td> 8479 <td>Default arguments and non-static data members</td> 8480 <td class="full" align="center">Clang 2.7</td> 8481 </tr> 8482 <tr class="open" id="1444"> 8483 <td><a href="https://cplusplus.github.io/CWG/issues/1444.html">1444</a></td> 8484 <td>drafting</td> 8485 <td>Type adjustments of non-type template parameters</td> 8486 <td align="center">Not resolved</td> 8487 </tr> 8488 <tr id="1445"> 8489 <td><a href="https://cplusplus.github.io/CWG/issues/1445.html">1445</a></td> 8490 <td>dup</td> 8491 <td>Argument-dependent lookup of <TT>begin</TT> and <TT>end</TT></td> 8492 <td class="unknown" align="center">Unknown</td> 8493 </tr> 8494 <tr id="1446"> 8495 <td><a href="https://cplusplus.github.io/CWG/issues/1446.html">1446</a></td> 8496 <td>CD4</td> 8497 <td>Member function with no <I>ref-qualifier</I> and non-member function with rvalue reference</td> 8498 <td class="unknown" align="center">Unknown</td> 8499 </tr> 8500 <tr id="1447"> 8501 <td><a href="https://cplusplus.github.io/CWG/issues/1447.html">1447</a></td> 8502 <td>CD3</td> 8503 <td><TT>static_cast</TT> of bit-field lvalue to rvalue reference</td> 8504 <td class="unknown" align="center">Unknown</td> 8505 </tr> 8506 <tr id="1448"> 8507 <td><a href="https://cplusplus.github.io/CWG/issues/1448.html">1448</a></td> 8508 <td>NAD</td> 8509 <td>Integral values of type <TT>bool</TT></td> 8510 <td class="unknown" align="center">Unknown</td> 8511 </tr> 8512 <tr id="1449"> 8513 <td><a href="https://cplusplus.github.io/CWG/issues/1449.html">1449</a></td> 8514 <td>CD3</td> 8515 <td>Narrowing conversion of negative value to unsigned type</td> 8516 <td class="unknown" align="center">Unknown</td> 8517 </tr> 8518 <tr id="1450"> 8519 <td><a href="https://cplusplus.github.io/CWG/issues/1450.html">1450</a></td> 8520 <td>CD3</td> 8521 <td><TT>INT_MIN % -1</TT></td> 8522 <td class="unknown" align="center">Unknown</td> 8523 </tr> 8524 <tr id="1451"> 8525 <td><a href="https://cplusplus.github.io/CWG/issues/1451.html">1451</a></td> 8526 <td>CD4</td> 8527 <td>Objects with no linkage in non-type template arguments</td> 8528 <td class="unknown" align="center">Unknown</td> 8529 </tr> 8530 <tr id="1452"> 8531 <td><a href="https://cplusplus.github.io/CWG/issues/1452.html">1452</a></td> 8532 <td>NAD</td> 8533 <td>Value-initialized objects may be constants</td> 8534 <td class="unknown" align="center">Unknown</td> 8535 </tr> 8536 <tr id="1453"> 8537 <td><a href="https://cplusplus.github.io/CWG/issues/1453.html">1453</a></td> 8538 <td>CD3</td> 8539 <td>Volatile members in literal classes?</td> 8540 <td class="unknown" align="center">Unknown</td> 8541 </tr> 8542 <tr id="1454"> 8543 <td><a href="https://cplusplus.github.io/CWG/issues/1454.html">1454</a></td> 8544 <td>CD3</td> 8545 <td>Passing constants through <TT>constexpr</TT> functions via references</td> 8546 <td class="unknown" align="center">Unknown</td> 8547 </tr> 8548 <tr id="1455"> 8549 <td><a href="https://cplusplus.github.io/CWG/issues/1455.html">1455</a></td> 8550 <td>CD3</td> 8551 <td>Lvalue converted constant expressions</td> 8552 <td class="unknown" align="center">Unknown</td> 8553 </tr> 8554 <tr id="1456"> 8555 <td><a href="https://cplusplus.github.io/CWG/issues/1456.html">1456</a></td> 8556 <td>CD3</td> 8557 <td>Address constant expression designating the one-past-the-end address</td> 8558 <td class="unknown" align="center">Unknown</td> 8559 </tr> 8560 <tr id="1457"> 8561 <td><a href="https://cplusplus.github.io/CWG/issues/1457.html">1457</a></td> 8562 <td>CD3</td> 8563 <td>Undefined behavior in left-shift</td> 8564 <td class="unknown" align="center">Unknown</td> 8565 </tr> 8566 <tr id="1458"> 8567 <td><a href="https://cplusplus.github.io/CWG/issues/1458.html">1458</a></td> 8568 <td>CD3</td> 8569 <td>Address of incomplete type vs <TT>operator&()</TT></td> 8570 <td class="full" align="center">Clang 3.1</td> 8571 </tr> 8572 <tr class="open" id="1459"> 8573 <td><a href="https://cplusplus.github.io/CWG/issues/1459.html">1459</a></td> 8574 <td>open</td> 8575 <td>Reference-binding tiebreakers in overload resolution</td> 8576 <td align="center">Not resolved</td> 8577 </tr> 8578 <tr id="1460"> 8579 <td><a href="https://cplusplus.github.io/CWG/issues/1460.html">1460</a></td> 8580 <td>C++14</td> 8581 <td>What is an empty union?</td> 8582 <td class="full" align="center">Clang 3.5</td> 8583 </tr> 8584 <tr id="1461"> 8585 <td><a href="https://cplusplus.github.io/CWG/issues/1461.html">1461</a></td> 8586 <td>NAD</td> 8587 <td>Narrowing conversions to bit-fields</td> 8588 <td class="unknown" align="center">Unknown</td> 8589 </tr> 8590 <tr id="1462"> 8591 <td><a href="https://cplusplus.github.io/CWG/issues/1462.html">1462</a></td> 8592 <td>CD3</td> 8593 <td>Deduction failure vs “ill-formed, no diagnostic required”</td> 8594 <td class="unknown" align="center">Unknown</td> 8595 </tr> 8596 <tr class="open" id="1463"> 8597 <td><a href="https://cplusplus.github.io/CWG/issues/1463.html">1463</a></td> 8598 <td>drafting</td> 8599 <td><TT>extern "C"</TT> alias templates</td> 8600 <td align="center">Not resolved</td> 8601 </tr> 8602 <tr id="1464"> 8603 <td><a href="https://cplusplus.github.io/CWG/issues/1464.html">1464</a></td> 8604 <td>CD3</td> 8605 <td>Negative array bound in a <I>new-expression</I></td> 8606 <td class="unknown" align="center">Unknown</td> 8607 </tr> 8608 <tr id="1465"> 8609 <td><a href="https://cplusplus.github.io/CWG/issues/1465.html">1465</a></td> 8610 <td>CD4</td> 8611 <td><TT>noexcept</TT> and <TT>std::bad_array_new_length</TT></td> 8612 <td class="unknown" align="center">Unknown</td> 8613 </tr> 8614 <tr id="1466"> 8615 <td><a href="https://cplusplus.github.io/CWG/issues/1466.html">1466</a></td> 8616 <td>C++14</td> 8617 <td>Visible sequences of side effects are redundant</td> 8618 <td class="unknown" align="center">Unknown</td> 8619 </tr> 8620 <tr id="1467"> 8621 <td><a href="https://cplusplus.github.io/CWG/issues/1467.html">1467</a></td> 8622 <td>CD4</td> 8623 <td>List-initialization of aggregate from same-type object</td> 8624 <td class="full" align="center">Clang 3.7 (C++11 onwards)</td> 8625 </tr> 8626 <tr id="1468"> 8627 <td><a href="https://cplusplus.github.io/CWG/issues/1468.html">1468</a></td> 8628 <td>CD5</td> 8629 <td><TT>typeid</TT>, overload resolution, and implicit lambda capture</td> 8630 <td class="unknown" align="center">Unknown</td> 8631 </tr> 8632 <tr id="1469"> 8633 <td><a href="https://cplusplus.github.io/CWG/issues/1469.html">1469</a></td> 8634 <td>CD5</td> 8635 <td>Omitted bound in array <I>new-expression</I></td> 8636 <td class="unknown" align="center">Unknown</td> 8637 </tr> 8638 <tr id="1470"> 8639 <td><a href="https://cplusplus.github.io/CWG/issues/1470.html">1470</a></td> 8640 <td>NAD</td> 8641 <td>Thread migration</td> 8642 <td class="unknown" align="center">Unknown</td> 8643 </tr> 8644 <tr id="1471"> 8645 <td><a href="https://cplusplus.github.io/CWG/issues/1471.html">1471</a></td> 8646 <td>CD3</td> 8647 <td>Nested type of non-dependent base</td> 8648 <td class="unknown" align="center">Unknown</td> 8649 </tr> 8650 <tr id="1472"> 8651 <td><a href="https://cplusplus.github.io/CWG/issues/1472.html">1472</a></td> 8652 <td>CD3</td> 8653 <td>odr-use of reference variables</td> 8654 <td class="unknown" align="center">Unknown</td> 8655 </tr> 8656 <tr id="1473"> 8657 <td><a href="https://cplusplus.github.io/CWG/issues/1473.html">1473</a></td> 8658 <td>CD3</td> 8659 <td>Syntax of <I>literal-operator-id</I></td> 8660 <td class="unknown" align="center">Unknown</td> 8661 </tr> 8662 <tr id="1474"> 8663 <td><a href="https://cplusplus.github.io/CWG/issues/1474.html">1474</a></td> 8664 <td>NAD</td> 8665 <td>User-defined literals and <TT><inttypes.h></TT> format macros</td> 8666 <td class="unknown" align="center">Unknown</td> 8667 </tr> 8668 <tr id="1475"> 8669 <td><a href="https://cplusplus.github.io/CWG/issues/1475.html">1475</a></td> 8670 <td>CD3</td> 8671 <td>Errors in <TT>[[carries_dependency]]</TT> example</td> 8672 <td class="unknown" align="center">Unknown</td> 8673 </tr> 8674 <tr id="1476"> 8675 <td><a href="https://cplusplus.github.io/CWG/issues/1476.html">1476</a></td> 8676 <td>CD3</td> 8677 <td>Definition of user-defined type</td> 8678 <td class="unknown" align="center">Unknown</td> 8679 </tr> 8680 <tr id="1477"> 8681 <td><a href="https://cplusplus.github.io/CWG/issues/1477.html">1477</a></td> 8682 <td>CD3</td> 8683 <td>Definition of a <TT>friend</TT> outside its namespace</td> 8684 <td class="full" align="center">Clang 2.7</td> 8685 </tr> 8686 <tr id="1478"> 8687 <td><a href="https://cplusplus.github.io/CWG/issues/1478.html">1478</a></td> 8688 <td>CD6</td> 8689 <td><TT>template</TT> keyword for dependent template template arguments</td> 8690 <td class="unknown" align="center">Unknown</td> 8691 </tr> 8692 <tr id="1479"> 8693 <td><a href="https://cplusplus.github.io/CWG/issues/1479.html">1479</a></td> 8694 <td>CD3</td> 8695 <td>Literal operators and default arguments</td> 8696 <td class="full" align="center">Clang 3.1</td> 8697 </tr> 8698 <tr id="1480"> 8699 <td><a href="https://cplusplus.github.io/CWG/issues/1480.html">1480</a></td> 8700 <td>CD3</td> 8701 <td>Constant initialization via non-constant temporary</td> 8702 <td class="unknown" align="center">Unknown</td> 8703 </tr> 8704 <tr id="1481"> 8705 <td><a href="https://cplusplus.github.io/CWG/issues/1481.html">1481</a></td> 8706 <td>CD3</td> 8707 <td>Increment/decrement operators with reference parameters</td> 8708 <td class="unknown" align="center">Unknown</td> 8709 </tr> 8710 <tr id="1482"> 8711 <td><a href="https://cplusplus.github.io/CWG/issues/1482.html">1482</a></td> 8712 <td>CD3</td> 8713 <td>Point of declaration of enumeration</td> 8714 <td class="full" align="center">Clang 3.0</td> 8715 </tr> 8716 <tr id="1483"> 8717 <td><a href="https://cplusplus.github.io/CWG/issues/1483.html">1483</a></td> 8718 <td>NAD</td> 8719 <td>Non-dependent <I>static_assert-declaration</I>s</td> 8720 <td class="unknown" align="center">Unknown</td> 8721 </tr> 8722 <tr id="1484"> 8723 <td><a href="https://cplusplus.github.io/CWG/issues/1484.html">1484</a></td> 8724 <td>CD4</td> 8725 <td>Unused local classes of function templates</td> 8726 <td class="unknown" align="center">Unknown</td> 8727 </tr> 8728 <tr class="open" id="1485"> 8729 <td><a href="https://cplusplus.github.io/CWG/issues/1485.html">1485</a></td> 8730 <td>drafting</td> 8731 <td>Out-of-class definition of member unscoped opaque enumeration</td> 8732 <td align="center">Not resolved</td> 8733 </tr> 8734 <tr class="open" id="1486"> 8735 <td><a href="https://cplusplus.github.io/CWG/issues/1486.html">1486</a></td> 8736 <td>drafting</td> 8737 <td>Base-derived conversion in member pointer deduction</td> 8738 <td align="center">Not resolved</td> 8739 </tr> 8740 <tr id="1487"> 8741 <td><a href="https://cplusplus.github.io/CWG/issues/1487.html">1487</a></td> 8742 <td>CD3</td> 8743 <td>When are inheriting constructors declared?</td> 8744 <td class="full" align="center">Clang 3.3</td> 8745 </tr> 8746 <tr class="open" id="1488"> 8747 <td><a href="https://cplusplus.github.io/CWG/issues/1488.html">1488</a></td> 8748 <td>drafting</td> 8749 <td><I>abstract-pack-declarator</I>s in <I>type-id</I>s</td> 8750 <td align="center">Not resolved</td> 8751 </tr> 8752 <tr id="1489"> 8753 <td><a href="https://cplusplus.github.io/CWG/issues/1489.html">1489</a></td> 8754 <td>CD3</td> 8755 <td>Is value-initialization of an array constant initialization?</td> 8756 <td class="unknown" align="center">Unknown</td> 8757 </tr> 8758 <tr id="1490"> 8759 <td><a href="https://cplusplus.github.io/CWG/issues/1490.html">1490</a></td> 8760 <td>CD4</td> 8761 <td>List-initialization from a string literal</td> 8762 <td class="full" align="center">Clang 3.7 (C++11 onwards)</td> 8763 </tr> 8764 <tr id="1491"> 8765 <td><a href="https://cplusplus.github.io/CWG/issues/1491.html">1491</a></td> 8766 <td>CD3</td> 8767 <td>Move construction and rvalue reference members</td> 8768 <td class="unknown" align="center">Unknown</td> 8769 </tr> 8770 <tr id="1492"> 8771 <td><a href="https://cplusplus.github.io/CWG/issues/1492.html">1492</a></td> 8772 <td>CD4</td> 8773 <td>Exception specifications on template destructors</td> 8774 <td class="unknown" align="center">Unknown</td> 8775 </tr> 8776 <tr id="1493"> 8777 <td><a href="https://cplusplus.github.io/CWG/issues/1493.html">1493</a></td> 8778 <td>C++14</td> 8779 <td>Criteria for move-construction</td> 8780 <td class="unknown" align="center">Unknown</td> 8781 </tr> 8782 <tr id="1494"> 8783 <td><a href="https://cplusplus.github.io/CWG/issues/1494.html">1494</a></td> 8784 <td>CD3</td> 8785 <td>Temporary initialization for reference binding in list-initialization</td> 8786 <td class="unknown" align="center">Unknown</td> 8787 </tr> 8788 <tr id="1495"> 8789 <td><a href="https://cplusplus.github.io/CWG/issues/1495.html">1495</a></td> 8790 <td>CD3</td> 8791 <td>Partial specialization of variadic class template</td> 8792 <td class="full" align="center">Clang 4</td> 8793 </tr> 8794 <tr id="1496"> 8795 <td><a href="https://cplusplus.github.io/CWG/issues/1496.html">1496</a></td> 8796 <td>CD4</td> 8797 <td>Triviality with deleted and missing default constructors</td> 8798 <td class="none" align="center">No</td> 8799 </tr> 8800 <tr id="1497"> 8801 <td><a href="https://cplusplus.github.io/CWG/issues/1497.html">1497</a></td> 8802 <td>NAD</td> 8803 <td>Aggregate initialization with parenthesized string literal</td> 8804 <td class="unknown" align="center">Unknown</td> 8805 </tr> 8806 <tr id="1498"> 8807 <td><a href="https://cplusplus.github.io/CWG/issues/1498.html">1498</a></td> 8808 <td>dup</td> 8809 <td>Lifetime of temporaries in range-based <TT>for</TT></td> 8810 <td class="unknown" align="center">Unknown</td> 8811 </tr> 8812 <tr id="1499"> 8813 <td><a href="https://cplusplus.github.io/CWG/issues/1499.html">1499</a></td> 8814 <td>DRWP</td> 8815 <td>Missing case for deleted move assignment operator</td> 8816 <td class="unknown" align="center">Unknown</td> 8817 </tr> 8818 <tr id="1500"> 8819 <td><a href="https://cplusplus.github.io/CWG/issues/1500.html">1500</a></td> 8820 <td>CD6</td> 8821 <td>Name lookup of dependent conversion function</td> 8822 <td class="unknown" align="center">Unknown</td> 8823 </tr> 8824 <tr id="1501"> 8825 <td><a href="https://cplusplus.github.io/CWG/issues/1501.html">1501</a></td> 8826 <td>NAD</td> 8827 <td>Nested braces in list-initialization</td> 8828 <td class="unknown" align="center">Unknown</td> 8829 </tr> 8830 <tr id="1502"> 8831 <td><a href="https://cplusplus.github.io/CWG/issues/1502.html">1502</a></td> 8832 <td>CD3</td> 8833 <td>Value initialization of unions with member initializers</td> 8834 <td class="unknown" align="center">Unknown</td> 8835 </tr> 8836 <tr id="1503"> 8837 <td><a href="https://cplusplus.github.io/CWG/issues/1503.html">1503</a></td> 8838 <td>CD3</td> 8839 <td>Exceptions during copy to exception object</td> 8840 <td class="unknown" align="center">Unknown</td> 8841 </tr> 8842 <tr id="1504"> 8843 <td><a href="https://cplusplus.github.io/CWG/issues/1504.html">1504</a></td> 8844 <td>CD3</td> 8845 <td>Pointer arithmetic after derived-base conversion</td> 8846 <td class="unknown" align="center">Unknown</td> 8847 </tr> 8848 <tr id="1505"> 8849 <td><a href="https://cplusplus.github.io/CWG/issues/1505.html">1505</a></td> 8850 <td>dup</td> 8851 <td>Direct binding of reference to temporary in list-initialization</td> 8852 <td class="unknown" align="center">Unknown</td> 8853 </tr> 8854 <tr id="1506"> 8855 <td><a href="https://cplusplus.github.io/CWG/issues/1506.html">1506</a></td> 8856 <td>CD3</td> 8857 <td>Value category of <TT>initializer_list</TT> object</td> 8858 <td class="unknown" align="center">Unknown</td> 8859 </tr> 8860 <tr id="1507"> 8861 <td><a href="https://cplusplus.github.io/CWG/issues/1507.html">1507</a></td> 8862 <td>CD3</td> 8863 <td>Value initialization with trivial inaccessible default constructor</td> 8864 <td class="unknown" align="center">Unknown</td> 8865 </tr> 8866 <tr id="1508"> 8867 <td><a href="https://cplusplus.github.io/CWG/issues/1508.html">1508</a></td> 8868 <td>C++14</td> 8869 <td>Template initializer-list constructors</td> 8870 <td class="unknown" align="center">Unknown</td> 8871 </tr> 8872 <tr id="1509"> 8873 <td><a href="https://cplusplus.github.io/CWG/issues/1509.html">1509</a></td> 8874 <td>C++14</td> 8875 <td>Definition of “non-template function”</td> 8876 <td class="unknown" align="center">Unknown</td> 8877 </tr> 8878 <tr id="1510"> 8879 <td><a href="https://cplusplus.github.io/CWG/issues/1510.html">1510</a></td> 8880 <td>CD3</td> 8881 <td>cv-qualified references via <TT>decltype</TT></td> 8882 <td class="unknown" align="center">Unknown</td> 8883 </tr> 8884 <tr id="1511"> 8885 <td><a href="https://cplusplus.github.io/CWG/issues/1511.html">1511</a></td> 8886 <td>CD3</td> 8887 <td><TT>const volatile</TT> variables and the one-definition rule</td> 8888 <td class="unknown" align="center">Unknown</td> 8889 </tr> 8890 <tr id="1512"> 8891 <td><a href="https://cplusplus.github.io/CWG/issues/1512.html">1512</a></td> 8892 <td>CD3</td> 8893 <td>Pointer comparison vs qualification conversions</td> 8894 <td class="full" align="center">Clang 4</td> 8895 </tr> 8896 <tr class="open" id="1513"> 8897 <td><a href="https://cplusplus.github.io/CWG/issues/1513.html">1513</a></td> 8898 <td>drafting</td> 8899 <td><TT>initializer_list</TT> deduction failure</td> 8900 <td align="center">Not resolved</td> 8901 </tr> 8902 <tr id="1514"> 8903 <td><a href="https://cplusplus.github.io/CWG/issues/1514.html">1514</a></td> 8904 <td>C++14</td> 8905 <td>Ambiguity between enumeration definition and zero-length bit-field</td> 8906 <td class="full" align="center">Clang 11</td> 8907 </tr> 8908 <tr id="1515"> 8909 <td><a href="https://cplusplus.github.io/CWG/issues/1515.html">1515</a></td> 8910 <td>CD3</td> 8911 <td>Modulo 2<SUP><I>n</I></SUP> arithmetic for implicitly-unsigned types</td> 8912 <td class="unknown" align="center">Unknown</td> 8913 </tr> 8914 <tr id="1516"> 8915 <td><a href="https://cplusplus.github.io/CWG/issues/1516.html">1516</a></td> 8916 <td>CD3</td> 8917 <td>Definition of “virtual function call”</td> 8918 <td class="unknown" align="center">Unknown</td> 8919 </tr> 8920 <tr class="open" id="1517"> 8921 <td><a href="https://cplusplus.github.io/CWG/issues/1517.html">1517</a></td> 8922 <td>drafting</td> 8923 <td>Unclear/missing description of behavior during construction/destruction</td> 8924 <td align="center">Not resolved</td> 8925 </tr> 8926 <tr id="1518"> 8927 <td><a href="https://cplusplus.github.io/CWG/issues/1518.html">1518</a></td> 8928 <td>CD4</td> 8929 <td>Explicit default constructors and copy-list-initialization</td> 8930 <td class="full" align="center">Clang 4</td> 8931 </tr> 8932 <tr id="1519"> 8933 <td><a href="https://cplusplus.github.io/CWG/issues/1519.html">1519</a></td> 8934 <td>NAD</td> 8935 <td>Conflicting default and variadic constructors</td> 8936 <td class="unknown" align="center">Unknown</td> 8937 </tr> 8938 <tr id="1520"> 8939 <td><a href="https://cplusplus.github.io/CWG/issues/1520.html">1520</a></td> 8940 <td>NAD</td> 8941 <td>Alias template specialization vs pack expansion</td> 8942 <td class="unknown" align="center">Unknown</td> 8943 </tr> 8944 <tr id="1521"> 8945 <td><a href="https://cplusplus.github.io/CWG/issues/1521.html">1521</a></td> 8946 <td>dup</td> 8947 <td><TT>T{</TT><I>expr</I><TT>}</TT> with reference types</td> 8948 <td class="unknown" align="center">Unknown</td> 8949 </tr> 8950 <tr id="1522"> 8951 <td><a href="https://cplusplus.github.io/CWG/issues/1522.html">1522</a></td> 8952 <td>CD3</td> 8953 <td>Access checking for <TT>initializer_list</TT> array initialization</td> 8954 <td class="unknown" align="center">Unknown</td> 8955 </tr> 8956 <tr id="1523"> 8957 <td><a href="https://cplusplus.github.io/CWG/issues/1523.html">1523</a></td> 8958 <td>CD5</td> 8959 <td>Point of declaration in range-based <TT>for</TT></td> 8960 <td class="unknown" align="center">Unknown</td> 8961 </tr> 8962 <tr class="open" id="1524"> 8963 <td><a href="https://cplusplus.github.io/CWG/issues/1524.html">1524</a></td> 8964 <td>drafting</td> 8965 <td>Incompletely-defined class template base</td> 8966 <td align="center">Not resolved</td> 8967 </tr> 8968 <tr id="1525"> 8969 <td><a href="https://cplusplus.github.io/CWG/issues/1525.html">1525</a></td> 8970 <td>NAD</td> 8971 <td>Array bound inference in temporary array</td> 8972 <td class="unknown" align="center">Unknown</td> 8973 </tr> 8974 <tr id="1526"> 8975 <td><a href="https://cplusplus.github.io/CWG/issues/1526.html">1526</a></td> 8976 <td>dup</td> 8977 <td>Dependent-class lookup in the current instantiation</td> 8978 <td class="unknown" align="center">Unknown</td> 8979 </tr> 8980 <tr id="1527"> 8981 <td><a href="https://cplusplus.github.io/CWG/issues/1527.html">1527</a></td> 8982 <td>CD3</td> 8983 <td>Assignment from <I>braced-init-list</I></td> 8984 <td class="unknown" align="center">Unknown</td> 8985 </tr> 8986 <tr id="1528"> 8987 <td><a href="https://cplusplus.github.io/CWG/issues/1528.html">1528</a></td> 8988 <td>CD3</td> 8989 <td>Repeated <I>cv-qualifier</I>s in declarators</td> 8990 <td class="unknown" align="center">Unknown</td> 8991 </tr> 8992 <tr class="open" id="1529"> 8993 <td><a href="https://cplusplus.github.io/CWG/issues/1529.html">1529</a></td> 8994 <td>drafting</td> 8995 <td>Nomenclature for variable vs reference non-static data member</td> 8996 <td align="center">Not resolved</td> 8997 </tr> 8998 <tr class="open" id="1530"> 8999 <td><a href="https://cplusplus.github.io/CWG/issues/1530.html">1530</a></td> 9000 <td>drafting</td> 9001 <td>Member access in out-of-lifetime objects</td> 9002 <td align="center">Not resolved</td> 9003 </tr> 9004 <tr id="1531"> 9005 <td><a href="https://cplusplus.github.io/CWG/issues/1531.html">1531</a></td> 9006 <td>CD3</td> 9007 <td>Definition of “access” (verb)</td> 9008 <td class="unknown" align="center">Unknown</td> 9009 </tr> 9010 <tr id="1532"> 9011 <td><a href="https://cplusplus.github.io/CWG/issues/1532.html">1532</a></td> 9012 <td>CD3</td> 9013 <td>Explicit instantiation and member templates</td> 9014 <td class="unknown" align="center">Unknown</td> 9015 </tr> 9016 <tr id="1533"> 9017 <td><a href="https://cplusplus.github.io/CWG/issues/1533.html">1533</a></td> 9018 <td>CD3</td> 9019 <td>Function pack expansion for member initialization</td> 9020 <td class="unknown" align="center">Unknown</td> 9021 </tr> 9022 <tr id="1534"> 9023 <td><a href="https://cplusplus.github.io/CWG/issues/1534.html">1534</a></td> 9024 <td>dup</td> 9025 <td>cv-qualification of prvalue of type “array of class”</td> 9026 <td class="unknown" align="center">Unknown</td> 9027 </tr> 9028 <tr id="1535"> 9029 <td><a href="https://cplusplus.github.io/CWG/issues/1535.html">1535</a></td> 9030 <td>CD3</td> 9031 <td><TT>typeid</TT> in core constant expressions</td> 9032 <td class="unknown" align="center">Unknown</td> 9033 </tr> 9034 <tr class="open" id="1536"> 9035 <td><a href="https://cplusplus.github.io/CWG/issues/1536.html">1536</a></td> 9036 <td>drafting</td> 9037 <td>Overload resolution with temporary from initializer list</td> 9038 <td align="center">Not resolved</td> 9039 </tr> 9040 <tr id="1537"> 9041 <td><a href="https://cplusplus.github.io/CWG/issues/1537.html">1537</a></td> 9042 <td>CD3</td> 9043 <td>Optional compile-time evaluation of constant expressions</td> 9044 <td class="unknown" align="center">Unknown</td> 9045 </tr> 9046 <tr id="1538"> 9047 <td><a href="https://cplusplus.github.io/CWG/issues/1538.html">1538</a></td> 9048 <td>CD3</td> 9049 <td>C-style cast in <I>braced-init-list</I> assignment</td> 9050 <td class="unknown" align="center">Unknown</td> 9051 </tr> 9052 <tr id="1539"> 9053 <td><a href="https://cplusplus.github.io/CWG/issues/1539.html">1539</a></td> 9054 <td>CD3</td> 9055 <td>Definition of “character type”</td> 9056 <td class="unknown" align="center">Unknown</td> 9057 </tr> 9058 <tr id="1540"> 9059 <td><a href="https://cplusplus.github.io/CWG/issues/1540.html">1540</a></td> 9060 <td>NAD</td> 9061 <td>Use of address constants in constant expressions</td> 9062 <td class="unknown" align="center">Unknown</td> 9063 </tr> 9064 <tr id="1541"> 9065 <td><a href="https://cplusplus.github.io/CWG/issues/1541.html">1541</a></td> 9066 <td>CD3</td> 9067 <td><I>cv</I> <TT>void</TT> return types</td> 9068 <td class="unknown" align="center">Unknown</td> 9069 </tr> 9070 <tr class="open" id="1542"> 9071 <td><a href="https://cplusplus.github.io/CWG/issues/1542.html">1542</a></td> 9072 <td>drafting</td> 9073 <td>Compound assignment of <I>braced-init-list</I></td> 9074 <td align="center">Not resolved</td> 9075 </tr> 9076 <tr id="1543"> 9077 <td><a href="https://cplusplus.github.io/CWG/issues/1543.html">1543</a></td> 9078 <td>CD3</td> 9079 <td>Implicit conversion sequence for empty initializer list</td> 9080 <td class="unknown" align="center">Unknown</td> 9081 </tr> 9082 <tr id="1544"> 9083 <td><a href="https://cplusplus.github.io/CWG/issues/1544.html">1544</a></td> 9084 <td>CD3</td> 9085 <td>Linkage of member of unnamed namespace</td> 9086 <td class="unknown" align="center">Unknown</td> 9087 </tr> 9088 <tr id="1545"> 9089 <td><a href="https://cplusplus.github.io/CWG/issues/1545.html">1545</a></td> 9090 <td>NAD</td> 9091 <td><TT>friend</TT> function templates defined in class templates</td> 9092 <td class="unknown" align="center">Unknown</td> 9093 </tr> 9094 <tr id="1546"> 9095 <td><a href="https://cplusplus.github.io/CWG/issues/1546.html">1546</a></td> 9096 <td>NAD</td> 9097 <td>Errors in function template default arguments</td> 9098 <td class="unknown" align="center">Unknown</td> 9099 </tr> 9100 <tr id="1547"> 9101 <td><a href="https://cplusplus.github.io/CWG/issues/1547.html">1547</a></td> 9102 <td>NAD</td> 9103 <td><TT>typename</TT> keyword in <I>alias-declaration</I>s</td> 9104 <td class="unknown" align="center">Unknown</td> 9105 </tr> 9106 <tr class="open" id="1548"> 9107 <td><a href="https://cplusplus.github.io/CWG/issues/1548.html">1548</a></td> 9108 <td>drafting</td> 9109 <td>Copy/move construction and conversion functions</td> 9110 <td align="center">Not resolved</td> 9111 </tr> 9112 <tr class="open" id="1549"> 9113 <td><a href="https://cplusplus.github.io/CWG/issues/1549.html">1549</a></td> 9114 <td>open</td> 9115 <td>Overloaded comma operator with <TT>void</TT> operand</td> 9116 <td align="center">Not resolved</td> 9117 </tr> 9118 <tr id="1550"> 9119 <td><a href="https://cplusplus.github.io/CWG/issues/1550.html">1550</a></td> 9120 <td>CD3</td> 9121 <td>Parenthesized <I>throw-expression</I> operand of <I>conditional-expression</I></td> 9122 <td class="full" align="center">Clang 3.4</td> 9123 </tr> 9124 <tr id="1551"> 9125 <td><a href="https://cplusplus.github.io/CWG/issues/1551.html">1551</a></td> 9126 <td>C++14</td> 9127 <td>Wording problems in <I>using-declaration</I> specification</td> 9128 <td class="unknown" align="center">Unknown</td> 9129 </tr> 9130 <tr id="1552"> 9131 <td><a href="https://cplusplus.github.io/CWG/issues/1552.html">1552</a></td> 9132 <td>CD4</td> 9133 <td><I>exception-specification</I>s and defaulted special member functions</td> 9134 <td class="unknown" align="center">Unknown</td> 9135 </tr> 9136 <tr id="1553"> 9137 <td><a href="https://cplusplus.github.io/CWG/issues/1553.html">1553</a></td> 9138 <td>CD3</td> 9139 <td><TT>sizeof</TT> and xvalue bit-fields</td> 9140 <td class="unknown" align="center">Unknown</td> 9141 </tr> 9142 <tr class="open" id="1554"> 9143 <td><a href="https://cplusplus.github.io/CWG/issues/1554.html">1554</a></td> 9144 <td>drafting</td> 9145 <td>Access and alias templates</td> 9146 <td align="center">Not resolved</td> 9147 </tr> 9148 <tr id="1555"> 9149 <td><a href="https://cplusplus.github.io/CWG/issues/1555.html">1555</a></td> 9150 <td>NAD</td> 9151 <td>Language linkage and function type compatibility</td> 9152 <td class="unknown" align="center">Unknown</td> 9153 </tr> 9154 <tr id="1556"> 9155 <td><a href="https://cplusplus.github.io/CWG/issues/1556.html">1556</a></td> 9156 <td>CD3</td> 9157 <td>Constructors and explicit conversion functions in direct initialization</td> 9158 <td class="unknown" align="center">Unknown</td> 9159 </tr> 9160 <tr id="1557"> 9161 <td><a href="https://cplusplus.github.io/CWG/issues/1557.html">1557</a></td> 9162 <td>CD3</td> 9163 <td>Language linkage of converted lambda function pointer</td> 9164 <td class="unknown" align="center">Unknown</td> 9165 </tr> 9166 <tr id="1558"> 9167 <td><a href="https://cplusplus.github.io/CWG/issues/1558.html">1558</a></td> 9168 <td>CD4</td> 9169 <td>Unused arguments in alias template specializations</td> 9170 <td class="full" align="center">Clang 12</td> 9171 </tr> 9172 <tr id="1559"> 9173 <td><a href="https://cplusplus.github.io/CWG/issues/1559.html">1559</a></td> 9174 <td>CD3</td> 9175 <td>String too long in initializer list of <I>new-expression</I></td> 9176 <td class="unknown" align="center">Unknown</td> 9177 </tr> 9178 <tr id="1560"> 9179 <td><a href="https://cplusplus.github.io/CWG/issues/1560.html">1560</a></td> 9180 <td>CD3</td> 9181 <td>Gratuitous lvalue-to-rvalue conversion in <I>conditional-expression</I> with <I>throw-expression</I> operand</td> 9182 <td class="full" align="center">Clang 3.5</td> 9183 </tr> 9184 <tr id="1561"> 9185 <td><a href="https://cplusplus.github.io/CWG/issues/1561.html">1561</a></td> 9186 <td>CD4</td> 9187 <td>Aggregates with empty base classes</td> 9188 <td class="unknown" align="center">Unknown</td> 9189 </tr> 9190 <tr id="1562"> 9191 <td><a href="https://cplusplus.github.io/CWG/issues/1562.html">1562</a></td> 9192 <td>C++14</td> 9193 <td>Non-static data member initializers and union <I>ctor-initializer</I></td> 9194 <td class="unknown" align="center">Unknown</td> 9195 </tr> 9196 <tr id="1563"> 9197 <td><a href="https://cplusplus.github.io/CWG/issues/1563.html">1563</a></td> 9198 <td>CD3</td> 9199 <td>List-initialization and overloaded function disambiguation</td> 9200 <td class="full" align="center">Clang 3.1</td> 9201 </tr> 9202 <tr id="1564"> 9203 <td><a href="https://cplusplus.github.io/CWG/issues/1564.html">1564</a></td> 9204 <td>NAD</td> 9205 <td>Template argument deduction from an initializer list</td> 9206 <td class="unknown" align="center">Unknown</td> 9207 </tr> 9208 <tr id="1565"> 9209 <td><a href="https://cplusplus.github.io/CWG/issues/1565.html">1565</a></td> 9210 <td>NAD</td> 9211 <td>Copy elision and lifetime of <TT>initializer_list</TT> underlying array</td> 9212 <td class="unknown" align="center">Unknown</td> 9213 </tr> 9214 <tr id="1566"> 9215 <td><a href="https://cplusplus.github.io/CWG/issues/1566.html">1566</a></td> 9216 <td>NAD</td> 9217 <td>Should <TT>new std::initializer_list<T></TT> be ill-formed?</td> 9218 <td class="unknown" align="center">Unknown</td> 9219 </tr> 9220 <tr id="1567"> 9221 <td><a href="https://cplusplus.github.io/CWG/issues/1567.html">1567</a></td> 9222 <td>C++14</td> 9223 <td>Inheriting constructors and copy/move constructors</td> 9224 <td class="full" align="center">Clang 3.3</td> 9225 </tr> 9226 <tr id="1568"> 9227 <td><a href="https://cplusplus.github.io/CWG/issues/1568.html">1568</a></td> 9228 <td>dup</td> 9229 <td>Temporary lifetime extension with intervening cast</td> 9230 <td class="unknown" align="center">Unknown</td> 9231 </tr> 9232 <tr id="1569"> 9233 <td><a href="https://cplusplus.github.io/CWG/issues/1569.html">1569</a></td> 9234 <td>C++14</td> 9235 <td>Deducing a function parameter pack before ellipsis</td> 9236 <td class="unknown" align="center">Unknown</td> 9237 </tr> 9238 <tr id="1570"> 9239 <td><a href="https://cplusplus.github.io/CWG/issues/1570.html">1570</a></td> 9240 <td>C++14</td> 9241 <td>Address of subobject as non-type template argument</td> 9242 <td class="unknown" align="center">Unknown</td> 9243 </tr> 9244 <tr id="1571"> 9245 <td><a href="https://cplusplus.github.io/CWG/issues/1571.html">1571</a></td> 9246 <td>CD4</td> 9247 <td>cv-qualification for indirect reference binding via conversion function</td> 9248 <td class="unknown" align="center">Unknown</td> 9249 </tr> 9250 <tr id="1572"> 9251 <td><a href="https://cplusplus.github.io/CWG/issues/1572.html">1572</a></td> 9252 <td>CD4</td> 9253 <td>Incorrect example for rvalue reference binding via conversion function</td> 9254 <td class="unknown" align="center">Unknown</td> 9255 </tr> 9256 <tr id="1573"> 9257 <td><a href="https://cplusplus.github.io/CWG/issues/1573.html">1573</a></td> 9258 <td>CD4</td> 9259 <td>Inherited constructor characteristics</td> 9260 <td class="full" align="center">Clang 3.9</td> 9261 </tr> 9262 <tr id="1574"> 9263 <td><a href="https://cplusplus.github.io/CWG/issues/1574.html">1574</a></td> 9264 <td>NAD</td> 9265 <td>Explicitly-defaulted <TT>constexpr</TT> functions in wrapper templates</td> 9266 <td class="unknown" align="center">Unknown</td> 9267 </tr> 9268 <tr id="1575"> 9269 <td><a href="https://cplusplus.github.io/CWG/issues/1575.html">1575</a></td> 9270 <td>C++14</td> 9271 <td>Incorrect definition of “strict pointer safety”</td> 9272 <td class="unknown" align="center">Unknown</td> 9273 </tr> 9274 <tr id="1576"> 9275 <td><a href="https://cplusplus.github.io/CWG/issues/1576.html">1576</a></td> 9276 <td>C++14</td> 9277 <td>Discarded-value volatile xvalues</td> 9278 <td class="unknown" align="center">Unknown</td> 9279 </tr> 9280 <tr id="1577"> 9281 <td><a href="https://cplusplus.github.io/CWG/issues/1577.html">1577</a></td> 9282 <td>NAD</td> 9283 <td>Unnecessary restrictions on partial specializations</td> 9284 <td class="unknown" align="center">Unknown</td> 9285 </tr> 9286 <tr id="1578"> 9287 <td><a href="https://cplusplus.github.io/CWG/issues/1578.html">1578</a></td> 9288 <td>NAD</td> 9289 <td>Value-initialization of aggregates</td> 9290 <td class="unknown" align="center">Unknown</td> 9291 </tr> 9292 <tr id="1579"> 9293 <td><a href="https://cplusplus.github.io/CWG/issues/1579.html">1579</a></td> 9294 <td>C++14</td> 9295 <td>Return by converting move constructor</td> 9296 <td class="full" align="center">Clang 3.9</td> 9297 </tr> 9298 <tr class="open" id="1580"> 9299 <td><a href="https://cplusplus.github.io/CWG/issues/1580.html">1580</a></td> 9300 <td>drafting</td> 9301 <td>Default arguments in explicit instantiations</td> 9302 <td align="center">Not resolved</td> 9303 </tr> 9304 <tr id="1581"> 9305 <td><a href="https://cplusplus.github.io/CWG/issues/1581.html">1581</a></td> 9306 <td>CD5</td> 9307 <td>When are <TT>constexpr</TT> member functions defined?</td> 9308 <td class="unknown" align="center">Unknown</td> 9309 </tr> 9310 <tr class="open" id="1582"> 9311 <td><a href="https://cplusplus.github.io/CWG/issues/1582.html">1582</a></td> 9312 <td>drafting</td> 9313 <td>Template default arguments and deduction failure</td> 9314 <td align="center">Not resolved</td> 9315 </tr> 9316 <tr id="1583"> 9317 <td><a href="https://cplusplus.github.io/CWG/issues/1583.html">1583</a></td> 9318 <td>C++14</td> 9319 <td>Incorrect example of unspecified behavior</td> 9320 <td class="unknown" align="center">Unknown</td> 9321 </tr> 9322 <tr class="open" id="1584"> 9323 <td><a href="https://cplusplus.github.io/CWG/issues/1584.html">1584</a></td> 9324 <td>drafting</td> 9325 <td>Deducing function types from cv-qualified types</td> 9326 <td align="center"> 9327 <details> 9328 <summary>Not resolved</summary> 9329 Clang 7 implements 2015-05 resolution 9330 </details></td> 9331 </tr> 9332 <tr id="1585"> 9333 <td><a href="https://cplusplus.github.io/CWG/issues/1585.html">1585</a></td> 9334 <td>NAD</td> 9335 <td>Value category of member access of rvalue reference member</td> 9336 <td class="unknown" align="center">Unknown</td> 9337 </tr> 9338 <tr id="1586"> 9339 <td><a href="https://cplusplus.github.io/CWG/issues/1586.html">1586</a></td> 9340 <td>NAD</td> 9341 <td>Naming a destructor via <TT>decltype</TT></td> 9342 <td class="unknown" align="center">Unknown</td> 9343 </tr> 9344 <tr id="1587"> 9345 <td><a href="https://cplusplus.github.io/CWG/issues/1587.html">1587</a></td> 9346 <td>C++14</td> 9347 <td><TT>constexpr</TT> initialization and nested anonymous unions</td> 9348 <td class="unknown" align="center">Unknown</td> 9349 </tr> 9350 <tr id="1588"> 9351 <td><a href="https://cplusplus.github.io/CWG/issues/1588.html">1588</a></td> 9352 <td>CD3</td> 9353 <td>Deducing cv-qualified <TT>auto</TT></td> 9354 <td class="unknown" align="center">Unknown</td> 9355 </tr> 9356 <tr id="1589"> 9357 <td><a href="https://cplusplus.github.io/CWG/issues/1589.html">1589</a></td> 9358 <td>CD4</td> 9359 <td>Ambiguous ranking of list-initialization sequences</td> 9360 <td class="full" align="center">Clang 3.7 (C++11 onwards)</td> 9361 </tr> 9362 <tr id="1590"> 9363 <td><a href="https://cplusplus.github.io/CWG/issues/1590.html">1590</a></td> 9364 <td>CD4</td> 9365 <td>Bypassing non-copy/move constructor copying</td> 9366 <td class="unknown" align="center">Unknown</td> 9367 </tr> 9368 <tr id="1591"> 9369 <td><a href="https://cplusplus.github.io/CWG/issues/1591.html">1591</a></td> 9370 <td>CD4</td> 9371 <td>Deducing array bound and element type from initializer list</td> 9372 <td class="unknown" align="center">Unknown</td> 9373 </tr> 9374 <tr id="1592"> 9375 <td><a href="https://cplusplus.github.io/CWG/issues/1592.html">1592</a></td> 9376 <td>C++14</td> 9377 <td>When do template parameters match?</td> 9378 <td class="unknown" align="center">Unknown</td> 9379 </tr> 9380 <tr id="1593"> 9381 <td><a href="https://cplusplus.github.io/CWG/issues/1593.html">1593</a></td> 9382 <td>C++14</td> 9383 <td>“Parameter type” of special member functions</td> 9384 <td class="unknown" align="center">Unknown</td> 9385 </tr> 9386 <tr class="open" id="1594"> 9387 <td><a href="https://cplusplus.github.io/CWG/issues/1594.html">1594</a></td> 9388 <td>drafting</td> 9389 <td>Lazy declaration of special members vs overload errors</td> 9390 <td align="center">Not resolved</td> 9391 </tr> 9392 <tr id="1595"> 9393 <td><a href="https://cplusplus.github.io/CWG/issues/1595.html">1595</a></td> 9394 <td>C++14</td> 9395 <td>Constructors “involved in” subobject initialization</td> 9396 <td class="unknown" align="center">Unknown</td> 9397 </tr> 9398 <tr id="1596"> 9399 <td><a href="https://cplusplus.github.io/CWG/issues/1596.html">1596</a></td> 9400 <td>CD4</td> 9401 <td>Non-array objects as <TT>array[1]</TT></td> 9402 <td class="unknown" align="center">Unknown</td> 9403 </tr> 9404 <tr id="1597"> 9405 <td><a href="https://cplusplus.github.io/CWG/issues/1597.html">1597</a></td> 9406 <td>CD3</td> 9407 <td>Misleading <TT>constexpr</TT> example</td> 9408 <td class="unknown" align="center">Unknown</td> 9409 </tr> 9410 <tr id="1598"> 9411 <td><a href="https://cplusplus.github.io/CWG/issues/1598.html">1598</a></td> 9412 <td>C++14</td> 9413 <td>Criterion for equality of pointers to members</td> 9414 <td class="unknown" align="center">Unknown</td> 9415 </tr> 9416 <tr id="1599"> 9417 <td><a href="https://cplusplus.github.io/CWG/issues/1599.html">1599</a></td> 9418 <td>CD4</td> 9419 <td>Lifetime of <TT>initializer_list</TT> underlying array</td> 9420 <td class="unknown" align="center">Unknown</td> 9421 </tr> 9422 <tr id="1600"> 9423 <td><a href="https://cplusplus.github.io/CWG/issues/1600.html">1600</a></td> 9424 <td>CD4</td> 9425 <td>Erroneous reference initialization in example</td> 9426 <td class="unknown" align="center">Unknown</td> 9427 </tr> 9428 <tr id="1601"> 9429 <td><a href="https://cplusplus.github.io/CWG/issues/1601.html">1601</a></td> 9430 <td>C++14</td> 9431 <td>Promotion of enumeration with fixed underlying type</td> 9432 <td class="full" align="center">Clang 10</td> 9433 </tr> 9434 <tr class="open" id="1602"> 9435 <td><a href="https://cplusplus.github.io/CWG/issues/1602.html">1602</a></td> 9436 <td>review</td> 9437 <td>Linkage of specialization vs linkage of template arguments</td> 9438 <td align="center">Not resolved</td> 9439 </tr> 9440 <tr id="1603"> 9441 <td><a href="https://cplusplus.github.io/CWG/issues/1603.html">1603</a></td> 9442 <td>CD4</td> 9443 <td>Errors resulting from giving unnamed namespaces internal linkage</td> 9444 <td class="unknown" align="center">Unknown</td> 9445 </tr> 9446 <tr id="1604"> 9447 <td><a href="https://cplusplus.github.io/CWG/issues/1604.html">1604</a></td> 9448 <td>C++14</td> 9449 <td>Double temporaries in reference initialization</td> 9450 <td class="unknown" align="center">Unknown</td> 9451 </tr> 9452 <tr id="1605"> 9453 <td><a href="https://cplusplus.github.io/CWG/issues/1605.html">1605</a></td> 9454 <td>CD3</td> 9455 <td>Misleading parenthetical comment for explicit destructor call</td> 9456 <td class="unknown" align="center">Unknown</td> 9457 </tr> 9458 <tr id="1606"> 9459 <td><a href="https://cplusplus.github.io/CWG/issues/1606.html">1606</a></td> 9460 <td>NAD</td> 9461 <td><TT>sizeof</TT> closure class</td> 9462 <td class="full" align="center">Clang 3.1</td> 9463 </tr> 9464 <tr id="1607"> 9465 <td><a href="https://cplusplus.github.io/CWG/issues/1607.html">1607</a></td> 9466 <td>C++14</td> 9467 <td>Lambdas in template parameters</td> 9468 <td class="unknown" align="center">Unknown</td> 9469 </tr> 9470 <tr id="1608"> 9471 <td><a href="https://cplusplus.github.io/CWG/issues/1608.html">1608</a></td> 9472 <td>C++14</td> 9473 <td>Operator lookup in trailing return type</td> 9474 <td class="unknown" align="center">Unknown</td> 9475 </tr> 9476 <tr class="open" id="1609"> 9477 <td><a href="https://cplusplus.github.io/CWG/issues/1609.html">1609</a></td> 9478 <td>open</td> 9479 <td>Default arguments and function parameter packs</td> 9480 <td align="center">Not resolved</td> 9481 </tr> 9482 <tr class="open" id="1610"> 9483 <td><a href="https://cplusplus.github.io/CWG/issues/1610.html">1610</a></td> 9484 <td>drafting</td> 9485 <td>Cv-qualification in deduction of reference to array</td> 9486 <td align="center">Not resolved</td> 9487 </tr> 9488 <tr id="1611"> 9489 <td><a href="https://cplusplus.github.io/CWG/issues/1611.html">1611</a></td> 9490 <td>C++14</td> 9491 <td>Deleted default constructor for abstract class</td> 9492 <td class="full" align="center">Duplicate of <a href="#1658">1658</a></td> 9493 </tr> 9494 <tr id="1612"> 9495 <td><a href="https://cplusplus.github.io/CWG/issues/1612.html">1612</a></td> 9496 <td>C++14</td> 9497 <td>Implicit lambda capture and anonymous unions</td> 9498 <td class="unknown" align="center">Unknown</td> 9499 </tr> 9500 <tr id="1613"> 9501 <td><a href="https://cplusplus.github.io/CWG/issues/1613.html">1613</a></td> 9502 <td>C++14</td> 9503 <td>Constant expressions and lambda capture</td> 9504 <td class="unknown" align="center">Unknown</td> 9505 </tr> 9506 <tr id="1614"> 9507 <td><a href="https://cplusplus.github.io/CWG/issues/1614.html">1614</a></td> 9508 <td>CD4</td> 9509 <td>Address of pure virtual function vs odr-use</td> 9510 <td class="unknown" align="center">Unknown</td> 9511 </tr> 9512 <tr id="1615"> 9513 <td><a href="https://cplusplus.github.io/CWG/issues/1615.html">1615</a></td> 9514 <td>CD4</td> 9515 <td>Alignment of types, variables, and members</td> 9516 <td class="unknown" align="center">Unknown</td> 9517 </tr> 9518 <tr id="1616"> 9519 <td><a href="https://cplusplus.github.io/CWG/issues/1616.html">1616</a></td> 9520 <td>CD6</td> 9521 <td>Disambiguation parsing and template parameters</td> 9522 <td class="unknown" align="center">Unknown</td> 9523 </tr> 9524 <tr class="open" id="1617"> 9525 <td><a href="https://cplusplus.github.io/CWG/issues/1617.html">1617</a></td> 9526 <td>open</td> 9527 <td><TT>alignas</TT> and non-defining declarations</td> 9528 <td align="center">Not resolved</td> 9529 </tr> 9530 <tr id="1618"> 9531 <td><a href="https://cplusplus.github.io/CWG/issues/1618.html">1618</a></td> 9532 <td>C++14</td> 9533 <td>Gratuitously-unsigned underlying enum type</td> 9534 <td class="unknown" align="center">Unknown</td> 9535 </tr> 9536 <tr class="open" id="1619"> 9537 <td><a href="https://cplusplus.github.io/CWG/issues/1619.html">1619</a></td> 9538 <td>open</td> 9539 <td>Definition of current instantiation</td> 9540 <td align="center">Not resolved</td> 9541 </tr> 9542 <tr class="open" id="1620"> 9543 <td><a href="https://cplusplus.github.io/CWG/issues/1620.html">1620</a></td> 9544 <td>open</td> 9545 <td>User-defined literals and extended integer types</td> 9546 <td align="center">Not resolved</td> 9547 </tr> 9548 <tr id="1621"> 9549 <td><a href="https://cplusplus.github.io/CWG/issues/1621.html">1621</a></td> 9550 <td>C++20</td> 9551 <td>Member initializers in anonymous unions</td> 9552 <td class="unknown" align="center">Unknown</td> 9553 </tr> 9554 <tr id="1622"> 9555 <td><a href="https://cplusplus.github.io/CWG/issues/1622.html">1622</a></td> 9556 <td>C++17</td> 9557 <td>Empty aggregate initializer for union</td> 9558 <td class="unknown" align="center">Unknown</td> 9559 </tr> 9560 <tr class="open" id="1623"> 9561 <td><a href="https://cplusplus.github.io/CWG/issues/1623.html">1623</a></td> 9562 <td>drafting</td> 9563 <td>Deleted default union constructor and member initializers</td> 9564 <td align="center">Not resolved</td> 9565 </tr> 9566 <tr id="1624"> 9567 <td><a href="https://cplusplus.github.io/CWG/issues/1624.html">1624</a></td> 9568 <td>NAD</td> 9569 <td>Destruction of union members with member initializers</td> 9570 <td class="unknown" align="center">Unknown</td> 9571 </tr> 9572 <tr class="open" id="1625"> 9573 <td><a href="https://cplusplus.github.io/CWG/issues/1625.html">1625</a></td> 9574 <td>open</td> 9575 <td>Adding spaces between tokens in stringizing</td> 9576 <td align="center">Not resolved</td> 9577 </tr> 9578 <tr id="1626"> 9579 <td><a href="https://cplusplus.github.io/CWG/issues/1626.html">1626</a></td> 9580 <td>dup</td> 9581 <td><TT>constexpr</TT> member functions in <I>brace-or-equal-initializer</I>s</td> 9582 <td class="unknown" align="center">Unknown</td> 9583 </tr> 9584 <tr id="1627"> 9585 <td><a href="https://cplusplus.github.io/CWG/issues/1627.html">1627</a></td> 9586 <td>NAD</td> 9587 <td>Agreement of dependent <TT>alignas</TT> specifiers</td> 9588 <td class="unknown" align="center">Unknown</td> 9589 </tr> 9590 <tr class="open" id="1628"> 9591 <td><a href="https://cplusplus.github.io/CWG/issues/1628.html">1628</a></td> 9592 <td>open</td> 9593 <td>Deallocation function templates</td> 9594 <td align="center">Not resolved</td> 9595 </tr> 9596 <tr id="1629"> 9597 <td><a href="https://cplusplus.github.io/CWG/issues/1629.html">1629</a></td> 9598 <td>C++14</td> 9599 <td>Can a closure class be a literal type?</td> 9600 <td class="unknown" align="center">Unknown</td> 9601 </tr> 9602 <tr id="1630"> 9603 <td><a href="https://cplusplus.github.io/CWG/issues/1630.html">1630</a></td> 9604 <td>CD4</td> 9605 <td>Multiple default constructor templates</td> 9606 <td class="unknown" align="center">Unknown</td> 9607 </tr> 9608 <tr id="1631"> 9609 <td><a href="https://cplusplus.github.io/CWG/issues/1631.html">1631</a></td> 9610 <td>CD4</td> 9611 <td>Incorrect overload resolution for single-element <I>initializer-list</I></td> 9612 <td class="full" align="center">Clang 3.7</td> 9613 </tr> 9614 <tr id="1632"> 9615 <td><a href="https://cplusplus.github.io/CWG/issues/1632.html">1632</a></td> 9616 <td>CD5</td> 9617 <td>Lambda capture in member initializers</td> 9618 <td class="unknown" align="center">Unknown</td> 9619 </tr> 9620 <tr id="1633"> 9621 <td><a href="https://cplusplus.github.io/CWG/issues/1633.html">1633</a></td> 9622 <td>CD4</td> 9623 <td>Copy-initialization in member initialization</td> 9624 <td class="unknown" align="center">Unknown</td> 9625 </tr> 9626 <tr class="open" id="1634"> 9627 <td><a href="https://cplusplus.github.io/CWG/issues/1634.html">1634</a></td> 9628 <td>drafting</td> 9629 <td>Temporary storage duration</td> 9630 <td align="center">Not resolved</td> 9631 </tr> 9632 <tr class="open" id="1635"> 9633 <td><a href="https://cplusplus.github.io/CWG/issues/1635.html">1635</a></td> 9634 <td>drafting</td> 9635 <td>How similar are template default arguments to function default arguments?</td> 9636 <td align="center">Not resolved</td> 9637 </tr> 9638 <tr id="1636"> 9639 <td><a href="https://cplusplus.github.io/CWG/issues/1636.html">1636</a></td> 9640 <td>CD5</td> 9641 <td>Bits required for negative enumerator values</td> 9642 <td class="unknown" align="center">Unknown</td> 9643 </tr> 9644 <tr id="1637"> 9645 <td><a href="https://cplusplus.github.io/CWG/issues/1637.html">1637</a></td> 9646 <td>NAD</td> 9647 <td>Recursion in <TT>constexpr</TT> template default constructor</td> 9648 <td class="unknown" align="center">Unknown</td> 9649 </tr> 9650 <tr id="1638"> 9651 <td><a href="https://cplusplus.github.io/CWG/issues/1638.html">1638</a></td> 9652 <td>CD4</td> 9653 <td>Declaring an explicit specialization of a scoped enumeration</td> 9654 <td class="full" align="center">Clang 3.1</td> 9655 </tr> 9656 <tr id="1639"> 9657 <td><a href="https://cplusplus.github.io/CWG/issues/1639.html">1639</a></td> 9658 <td>CD4</td> 9659 <td><I>exception-specification</I>s and pointer/pointer-to-member expressions</td> 9660 <td class="unknown" align="center">Unknown</td> 9661 </tr> 9662 <tr id="1640"> 9663 <td><a href="https://cplusplus.github.io/CWG/issues/1640.html">1640</a></td> 9664 <td>CD5</td> 9665 <td>Array of abstract instance of class template</td> 9666 <td class="unknown" align="center">Unknown</td> 9667 </tr> 9668 <tr id="1641"> 9669 <td><a href="https://cplusplus.github.io/CWG/issues/1641.html">1641</a></td> 9670 <td>NAD</td> 9671 <td>Assignment in member initializer</td> 9672 <td class="unknown" align="center">Unknown</td> 9673 </tr> 9674 <tr id="1642"> 9675 <td><a href="https://cplusplus.github.io/CWG/issues/1642.html">1642</a></td> 9676 <td>DRWP</td> 9677 <td>Missing requirements for prvalue operands</td> 9678 <td class="unknown" align="center">Unknown</td> 9679 </tr> 9680 <tr id="1643"> 9681 <td><a href="https://cplusplus.github.io/CWG/issues/1643.html">1643</a></td> 9682 <td>NAD</td> 9683 <td>Default arguments for template parameter packs</td> 9684 <td class="unknown" align="center">Unknown</td> 9685 </tr> 9686 <tr id="1644"> 9687 <td><a href="https://cplusplus.github.io/CWG/issues/1644.html">1644</a></td> 9688 <td>NAD</td> 9689 <td>Equivalent <I>exception-specification</I>s in function template declarations</td> 9690 <td class="unknown" align="center">Unknown</td> 9691 </tr> 9692 <tr id="1645"> 9693 <td><a href="https://cplusplus.github.io/CWG/issues/1645.html">1645</a></td> 9694 <td>CD4</td> 9695 <td>Identical inheriting constructors via default arguments</td> 9696 <td class="full" align="center">Clang 3.9</td> 9697 </tr> 9698 <tr id="1646"> 9699 <td><a href="https://cplusplus.github.io/CWG/issues/1646.html">1646</a></td> 9700 <td>CD5</td> 9701 <td><I>decltype-specifier</I>s, abstract classes, and deduction failure</td> 9702 <td class="unknown" align="center">Unknown</td> 9703 </tr> 9704 <tr class="open" id="1647"> 9705 <td><a href="https://cplusplus.github.io/CWG/issues/1647.html">1647</a></td> 9706 <td>drafting</td> 9707 <td>Type agreement of non-type template arguments in partial specializations</td> 9708 <td align="center">Not resolved</td> 9709 </tr> 9710 <tr id="1648"> 9711 <td><a href="https://cplusplus.github.io/CWG/issues/1648.html">1648</a></td> 9712 <td>C++14</td> 9713 <td><TT>thread_local</TT> vs block extern declarations</td> 9714 <td class="unknown" align="center">Unknown</td> 9715 </tr> 9716 <tr id="1649"> 9717 <td><a href="https://cplusplus.github.io/CWG/issues/1649.html">1649</a></td> 9718 <td>C++14</td> 9719 <td>Error in the syntax of <I>mem-initializer-list</I></td> 9720 <td class="unknown" align="center">Unknown</td> 9721 </tr> 9722 <tr id="1650"> 9723 <td><a href="https://cplusplus.github.io/CWG/issues/1650.html">1650</a></td> 9724 <td>NAD</td> 9725 <td>Class prvalues in reference initialization</td> 9726 <td class="unknown" align="center">Unknown</td> 9727 </tr> 9728 <tr id="1651"> 9729 <td><a href="https://cplusplus.github.io/CWG/issues/1651.html">1651</a></td> 9730 <td>NAD</td> 9731 <td>Lifetime extension of temporary via reference to subobject</td> 9732 <td class="unknown" align="center">Unknown</td> 9733 </tr> 9734 <tr id="1652"> 9735 <td><a href="https://cplusplus.github.io/CWG/issues/1652.html">1652</a></td> 9736 <td>CD4</td> 9737 <td>Object addresses in <TT>constexpr</TT> expressions</td> 9738 <td class="full" align="center">Clang 3.6</td> 9739 </tr> 9740 <tr id="1653"> 9741 <td><a href="https://cplusplus.github.io/CWG/issues/1653.html">1653</a></td> 9742 <td>CD4</td> 9743 <td>Removing deprecated increment of <TT>bool</TT></td> 9744 <td class="full" align="center">Clang 4 (C++17 onwards)</td> 9745 </tr> 9746 <tr id="1654"> 9747 <td><a href="https://cplusplus.github.io/CWG/issues/1654.html">1654</a></td> 9748 <td>dup</td> 9749 <td>Literal types and <TT>constexpr</TT> defaulted constructors</td> 9750 <td class="unknown" align="center">Unknown</td> 9751 </tr> 9752 <tr class="open" id="1655"> 9753 <td><a href="https://cplusplus.github.io/CWG/issues/1655.html">1655</a></td> 9754 <td>drafting</td> 9755 <td>Line endings in raw string literals</td> 9756 <td align="center">Not resolved</td> 9757 </tr> 9758 <tr id="1656"> 9759 <td><a href="https://cplusplus.github.io/CWG/issues/1656.html">1656</a></td> 9760 <td>CD6</td> 9761 <td>Encoding of numerically-escaped characters</td> 9762 <td class="unknown" align="center">Unknown</td> 9763 </tr> 9764 <tr id="1657"> 9765 <td><a href="https://cplusplus.github.io/CWG/issues/1657.html">1657</a></td> 9766 <td>CD4</td> 9767 <td>Attributes for namespaces and enumerators</td> 9768 <td class="unknown" align="center">Unknown</td> 9769 </tr> 9770 <tr id="1658"> 9771 <td><a href="https://cplusplus.github.io/CWG/issues/1658.html">1658</a></td> 9772 <td>C++14</td> 9773 <td>Deleted default constructor for abstract class via destructor</td> 9774 <td class="full" align="center">Clang 5</td> 9775 </tr> 9776 <tr class="open" id="1659"> 9777 <td><a href="https://cplusplus.github.io/CWG/issues/1659.html">1659</a></td> 9778 <td>open</td> 9779 <td>Initialization order of thread_local template static data members</td> 9780 <td align="center">Not resolved</td> 9781 </tr> 9782 <tr id="1660"> 9783 <td><a href="https://cplusplus.github.io/CWG/issues/1660.html">1660</a></td> 9784 <td>C++14</td> 9785 <td><I>member-declaration</I> requirements and unnamed bit-fields</td> 9786 <td class="unknown" align="center">Unknown</td> 9787 </tr> 9788 <tr id="1661"> 9789 <td><a href="https://cplusplus.github.io/CWG/issues/1661.html">1661</a></td> 9790 <td>NAD</td> 9791 <td>Preservation of infinite loops</td> 9792 <td class="unknown" align="center">Unknown</td> 9793 </tr> 9794 <tr id="1662"> 9795 <td><a href="https://cplusplus.github.io/CWG/issues/1662.html">1662</a></td> 9796 <td>C++14</td> 9797 <td>Capturing function parameter packs</td> 9798 <td class="unknown" align="center">Unknown</td> 9799 </tr> 9800 <tr id="1663"> 9801 <td><a href="https://cplusplus.github.io/CWG/issues/1663.html">1663</a></td> 9802 <td>NAD</td> 9803 <td>Capturing an empty pack expansion</td> 9804 <td class="unknown" align="center">Unknown</td> 9805 </tr> 9806 <tr id="1664"> 9807 <td><a href="https://cplusplus.github.io/CWG/issues/1664.html">1664</a></td> 9808 <td>C++14</td> 9809 <td>Argument-dependent lookup of lambdas used in default arguments</td> 9810 <td class="unknown" align="center">Unknown</td> 9811 </tr> 9812 <tr class="open" id="1665"> 9813 <td><a href="https://cplusplus.github.io/CWG/issues/1665.html">1665</a></td> 9814 <td>drafting</td> 9815 <td>Declaration matching in explicit instantiations</td> 9816 <td align="center">Not resolved</td> 9817 </tr> 9818 <tr id="1666"> 9819 <td><a href="https://cplusplus.github.io/CWG/issues/1666.html">1666</a></td> 9820 <td>C++14</td> 9821 <td>Address constant expressions</td> 9822 <td class="unknown" align="center">Unknown</td> 9823 </tr> 9824 <tr id="1667"> 9825 <td><a href="https://cplusplus.github.io/CWG/issues/1667.html">1667</a></td> 9826 <td>NAD</td> 9827 <td>Function exiting via exception called by destructor during unwinding</td> 9828 <td class="unknown" align="center">Unknown</td> 9829 </tr> 9830 <tr class="open" id="1668"> 9831 <td><a href="https://cplusplus.github.io/CWG/issues/1668.html">1668</a></td> 9832 <td>drafting</td> 9833 <td>Parameter type determination still not clear enough</td> 9834 <td align="center">Not resolved</td> 9835 </tr> 9836 <tr id="1669"> 9837 <td><a href="https://cplusplus.github.io/CWG/issues/1669.html">1669</a></td> 9838 <td>C++14</td> 9839 <td><TT>auto</TT> return type for <TT>main</TT></td> 9840 <td class="unknown" align="center">Unknown</td> 9841 </tr> 9842 <tr class="open" id="1670"> 9843 <td><a href="https://cplusplus.github.io/CWG/issues/1670.html">1670</a></td> 9844 <td>drafting</td> 9845 <td><TT>auto</TT> as <I>conversion-type-id</I></td> 9846 <td align="center">Not resolved</td> 9847 </tr> 9848 <tr id="1671"> 9849 <td><a href="https://cplusplus.github.io/CWG/issues/1671.html">1671</a></td> 9850 <td>NAD</td> 9851 <td>Unclear rules for deduction with cv-qualification</td> 9852 <td class="unknown" align="center">Unknown</td> 9853 </tr> 9854 <tr id="1672"> 9855 <td><a href="https://cplusplus.github.io/CWG/issues/1672.html">1672</a></td> 9856 <td>CD4</td> 9857 <td>Layout compatibility with multiple empty bases</td> 9858 <td class="full" align="center">Clang 7</td> 9859 </tr> 9860 <tr id="1673"> 9861 <td><a href="https://cplusplus.github.io/CWG/issues/1673.html">1673</a></td> 9862 <td>C++14</td> 9863 <td>Clarifying overload resolution for the second step of copy-initialization</td> 9864 <td class="unknown" align="center">Unknown</td> 9865 </tr> 9866 <tr id="1674"> 9867 <td><a href="https://cplusplus.github.io/CWG/issues/1674.html">1674</a></td> 9868 <td>C++14</td> 9869 <td>Return type deduction for address of function</td> 9870 <td class="unknown" align="center">Unknown</td> 9871 </tr> 9872 <tr id="1675"> 9873 <td><a href="https://cplusplus.github.io/CWG/issues/1675.html">1675</a></td> 9874 <td>NAD</td> 9875 <td>Size limit for automatic array object</td> 9876 <td class="unknown" align="center">Unknown</td> 9877 </tr> 9878 <tr class="open" id="1676"> 9879 <td><a href="https://cplusplus.github.io/CWG/issues/1676.html">1676</a></td> 9880 <td>drafting</td> 9881 <td><TT>auto</TT> return type for allocation and deallocation functions</td> 9882 <td align="center">Not resolved</td> 9883 </tr> 9884 <tr id="1677"> 9885 <td><a href="https://cplusplus.github.io/CWG/issues/1677.html">1677</a></td> 9886 <td>C++17</td> 9887 <td>Constant initialization via aggregate initialization</td> 9888 <td class="unknown" align="center">Unknown</td> 9889 </tr> 9890 <tr id="1678"> 9891 <td><a href="https://cplusplus.github.io/CWG/issues/1678.html">1678</a></td> 9892 <td>NAD</td> 9893 <td>Naming the type of an array of runtime bound</td> 9894 <td class="unknown" align="center">Unknown</td> 9895 </tr> 9896 <tr id="1679"> 9897 <td><a href="https://cplusplus.github.io/CWG/issues/1679.html">1679</a></td> 9898 <td>NAD</td> 9899 <td>Range-based <TT>for</TT> and array of runtime bound</td> 9900 <td class="unknown" align="center">Unknown</td> 9901 </tr> 9902 <tr class="open" id="1680"> 9903 <td><a href="https://cplusplus.github.io/CWG/issues/1680.html">1680</a></td> 9904 <td>drafting</td> 9905 <td>Including <TT><initializer_list></TT> for range-based <TT>for</TT></td> 9906 <td align="center">Not resolved</td> 9907 </tr> 9908 <tr id="1681"> 9909 <td><a href="https://cplusplus.github.io/CWG/issues/1681.html">1681</a></td> 9910 <td>C++14</td> 9911 <td><I>init-capture</I>s and nested lambdas</td> 9912 <td class="unknown" align="center">Unknown</td> 9913 </tr> 9914 <tr class="open" id="1682"> 9915 <td><a href="https://cplusplus.github.io/CWG/issues/1682.html">1682</a></td> 9916 <td>open</td> 9917 <td>Overly-restrictive rules on function templates as allocation functions</td> 9918 <td align="center">Not resolved</td> 9919 </tr> 9920 <tr id="1683"> 9921 <td><a href="https://cplusplus.github.io/CWG/issues/1683.html">1683</a></td> 9922 <td>CD4</td> 9923 <td>Incorrect example after <TT>constexpr</TT> changes</td> 9924 <td class="unknown" align="center">Unknown</td> 9925 </tr> 9926 <tr id="1684"> 9927 <td><a href="https://cplusplus.github.io/CWG/issues/1684.html">1684</a></td> 9928 <td>C++14</td> 9929 <td>Static <TT>constexpr</TT> member functions for non-literal classes</td> 9930 <td class="full" align="center">Clang 3.6</td> 9931 </tr> 9932 <tr id="1685"> 9933 <td><a href="https://cplusplus.github.io/CWG/issues/1685.html">1685</a></td> 9934 <td>NAD</td> 9935 <td>Value category of <TT>noexcept</TT> expression</td> 9936 <td class="unknown" align="center">Unknown</td> 9937 </tr> 9938 <tr id="1686"> 9939 <td><a href="https://cplusplus.github.io/CWG/issues/1686.html">1686</a></td> 9940 <td>CD4</td> 9941 <td>Which variables are “explicitly declared <TT>const</TT>?”</td> 9942 <td class="unknown" align="center">Unknown</td> 9943 </tr> 9944 <tr id="1687"> 9945 <td><a href="https://cplusplus.github.io/CWG/issues/1687.html">1687</a></td> 9946 <td>C++14</td> 9947 <td>Conversions of operands of built-in operators</td> 9948 <td class="full" align="center">Clang 7</td> 9949 </tr> 9950 <tr id="1688"> 9951 <td><a href="https://cplusplus.github.io/CWG/issues/1688.html">1688</a></td> 9952 <td>NAD</td> 9953 <td>Volatile <TT>constexpr</TT> variables</td> 9954 <td class="unknown" align="center">Unknown</td> 9955 </tr> 9956 <tr id="1689"> 9957 <td><a href="https://cplusplus.github.io/CWG/issues/1689.html">1689</a></td> 9958 <td>C++14</td> 9959 <td>Syntactic nonterminal for operand of <TT>alignas</TT></td> 9960 <td class="unknown" align="center">Unknown</td> 9961 </tr> 9962 <tr id="1690"> 9963 <td><a href="https://cplusplus.github.io/CWG/issues/1690.html">1690</a></td> 9964 <td>C++14</td> 9965 <td>Associated namespace for local type</td> 9966 <td class="full" align="center">Clang 9</td> 9967 </tr> 9968 <tr id="1691"> 9969 <td><a href="https://cplusplus.github.io/CWG/issues/1691.html">1691</a></td> 9970 <td>C++14</td> 9971 <td>Argument-dependent lookup and opaque enumerations</td> 9972 <td class="full" align="center">Clang 9</td> 9973 </tr> 9974 <tr id="1692"> 9975 <td><a href="https://cplusplus.github.io/CWG/issues/1692.html">1692</a></td> 9976 <td>C++14</td> 9977 <td>Associated namespaces of doubly-nested classes</td> 9978 <td class="full" align="center">Clang 9</td> 9979 </tr> 9980 <tr id="1693"> 9981 <td><a href="https://cplusplus.github.io/CWG/issues/1693.html">1693</a></td> 9982 <td>C++14</td> 9983 <td>Superfluous semicolons in class definitions</td> 9984 <td class="unknown" align="center">Unknown</td> 9985 </tr> 9986 <tr id="1694"> 9987 <td><a href="https://cplusplus.github.io/CWG/issues/1694.html">1694</a></td> 9988 <td>CD4</td> 9989 <td>Restriction on reference to temporary as a constant expression</td> 9990 <td class="unknown" align="center">Unknown</td> 9991 </tr> 9992 <tr id="1695"> 9993 <td><a href="https://cplusplus.github.io/CWG/issues/1695.html">1695</a></td> 9994 <td>NAD</td> 9995 <td>Lifetime extension via <I>init-capture</I></td> 9996 <td class="unknown" align="center">Unknown</td> 9997 </tr> 9998 <tr id="1696"> 9999 <td><a href="https://cplusplus.github.io/CWG/issues/1696.html">1696</a></td> 10000 <td>CD4</td> 10001 <td>Temporary lifetime and non-static data member initializers</td> 10002 <td class="full" align="center">Clang 7</td> 10003 </tr> 10004 <tr id="1697"> 10005 <td><a href="https://cplusplus.github.io/CWG/issues/1697.html">1697</a></td> 10006 <td>CD4</td> 10007 <td>Lifetime extension and copy elision</td> 10008 <td class="unknown" align="center">Unknown</td> 10009 </tr> 10010 <tr id="1698"> 10011 <td><a href="https://cplusplus.github.io/CWG/issues/1698.html">1698</a></td> 10012 <td>DRWP</td> 10013 <td>Files ending in <TT>\</TT></td> 10014 <td class="unknown" align="center">Unknown</td> 10015 </tr> 10016 <tr class="open" id="1699"> 10017 <td><a href="https://cplusplus.github.io/CWG/issues/1699.html">1699</a></td> 10018 <td>open</td> 10019 <td>Does befriending a class befriend its friends?</td> 10020 <td align="center">Not resolved</td> 10021 </tr> 10022 <tr id="1700"> 10023 <td><a href="https://cplusplus.github.io/CWG/issues/1700.html">1700</a></td> 10024 <td>NAD</td> 10025 <td>Does the special rvalue-reference deduction apply to alias templates?</td> 10026 <td class="unknown" align="center">Unknown</td> 10027 </tr> 10028 <tr class="open" id="1701"> 10029 <td><a href="https://cplusplus.github.io/CWG/issues/1701.html">1701</a></td> 10030 <td>drafting</td> 10031 <td>Array vs sequence in object representation</td> 10032 <td align="center">Not resolved</td> 10033 </tr> 10034 <tr class="open" id="1702"> 10035 <td><a href="https://cplusplus.github.io/CWG/issues/1702.html">1702</a></td> 10036 <td>drafting</td> 10037 <td>Rephrasing the definition of “anonymous union”</td> 10038 <td align="center">Not resolved</td> 10039 </tr> 10040 <tr id="1703"> 10041 <td><a href="https://cplusplus.github.io/CWG/issues/1703.html">1703</a></td> 10042 <td>NAD</td> 10043 <td>Language linkage of names of functions with internal linkage</td> 10044 <td class="unknown" align="center">Unknown</td> 10045 </tr> 10046 <tr id="1704"> 10047 <td><a href="https://cplusplus.github.io/CWG/issues/1704.html">1704</a></td> 10048 <td>CD5</td> 10049 <td>Type checking in explicit instantiation of variable templates</td> 10050 <td class="unknown" align="center">Unknown</td> 10051 </tr> 10052 <tr id="1705"> 10053 <td><a href="https://cplusplus.github.io/CWG/issues/1705.html">1705</a></td> 10054 <td>CD4</td> 10055 <td>Unclear specification of “more specialized”</td> 10056 <td class="unknown" align="center">Unknown</td> 10057 </tr> 10058 <tr class="open" id="1706"> 10059 <td><a href="https://cplusplus.github.io/CWG/issues/1706.html">1706</a></td> 10060 <td>drafting</td> 10061 <td><TT>alignas</TT> pack expansion syntax</td> 10062 <td align="center">Not resolved</td> 10063 </tr> 10064 <tr id="1707"> 10065 <td><a href="https://cplusplus.github.io/CWG/issues/1707.html">1707</a></td> 10066 <td>C++14</td> 10067 <td><TT>template</TT> in <I>elaborated-type-specifier</I> without <I>nested-name-specifier</I></td> 10068 <td class="unknown" align="center">Unknown</td> 10069 </tr> 10070 <tr id="1708"> 10071 <td><a href="https://cplusplus.github.io/CWG/issues/1708.html">1708</a></td> 10072 <td>CD4</td> 10073 <td>overly-strict requirements for names with C language linkage</td> 10074 <td class="unknown" align="center">Unknown</td> 10075 </tr> 10076 <tr class="open" id="1709"> 10077 <td><a href="https://cplusplus.github.io/CWG/issues/1709.html">1709</a></td> 10078 <td>drafting</td> 10079 <td>Stringizing raw string literals containing newline</td> 10080 <td align="center">Not resolved</td> 10081 </tr> 10082 <tr id="1710"> 10083 <td><a href="https://cplusplus.github.io/CWG/issues/1710.html">1710</a></td> 10084 <td>C++17</td> 10085 <td>Missing <TT>template</TT> keyword in <I>class-or-decltype</I></td> 10086 <td class="none" align="center">No</td> 10087 </tr> 10088 <tr id="1711"> 10089 <td><a href="https://cplusplus.github.io/CWG/issues/1711.html">1711</a></td> 10090 <td>CD6</td> 10091 <td>Missing specification of variable template partial specializations</td> 10092 <td class="unknown" align="center">Unknown</td> 10093 </tr> 10094 <tr id="1712"> 10095 <td><a href="https://cplusplus.github.io/CWG/issues/1712.html">1712</a></td> 10096 <td>CD4</td> 10097 <td><TT>constexpr</TT> variable template declarations</td> 10098 <td class="unknown" align="center">Unknown</td> 10099 </tr> 10100 <tr id="1713"> 10101 <td><a href="https://cplusplus.github.io/CWG/issues/1713.html">1713</a></td> 10102 <td>dup</td> 10103 <td>Linkage of variable template specializations</td> 10104 <td class="unknown" align="center">Unknown</td> 10105 </tr> 10106 <tr id="1714"> 10107 <td><a href="https://cplusplus.github.io/CWG/issues/1714.html">1714</a></td> 10108 <td>NAD</td> 10109 <td>odr-use of <TT>this</TT> from a local class</td> 10110 <td class="unknown" align="center">Unknown</td> 10111 </tr> 10112 <tr id="1715"> 10113 <td><a href="https://cplusplus.github.io/CWG/issues/1715.html">1715</a></td> 10114 <td>CD4</td> 10115 <td>Access and inherited constructor templates</td> 10116 <td class="full" align="center">Clang 3.9</td> 10117 </tr> 10118 <tr id="1716"> 10119 <td><a href="https://cplusplus.github.io/CWG/issues/1716.html">1716</a></td> 10120 <td>C++14</td> 10121 <td>When are default arguments evaluated?</td> 10122 <td class="unknown" align="center">Unknown</td> 10123 </tr> 10124 <tr id="1717"> 10125 <td><a href="https://cplusplus.github.io/CWG/issues/1717.html">1717</a></td> 10126 <td>C++14</td> 10127 <td>Missing specification of type of binary literal</td> 10128 <td class="unknown" align="center">Unknown</td> 10129 </tr> 10130 <tr class="open" id="1718"> 10131 <td><a href="https://cplusplus.github.io/CWG/issues/1718.html">1718</a></td> 10132 <td>drafting</td> 10133 <td>Macro invocation spanning end-of-file</td> 10134 <td align="center">Not resolved</td> 10135 </tr> 10136 <tr id="1719"> 10137 <td><a href="https://cplusplus.github.io/CWG/issues/1719.html">1719</a></td> 10138 <td>CD4</td> 10139 <td>Layout compatibility and cv-qualification revisited</td> 10140 <td class="full" align="center">Clang 19</td> 10141 </tr> 10142 <tr id="1720"> 10143 <td><a href="https://cplusplus.github.io/CWG/issues/1720.html">1720</a></td> 10144 <td>NAD</td> 10145 <td>Macro invocation in <TT>#include</TT> directive</td> 10146 <td class="unknown" align="center">Unknown</td> 10147 </tr> 10148 <tr class="open" id="1721"> 10149 <td><a href="https://cplusplus.github.io/CWG/issues/1721.html">1721</a></td> 10150 <td>review</td> 10151 <td>Diagnosing ODR violations for static data members</td> 10152 <td align="center">Not resolved</td> 10153 </tr> 10154 <tr id="1722"> 10155 <td><a href="https://cplusplus.github.io/CWG/issues/1722.html">1722</a></td> 10156 <td>CD4</td> 10157 <td>Should lambda to function pointer conversion function be <TT>noexcept</TT>?</td> 10158 <td class="full" align="center">Clang 9</td> 10159 </tr> 10160 <tr class="open" id="1723"> 10161 <td><a href="https://cplusplus.github.io/CWG/issues/1723.html">1723</a></td> 10162 <td>drafting</td> 10163 <td>Multicharacter user-defined character literals</td> 10164 <td align="center">Not resolved</td> 10165 </tr> 10166 <tr id="1724"> 10167 <td><a href="https://cplusplus.github.io/CWG/issues/1724.html">1724</a></td> 10168 <td>CD6</td> 10169 <td>Unclear rules for deduction failure</td> 10170 <td class="unknown" align="center">Unknown</td> 10171 </tr> 10172 <tr id="1725"> 10173 <td><a href="https://cplusplus.github.io/CWG/issues/1725.html">1725</a></td> 10174 <td>NAD</td> 10175 <td>Trailing return type with nested function declarator</td> 10176 <td class="unknown" align="center">Unknown</td> 10177 </tr> 10178 <tr id="1726"> 10179 <td><a href="https://cplusplus.github.io/CWG/issues/1726.html">1726</a></td> 10180 <td>CD6</td> 10181 <td>Declarator operators and conversion function</td> 10182 <td class="unknown" align="center">Unknown</td> 10183 </tr> 10184 <tr id="1727"> 10185 <td><a href="https://cplusplus.github.io/CWG/issues/1727.html">1727</a></td> 10186 <td>NAD</td> 10187 <td>Type of a specialization of a variable template</td> 10188 <td class="unknown" align="center">Unknown</td> 10189 </tr> 10190 <tr id="1728"> 10191 <td><a href="https://cplusplus.github.io/CWG/issues/1728.html">1728</a></td> 10192 <td>CD5</td> 10193 <td>Type of an explicit instantiation of a variable template</td> 10194 <td class="unknown" align="center">Unknown</td> 10195 </tr> 10196 <tr id="1729"> 10197 <td><a href="https://cplusplus.github.io/CWG/issues/1729.html">1729</a></td> 10198 <td>CD6</td> 10199 <td>Matching declarations and definitions of variable templates</td> 10200 <td class="unknown" align="center">Unknown</td> 10201 </tr> 10202 <tr class="open" id="1730"> 10203 <td><a href="https://cplusplus.github.io/CWG/issues/1730.html">1730</a></td> 10204 <td>drafting</td> 10205 <td>Can a variable template have an unnamed type?</td> 10206 <td align="center">Not resolved</td> 10207 </tr> 10208 <tr id="1731"> 10209 <td><a href="https://cplusplus.github.io/CWG/issues/1731.html">1731</a></td> 10210 <td>NAD</td> 10211 <td><TT>is_trivially_</TT><I>X</I> and definitions of special member functions</td> 10212 <td class="unknown" align="center">Unknown</td> 10213 </tr> 10214 <tr id="1732"> 10215 <td><a href="https://cplusplus.github.io/CWG/issues/1732.html">1732</a></td> 10216 <td>C++14</td> 10217 <td>Defining types in <I>condition</I>s and range-based <TT>for</TT> statements</td> 10218 <td class="unknown" align="center">Unknown</td> 10219 </tr> 10220 <tr id="1733"> 10221 <td><a href="https://cplusplus.github.io/CWG/issues/1733.html">1733</a></td> 10222 <td>CD6</td> 10223 <td>Return type and value for <TT>operator=</TT> with <I>ref-qualifier</I></td> 10224 <td class="unknown" align="center">Unknown</td> 10225 </tr> 10226 <tr id="1734"> 10227 <td><a href="https://cplusplus.github.io/CWG/issues/1734.html">1734</a></td> 10228 <td>CD4</td> 10229 <td>Nontrivial deleted copy functions</td> 10230 <td class="none" align="center">No</td> 10231 </tr> 10232 <tr class="open" id="1735"> 10233 <td><a href="https://cplusplus.github.io/CWG/issues/1735.html">1735</a></td> 10234 <td>drafting</td> 10235 <td>Out-of-range literals in <I>user-defined-literal</I>s</td> 10236 <td align="center">Not resolved</td> 10237 </tr> 10238 <tr id="1736"> 10239 <td><a href="https://cplusplus.github.io/CWG/issues/1736.html">1736</a></td> 10240 <td>CD4</td> 10241 <td>Inheriting constructor templates in a local class</td> 10242 <td class="full" align="center">Clang 3.9</td> 10243 </tr> 10244 <tr id="1737"> 10245 <td><a href="https://cplusplus.github.io/CWG/issues/1737.html">1737</a></td> 10246 <td>C++14</td> 10247 <td>Type dependence of call to a member of the current instantiation</td> 10248 <td class="unknown" align="center">Unknown</td> 10249 </tr> 10250 <tr id="1738"> 10251 <td><a href="https://cplusplus.github.io/CWG/issues/1738.html">1738</a></td> 10252 <td>C++14</td> 10253 <td>Explicit instantiation/specialization of inheriting constructor templates</td> 10254 <td class="na" align="center">Superseded by <a href="https://wg21.link/P0136R1">P0136R1</a></td> 10255 </tr> 10256 <tr id="1739"> 10257 <td><a href="https://cplusplus.github.io/CWG/issues/1739.html">1739</a></td> 10258 <td>C++14</td> 10259 <td>Conversion of floating point to enumeration</td> 10260 <td class="unknown" align="center">Unknown</td> 10261 </tr> 10262 <tr id="1740"> 10263 <td><a href="https://cplusplus.github.io/CWG/issues/1740.html">1740</a></td> 10264 <td>C++14</td> 10265 <td>Disambiguation of <TT>noexcept</TT></td> 10266 <td class="unknown" align="center">Unknown</td> 10267 </tr> 10268 <tr id="1741"> 10269 <td><a href="https://cplusplus.github.io/CWG/issues/1741.html">1741</a></td> 10270 <td>C++14</td> 10271 <td>odr-use of class object in lvalue-to-rvalue conversion</td> 10272 <td class="unknown" align="center">Unknown</td> 10273 </tr> 10274 <tr id="1742"> 10275 <td><a href="https://cplusplus.github.io/CWG/issues/1742.html">1742</a></td> 10276 <td>CD5</td> 10277 <td><I>using-declaration</I>s and scoped enumerators</td> 10278 <td class="unknown" align="center">Unknown</td> 10279 </tr> 10280 <tr id="1743"> 10281 <td><a href="https://cplusplus.github.io/CWG/issues/1743.html">1743</a></td> 10282 <td>NAD</td> 10283 <td><I>init-capture</I>s in nested lambdas</td> 10284 <td class="unknown" align="center">Unknown</td> 10285 </tr> 10286 <tr id="1744"> 10287 <td><a href="https://cplusplus.github.io/CWG/issues/1744.html">1744</a></td> 10288 <td>CD4</td> 10289 <td>Unordered initialization for variable template specializations</td> 10290 <td class="unknown" align="center">Unknown</td> 10291 </tr> 10292 <tr id="1745"> 10293 <td><a href="https://cplusplus.github.io/CWG/issues/1745.html">1745</a></td> 10294 <td>NAD</td> 10295 <td><TT>thread_local constexpr</TT> variable</td> 10296 <td class="unknown" align="center">Unknown</td> 10297 </tr> 10298 <tr id="1746"> 10299 <td><a href="https://cplusplus.github.io/CWG/issues/1746.html">1746</a></td> 10300 <td>C++14</td> 10301 <td>Are volatile scalar types trivially copyable?</td> 10302 <td class="unknown" align="center">Unknown</td> 10303 </tr> 10304 <tr id="1747"> 10305 <td><a href="https://cplusplus.github.io/CWG/issues/1747.html">1747</a></td> 10306 <td>C++14</td> 10307 <td>Constant initialization of reference to function</td> 10308 <td class="unknown" align="center">Unknown</td> 10309 </tr> 10310 <tr id="1748"> 10311 <td><a href="https://cplusplus.github.io/CWG/issues/1748.html">1748</a></td> 10312 <td>CD4</td> 10313 <td>Placement new with a null pointer</td> 10314 <td class="full" align="center">Clang 3.7</td> 10315 </tr> 10316 <tr id="1749"> 10317 <td><a href="https://cplusplus.github.io/CWG/issues/1749.html">1749</a></td> 10318 <td>NAD</td> 10319 <td>Confusing definition for constant initializer</td> 10320 <td class="unknown" align="center">Unknown</td> 10321 </tr> 10322 <tr id="1750"> 10323 <td><a href="https://cplusplus.github.io/CWG/issues/1750.html">1750</a></td> 10324 <td>CD4</td> 10325 <td>“Argument” vs “parameter”</td> 10326 <td class="unknown" align="center">Unknown</td> 10327 </tr> 10328 <tr id="1751"> 10329 <td><a href="https://cplusplus.github.io/CWG/issues/1751.html">1751</a></td> 10330 <td>CD4</td> 10331 <td>Non-trivial operations vs non-trivial initialization</td> 10332 <td class="unknown" align="center">Unknown</td> 10333 </tr> 10334 <tr id="1752"> 10335 <td><a href="https://cplusplus.github.io/CWG/issues/1752.html">1752</a></td> 10336 <td>CD4</td> 10337 <td>Right-recursion in <I>mem-initializer-list</I></td> 10338 <td class="unknown" align="center">Unknown</td> 10339 </tr> 10340 <tr id="1753"> 10341 <td><a href="https://cplusplus.github.io/CWG/issues/1753.html">1753</a></td> 10342 <td>CD4</td> 10343 <td><I>decltype-specifier</I> in <I>nested-name-specifier</I> of destructor</td> 10344 <td class="full" align="center">Clang 11</td> 10345 </tr> 10346 <tr id="1754"> 10347 <td><a href="https://cplusplus.github.io/CWG/issues/1754.html">1754</a></td> 10348 <td>NAD</td> 10349 <td>Declaration of partial specialization of static data member template</td> 10350 <td class="unknown" align="center">Unknown</td> 10351 </tr> 10352 <tr class="open" id="1755"> 10353 <td><a href="https://cplusplus.github.io/CWG/issues/1755.html">1755</a></td> 10354 <td>drafting</td> 10355 <td>Out-of-class partial specializations of member templates</td> 10356 <td align="center">Not resolved</td> 10357 </tr> 10358 <tr id="1756"> 10359 <td><a href="https://cplusplus.github.io/CWG/issues/1756.html">1756</a></td> 10360 <td>CD4</td> 10361 <td>Direct-list-initialization of a non-class object</td> 10362 <td class="full" align="center">Clang 3.7</td> 10363 </tr> 10364 <tr id="1757"> 10365 <td><a href="https://cplusplus.github.io/CWG/issues/1757.html">1757</a></td> 10366 <td>CD4</td> 10367 <td>Const integral subobjects</td> 10368 <td class="unknown" align="center">Unknown</td> 10369 </tr> 10370 <tr id="1758"> 10371 <td><a href="https://cplusplus.github.io/CWG/issues/1758.html">1758</a></td> 10372 <td>CD4</td> 10373 <td>Explicit conversion in copy/move list initialization</td> 10374 <td class="full" align="center">Clang 3.7</td> 10375 </tr> 10376 <tr id="1759"> 10377 <td><a href="https://cplusplus.github.io/CWG/issues/1759.html">1759</a></td> 10378 <td>C++14</td> 10379 <td>UTF-8 code units in plain <TT>char</TT></td> 10380 <td class="unknown" align="center">Unknown</td> 10381 </tr> 10382 <tr id="1760"> 10383 <td><a href="https://cplusplus.github.io/CWG/issues/1760.html">1760</a></td> 10384 <td>C++14</td> 10385 <td>Access of member corresponding to <I>init-capture</I></td> 10386 <td class="unknown" align="center">Unknown</td> 10387 </tr> 10388 <tr id="1761"> 10389 <td><a href="https://cplusplus.github.io/CWG/issues/1761.html">1761</a></td> 10390 <td>NAD</td> 10391 <td>Runtime check on size of automatic array</td> 10392 <td class="unknown" align="center">Unknown</td> 10393 </tr> 10394 <tr id="1762"> 10395 <td><a href="https://cplusplus.github.io/CWG/issues/1762.html">1762</a></td> 10396 <td>C++14</td> 10397 <td>Reserved identifier used in <I>literal-operator-id</I> example</td> 10398 <td class="full" align="center">Clang 14</td> 10399 </tr> 10400 <tr class="open" id="1763"> 10401 <td><a href="https://cplusplus.github.io/CWG/issues/1763.html">1763</a></td> 10402 <td>open</td> 10403 <td>Length mismatch in template type deduction</td> 10404 <td align="center">Not resolved</td> 10405 </tr> 10406 <tr id="1764"> 10407 <td><a href="https://cplusplus.github.io/CWG/issues/1764.html">1764</a></td> 10408 <td>C++14</td> 10409 <td>Hiding of function from using-declaration by signature</td> 10410 <td class="unknown" align="center">Unknown</td> 10411 </tr> 10412 <tr id="1765"> 10413 <td><a href="https://cplusplus.github.io/CWG/issues/1765.html">1765</a></td> 10414 <td>C++14</td> 10415 <td>Overflow of enumeration used as enumerator value</td> 10416 <td class="unknown" align="center">Unknown</td> 10417 </tr> 10418 <tr id="1766"> 10419 <td><a href="https://cplusplus.github.io/CWG/issues/1766.html">1766</a></td> 10420 <td>CD4</td> 10421 <td>Values outside the range of the values of an enumeration</td> 10422 <td class="unknown" align="center">Unknown</td> 10423 </tr> 10424 <tr id="1767"> 10425 <td><a href="https://cplusplus.github.io/CWG/issues/1767.html">1767</a></td> 10426 <td>C++14</td> 10427 <td>Scoped enumeration in a <TT>switch</TT> statement</td> 10428 <td class="unknown" align="center">Unknown</td> 10429 </tr> 10430 <tr id="1768"> 10431 <td><a href="https://cplusplus.github.io/CWG/issues/1768.html">1768</a></td> 10432 <td>NAD</td> 10433 <td>Zero-element array of runtime bound</td> 10434 <td class="unknown" align="center">Unknown</td> 10435 </tr> 10436 <tr id="1769"> 10437 <td><a href="https://cplusplus.github.io/CWG/issues/1769.html">1769</a></td> 10438 <td>C++14</td> 10439 <td>Catching a base class of the exception object</td> 10440 <td class="unknown" align="center">Unknown</td> 10441 </tr> 10442 <tr id="1770"> 10443 <td><a href="https://cplusplus.github.io/CWG/issues/1770.html">1770</a></td> 10444 <td>C++14</td> 10445 <td>Type matching of non-type template parameters and arguments</td> 10446 <td class="unknown" align="center">Unknown</td> 10447 </tr> 10448 <tr id="1771"> 10449 <td><a href="https://cplusplus.github.io/CWG/issues/1771.html">1771</a></td> 10450 <td>CD6</td> 10451 <td>Restricted lookup in <I>nested-name-specifier</I></td> 10452 <td class="unknown" align="center">Unknown</td> 10453 </tr> 10454 <tr id="1772"> 10455 <td><a href="https://cplusplus.github.io/CWG/issues/1772.html">1772</a></td> 10456 <td>C++14</td> 10457 <td><TT>__func__</TT> in a lambda body</td> 10458 <td class="full" align="center">Clang 14</td> 10459 </tr> 10460 <tr id="1773"> 10461 <td><a href="https://cplusplus.github.io/CWG/issues/1773.html">1773</a></td> 10462 <td>C++14</td> 10463 <td>Out-of-lifetime lvalue-to-rvalue conversion</td> 10464 <td class="unknown" align="center">Unknown</td> 10465 </tr> 10466 <tr id="1774"> 10467 <td><a href="https://cplusplus.github.io/CWG/issues/1774.html">1774</a></td> 10468 <td>CD4</td> 10469 <td>Discrepancy between subobject destruction and stack unwinding</td> 10470 <td class="unknown" align="center">Unknown</td> 10471 </tr> 10472 <tr id="1775"> 10473 <td><a href="https://cplusplus.github.io/CWG/issues/1775.html">1775</a></td> 10474 <td>C++14</td> 10475 <td>Undefined behavior of line splice in raw string literal</td> 10476 <td class="unknown" align="center">Unknown</td> 10477 </tr> 10478 <tr id="1776"> 10479 <td><a href="https://cplusplus.github.io/CWG/issues/1776.html">1776</a></td> 10480 <td>CD4</td> 10481 <td>Replacement of class objects containing reference members</td> 10482 <td class="unknown" align="center">Unknown</td> 10483 </tr> 10484 <tr id="1777"> 10485 <td><a href="https://cplusplus.github.io/CWG/issues/1777.html">1777</a></td> 10486 <td>CD4</td> 10487 <td>Empty pack expansion in <I>dynamic-exception-specification</I></td> 10488 <td class="unknown" align="center">Unknown</td> 10489 </tr> 10490 <tr id="1778"> 10491 <td><a href="https://cplusplus.github.io/CWG/issues/1778.html">1778</a></td> 10492 <td>C++14</td> 10493 <td><I>exception-specification</I> in explicitly-defaulted functions</td> 10494 <td class="full" align="center">Clang 9</td> 10495 </tr> 10496 <tr id="1779"> 10497 <td><a href="https://cplusplus.github.io/CWG/issues/1779.html">1779</a></td> 10498 <td>CD4</td> 10499 <td>Type dependency of <TT>__func__</TT></td> 10500 <td class="full" align="center">Clang 14</td> 10501 </tr> 10502 <tr id="1780"> 10503 <td><a href="https://cplusplus.github.io/CWG/issues/1780.html">1780</a></td> 10504 <td>CD4</td> 10505 <td>Explicit instantiation/specialization of generic lambda <TT>operator()</TT></td> 10506 <td class="unknown" align="center">Unknown</td> 10507 </tr> 10508 <tr id="1781"> 10509 <td><a href="https://cplusplus.github.io/CWG/issues/1781.html">1781</a></td> 10510 <td>CD5</td> 10511 <td>Converting from <TT>nullptr_t</TT> to <TT>bool</TT> in overload resolution</td> 10512 <td class="unknown" align="center">Unknown</td> 10513 </tr> 10514 <tr id="1782"> 10515 <td><a href="https://cplusplus.github.io/CWG/issues/1782.html">1782</a></td> 10516 <td>CD4</td> 10517 <td>Form of initialization for <TT>nullptr_t</TT> to <TT>bool</TT> conversion</td> 10518 <td class="unknown" align="center">Unknown</td> 10519 </tr> 10520 <tr id="1783"> 10521 <td><a href="https://cplusplus.github.io/CWG/issues/1783.html">1783</a></td> 10522 <td>NAD</td> 10523 <td>Why are virtual destructors non-trivial?</td> 10524 <td class="unknown" align="center">Unknown</td> 10525 </tr> 10526 <tr id="1784"> 10527 <td><a href="https://cplusplus.github.io/CWG/issues/1784.html">1784</a></td> 10528 <td>C++17</td> 10529 <td>Concurrent execution during static local initialization</td> 10530 <td class="unknown" align="center">Unknown</td> 10531 </tr> 10532 <tr id="1785"> 10533 <td><a href="https://cplusplus.github.io/CWG/issues/1785.html">1785</a></td> 10534 <td>NAD</td> 10535 <td>Conflicting diagnostic requirements for template definitions</td> 10536 <td class="unknown" align="center">Unknown</td> 10537 </tr> 10538 <tr id="1786"> 10539 <td><a href="https://cplusplus.github.io/CWG/issues/1786.html">1786</a></td> 10540 <td>C++14</td> 10541 <td>Effect of merging allocations on memory leakage</td> 10542 <td class="unknown" align="center">Unknown</td> 10543 </tr> 10544 <tr id="1787"> 10545 <td><a href="https://cplusplus.github.io/CWG/issues/1787.html">1787</a></td> 10546 <td>C++14</td> 10547 <td>Uninitialized <TT>unsigned char</TT> values</td> 10548 <td class="unknown" align="center">Unknown</td> 10549 </tr> 10550 <tr id="1788"> 10551 <td><a href="https://cplusplus.github.io/CWG/issues/1788.html">1788</a></td> 10552 <td>CD4</td> 10553 <td>Sized deallocation of array of non-class type</td> 10554 <td class="unknown" align="center">Unknown</td> 10555 </tr> 10556 <tr class="open" id="1789"> 10557 <td><a href="https://cplusplus.github.io/CWG/issues/1789.html">1789</a></td> 10558 <td>open</td> 10559 <td>Array reference vs array decay in overload resolution</td> 10560 <td align="center">Not resolved</td> 10561 </tr> 10562 <tr class="open" id="1790"> 10563 <td><a href="https://cplusplus.github.io/CWG/issues/1790.html">1790</a></td> 10564 <td>open</td> 10565 <td>Ellipsis following function parameter pack</td> 10566 <td align="center">Not resolved</td> 10567 </tr> 10568 <tr id="1791"> 10569 <td><a href="https://cplusplus.github.io/CWG/issues/1791.html">1791</a></td> 10570 <td>CD4</td> 10571 <td>Incorrect restrictions on <I>cv-qualifier-seq</I> and <I>ref-qualifier</I></td> 10572 <td class="unknown" align="center">Unknown</td> 10573 </tr> 10574 <tr id="1792"> 10575 <td><a href="https://cplusplus.github.io/CWG/issues/1792.html">1792</a></td> 10576 <td>NAD</td> 10577 <td>Incorrect example of explicit specialization of member enumeration</td> 10578 <td class="unknown" align="center">Unknown</td> 10579 </tr> 10580 <tr id="1793"> 10581 <td><a href="https://cplusplus.github.io/CWG/issues/1793.html">1793</a></td> 10582 <td>CD4</td> 10583 <td><TT>thread_local</TT> in explicit specializations</td> 10584 <td class="unknown" align="center">Unknown</td> 10585 </tr> 10586 <tr id="1794"> 10587 <td><a href="https://cplusplus.github.io/CWG/issues/1794.html">1794</a></td> 10588 <td>C++17</td> 10589 <td><TT>template</TT> keyword and alias templates</td> 10590 <td class="full" align="center">Clang 2.7</td> 10591 </tr> 10592 <tr id="1795"> 10593 <td><a href="https://cplusplus.github.io/CWG/issues/1795.html">1795</a></td> 10594 <td>CD4</td> 10595 <td>Disambiguating <I>original-namespace-definition</I> and <I>extension-namespace-definition</I></td> 10596 <td class="unknown" align="center">Unknown</td> 10597 </tr> 10598 <tr id="1796"> 10599 <td><a href="https://cplusplus.github.io/CWG/issues/1796.html">1796</a></td> 10600 <td>CD4</td> 10601 <td>Is all-bits-zero for null characters a meaningful requirement?</td> 10602 <td class="unknown" align="center">Unknown</td> 10603 </tr> 10604 <tr id="1797"> 10605 <td><a href="https://cplusplus.github.io/CWG/issues/1797.html">1797</a></td> 10606 <td>CD4</td> 10607 <td>Are all bit patterns of <TT>unsigned char</TT> distinct numbers?</td> 10608 <td class="unknown" align="center">Unknown</td> 10609 </tr> 10610 <tr id="1798"> 10611 <td><a href="https://cplusplus.github.io/CWG/issues/1798.html">1798</a></td> 10612 <td>NAD</td> 10613 <td><I>exception-specification</I>s of template arguments</td> 10614 <td class="unknown" align="center">Unknown</td> 10615 </tr> 10616 <tr id="1799"> 10617 <td><a href="https://cplusplus.github.io/CWG/issues/1799.html">1799</a></td> 10618 <td>CD4</td> 10619 <td><TT>mutable</TT> and non-explicit const qualification</td> 10620 <td class="unknown" align="center">Unknown</td> 10621 </tr> 10622 <tr id="1800"> 10623 <td><a href="https://cplusplus.github.io/CWG/issues/1800.html">1800</a></td> 10624 <td>CD4</td> 10625 <td>Pointer to member of nested anonymous union</td> 10626 <td class="full" align="center">Clang 2.9</td> 10627 </tr> 10628 <tr id="1801"> 10629 <td><a href="https://cplusplus.github.io/CWG/issues/1801.html">1801</a></td> 10630 <td>CD4</td> 10631 <td>Kind of expression referring to member of anonymous union</td> 10632 <td class="full" align="center">Clang 2.8</td> 10633 </tr> 10634 <tr id="1802"> 10635 <td><a href="https://cplusplus.github.io/CWG/issues/1802.html">1802</a></td> 10636 <td>CD4</td> 10637 <td><TT>char16_t</TT> string literals and surrogate pairs</td> 10638 <td class="full" align="center">Clang 3.1</td> 10639 </tr> 10640 <tr id="1803"> 10641 <td><a href="https://cplusplus.github.io/CWG/issues/1803.html">1803</a></td> 10642 <td>CD5</td> 10643 <td><I>opaque-enum-declaration</I> as <I>member-declaration</I></td> 10644 <td class="full" align="center">Clang 2.9</td> 10645 </tr> 10646 <tr id="1804"> 10647 <td><a href="https://cplusplus.github.io/CWG/issues/1804.html">1804</a></td> 10648 <td>CD4</td> 10649 <td>Partial specialization and friendship</td> 10650 <td class="full" align="center">Clang 2.7</td> 10651 </tr> 10652 <tr id="1805"> 10653 <td><a href="https://cplusplus.github.io/CWG/issues/1805.html">1805</a></td> 10654 <td>CD4</td> 10655 <td>Conversions of array operands in <I>conditional-expression</I>s</td> 10656 <td class="unknown" align="center">Unknown</td> 10657 </tr> 10658 <tr id="1806"> 10659 <td><a href="https://cplusplus.github.io/CWG/issues/1806.html">1806</a></td> 10660 <td>CD4</td> 10661 <td>Virtual bases and move-assignment</td> 10662 <td class="unknown" align="center">Unknown</td> 10663 </tr> 10664 <tr id="1807"> 10665 <td><a href="https://cplusplus.github.io/CWG/issues/1807.html">1807</a></td> 10666 <td>CD4</td> 10667 <td>Order of destruction of array elements after an exception</td> 10668 <td class="full" align="center">Clang 3.0</td> 10669 </tr> 10670 <tr class="open" id="1808"> 10671 <td><a href="https://cplusplus.github.io/CWG/issues/1808.html">1808</a></td> 10672 <td>drafting</td> 10673 <td>Constructor templates vs default constructors</td> 10674 <td align="center">Not resolved</td> 10675 </tr> 10676 <tr id="1809"> 10677 <td><a href="https://cplusplus.github.io/CWG/issues/1809.html">1809</a></td> 10678 <td>CD4</td> 10679 <td>Narrowing and template argument deduction</td> 10680 <td class="unknown" align="center">Unknown</td> 10681 </tr> 10682 <tr id="1810"> 10683 <td><a href="https://cplusplus.github.io/CWG/issues/1810.html">1810</a></td> 10684 <td>CD4</td> 10685 <td>Invalid <I>ud-suffix</I>es</td> 10686 <td class="unknown" align="center">Unknown</td> 10687 </tr> 10688 <tr id="1811"> 10689 <td><a href="https://cplusplus.github.io/CWG/issues/1811.html">1811</a></td> 10690 <td>CD4</td> 10691 <td>Lookup of deallocation function in a virtual destructor definition</td> 10692 <td class="unknown" align="center">Unknown</td> 10693 </tr> 10694 <tr id="1812"> 10695 <td><a href="https://cplusplus.github.io/CWG/issues/1812.html">1812</a></td> 10696 <td>C++17</td> 10697 <td>Omission of <TT>template</TT> in a <I>typename-specifier</I></td> 10698 <td class="none" align="center">No</td> 10699 </tr> 10700 <tr id="1813"> 10701 <td><a href="https://cplusplus.github.io/CWG/issues/1813.html">1813</a></td> 10702 <td>CD4</td> 10703 <td>Direct vs indirect bases in standard-layout classes</td> 10704 <td class="full" align="center">Clang 7</td> 10705 </tr> 10706 <tr id="1814"> 10707 <td><a href="https://cplusplus.github.io/CWG/issues/1814.html">1814</a></td> 10708 <td>CD4</td> 10709 <td>Default arguments in <I>lambda-expression</I>s</td> 10710 <td class="full" align="center">Clang 3.1</td> 10711 </tr> 10712 <tr id="1815"> 10713 <td><a href="https://cplusplus.github.io/CWG/issues/1815.html">1815</a></td> 10714 <td>CD4</td> 10715 <td>Lifetime extension in aggregate initialization</td> 10716 <td class="unreleased" align="center">Clang 20</td> 10717 </tr> 10718 <tr id="1816"> 10719 <td><a href="https://cplusplus.github.io/CWG/issues/1816.html">1816</a></td> 10720 <td>CD4</td> 10721 <td>Unclear specification of bit-field values</td> 10722 <td class="unknown" align="center">Unknown</td> 10723 </tr> 10724 <tr class="open" id="1817"> 10725 <td><a href="https://cplusplus.github.io/CWG/issues/1817.html">1817</a></td> 10726 <td>drafting</td> 10727 <td>Linkage specifications and nested scopes</td> 10728 <td align="center">Not resolved</td> 10729 </tr> 10730 <tr id="1818"> 10731 <td><a href="https://cplusplus.github.io/CWG/issues/1818.html">1818</a></td> 10732 <td>CD6</td> 10733 <td>Visibility and inherited language linkage</td> 10734 <td class="full" align="center">Clang 3.4</td> 10735 </tr> 10736 <tr id="1819"> 10737 <td><a href="https://cplusplus.github.io/CWG/issues/1819.html">1819</a></td> 10738 <td>CD4</td> 10739 <td>Acceptable scopes for definition of partial specialization</td> 10740 <td class="unknown" align="center">Unknown</td> 10741 </tr> 10742 <tr id="1820"> 10743 <td><a href="https://cplusplus.github.io/CWG/issues/1820.html">1820</a></td> 10744 <td>CD6</td> 10745 <td>Qualified typedef names</td> 10746 <td class="full" align="center">Clang 3.5</td> 10747 </tr> 10748 <tr id="1821"> 10749 <td><a href="https://cplusplus.github.io/CWG/issues/1821.html">1821</a></td> 10750 <td>CD6</td> 10751 <td>Qualified redeclarations in a class <I>member-specification</I></td> 10752 <td class="full" align="center">Clang 2.9</td> 10753 </tr> 10754 <tr id="1822"> 10755 <td><a href="https://cplusplus.github.io/CWG/issues/1822.html">1822</a></td> 10756 <td>CD6</td> 10757 <td>Lookup of parameter names in <I>lambda-expression</I>s</td> 10758 <td class="full" align="center">Clang 3.1</td> 10759 </tr> 10760 <tr id="1823"> 10761 <td><a href="https://cplusplus.github.io/CWG/issues/1823.html">1823</a></td> 10762 <td>CD4</td> 10763 <td>String literal uniqueness in inline functions</td> 10764 <td class="unknown" align="center">Unknown</td> 10765 </tr> 10766 <tr id="1824"> 10767 <td><a href="https://cplusplus.github.io/CWG/issues/1824.html">1824</a></td> 10768 <td>CD4</td> 10769 <td>Completeness of return type vs point of instantiation</td> 10770 <td class="full" align="center">Clang 2.7</td> 10771 </tr> 10772 <tr id="1825"> 10773 <td><a href="https://cplusplus.github.io/CWG/issues/1825.html">1825</a></td> 10774 <td>C++17</td> 10775 <td>Partial ordering between variadic and non-variadic function templates</td> 10776 <td class="unknown" align="center">Unknown</td> 10777 </tr> 10778 <tr id="1826"> 10779 <td><a href="https://cplusplus.github.io/CWG/issues/1826.html">1826</a></td> 10780 <td>NAD</td> 10781 <td><TT>const</TT> floating-point in constant expressions</td> 10782 <td class="unknown" align="center">Unknown</td> 10783 </tr> 10784 <tr class="open" id="1827"> 10785 <td><a href="https://cplusplus.github.io/CWG/issues/1827.html">1827</a></td> 10786 <td>drafting</td> 10787 <td>Reference binding with ambiguous conversions</td> 10788 <td align="center">Not resolved</td> 10789 </tr> 10790 <tr id="1828"> 10791 <td><a href="https://cplusplus.github.io/CWG/issues/1828.html">1828</a></td> 10792 <td>CD6</td> 10793 <td><I>nested-name-specifier</I> ambiguity</td> 10794 <td class="unknown" align="center">Unknown</td> 10795 </tr> 10796 <tr id="1829"> 10797 <td><a href="https://cplusplus.github.io/CWG/issues/1829.html">1829</a></td> 10798 <td>CD6</td> 10799 <td>Dependent unnamed types</td> 10800 <td class="unknown" align="center">Unknown</td> 10801 </tr> 10802 <tr id="1830"> 10803 <td><a href="https://cplusplus.github.io/CWG/issues/1830.html">1830</a></td> 10804 <td>CD4</td> 10805 <td>Repeated specifiers</td> 10806 <td class="unknown" align="center">Unknown</td> 10807 </tr> 10808 <tr id="1831"> 10809 <td><a href="https://cplusplus.github.io/CWG/issues/1831.html">1831</a></td> 10810 <td>NAD</td> 10811 <td>Explicitly vs implicitly deleted move constructors</td> 10812 <td class="unknown" align="center">Unknown</td> 10813 </tr> 10814 <tr id="1832"> 10815 <td><a href="https://cplusplus.github.io/CWG/issues/1832.html">1832</a></td> 10816 <td>CD4</td> 10817 <td>Casting to incomplete enumeration</td> 10818 <td class="full" align="center">Clang 3.0</td> 10819 </tr> 10820 <tr id="1833"> 10821 <td><a href="https://cplusplus.github.io/CWG/issues/1833.html">1833</a></td> 10822 <td>NAD</td> 10823 <td><TT>friend</TT> declarations naming implicitly-declared member functions</td> 10824 <td class="unknown" align="center">Unknown</td> 10825 </tr> 10826 <tr id="1834"> 10827 <td><a href="https://cplusplus.github.io/CWG/issues/1834.html">1834</a></td> 10828 <td>CD4</td> 10829 <td>Constant initialization binding a reference to an xvalue</td> 10830 <td class="unknown" align="center">Unknown</td> 10831 </tr> 10832 <tr id="1835"> 10833 <td><a href="https://cplusplus.github.io/CWG/issues/1835.html">1835</a></td> 10834 <td>CD6</td> 10835 <td>Dependent member lookup before <TT><</TT></td> 10836 <td class="unknown" align="center">Unknown</td> 10837 </tr> 10838 <tr id="1836"> 10839 <td><a href="https://cplusplus.github.io/CWG/issues/1836.html">1836</a></td> 10840 <td>CD5</td> 10841 <td>Use of class type being defined in <I>trailing-return-type</I></td> 10842 <td class="unknown" align="center">Unknown</td> 10843 </tr> 10844 <tr id="1837"> 10845 <td><a href="https://cplusplus.github.io/CWG/issues/1837.html">1837</a></td> 10846 <td>CD6</td> 10847 <td>Use of <TT>this</TT> in <TT>friend</TT> and local class declarations</td> 10848 <td class="full" align="center">Clang 3.3</td> 10849 </tr> 10850 <tr id="1838"> 10851 <td><a href="https://cplusplus.github.io/CWG/issues/1838.html">1838</a></td> 10852 <td>CD4</td> 10853 <td>Definition via <I>unqualified-id</I> and <I>using-declaration</I></td> 10854 <td class="unknown" align="center">Unknown</td> 10855 </tr> 10856 <tr id="1839"> 10857 <td><a href="https://cplusplus.github.io/CWG/issues/1839.html">1839</a></td> 10858 <td>CD6</td> 10859 <td>Lookup of block-scope <TT>extern</TT> declarations</td> 10860 <td class="unknown" align="center">Unknown</td> 10861 </tr> 10862 <tr class="open" id="1840"> 10863 <td><a href="https://cplusplus.github.io/CWG/issues/1840.html">1840</a></td> 10864 <td>drafting</td> 10865 <td>Non-deleted explicit specialization of deleted function template</td> 10866 <td align="center">Not resolved</td> 10867 </tr> 10868 <tr id="1841"> 10869 <td><a href="https://cplusplus.github.io/CWG/issues/1841.html">1841</a></td> 10870 <td>CD6</td> 10871 <td><TT><</TT> following template injected-class-name</td> 10872 <td class="unknown" align="center">Unknown</td> 10873 </tr> 10874 <tr class="open" id="1842"> 10875 <td><a href="https://cplusplus.github.io/CWG/issues/1842.html">1842</a></td> 10876 <td>open</td> 10877 <td>Unevaluated operands and “carries a dependency”</td> 10878 <td align="center">Not resolved</td> 10879 </tr> 10880 <tr id="1843"> 10881 <td><a href="https://cplusplus.github.io/CWG/issues/1843.html">1843</a></td> 10882 <td>CD4</td> 10883 <td>Bit-field in conditional operator with <TT>throw</TT> operand</td> 10884 <td class="unknown" align="center">Unknown</td> 10885 </tr> 10886 <tr class="open" id="1844"> 10887 <td><a href="https://cplusplus.github.io/CWG/issues/1844.html">1844</a></td> 10888 <td>open</td> 10889 <td>Defining “immediate context”</td> 10890 <td align="center">Not resolved</td> 10891 </tr> 10892 <tr class="open" id="1845"> 10893 <td><a href="https://cplusplus.github.io/CWG/issues/1845.html">1845</a></td> 10894 <td>drafting</td> 10895 <td>Point of instantiation of a variable template specialization</td> 10896 <td align="center">Not resolved</td> 10897 </tr> 10898 <tr id="1846"> 10899 <td><a href="https://cplusplus.github.io/CWG/issues/1846.html">1846</a></td> 10900 <td>CD4</td> 10901 <td>Declaring explicitly-defaulted implicitly-deleted functions</td> 10902 <td class="unknown" align="center">Unknown</td> 10903 </tr> 10904 <tr id="1847"> 10905 <td><a href="https://cplusplus.github.io/CWG/issues/1847.html">1847</a></td> 10906 <td>CD4</td> 10907 <td>Clarifying compatibility during partial ordering</td> 10908 <td class="unknown" align="center">Unknown</td> 10909 </tr> 10910 <tr id="1848"> 10911 <td><a href="https://cplusplus.github.io/CWG/issues/1848.html">1848</a></td> 10912 <td>CD4</td> 10913 <td>Parenthesized constructor and destructor declarators</td> 10914 <td class="unknown" align="center">Unknown</td> 10915 </tr> 10916 <tr id="1849"> 10917 <td><a href="https://cplusplus.github.io/CWG/issues/1849.html">1849</a></td> 10918 <td>CD6</td> 10919 <td>Variable templates and the ODR</td> 10920 <td class="unknown" align="center">Unknown</td> 10921 </tr> 10922 <tr id="1850"> 10923 <td><a href="https://cplusplus.github.io/CWG/issues/1850.html">1850</a></td> 10924 <td>CD4</td> 10925 <td>Differences between definition context and point of instantiation</td> 10926 <td class="unknown" align="center">Unknown</td> 10927 </tr> 10928 <tr id="1851"> 10929 <td><a href="https://cplusplus.github.io/CWG/issues/1851.html">1851</a></td> 10930 <td>CD4</td> 10931 <td><TT>decltype(auto)</TT> in <I>new-expression</I>s</td> 10932 <td class="unknown" align="center">Unknown</td> 10933 </tr> 10934 <tr id="1852"> 10935 <td><a href="https://cplusplus.github.io/CWG/issues/1852.html">1852</a></td> 10936 <td>CD4</td> 10937 <td>Wording issues regarding <TT>decltype(auto)</TT></td> 10938 <td class="unknown" align="center">Unknown</td> 10939 </tr> 10940 <tr id="1853"> 10941 <td><a href="https://cplusplus.github.io/CWG/issues/1853.html">1853</a></td> 10942 <td>dup</td> 10943 <td>Defining “allocated storage”</td> 10944 <td class="unknown" align="center">Unknown</td> 10945 </tr> 10946 <tr class="open" id="1854"> 10947 <td><a href="https://cplusplus.github.io/CWG/issues/1854.html">1854</a></td> 10948 <td>drafting</td> 10949 <td>Disallowing use of implicitly-deleted functions</td> 10950 <td align="center">Not resolved</td> 10951 </tr> 10952 <tr id="1855"> 10953 <td><a href="https://cplusplus.github.io/CWG/issues/1855.html">1855</a></td> 10954 <td>dup</td> 10955 <td>Out-of-lifetime access to nonstatic data members</td> 10956 <td class="unknown" align="center">Unknown</td> 10957 </tr> 10958 <tr class="open" id="1856"> 10959 <td><a href="https://cplusplus.github.io/CWG/issues/1856.html">1856</a></td> 10960 <td>open</td> 10961 <td>Indirect nested classes of class templates</td> 10962 <td align="center">Not resolved</td> 10963 </tr> 10964 <tr id="1857"> 10965 <td><a href="https://cplusplus.github.io/CWG/issues/1857.html">1857</a></td> 10966 <td>CD5</td> 10967 <td>Additional questions about bits</td> 10968 <td class="unknown" align="center">Unknown</td> 10969 </tr> 10970 <tr id="1858"> 10971 <td><a href="https://cplusplus.github.io/CWG/issues/1858.html">1858</a></td> 10972 <td>CD4</td> 10973 <td>Comparing pointers to union members</td> 10974 <td class="unknown" align="center">Unknown</td> 10975 </tr> 10976 <tr id="1859"> 10977 <td><a href="https://cplusplus.github.io/CWG/issues/1859.html">1859</a></td> 10978 <td>CD5</td> 10979 <td>UTF-16 in <TT>char16_t</TT> string literals</td> 10980 <td class="unknown" align="center">Unknown</td> 10981 </tr> 10982 <tr id="1860"> 10983 <td><a href="https://cplusplus.github.io/CWG/issues/1860.html">1860</a></td> 10984 <td>C++17</td> 10985 <td>What is a “direct member?”</td> 10986 <td class="unknown" align="center">Unknown</td> 10987 </tr> 10988 <tr id="1861"> 10989 <td><a href="https://cplusplus.github.io/CWG/issues/1861.html">1861</a></td> 10990 <td>CD4</td> 10991 <td>Values of a bit-field</td> 10992 <td class="unknown" align="center">Unknown</td> 10993 </tr> 10994 <tr id="1862"> 10995 <td><a href="https://cplusplus.github.io/CWG/issues/1862.html">1862</a></td> 10996 <td>CD5</td> 10997 <td>Determining “corresponding members” for friendship</td> 10998 <td class="none" align="center">No</td> 10999 </tr> 11000 <tr id="1863"> 11001 <td><a href="https://cplusplus.github.io/CWG/issues/1863.html">1863</a></td> 11002 <td>CD4</td> 11003 <td>Requirements on thrown object type to support <TT>std::current_exception()</TT></td> 11004 <td class="unknown" align="center">Unknown</td> 11005 </tr> 11006 <tr id="1864"> 11007 <td><a href="https://cplusplus.github.io/CWG/issues/1864.html">1864</a></td> 11008 <td>NAD</td> 11009 <td>List-initialization of array objects</td> 11010 <td class="unknown" align="center">Unknown</td> 11011 </tr> 11012 <tr id="1865"> 11013 <td><a href="https://cplusplus.github.io/CWG/issues/1865.html">1865</a></td> 11014 <td>CD4</td> 11015 <td>Pointer arithmetic and multi-level qualification conversions</td> 11016 <td class="unknown" align="center">Unknown</td> 11017 </tr> 11018 <tr id="1866"> 11019 <td><a href="https://cplusplus.github.io/CWG/issues/1866.html">1866</a></td> 11020 <td>CD4</td> 11021 <td>Initializing variant members with non-trivial destructors</td> 11022 <td class="unknown" align="center">Unknown</td> 11023 </tr> 11024 <tr id="1867"> 11025 <td><a href="https://cplusplus.github.io/CWG/issues/1867.html">1867</a></td> 11026 <td>NAD</td> 11027 <td>Function/expression ambiguity with qualified parameter name</td> 11028 <td class="unknown" align="center">Unknown</td> 11029 </tr> 11030 <tr class="open" id="1868"> 11031 <td><a href="https://cplusplus.github.io/CWG/issues/1868.html">1868</a></td> 11032 <td>drafting</td> 11033 <td>Meaning of “placeholder type”</td> 11034 <td align="center">Not resolved</td> 11035 </tr> 11036 <tr id="1869"> 11037 <td><a href="https://cplusplus.github.io/CWG/issues/1869.html">1869</a></td> 11038 <td>NAD</td> 11039 <td><TT>thread_local</TT> vs <I>linkage-specification</I>s</td> 11040 <td class="unknown" align="center">Unknown</td> 11041 </tr> 11042 <tr id="1870"> 11043 <td><a href="https://cplusplus.github.io/CWG/issues/1870.html">1870</a></td> 11044 <td>CD4</td> 11045 <td>Contradictory wording about definitions vs explicit specialization/instantiation</td> 11046 <td class="unknown" align="center">Unknown</td> 11047 </tr> 11048 <tr id="1871"> 11049 <td><a href="https://cplusplus.github.io/CWG/issues/1871.html">1871</a></td> 11050 <td>NAD</td> 11051 <td>Non-identifier characters in <I>ud-suffix</I></td> 11052 <td class="unknown" align="center">Unknown</td> 11053 </tr> 11054 <tr id="1872"> 11055 <td><a href="https://cplusplus.github.io/CWG/issues/1872.html">1872</a></td> 11056 <td>CD4</td> 11057 <td>Instantiations of <TT>constexpr</TT> templates that cannot appear in constant expressions</td> 11058 <td class="full" align="center">Clang 9</td> 11059 </tr> 11060 <tr id="1873"> 11061 <td><a href="https://cplusplus.github.io/CWG/issues/1873.html">1873</a></td> 11062 <td>CD4</td> 11063 <td>Protected member access from derived class friends</td> 11064 <td class="unknown" align="center">Unknown</td> 11065 </tr> 11066 <tr id="1874"> 11067 <td><a href="https://cplusplus.github.io/CWG/issues/1874.html">1874</a></td> 11068 <td>CD4</td> 11069 <td>Type vs non-type template parameters with <TT>class</TT> keyword</td> 11070 <td class="unknown" align="center">Unknown</td> 11071 </tr> 11072 <tr id="1875"> 11073 <td><a href="https://cplusplus.github.io/CWG/issues/1875.html">1875</a></td> 11074 <td>CD4</td> 11075 <td>Reordering declarations in class scope</td> 11076 <td class="unknown" align="center">Unknown</td> 11077 </tr> 11078 <tr id="1876"> 11079 <td><a href="https://cplusplus.github.io/CWG/issues/1876.html">1876</a></td> 11080 <td>NAD</td> 11081 <td>Preventing explicit specialization</td> 11082 <td class="unknown" align="center">Unknown</td> 11083 </tr> 11084 <tr id="1877"> 11085 <td><a href="https://cplusplus.github.io/CWG/issues/1877.html">1877</a></td> 11086 <td>CD4</td> 11087 <td>Return type deduction from <TT>return</TT> with no operand</td> 11088 <td class="unknown" align="center">Unknown</td> 11089 </tr> 11090 <tr id="1878"> 11091 <td><a href="https://cplusplus.github.io/CWG/issues/1878.html">1878</a></td> 11092 <td>CD4</td> 11093 <td><TT>operator auto</TT> template</td> 11094 <td class="full" align="center">Clang 18</td> 11095 </tr> 11096 <tr id="1879"> 11097 <td><a href="https://cplusplus.github.io/CWG/issues/1879.html">1879</a></td> 11098 <td>NAD</td> 11099 <td>Inadequate definition of alignment requirement</td> 11100 <td class="unknown" align="center">Unknown</td> 11101 </tr> 11102 <tr id="1880"> 11103 <td><a href="https://cplusplus.github.io/CWG/issues/1880.html">1880</a></td> 11104 <td>CD4</td> 11105 <td>When are parameter objects destroyed?</td> 11106 <td class="unknown" align="center">Unknown</td> 11107 </tr> 11108 <tr id="1881"> 11109 <td><a href="https://cplusplus.github.io/CWG/issues/1881.html">1881</a></td> 11110 <td>CD4</td> 11111 <td>Standard-layout classes and unnamed bit-fields</td> 11112 <td class="full" align="center">Clang 7</td> 11113 </tr> 11114 <tr id="1882"> 11115 <td><a href="https://cplusplus.github.io/CWG/issues/1882.html">1882</a></td> 11116 <td>CD4</td> 11117 <td>Reserved names without library use</td> 11118 <td class="unknown" align="center">Unknown</td> 11119 </tr> 11120 <tr class="open" id="1883"> 11121 <td><a href="https://cplusplus.github.io/CWG/issues/1883.html">1883</a></td> 11122 <td>drafting</td> 11123 <td>Protected access to constructors in <I>mem-initializer</I>s</td> 11124 <td align="center">Not resolved</td> 11125 </tr> 11126 <tr id="1884"> 11127 <td><a href="https://cplusplus.github.io/CWG/issues/1884.html">1884</a></td> 11128 <td>CD6</td> 11129 <td>Unclear requirements for same-named external-linkage entities</td> 11130 <td class="partial" align="center">Partial</td> 11131 </tr> 11132 <tr id="1885"> 11133 <td><a href="https://cplusplus.github.io/CWG/issues/1885.html">1885</a></td> 11134 <td>CD4</td> 11135 <td>Return value of a function is underspecified</td> 11136 <td class="unknown" align="center">Unknown</td> 11137 </tr> 11138 <tr id="1886"> 11139 <td><a href="https://cplusplus.github.io/CWG/issues/1886.html">1886</a></td> 11140 <td>CD4</td> 11141 <td>Language linkage for <TT>main()</TT></td> 11142 <td class="unknown" align="center">Unknown</td> 11143 </tr> 11144 <tr id="1887"> 11145 <td><a href="https://cplusplus.github.io/CWG/issues/1887.html">1887</a></td> 11146 <td>CD4</td> 11147 <td>Problems with <TT>::</TT> as <I>nested-name-specifier</I></td> 11148 <td class="unknown" align="center">Unknown</td> 11149 </tr> 11150 <tr id="1888"> 11151 <td><a href="https://cplusplus.github.io/CWG/issues/1888.html">1888</a></td> 11152 <td>CD4</td> 11153 <td>Implicitly-declared default constructors and <TT>explicit</TT></td> 11154 <td class="unknown" align="center">Unknown</td> 11155 </tr> 11156 <tr class="open" id="1889"> 11157 <td><a href="https://cplusplus.github.io/CWG/issues/1889.html">1889</a></td> 11158 <td>drafting</td> 11159 <td>Unclear effect of <TT>#pragma</TT> on conformance</td> 11160 <td align="center">Not resolved</td> 11161 </tr> 11162 <tr class="open" id="1890"> 11163 <td><a href="https://cplusplus.github.io/CWG/issues/1890.html">1890</a></td> 11164 <td>drafting</td> 11165 <td>Member type depending on definition of member function</td> 11166 <td align="center"> 11167 <details> 11168 <summary>Not resolved</summary> 11169 Clang does not implement 2018-06-04 resolution 11170 </details></td> 11171 </tr> 11172 <tr id="1891"> 11173 <td><a href="https://cplusplus.github.io/CWG/issues/1891.html">1891</a></td> 11174 <td>CD4</td> 11175 <td>Move constructor/assignment for closure class</td> 11176 <td class="full" align="center">Clang 4</td> 11177 </tr> 11178 <tr id="1892"> 11179 <td><a href="https://cplusplus.github.io/CWG/issues/1892.html">1892</a></td> 11180 <td>CD4</td> 11181 <td>Use of <TT>auto</TT> in function type</td> 11182 <td class="unknown" align="center">Unknown</td> 11183 </tr> 11184 <tr id="1893"> 11185 <td><a href="https://cplusplus.github.io/CWG/issues/1893.html">1893</a></td> 11186 <td>CD5</td> 11187 <td>Function-style cast with <I>braced-init-list</I>s and empty pack expansions</td> 11188 <td class="unknown" align="center">Unknown</td> 11189 </tr> 11190 <tr id="1894"> 11191 <td><a href="https://cplusplus.github.io/CWG/issues/1894.html">1894</a></td> 11192 <td>CD6</td> 11193 <td><I>typedef-name</I>s and <I>using-declaration</I>s</td> 11194 <td class="full" align="center">Clang 3.8</td> 11195 </tr> 11196 <tr id="1895"> 11197 <td><a href="https://cplusplus.github.io/CWG/issues/1895.html">1895</a></td> 11198 <td>CD4</td> 11199 <td>Deleted conversions in conditional operator operands</td> 11200 <td class="unknown" align="center">Unknown</td> 11201 </tr> 11202 <tr id="1896"> 11203 <td><a href="https://cplusplus.github.io/CWG/issues/1896.html">1896</a></td> 11204 <td>CD6</td> 11205 <td>Repeated alias templates</td> 11206 <td class="unknown" align="center">Unknown</td> 11207 </tr> 11208 <tr class="open" id="1897"> 11209 <td><a href="https://cplusplus.github.io/CWG/issues/1897.html">1897</a></td> 11210 <td>review</td> 11211 <td>ODR vs alternative tokens</td> 11212 <td align="center">Not resolved</td> 11213 </tr> 11214 <tr id="1898"> 11215 <td><a href="https://cplusplus.github.io/CWG/issues/1898.html">1898</a></td> 11216 <td>CD6</td> 11217 <td>Use of “equivalent” in overload resolution</td> 11218 <td class="full" align="center">Clang 2.7</td> 11219 </tr> 11220 <tr id="1899"> 11221 <td><a href="https://cplusplus.github.io/CWG/issues/1899.html">1899</a></td> 11222 <td>CD4</td> 11223 <td>Value-dependent constant expressions</td> 11224 <td class="unknown" align="center">Unknown</td> 11225 </tr> 11226 <tr id="1900"> 11227 <td><a href="https://cplusplus.github.io/CWG/issues/1900.html">1900</a></td> 11228 <td>CD6</td> 11229 <td>Do <TT>friend</TT> declarations count as “previous declarations”?</td> 11230 <td class="full" align="center">Clang 2.7</td> 11231 </tr> 11232 <tr class="open" id="1901"> 11233 <td><a href="https://cplusplus.github.io/CWG/issues/1901.html">1901</a></td> 11234 <td>drafting</td> 11235 <td><I>punctuator</I> referenced but not defined</td> 11236 <td align="center">Not resolved</td> 11237 </tr> 11238 <tr id="1902"> 11239 <td><a href="https://cplusplus.github.io/CWG/issues/1902.html">1902</a></td> 11240 <td>CD4</td> 11241 <td>What makes a conversion “otherwise ill-formed”?</td> 11242 <td class="full" align="center">Clang 3.7</td> 11243 </tr> 11244 <tr id="1903"> 11245 <td><a href="https://cplusplus.github.io/CWG/issues/1903.html">1903</a></td> 11246 <td>CD4</td> 11247 <td>What declarations are introduced by a non-member <I>using-declaration</I>?</td> 11248 <td class="full" align="center">Clang 2.7</td> 11249 </tr> 11250 <tr id="1904"> 11251 <td><a href="https://cplusplus.github.io/CWG/issues/1904.html">1904</a></td> 11252 <td>NAD</td> 11253 <td>Default template arguments for members of class templates</td> 11254 <td class="unknown" align="center">Unknown</td> 11255 </tr> 11256 <tr id="1905"> 11257 <td><a href="https://cplusplus.github.io/CWG/issues/1905.html">1905</a></td> 11258 <td>NAD</td> 11259 <td>Dependent types and injected-class-names</td> 11260 <td class="unknown" align="center">Unknown</td> 11261 </tr> 11262 <tr id="1906"> 11263 <td><a href="https://cplusplus.github.io/CWG/issues/1906.html">1906</a></td> 11264 <td>NAD</td> 11265 <td>Name lookup in member <TT>friend</TT> declaration</td> 11266 <td class="unknown" align="center">Unknown</td> 11267 </tr> 11268 <tr id="1907"> 11269 <td><a href="https://cplusplus.github.io/CWG/issues/1907.html">1907</a></td> 11270 <td>CD6</td> 11271 <td><I>using-declaration</I>s and default arguments</td> 11272 <td class="unknown" align="center">Unknown</td> 11273 </tr> 11274 <tr id="1908"> 11275 <td><a href="https://cplusplus.github.io/CWG/issues/1908.html">1908</a></td> 11276 <td>CD6</td> 11277 <td>Dual destructor lookup and <I>template-id</I>s</td> 11278 <td class="unknown" align="center">Unknown</td> 11279 </tr> 11280 <tr id="1909"> 11281 <td><a href="https://cplusplus.github.io/CWG/issues/1909.html">1909</a></td> 11282 <td>CD4</td> 11283 <td>Member class template with the same name as the class</td> 11284 <td class="full" align="center">Clang 3.7</td> 11285 </tr> 11286 <tr id="1910"> 11287 <td><a href="https://cplusplus.github.io/CWG/issues/1910.html">1910</a></td> 11288 <td>CD5</td> 11289 <td>“Shall” requirement applied to runtime behavior</td> 11290 <td class="unknown" align="center">Unknown</td> 11291 </tr> 11292 <tr id="1911"> 11293 <td><a href="https://cplusplus.github.io/CWG/issues/1911.html">1911</a></td> 11294 <td>CD4</td> 11295 <td><TT>constexpr</TT> constructor with non-literal base class</td> 11296 <td class="unknown" align="center">Unknown</td> 11297 </tr> 11298 <tr id="1912"> 11299 <td><a href="https://cplusplus.github.io/CWG/issues/1912.html">1912</a></td> 11300 <td>CD5</td> 11301 <td><I>exception-specification</I> of defaulted function</td> 11302 <td class="unknown" align="center">Unknown</td> 11303 </tr> 11304 <tr id="1913"> 11305 <td><a href="https://cplusplus.github.io/CWG/issues/1913.html">1913</a></td> 11306 <td>CD5</td> 11307 <td><TT>decltype((x))</TT> in <I>lambda-expression</I>s</td> 11308 <td class="unknown" align="center">Unknown</td> 11309 </tr> 11310 <tr class="open" id="1914"> 11311 <td><a href="https://cplusplus.github.io/CWG/issues/1914.html">1914</a></td> 11312 <td>extension</td> 11313 <td>Duplicate standard attributes</td> 11314 <td align="center">Extension</td> 11315 </tr> 11316 <tr class="open" id="1915"> 11317 <td><a href="https://cplusplus.github.io/CWG/issues/1915.html">1915</a></td> 11318 <td>open</td> 11319 <td>Potentially-invoked destructors in non-throwing constructors</td> 11320 <td align="center">Not resolved</td> 11321 </tr> 11322 <tr id="1916"> 11323 <td><a href="https://cplusplus.github.io/CWG/issues/1916.html">1916</a></td> 11324 <td>CD4</td> 11325 <td>“Same cv-unqualified type”</td> 11326 <td class="unknown" align="center">Unknown</td> 11327 </tr> 11328 <tr id="1917"> 11329 <td><a href="https://cplusplus.github.io/CWG/issues/1917.html">1917</a></td> 11330 <td>NAD</td> 11331 <td>decltype-qualified enumeration names</td> 11332 <td class="unknown" align="center">Unknown</td> 11333 </tr> 11334 <tr id="1918"> 11335 <td><a href="https://cplusplus.github.io/CWG/issues/1918.html">1918</a></td> 11336 <td>CD5</td> 11337 <td><TT>friend</TT> templates with dependent scopes</td> 11338 <td class="none" align="center">No</td> 11339 </tr> 11340 <tr class="open" id="1919"> 11341 <td><a href="https://cplusplus.github.io/CWG/issues/1919.html">1919</a></td> 11342 <td>open</td> 11343 <td>Overload resolution for <TT>!</TT> with explicit conversion operator</td> 11344 <td align="center">Not resolved</td> 11345 </tr> 11346 <tr id="1920"> 11347 <td><a href="https://cplusplus.github.io/CWG/issues/1920.html">1920</a></td> 11348 <td>CD4</td> 11349 <td>Qualification mismatch in <I>pseudo-destructor-name</I></td> 11350 <td class="unknown" align="center">Unknown</td> 11351 </tr> 11352 <tr id="1921"> 11353 <td><a href="https://cplusplus.github.io/CWG/issues/1921.html">1921</a></td> 11354 <td>NAD</td> 11355 <td><TT>constexpr</TT> constructors and point of initialization of <TT>const</TT> variables</td> 11356 <td class="unknown" align="center">Unknown</td> 11357 </tr> 11358 <tr id="1922"> 11359 <td><a href="https://cplusplus.github.io/CWG/issues/1922.html">1922</a></td> 11360 <td>CD4</td> 11361 <td>Injected class template names and default arguments</td> 11362 <td class="unknown" align="center">Unknown</td> 11363 </tr> 11364 <tr id="1923"> 11365 <td><a href="https://cplusplus.github.io/CWG/issues/1923.html">1923</a></td> 11366 <td>NAD</td> 11367 <td>Lvalues of type <TT>void</TT></td> 11368 <td class="unknown" align="center">Unknown</td> 11369 </tr> 11370 <tr class="open" id="1924"> 11371 <td><a href="https://cplusplus.github.io/CWG/issues/1924.html">1924</a></td> 11372 <td>review</td> 11373 <td>Definition of “literal” and kinds of literals</td> 11374 <td align="center">Not resolved</td> 11375 </tr> 11376 <tr id="1925"> 11377 <td><a href="https://cplusplus.github.io/CWG/issues/1925.html">1925</a></td> 11378 <td>CD4</td> 11379 <td>Bit-field prvalues</td> 11380 <td class="unknown" align="center">Unknown</td> 11381 </tr> 11382 <tr id="1926"> 11383 <td><a href="https://cplusplus.github.io/CWG/issues/1926.html">1926</a></td> 11384 <td>CD4</td> 11385 <td>Potential results of subscript operator</td> 11386 <td class="unknown" align="center">Unknown</td> 11387 </tr> 11388 <tr id="1927"> 11389 <td><a href="https://cplusplus.github.io/CWG/issues/1927.html">1927</a></td> 11390 <td>dup</td> 11391 <td>Lifetime of temporaries in <I>init-capture</I>s</td> 11392 <td class="unknown" align="center">Unknown</td> 11393 </tr> 11394 <tr id="1928"> 11395 <td><a href="https://cplusplus.github.io/CWG/issues/1928.html">1928</a></td> 11396 <td>NAD</td> 11397 <td>Triviality of deleted special member functions</td> 11398 <td class="unknown" align="center">Unknown</td> 11399 </tr> 11400 <tr id="1929"> 11401 <td><a href="https://cplusplus.github.io/CWG/issues/1929.html">1929</a></td> 11402 <td>CD4</td> 11403 <td><TT>template</TT> keyword following namespace <I>nested-name-specifier</I></td> 11404 <td class="unknown" align="center">Unknown</td> 11405 </tr> 11406 <tr id="1930"> 11407 <td><a href="https://cplusplus.github.io/CWG/issues/1930.html">1930</a></td> 11408 <td>CD4</td> 11409 <td><I>init-declarator-list</I> vs <I>member-declarator-list</I></td> 11410 <td class="unknown" align="center">Unknown</td> 11411 </tr> 11412 <tr id="1931"> 11413 <td><a href="https://cplusplus.github.io/CWG/issues/1931.html">1931</a></td> 11414 <td>CD5</td> 11415 <td>Default-constructible and copy-assignable closure types</td> 11416 <td class="unknown" align="center">Unknown</td> 11417 </tr> 11418 <tr id="1932"> 11419 <td><a href="https://cplusplus.github.io/CWG/issues/1932.html">1932</a></td> 11420 <td>CD4</td> 11421 <td>Bit-field results of conditional operators</td> 11422 <td class="unknown" align="center">Unknown</td> 11423 </tr> 11424 <tr id="1933"> 11425 <td><a href="https://cplusplus.github.io/CWG/issues/1933.html">1933</a></td> 11426 <td>NAD</td> 11427 <td>Implementation limit for <I>initializer-list</I> elements</td> 11428 <td class="unknown" align="center">Unknown</td> 11429 </tr> 11430 <tr id="1934"> 11431 <td><a href="https://cplusplus.github.io/CWG/issues/1934.html">1934</a></td> 11432 <td>NAD</td> 11433 <td>Relaxing <I>exception-specification</I> compatibility requirements</td> 11434 <td class="unknown" align="center">Unknown</td> 11435 </tr> 11436 <tr id="1935"> 11437 <td><a href="https://cplusplus.github.io/CWG/issues/1935.html">1935</a></td> 11438 <td>CD5</td> 11439 <td>Reuse of placement arguments in deallocation</td> 11440 <td class="unknown" align="center">Unknown</td> 11441 </tr> 11442 <tr id="1936"> 11443 <td><a href="https://cplusplus.github.io/CWG/issues/1936.html">1936</a></td> 11444 <td>CD6</td> 11445 <td>Dependent <I>qualified-id</I>s</td> 11446 <td class="unknown" align="center">Unknown</td> 11447 </tr> 11448 <tr id="1937"> 11449 <td><a href="https://cplusplus.github.io/CWG/issues/1937.html">1937</a></td> 11450 <td>CD5</td> 11451 <td>Incomplete specification of function pointer from lambda</td> 11452 <td class="unknown" align="center">Unknown</td> 11453 </tr> 11454 <tr id="1938"> 11455 <td><a href="https://cplusplus.github.io/CWG/issues/1938.html">1938</a></td> 11456 <td>CD5</td> 11457 <td>Should hosted/freestanding be implementation-defined?</td> 11458 <td class="unknown" align="center">Unknown</td> 11459 </tr> 11460 <tr class="open" id="1939"> 11461 <td><a href="https://cplusplus.github.io/CWG/issues/1939.html">1939</a></td> 11462 <td>open</td> 11463 <td>Argument conversions to nondeduced parameter types revisited</td> 11464 <td align="center">Not resolved</td> 11465 </tr> 11466 <tr id="1940"> 11467 <td><a href="https://cplusplus.github.io/CWG/issues/1940.html">1940</a></td> 11468 <td>CD4</td> 11469 <td><TT>static_assert</TT> in anonymous unions</td> 11470 <td class="full" align="center">Clang 3.5</td> 11471 </tr> 11472 <tr id="1941"> 11473 <td><a href="https://cplusplus.github.io/CWG/issues/1941.html">1941</a></td> 11474 <td>CD4</td> 11475 <td>SFINAE and inherited constructor default arguments</td> 11476 <td class="full" align="center">Clang 3.9</td> 11477 </tr> 11478 <tr id="1942"> 11479 <td><a href="https://cplusplus.github.io/CWG/issues/1942.html">1942</a></td> 11480 <td>CD4</td> 11481 <td>Incorrect reference to <I>trailing-return-type</I></td> 11482 <td class="unknown" align="center">Unknown</td> 11483 </tr> 11484 <tr id="1943"> 11485 <td><a href="https://cplusplus.github.io/CWG/issues/1943.html">1943</a></td> 11486 <td>CD5</td> 11487 <td>Unspecified meaning of “bit”</td> 11488 <td class="unknown" align="center">Unknown</td> 11489 </tr> 11490 <tr class="open" id="1944"> 11491 <td><a href="https://cplusplus.github.io/CWG/issues/1944.html">1944</a></td> 11492 <td>open</td> 11493 <td>New C incompatibilities</td> 11494 <td align="center">Not resolved</td> 11495 </tr> 11496 <tr id="1945"> 11497 <td><a href="https://cplusplus.github.io/CWG/issues/1945.html">1945</a></td> 11498 <td>CD5</td> 11499 <td>Friend declarations naming members of class templates in non-templates</td> 11500 <td class="none" align="center">No</td> 11501 </tr> 11502 <tr id="1946"> 11503 <td><a href="https://cplusplus.github.io/CWG/issues/1946.html">1946</a></td> 11504 <td>CD4</td> 11505 <td><I>exception-specification</I>s vs pointer dereference</td> 11506 <td class="unknown" align="center">Unknown</td> 11507 </tr> 11508 <tr id="1947"> 11509 <td><a href="https://cplusplus.github.io/CWG/issues/1947.html">1947</a></td> 11510 <td>NAD</td> 11511 <td>Digit separators following non-octal prefix</td> 11512 <td class="full" align="center">Clang 3.5</td> 11513 </tr> 11514 <tr id="1948"> 11515 <td><a href="https://cplusplus.github.io/CWG/issues/1948.html">1948</a></td> 11516 <td>NAD</td> 11517 <td><I>exception-specification</I> of replacement global <TT>new</TT></td> 11518 <td class="full" align="center">Clang 3.5</td> 11519 </tr> 11520 <tr id="1949"> 11521 <td><a href="https://cplusplus.github.io/CWG/issues/1949.html">1949</a></td> 11522 <td>CD4</td> 11523 <td>“sequenced after” instead of “sequenced before”</td> 11524 <td class="unknown" align="center">Unknown</td> 11525 </tr> 11526 <tr id="1950"> 11527 <td><a href="https://cplusplus.github.io/CWG/issues/1950.html">1950</a></td> 11528 <td>NAD</td> 11529 <td>Restructuring description of ranks of conversion sequences</td> 11530 <td class="unknown" align="center">Unknown</td> 11531 </tr> 11532 <tr id="1951"> 11533 <td><a href="https://cplusplus.github.io/CWG/issues/1951.html">1951</a></td> 11534 <td>CD4</td> 11535 <td>Cv-qualification and literal types</td> 11536 <td class="unknown" align="center">Unknown</td> 11537 </tr> 11538 <tr id="1952"> 11539 <td><a href="https://cplusplus.github.io/CWG/issues/1952.html">1952</a></td> 11540 <td>CD4</td> 11541 <td>Constant expressions and library undefined behavior</td> 11542 <td class="unknown" align="center">Unknown</td> 11543 </tr> 11544 <tr id="1953"> 11545 <td><a href="https://cplusplus.github.io/CWG/issues/1953.html">1953</a></td> 11546 <td>DR</td> 11547 <td>Data races and common initial sequence</td> 11548 <td class="unknown" align="center">Unknown</td> 11549 </tr> 11550 <tr id="1954"> 11551 <td><a href="https://cplusplus.github.io/CWG/issues/1954.html">1954</a></td> 11552 <td>DRWP</td> 11553 <td><TT>typeid</TT> null dereference check in subexpressions</td> 11554 <td class="unknown" align="center">Unknown</td> 11555 </tr> 11556 <tr id="1955"> 11557 <td><a href="https://cplusplus.github.io/CWG/issues/1955.html">1955</a></td> 11558 <td>CD4</td> 11559 <td><TT>#elif</TT> with invalid controlling expression</td> 11560 <td class="unknown" align="center">Unknown</td> 11561 </tr> 11562 <tr id="1956"> 11563 <td><a href="https://cplusplus.github.io/CWG/issues/1956.html">1956</a></td> 11564 <td>CD4</td> 11565 <td>Reuse of storage of automatic variables</td> 11566 <td class="unknown" align="center">Unknown</td> 11567 </tr> 11568 <tr id="1957"> 11569 <td><a href="https://cplusplus.github.io/CWG/issues/1957.html">1957</a></td> 11570 <td>NAD</td> 11571 <td><TT>decltype(auto)</TT> with direct-list-initialization</td> 11572 <td class="unknown" align="center">Unknown</td> 11573 </tr> 11574 <tr id="1958"> 11575 <td><a href="https://cplusplus.github.io/CWG/issues/1958.html">1958</a></td> 11576 <td>CD4</td> 11577 <td><TT>decltype(auto)</TT> with parenthesized initializer</td> 11578 <td class="unknown" align="center">Unknown</td> 11579 </tr> 11580 <tr id="1959"> 11581 <td><a href="https://cplusplus.github.io/CWG/issues/1959.html">1959</a></td> 11582 <td>CD4</td> 11583 <td>Inadvertently inherited copy constructor</td> 11584 <td class="full" align="center">Clang 3.9</td> 11585 </tr> 11586 <tr id="1960"> 11587 <td><a href="https://cplusplus.github.io/CWG/issues/1960.html">1960</a></td> 11588 <td>NAD</td> 11589 <td>Visibility of entity named in class-scope <I>using-declaration</I></td> 11590 <td class="none" align="center">No</td> 11591 </tr> 11592 <tr id="1961"> 11593 <td><a href="https://cplusplus.github.io/CWG/issues/1961.html">1961</a></td> 11594 <td>C++17</td> 11595 <td>Potentially-concurrent actions within a signal handler</td> 11596 <td class="unknown" align="center">Unknown</td> 11597 </tr> 11598 <tr class="open" id="1962"> 11599 <td><a href="https://cplusplus.github.io/CWG/issues/1962.html">1962</a></td> 11600 <td>open</td> 11601 <td>Type of <TT>__func__</TT></td> 11602 <td align="center">Not resolved</td> 11603 </tr> 11604 <tr id="1963"> 11605 <td><a href="https://cplusplus.github.io/CWG/issues/1963.html">1963</a></td> 11606 <td>CD4</td> 11607 <td>Implementation-defined identifier characters</td> 11608 <td class="unknown" align="center">Unknown</td> 11609 </tr> 11610 <tr id="1964"> 11611 <td><a href="https://cplusplus.github.io/CWG/issues/1964.html">1964</a></td> 11612 <td>NAD</td> 11613 <td><I>opaque-enum-declaration</I> in <I>alias-declaration</I>?</td> 11614 <td class="unknown" align="center">Unknown</td> 11615 </tr> 11616 <tr class="open" id="1965"> 11617 <td><a href="https://cplusplus.github.io/CWG/issues/1965.html">1965</a></td> 11618 <td>open</td> 11619 <td>Explicit casts to reference types</td> 11620 <td align="center">Not resolved</td> 11621 </tr> 11622 <tr id="1966"> 11623 <td><a href="https://cplusplus.github.io/CWG/issues/1966.html">1966</a></td> 11624 <td>CD4</td> 11625 <td>Colon following enumeration <I>elaborated-type-specifier</I></td> 11626 <td class="full" align="center">Clang 11</td> 11627 </tr> 11628 <tr id="1967"> 11629 <td><a href="https://cplusplus.github.io/CWG/issues/1967.html">1967</a></td> 11630 <td>CD4</td> 11631 <td>Temporary lifetime and move-elision</td> 11632 <td class="unknown" align="center">Unknown</td> 11633 </tr> 11634 <tr id="1968"> 11635 <td><a href="https://cplusplus.github.io/CWG/issues/1968.html">1968</a></td> 11636 <td>NAD</td> 11637 <td>Address of <TT>typeid</TT> in constant expressions</td> 11638 <td class="none" align="center">No</td> 11639 </tr> 11640 <tr id="1969"> 11641 <td><a href="https://cplusplus.github.io/CWG/issues/1969.html">1969</a></td> 11642 <td>CD6</td> 11643 <td>Missing exclusion of <TT>~S</TT> as an ordinary function name</td> 11644 <td class="unknown" align="center">Unknown</td> 11645 </tr> 11646 <tr id="1970"> 11647 <td><a href="https://cplusplus.github.io/CWG/issues/1970.html">1970</a></td> 11648 <td>NAD</td> 11649 <td>Ambiguity resolution for <TT>(T())*x</TT></td> 11650 <td class="unknown" align="center">Unknown</td> 11651 </tr> 11652 <tr id="1971"> 11653 <td><a href="https://cplusplus.github.io/CWG/issues/1971.html">1971</a></td> 11654 <td>CD4</td> 11655 <td>Unclear disambiguation of destructor and <TT>operator~</TT></td> 11656 <td class="unknown" align="center">Unknown</td> 11657 </tr> 11658 <tr id="1972"> 11659 <td><a href="https://cplusplus.github.io/CWG/issues/1972.html">1972</a></td> 11660 <td>CD6</td> 11661 <td>Identifier character restrictions in non-<I>identifier</I>s</td> 11662 <td class="unknown" align="center">Unknown</td> 11663 </tr> 11664 <tr id="1973"> 11665 <td><a href="https://cplusplus.github.io/CWG/issues/1973.html">1973</a></td> 11666 <td>DRWP</td> 11667 <td>Which <I>parameter-declaration-clause</I> in a <I>lambda-expression</I>?</td> 11668 <td class="unknown" align="center">Unknown</td> 11669 </tr> 11670 <tr id="1974"> 11671 <td><a href="https://cplusplus.github.io/CWG/issues/1974.html">1974</a></td> 11672 <td>NAD</td> 11673 <td>Redundant specification of non-type <I>typename-specifier</I></td> 11674 <td class="unknown" align="center">Unknown</td> 11675 </tr> 11676 <tr id="1975"> 11677 <td><a href="https://cplusplus.github.io/CWG/issues/1975.html">1975</a></td> 11678 <td>CD4</td> 11679 <td>Permissible declarations for <I>exception-specification</I>s</td> 11680 <td class="unknown" align="center">Unknown</td> 11681 </tr> 11682 <tr id="1976"> 11683 <td><a href="https://cplusplus.github.io/CWG/issues/1976.html">1976</a></td> 11684 <td>NAD</td> 11685 <td>Ambiguity of <I>namespace-alias</I>es</td> 11686 <td class="unknown" align="center">Unknown</td> 11687 </tr> 11688 <tr class="open" id="1977"> 11689 <td><a href="https://cplusplus.github.io/CWG/issues/1977.html">1977</a></td> 11690 <td>drafting</td> 11691 <td>Contradictory results of failed destructor lookup</td> 11692 <td align="center">Not resolved</td> 11693 </tr> 11694 <tr id="1978"> 11695 <td><a href="https://cplusplus.github.io/CWG/issues/1978.html">1978</a></td> 11696 <td>CD4</td> 11697 <td>Redundant description of explicit constructor use</td> 11698 <td class="unknown" align="center">Unknown</td> 11699 </tr> 11700 <tr class="open" id="1979"> 11701 <td><a href="https://cplusplus.github.io/CWG/issues/1979.html">1979</a></td> 11702 <td>drafting</td> 11703 <td>Alias template specialization in template member definition</td> 11704 <td align="center">Not resolved</td> 11705 </tr> 11706 <tr class="open" id="1980"> 11707 <td><a href="https://cplusplus.github.io/CWG/issues/1980.html">1980</a></td> 11708 <td>drafting</td> 11709 <td>Equivalent but not functionally-equivalent redeclarations</td> 11710 <td align="center">Not resolved</td> 11711 </tr> 11712 <tr id="1981"> 11713 <td><a href="https://cplusplus.github.io/CWG/issues/1981.html">1981</a></td> 11714 <td>CD4</td> 11715 <td>Implicit contextual conversions and <TT>explicit</TT></td> 11716 <td class="unknown" align="center">Unknown</td> 11717 </tr> 11718 <tr id="1982"> 11719 <td><a href="https://cplusplus.github.io/CWG/issues/1982.html">1982</a></td> 11720 <td>NAD</td> 11721 <td>Deduction extending parameter pack</td> 11722 <td class="unknown" align="center">Unknown</td> 11723 </tr> 11724 <tr id="1983"> 11725 <td><a href="https://cplusplus.github.io/CWG/issues/1983.html">1983</a></td> 11726 <td>CD5</td> 11727 <td>Inappropriate use of <I>virt-specifier</I></td> 11728 <td class="unknown" align="center">Unknown</td> 11729 </tr> 11730 <tr id="1984"> 11731 <td><a href="https://cplusplus.github.io/CWG/issues/1984.html">1984</a></td> 11732 <td>NAD</td> 11733 <td>Lossless narrowing conversions</td> 11734 <td class="unknown" align="center">Unknown</td> 11735 </tr> 11736 <tr id="1985"> 11737 <td><a href="https://cplusplus.github.io/CWG/issues/1985.html">1985</a></td> 11738 <td>NAD</td> 11739 <td>Unknown bound array member with <I>brace-or-equal-initializer</I></td> 11740 <td class="unknown" align="center">Unknown</td> 11741 </tr> 11742 <tr class="open" id="1986"> 11743 <td><a href="https://cplusplus.github.io/CWG/issues/1986.html">1986</a></td> 11744 <td>drafting</td> 11745 <td>odr-use and delayed initialization</td> 11746 <td align="center">Not resolved</td> 11747 </tr> 11748 <tr id="1987"> 11749 <td><a href="https://cplusplus.github.io/CWG/issues/1987.html">1987</a></td> 11750 <td>NAD</td> 11751 <td><TT>constexpr</TT> static data members across translation units</td> 11752 <td class="unknown" align="center">Unknown</td> 11753 </tr> 11754 <tr id="1988"> 11755 <td><a href="https://cplusplus.github.io/CWG/issues/1988.html">1988</a></td> 11756 <td>CD4</td> 11757 <td>Ambiguity between dependent and non-dependent bases in implicit member access</td> 11758 <td class="unknown" align="center">Unknown</td> 11759 </tr> 11760 <tr class="open" id="1989"> 11761 <td><a href="https://cplusplus.github.io/CWG/issues/1989.html">1989</a></td> 11762 <td>drafting</td> 11763 <td>Insufficient restrictions on parameters of postfix operators</td> 11764 <td align="center">Not resolved</td> 11765 </tr> 11766 <tr id="1990"> 11767 <td><a href="https://cplusplus.github.io/CWG/issues/1990.html">1990</a></td> 11768 <td>CD4</td> 11769 <td>Ambiguity due to optional <I>decl-specifier-seq</I></td> 11770 <td class="unknown" align="center">Unknown</td> 11771 </tr> 11772 <tr id="1991"> 11773 <td><a href="https://cplusplus.github.io/CWG/issues/1991.html">1991</a></td> 11774 <td>CD4</td> 11775 <td>Inheriting constructors vs default arguments</td> 11776 <td class="full" align="center">Clang 3.9</td> 11777 </tr> 11778 <tr id="1992"> 11779 <td><a href="https://cplusplus.github.io/CWG/issues/1992.html">1992</a></td> 11780 <td>CD4</td> 11781 <td><TT>new (std::nothrow) int[N]</TT> can throw</td> 11782 <td class="unknown" align="center">Unknown</td> 11783 </tr> 11784 <tr class="open" id="1993"> 11785 <td><a href="https://cplusplus.github.io/CWG/issues/1993.html">1993</a></td> 11786 <td>drafting</td> 11787 <td>Use of <TT>template<></TT> defining member of explicit specialization</td> 11788 <td align="center">Not resolved</td> 11789 </tr> 11790 <tr id="1994"> 11791 <td><a href="https://cplusplus.github.io/CWG/issues/1994.html">1994</a></td> 11792 <td>dup</td> 11793 <td>Confusing wording regarding multiple <TT>template<></TT> prefixes</td> 11794 <td class="unknown" align="center">Duplicate of <a href="#529">529</a></td> 11795 </tr> 11796 <tr id="1995"> 11797 <td><a href="https://cplusplus.github.io/CWG/issues/1995.html">1995</a></td> 11798 <td>CD4</td> 11799 <td><I>exception-specification</I>s and non-type template parameters</td> 11800 <td class="unknown" align="center">Unknown</td> 11801 </tr> 11802 <tr class="open" id="1996"> 11803 <td><a href="https://cplusplus.github.io/CWG/issues/1996.html">1996</a></td> 11804 <td>drafting</td> 11805 <td>Reference list-initialization ignores conversion functions</td> 11806 <td align="center">Not resolved</td> 11807 </tr> 11808 <tr id="1997"> 11809 <td><a href="https://cplusplus.github.io/CWG/issues/1997.html">1997</a></td> 11810 <td>DRWP</td> 11811 <td>Placement new and previous initialization</td> 11812 <td class="unknown" align="center">Unknown</td> 11813 </tr> 11814 <tr id="1998"> 11815 <td><a href="https://cplusplus.github.io/CWG/issues/1998.html">1998</a></td> 11816 <td>NAD</td> 11817 <td>Additional sources of xvalue expressions</td> 11818 <td class="unknown" align="center">Unknown</td> 11819 </tr> 11820 <tr id="1999"> 11821 <td><a href="https://cplusplus.github.io/CWG/issues/1999.html">1999</a></td> 11822 <td>CD4</td> 11823 <td>Representation of source characters as universal-character-names</td> 11824 <td class="unknown" align="center">Unknown</td> 11825 </tr> 11826 <tr id="2000"> 11827 <td><a href="https://cplusplus.github.io/CWG/issues/2000.html">2000</a></td> 11828 <td>CD4</td> 11829 <td><I>header-name</I> outside <TT>#include</TT> directive</td> 11830 <td class="unknown" align="center">Unknown</td> 11831 </tr> 11832 <tr id="2001"> 11833 <td><a href="https://cplusplus.github.io/CWG/issues/2001.html">2001</a></td> 11834 <td>CD4</td> 11835 <td><I>non-directive</I> is underspecified</td> 11836 <td class="unknown" align="center">Unknown</td> 11837 </tr> 11838 <tr class="open" id="2002"> 11839 <td><a href="https://cplusplus.github.io/CWG/issues/2002.html">2002</a></td> 11840 <td>open</td> 11841 <td>White space within preprocessing directives</td> 11842 <td align="center">Not resolved</td> 11843 </tr> 11844 <tr class="open" id="2003"> 11845 <td><a href="https://cplusplus.github.io/CWG/issues/2003.html">2003</a></td> 11846 <td>drafting</td> 11847 <td>Zero-argument macros incorrectly specified</td> 11848 <td align="center">Not resolved</td> 11849 </tr> 11850 <tr id="2004"> 11851 <td><a href="https://cplusplus.github.io/CWG/issues/2004.html">2004</a></td> 11852 <td>CD4</td> 11853 <td>Unions with mutable members in constant expressions</td> 11854 <td class="unknown" align="center">Unknown</td> 11855 </tr> 11856 <tr id="2005"> 11857 <td><a href="https://cplusplus.github.io/CWG/issues/2005.html">2005</a></td> 11858 <td>NAD</td> 11859 <td>Incorrect <TT>constexpr</TT> reference initialization requirements</td> 11860 <td class="unknown" align="center">Unknown</td> 11861 </tr> 11862 <tr id="2006"> 11863 <td><a href="https://cplusplus.github.io/CWG/issues/2006.html">2006</a></td> 11864 <td>CD4</td> 11865 <td>Cv-qualified <TT>void</TT> types</td> 11866 <td class="unknown" align="center">Unknown</td> 11867 </tr> 11868 <tr id="2007"> 11869 <td><a href="https://cplusplus.github.io/CWG/issues/2007.html">2007</a></td> 11870 <td>CD6</td> 11871 <td>Argument-dependent lookup for <TT>operator=</TT></td> 11872 <td class="full" align="center">Clang 3.4</td> 11873 </tr> 11874 <tr id="2008"> 11875 <td><a href="https://cplusplus.github.io/CWG/issues/2008.html">2008</a></td> 11876 <td>CD4</td> 11877 <td>Default <I>template-argument</I>s underspecified</td> 11878 <td class="unknown" align="center">Unknown</td> 11879 </tr> 11880 <tr id="2009"> 11881 <td><a href="https://cplusplus.github.io/CWG/issues/2009.html">2009</a></td> 11882 <td>CD6</td> 11883 <td>Unclear specification of class scope</td> 11884 <td class="na" align="center">N/A</td> 11885 </tr> 11886 <tr id="2010"> 11887 <td><a href="https://cplusplus.github.io/CWG/issues/2010.html">2010</a></td> 11888 <td>CD4</td> 11889 <td><I>exception-specification</I>s and conversion operators</td> 11890 <td class="unknown" align="center">Unknown</td> 11891 </tr> 11892 <tr id="2011"> 11893 <td><a href="https://cplusplus.github.io/CWG/issues/2011.html">2011</a></td> 11894 <td>C++17</td> 11895 <td>Unclear effect of reference capture of reference</td> 11896 <td class="unknown" align="center">Unknown</td> 11897 </tr> 11898 <tr id="2012"> 11899 <td><a href="https://cplusplus.github.io/CWG/issues/2012.html">2012</a></td> 11900 <td>CD4</td> 11901 <td>Lifetime of references</td> 11902 <td class="unknown" align="center">Unknown</td> 11903 </tr> 11904 <tr class="open" id="2013"> 11905 <td><a href="https://cplusplus.github.io/CWG/issues/2013.html">2013</a></td> 11906 <td>drafting</td> 11907 <td>Pointer subtraction in large array</td> 11908 <td align="center">Not resolved</td> 11909 </tr> 11910 <tr id="2014"> 11911 <td><a href="https://cplusplus.github.io/CWG/issues/2014.html">2014</a></td> 11912 <td>NAD</td> 11913 <td>Unneeded deallocation signatures</td> 11914 <td class="unknown" align="center">Unknown</td> 11915 </tr> 11916 <tr id="2015"> 11917 <td><a href="https://cplusplus.github.io/CWG/issues/2015.html">2015</a></td> 11918 <td>CD4</td> 11919 <td>odr-use of deleted virtual functions</td> 11920 <td class="unknown" align="center">Unknown</td> 11921 </tr> 11922 <tr id="2016"> 11923 <td><a href="https://cplusplus.github.io/CWG/issues/2016.html">2016</a></td> 11924 <td>CD4</td> 11925 <td>Confusing wording in description of conversion function</td> 11926 <td class="unknown" align="center">Unknown</td> 11927 </tr> 11928 <tr id="2017"> 11929 <td><a href="https://cplusplus.github.io/CWG/issues/2017.html">2017</a></td> 11930 <td>CD4</td> 11931 <td>Flowing off end is not equivalent to no-expression return</td> 11932 <td class="unknown" align="center">Unknown</td> 11933 </tr> 11934 <tr id="2018"> 11935 <td><a href="https://cplusplus.github.io/CWG/issues/2018.html">2018</a></td> 11936 <td>dup</td> 11937 <td>Qualification conversion vs reference binding</td> 11938 <td class="unknown" align="center">Unknown</td> 11939 </tr> 11940 <tr id="2019"> 11941 <td><a href="https://cplusplus.github.io/CWG/issues/2019.html">2019</a></td> 11942 <td>CD4</td> 11943 <td>Member references omitted from description of storage duration</td> 11944 <td class="unknown" align="center">Unknown</td> 11945 </tr> 11946 <tr id="2020"> 11947 <td><a href="https://cplusplus.github.io/CWG/issues/2020.html">2020</a></td> 11948 <td>CD5</td> 11949 <td>Inadequate description of odr-use of implicitly-invoked functions</td> 11950 <td class="unknown" align="center">Unknown</td> 11951 </tr> 11952 <tr id="2021"> 11953 <td><a href="https://cplusplus.github.io/CWG/issues/2021.html">2021</a></td> 11954 <td>dup</td> 11955 <td>Function template redeclaration via alias template</td> 11956 <td class="unknown" align="center">Unknown</td> 11957 </tr> 11958 <tr id="2022"> 11959 <td><a href="https://cplusplus.github.io/CWG/issues/2022.html">2022</a></td> 11960 <td>CD4</td> 11961 <td>Copy elision in constant expressions</td> 11962 <td class="unknown" align="center">Unknown</td> 11963 </tr> 11964 <tr class="open" id="2023"> 11965 <td><a href="https://cplusplus.github.io/CWG/issues/2023.html">2023</a></td> 11966 <td>drafting</td> 11967 <td>Composite reference result type of conditional operator</td> 11968 <td align="center">Not resolved</td> 11969 </tr> 11970 <tr id="2024"> 11971 <td><a href="https://cplusplus.github.io/CWG/issues/2024.html">2024</a></td> 11972 <td>CD4</td> 11973 <td>Dependent types and unexpanded parameter packs</td> 11974 <td class="unknown" align="center">Unknown</td> 11975 </tr> 11976 <tr id="2025"> 11977 <td><a href="https://cplusplus.github.io/CWG/issues/2025.html">2025</a></td> 11978 <td>dup</td> 11979 <td>Declaration matching via alias templates</td> 11980 <td class="unknown" align="center">Unknown</td> 11981 </tr> 11982 <tr id="2026"> 11983 <td><a href="https://cplusplus.github.io/CWG/issues/2026.html">2026</a></td> 11984 <td>CD4</td> 11985 <td>Zero-initialization and <TT>constexpr</TT></td> 11986 <td class="full" align="center">Clang 11</td> 11987 </tr> 11988 <tr id="2027"> 11989 <td><a href="https://cplusplus.github.io/CWG/issues/2027.html">2027</a></td> 11990 <td>CD4</td> 11991 <td>Unclear requirements for multiple <TT>alignas</TT> specifiers</td> 11992 <td class="unknown" align="center">Unknown</td> 11993 </tr> 11994 <tr class="open" id="2028"> 11995 <td><a href="https://cplusplus.github.io/CWG/issues/2028.html">2028</a></td> 11996 <td>drafting</td> 11997 <td>Converting constructors in rvalue reference initialization</td> 11998 <td align="center">Not resolved</td> 11999 </tr> 12000 <tr id="2029"> 12001 <td><a href="https://cplusplus.github.io/CWG/issues/2029.html">2029</a></td> 12002 <td>dup</td> 12003 <td>Abstract class return type in <TT>decltype</TT> operand</td> 12004 <td class="unknown" align="center">Unknown</td> 12005 </tr> 12006 <tr id="2030"> 12007 <td><a href="https://cplusplus.github.io/CWG/issues/2030.html">2030</a></td> 12008 <td>NAD</td> 12009 <td>Access of injected-class-name with template arguments</td> 12010 <td class="unknown" align="center">Unknown</td> 12011 </tr> 12012 <tr id="2031"> 12013 <td><a href="https://cplusplus.github.io/CWG/issues/2031.html">2031</a></td> 12014 <td>CD4</td> 12015 <td>Missing incompatibility for <TT>&&</TT></td> 12016 <td class="unknown" align="center">Unknown</td> 12017 </tr> 12018 <tr id="2032"> 12019 <td><a href="https://cplusplus.github.io/CWG/issues/2032.html">2032</a></td> 12020 <td>CD4</td> 12021 <td>Default <I>template-argument</I>s of variable templates</td> 12022 <td class="unknown" align="center">Unknown</td> 12023 </tr> 12024 <tr id="2033"> 12025 <td><a href="https://cplusplus.github.io/CWG/issues/2033.html">2033</a></td> 12026 <td>CD4</td> 12027 <td>Redundant restriction on partial specialization argument</td> 12028 <td class="unknown" align="center">Unknown</td> 12029 </tr> 12030 <tr id="2034"> 12031 <td><a href="https://cplusplus.github.io/CWG/issues/2034.html">2034</a></td> 12032 <td>NAD</td> 12033 <td>Deprecating <TT>uncaught_exception()</TT></td> 12034 <td class="unknown" align="center">Unknown</td> 12035 </tr> 12036 <tr id="2035"> 12037 <td><a href="https://cplusplus.github.io/CWG/issues/2035.html">2035</a></td> 12038 <td>CD3</td> 12039 <td>Multi-section example is confusing</td> 12040 <td class="unknown" align="center">Unknown</td> 12041 </tr> 12042 <tr id="2036"> 12043 <td><a href="https://cplusplus.github.io/CWG/issues/2036.html">2036</a></td> 12044 <td>NAD</td> 12045 <td>Refactoring <I>parameters-and-qualifiers</I></td> 12046 <td class="unknown" align="center">Unknown</td> 12047 </tr> 12048 <tr class="open" id="2037"> 12049 <td><a href="https://cplusplus.github.io/CWG/issues/2037.html">2037</a></td> 12050 <td>drafting</td> 12051 <td>Alias templates and template declaration matching</td> 12052 <td align="center">Not resolved</td> 12053 </tr> 12054 <tr id="2038"> 12055 <td><a href="https://cplusplus.github.io/CWG/issues/2038.html">2038</a></td> 12056 <td>CD4</td> 12057 <td>Document C++14 incompatibility of new braced deduction rule</td> 12058 <td class="unknown" align="center">Unknown</td> 12059 </tr> 12060 <tr id="2039"> 12061 <td><a href="https://cplusplus.github.io/CWG/issues/2039.html">2039</a></td> 12062 <td>CD4</td> 12063 <td>Constant conversions to <TT>bool</TT></td> 12064 <td class="unknown" align="center">Unknown</td> 12065 </tr> 12066 <tr id="2040"> 12067 <td><a href="https://cplusplus.github.io/CWG/issues/2040.html">2040</a></td> 12068 <td>CD4</td> 12069 <td><I>trailing-return-type</I> no longer ambiguous</td> 12070 <td class="unknown" align="center">Unknown</td> 12071 </tr> 12072 <tr id="2041"> 12073 <td><a href="https://cplusplus.github.io/CWG/issues/2041.html">2041</a></td> 12074 <td>CD4</td> 12075 <td>Namespace for explicit class template specialization</td> 12076 <td class="unknown" align="center">Unknown</td> 12077 </tr> 12078 <tr class="open" id="2042"> 12079 <td><a href="https://cplusplus.github.io/CWG/issues/2042.html">2042</a></td> 12080 <td>drafting</td> 12081 <td>Exceptions and deallocation functions</td> 12082 <td align="center">Not resolved</td> 12083 </tr> 12084 <tr class="open" id="2043"> 12085 <td><a href="https://cplusplus.github.io/CWG/issues/2043.html">2043</a></td> 12086 <td>drafting</td> 12087 <td>Generalized template arguments and array-to-pointer decay</td> 12088 <td align="center">Not resolved</td> 12089 </tr> 12090 <tr id="2044"> 12091 <td><a href="https://cplusplus.github.io/CWG/issues/2044.html">2044</a></td> 12092 <td>CD4</td> 12093 <td><TT>decltype(auto)</TT> and <TT>void</TT></td> 12094 <td class="unknown" align="center">Unknown</td> 12095 </tr> 12096 <tr id="2045"> 12097 <td><a href="https://cplusplus.github.io/CWG/issues/2045.html">2045</a></td> 12098 <td>CD5</td> 12099 <td>“Identical” template parameter lists</td> 12100 <td class="unknown" align="center">Unknown</td> 12101 </tr> 12102 <tr id="2046"> 12103 <td><a href="https://cplusplus.github.io/CWG/issues/2046.html">2046</a></td> 12104 <td>C++17</td> 12105 <td>Incomplete thread specifications</td> 12106 <td class="unknown" align="center">Unknown</td> 12107 </tr> 12108 <tr id="2047"> 12109 <td><a href="https://cplusplus.github.io/CWG/issues/2047.html">2047</a></td> 12110 <td>CD4</td> 12111 <td>Coordinating “throws anything” specifications</td> 12112 <td class="unknown" align="center">Unknown</td> 12113 </tr> 12114 <tr class="open" id="2048"> 12115 <td><a href="https://cplusplus.github.io/CWG/issues/2048.html">2048</a></td> 12116 <td>open</td> 12117 <td>C-style casts that cast away constness vs <TT>static_cast</TT></td> 12118 <td align="center">Not resolved</td> 12119 </tr> 12120 <tr id="2049"> 12121 <td><a href="https://cplusplus.github.io/CWG/issues/2049.html">2049</a></td> 12122 <td>DRWP</td> 12123 <td>List initializer in non-type template default argument</td> 12124 <td class="full" align="center">Clang 18</td> 12125 </tr> 12126 <tr id="2050"> 12127 <td><a href="https://cplusplus.github.io/CWG/issues/2050.html">2050</a></td> 12128 <td>NAD</td> 12129 <td>Consolidate specification of linkage</td> 12130 <td class="unknown" align="center">Unknown</td> 12131 </tr> 12132 <tr id="2051"> 12133 <td><a href="https://cplusplus.github.io/CWG/issues/2051.html">2051</a></td> 12134 <td>CD5</td> 12135 <td>Simplifying alias rules</td> 12136 <td class="unknown" align="center">Unknown</td> 12137 </tr> 12138 <tr id="2052"> 12139 <td><a href="https://cplusplus.github.io/CWG/issues/2052.html">2052</a></td> 12140 <td>CD4</td> 12141 <td>Template argument deduction vs overloaded operators</td> 12142 <td class="unknown" align="center">Unknown</td> 12143 </tr> 12144 <tr id="2053"> 12145 <td><a href="https://cplusplus.github.io/CWG/issues/2053.html">2053</a></td> 12146 <td>C++20</td> 12147 <td><TT>auto</TT> in non-generic lambdas</td> 12148 <td class="unknown" align="center">Unknown</td> 12149 </tr> 12150 <tr id="2054"> 12151 <td><a href="https://cplusplus.github.io/CWG/issues/2054.html">2054</a></td> 12152 <td>DRWP</td> 12153 <td>Missing description of class SFINAE</td> 12154 <td class="unknown" align="center">Unknown</td> 12155 </tr> 12156 <tr class="open" id="2055"> 12157 <td><a href="https://cplusplus.github.io/CWG/issues/2055.html">2055</a></td> 12158 <td>drafting</td> 12159 <td>Explicitly-specified non-deduced parameter packs</td> 12160 <td align="center">Not resolved</td> 12161 </tr> 12162 <tr class="open" id="2056"> 12163 <td><a href="https://cplusplus.github.io/CWG/issues/2056.html">2056</a></td> 12164 <td>drafting</td> 12165 <td>Member function calls in partially-initialized class objects</td> 12166 <td align="center">Not resolved</td> 12167 </tr> 12168 <tr class="open" id="2057"> 12169 <td><a href="https://cplusplus.github.io/CWG/issues/2057.html">2057</a></td> 12170 <td>drafting</td> 12171 <td>Template template arguments with default arguments</td> 12172 <td align="center">Not resolved</td> 12173 </tr> 12174 <tr id="2058"> 12175 <td><a href="https://cplusplus.github.io/CWG/issues/2058.html">2058</a></td> 12176 <td>CD6</td> 12177 <td>More errors from internal-linkage namespaces</td> 12178 <td class="unknown" align="center">Unknown</td> 12179 </tr> 12180 <tr id="2059"> 12181 <td><a href="https://cplusplus.github.io/CWG/issues/2059.html">2059</a></td> 12182 <td>CD5</td> 12183 <td>Linkage and deduced return types</td> 12184 <td class="unknown" align="center">Unknown</td> 12185 </tr> 12186 <tr id="2060"> 12187 <td><a href="https://cplusplus.github.io/CWG/issues/2060.html">2060</a></td> 12188 <td>NAD</td> 12189 <td>Deduced return type for explicit specialization</td> 12190 <td class="unknown" align="center">Unknown</td> 12191 </tr> 12192 <tr id="2061"> 12193 <td><a href="https://cplusplus.github.io/CWG/issues/2061.html">2061</a></td> 12194 <td>CD4</td> 12195 <td>Inline namespace after simplifications</td> 12196 <td class="full" align="center">Clang 2.7</td> 12197 </tr> 12198 <tr id="2062"> 12199 <td><a href="https://cplusplus.github.io/CWG/issues/2062.html">2062</a></td> 12200 <td>CD6</td> 12201 <td>Class template redeclaration requirements</td> 12202 <td class="unknown" align="center">Unknown</td> 12203 </tr> 12204 <tr id="2063"> 12205 <td><a href="https://cplusplus.github.io/CWG/issues/2063.html">2063</a></td> 12206 <td>CD4</td> 12207 <td>Type/nontype hiding in class scope</td> 12208 <td class="unknown" align="center">Unknown</td> 12209 </tr> 12210 <tr id="2064"> 12211 <td><a href="https://cplusplus.github.io/CWG/issues/2064.html">2064</a></td> 12212 <td>CD4</td> 12213 <td>Conflicting specifications for dependent <I>decltype-specifier</I>s</td> 12214 <td class="unknown" align="center">Unknown</td> 12215 </tr> 12216 <tr id="2065"> 12217 <td><a href="https://cplusplus.github.io/CWG/issues/2065.html">2065</a></td> 12218 <td>CD6</td> 12219 <td>Current instantiation of a partial specialization</td> 12220 <td class="unknown" align="center">Unknown</td> 12221 </tr> 12222 <tr id="2066"> 12223 <td><a href="https://cplusplus.github.io/CWG/issues/2066.html">2066</a></td> 12224 <td>CD4</td> 12225 <td>Does type-dependent imply value-dependent?</td> 12226 <td class="unknown" align="center">Unknown</td> 12227 </tr> 12228 <tr class="open" id="2067"> 12229 <td><a href="https://cplusplus.github.io/CWG/issues/2067.html">2067</a></td> 12230 <td>open</td> 12231 <td>Generated variadic templates requiring empty pack</td> 12232 <td align="center">Not resolved</td> 12233 </tr> 12234 <tr id="2068"> 12235 <td><a href="https://cplusplus.github.io/CWG/issues/2068.html">2068</a></td> 12236 <td>CD4</td> 12237 <td>When can/must a defaulted virtual destructor be defined?</td> 12238 <td class="unknown" align="center">Unknown</td> 12239 </tr> 12240 <tr id="2069"> 12241 <td><a href="https://cplusplus.github.io/CWG/issues/2069.html">2069</a></td> 12242 <td>CD4</td> 12243 <td>Do destructors have names?</td> 12244 <td class="unknown" align="center">Unknown</td> 12245 </tr> 12246 <tr id="2070"> 12247 <td><a href="https://cplusplus.github.io/CWG/issues/2070.html">2070</a></td> 12248 <td>CD6</td> 12249 <td><I>using-declaration</I> with dependent <I>nested-name-specifier</I></td> 12250 <td class="unknown" align="center">Unknown</td> 12251 </tr> 12252 <tr id="2071"> 12253 <td><a href="https://cplusplus.github.io/CWG/issues/2071.html">2071</a></td> 12254 <td>CD4</td> 12255 <td><TT>typedef</TT> with no declarator</td> 12256 <td class="unknown" align="center">Unknown</td> 12257 </tr> 12258 <tr id="2072"> 12259 <td><a href="https://cplusplus.github.io/CWG/issues/2072.html">2072</a></td> 12260 <td>C++23</td> 12261 <td>Default argument instantiation for member functions of templates</td> 12262 <td class="unknown" align="center">Unknown</td> 12263 </tr> 12264 <tr class="open" id="2073"> 12265 <td><a href="https://cplusplus.github.io/CWG/issues/2073.html">2073</a></td> 12266 <td>drafting</td> 12267 <td>Allocating memory for exception objects</td> 12268 <td align="center">Not resolved</td> 12269 </tr> 12270 <tr class="open" id="2074"> 12271 <td><a href="https://cplusplus.github.io/CWG/issues/2074.html">2074</a></td> 12272 <td>drafting</td> 12273 <td>Type-dependence of local class of function template</td> 12274 <td align="center">Not resolved</td> 12275 </tr> 12276 <tr id="2075"> 12277 <td><a href="https://cplusplus.github.io/CWG/issues/2075.html">2075</a></td> 12278 <td>CD4</td> 12279 <td>Passing short initializer lists to array reference parameters</td> 12280 <td class="unknown" align="center">Unknown</td> 12281 </tr> 12282 <tr id="2076"> 12283 <td><a href="https://cplusplus.github.io/CWG/issues/2076.html">2076</a></td> 12284 <td>CD4</td> 12285 <td>List-initialization of arguments for constructor parameters</td> 12286 <td class="full" align="center">Clang 13</td> 12287 </tr> 12288 <tr class="open" id="2077"> 12289 <td><a href="https://cplusplus.github.io/CWG/issues/2077.html">2077</a></td> 12290 <td>drafting</td> 12291 <td>Overload resolution and invalid rvalue-reference initialization</td> 12292 <td align="center">Not resolved</td> 12293 </tr> 12294 <tr id="2078"> 12295 <td><a href="https://cplusplus.github.io/CWG/issues/2078.html">2078</a></td> 12296 <td>NAD</td> 12297 <td>Name lookup of <I>mem-initilizer-id</I></td> 12298 <td class="unknown" align="center">Unknown</td> 12299 </tr> 12300 <tr id="2079"> 12301 <td><a href="https://cplusplus.github.io/CWG/issues/2079.html">2079</a></td> 12302 <td>CD4</td> 12303 <td><TT>[[</TT> appearing in a <I>balanced-token-seq</I></td> 12304 <td class="unknown" align="center">Unknown</td> 12305 </tr> 12306 <tr id="2080"> 12307 <td><a href="https://cplusplus.github.io/CWG/issues/2080.html">2080</a></td> 12308 <td>CD5</td> 12309 <td>Example with empty anonymous union member</td> 12310 <td class="unknown" align="center">Unknown</td> 12311 </tr> 12312 <tr id="2081"> 12313 <td><a href="https://cplusplus.github.io/CWG/issues/2081.html">2081</a></td> 12314 <td>CD5</td> 12315 <td>Deduced return type in redeclaration or specialization of function template</td> 12316 <td class="unknown" align="center">Unknown</td> 12317 </tr> 12318 <tr id="2082"> 12319 <td><a href="https://cplusplus.github.io/CWG/issues/2082.html">2082</a></td> 12320 <td>CD4</td> 12321 <td>Referring to parameters in unevaluated operands of default arguments</td> 12322 <td class="full" align="center">Clang 11</td> 12323 </tr> 12324 <tr id="2083"> 12325 <td><a href="https://cplusplus.github.io/CWG/issues/2083.html">2083</a></td> 12326 <td>CD5</td> 12327 <td>Incorrect cases of odr-use</td> 12328 <td class="partial" align="center">Partial</td> 12329 </tr> 12330 <tr id="2084"> 12331 <td><a href="https://cplusplus.github.io/CWG/issues/2084.html">2084</a></td> 12332 <td>CD4</td> 12333 <td>NSDMIs and deleted union default constructors</td> 12334 <td class="unknown" align="center">Unknown</td> 12335 </tr> 12336 <tr id="2085"> 12337 <td><a href="https://cplusplus.github.io/CWG/issues/2085.html">2085</a></td> 12338 <td>CD4</td> 12339 <td>Invalid example of adding special member function via default argument</td> 12340 <td class="unknown" align="center">Unknown</td> 12341 </tr> 12342 <tr class="open" id="2086"> 12343 <td><a href="https://cplusplus.github.io/CWG/issues/2086.html">2086</a></td> 12344 <td>drafting</td> 12345 <td>Reference odr-use vs implicit capture</td> 12346 <td align="center">Not resolved</td> 12347 </tr> 12348 <tr id="2087"> 12349 <td><a href="https://cplusplus.github.io/CWG/issues/2087.html">2087</a></td> 12350 <td>NAD</td> 12351 <td>Left shift of negative value by zero bits</td> 12352 <td class="unknown" align="center">Unknown</td> 12353 </tr> 12354 <tr id="2088"> 12355 <td><a href="https://cplusplus.github.io/CWG/issues/2088.html">2088</a></td> 12356 <td>CD5</td> 12357 <td>Late tiebreakers in partial ordering</td> 12358 <td class="unknown" align="center">Unknown</td> 12359 </tr> 12360 <tr class="open" id="2089"> 12361 <td><a href="https://cplusplus.github.io/CWG/issues/2089.html">2089</a></td> 12362 <td>drafting</td> 12363 <td>Restricting selection of builtin overloaded operators</td> 12364 <td align="center">Not resolved</td> 12365 </tr> 12366 <tr class="open" id="2090"> 12367 <td><a href="https://cplusplus.github.io/CWG/issues/2090.html">2090</a></td> 12368 <td>drafting</td> 12369 <td>Dependency via non-dependent base class</td> 12370 <td align="center">Not resolved</td> 12371 </tr> 12372 <tr id="2091"> 12373 <td><a href="https://cplusplus.github.io/CWG/issues/2091.html">2091</a></td> 12374 <td>CD4</td> 12375 <td>Deducing reference non-type template arguments</td> 12376 <td class="full" align="center">Clang 10</td> 12377 </tr> 12378 <tr id="2092"> 12379 <td><a href="https://cplusplus.github.io/CWG/issues/2092.html">2092</a></td> 12380 <td>CD5</td> 12381 <td>Deduction failure and overload resolution</td> 12382 <td class="unknown" align="center">Unknown</td> 12383 </tr> 12384 <tr id="2093"> 12385 <td><a href="https://cplusplus.github.io/CWG/issues/2093.html">2093</a></td> 12386 <td>CD4</td> 12387 <td>Qualification conversion for pointer-to-member handler matching</td> 12388 <td class="unknown" align="center">Unknown</td> 12389 </tr> 12390 <tr id="2094"> 12391 <td><a href="https://cplusplus.github.io/CWG/issues/2094.html">2094</a></td> 12392 <td>C++17</td> 12393 <td>Trivial copy/move constructor for class with volatile member</td> 12394 <td class="full" align="center">Clang 5</td> 12395 </tr> 12396 <tr id="2095"> 12397 <td><a href="https://cplusplus.github.io/CWG/issues/2095.html">2095</a></td> 12398 <td>CD4</td> 12399 <td>Capturing rvalue references to functions by copy</td> 12400 <td class="unknown" align="center">Unknown</td> 12401 </tr> 12402 <tr id="2096"> 12403 <td><a href="https://cplusplus.github.io/CWG/issues/2096.html">2096</a></td> 12404 <td>CD4</td> 12405 <td>Constraints on literal unions</td> 12406 <td class="full" align="center">Duplicate of <a href="#2598">2598</a></td> 12407 </tr> 12408 <tr class="open" id="2097"> 12409 <td><a href="https://cplusplus.github.io/CWG/issues/2097.html">2097</a></td> 12410 <td>extension</td> 12411 <td>Lambdas and <TT>noreturn</TT> attribute</td> 12412 <td align="center">Extension</td> 12413 </tr> 12414 <tr id="2098"> 12415 <td><a href="https://cplusplus.github.io/CWG/issues/2098.html">2098</a></td> 12416 <td>CD4</td> 12417 <td>Is <TT>uncaught_exceptions()</TT> per-thread?</td> 12418 <td class="unknown" align="center">Unknown</td> 12419 </tr> 12420 <tr id="2099"> 12421 <td><a href="https://cplusplus.github.io/CWG/issues/2099.html">2099</a></td> 12422 <td>CD4</td> 12423 <td>Inferring the bound of an array static data member</td> 12424 <td class="unknown" align="center">Unknown</td> 12425 </tr> 12426 <tr id="2100"> 12427 <td><a href="https://cplusplus.github.io/CWG/issues/2100.html">2100</a></td> 12428 <td>C++17</td> 12429 <td>Value-dependent address of static data member of class template</td> 12430 <td class="full" align="center">Clang 12</td> 12431 </tr> 12432 <tr id="2101"> 12433 <td><a href="https://cplusplus.github.io/CWG/issues/2101.html">2101</a></td> 12434 <td>CD4</td> 12435 <td>Incorrect description of type- and value-dependence</td> 12436 <td class="unknown" align="center">Unknown</td> 12437 </tr> 12438 <tr id="2102"> 12439 <td><a href="https://cplusplus.github.io/CWG/issues/2102.html">2102</a></td> 12440 <td>DRWP</td> 12441 <td>Constructor checking in <I>new-expression</I></td> 12442 <td class="unknown" align="center">Unknown</td> 12443 </tr> 12444 <tr id="2103"> 12445 <td><a href="https://cplusplus.github.io/CWG/issues/2103.html">2103</a></td> 12446 <td>CD5</td> 12447 <td>Lvalue-to-rvalue conversion is irrelevant in odr-use of a reference</td> 12448 <td class="full" align="center">Clang 2.7</td> 12449 </tr> 12450 <tr id="2104"> 12451 <td><a href="https://cplusplus.github.io/CWG/issues/2104.html">2104</a></td> 12452 <td>CD4</td> 12453 <td>Internal-linkage <TT>constexpr</TT> references and ODR requirements</td> 12454 <td class="unknown" align="center">Unknown</td> 12455 </tr> 12456 <tr class="open" id="2105"> 12457 <td><a href="https://cplusplus.github.io/CWG/issues/2105.html">2105</a></td> 12458 <td>open</td> 12459 <td>When do the arguments for a parameter pack end?</td> 12460 <td align="center">Not resolved</td> 12461 </tr> 12462 <tr id="2106"> 12463 <td><a href="https://cplusplus.github.io/CWG/issues/2106.html">2106</a></td> 12464 <td>CD4</td> 12465 <td>Unclear restrictions on use of function-type template arguments</td> 12466 <td class="unknown" align="center">Unknown</td> 12467 </tr> 12468 <tr id="2107"> 12469 <td><a href="https://cplusplus.github.io/CWG/issues/2107.html">2107</a></td> 12470 <td>CD4</td> 12471 <td>Lifetime of temporaries for default arguments in array copying</td> 12472 <td class="unknown" align="center">Unknown</td> 12473 </tr> 12474 <tr class="open" id="2108"> 12475 <td><a href="https://cplusplus.github.io/CWG/issues/2108.html">2108</a></td> 12476 <td>drafting</td> 12477 <td>Conversions to non-class prvalues in reference initialization</td> 12478 <td align="center">Not resolved</td> 12479 </tr> 12480 <tr id="2109"> 12481 <td><a href="https://cplusplus.github.io/CWG/issues/2109.html">2109</a></td> 12482 <td>CD4</td> 12483 <td>Value dependence underspecified</td> 12484 <td class="unknown" align="center">Unknown</td> 12485 </tr> 12486 <tr class="open" id="2110"> 12487 <td><a href="https://cplusplus.github.io/CWG/issues/2110.html">2110</a></td> 12488 <td>drafting</td> 12489 <td>Overload resolution for base class conversion and reference/non-reference</td> 12490 <td align="center">Not resolved</td> 12491 </tr> 12492 <tr id="2111"> 12493 <td><a href="https://cplusplus.github.io/CWG/issues/2111.html">2111</a></td> 12494 <td>NAD</td> 12495 <td>Array temporaries in reference binding</td> 12496 <td class="unknown" align="center">Unknown</td> 12497 </tr> 12498 <tr id="2112"> 12499 <td><a href="https://cplusplus.github.io/CWG/issues/2112.html">2112</a></td> 12500 <td>CD5</td> 12501 <td><TT>new auto{x}</TT></td> 12502 <td class="unknown" align="center">Unknown</td> 12503 </tr> 12504 <tr id="2113"> 12505 <td><a href="https://cplusplus.github.io/CWG/issues/2113.html">2113</a></td> 12506 <td>CD4</td> 12507 <td>Incompete specification of types for declarators</td> 12508 <td class="unknown" align="center">Unknown</td> 12509 </tr> 12510 <tr id="2114"> 12511 <td><a href="https://cplusplus.github.io/CWG/issues/2114.html">2114</a></td> 12512 <td>CD3</td> 12513 <td>Missing description of incompatibility from aggregate NSDMIs</td> 12514 <td class="unknown" align="center">Unknown</td> 12515 </tr> 12516 <tr class="open" id="2115"> 12517 <td><a href="https://cplusplus.github.io/CWG/issues/2115.html">2115</a></td> 12518 <td>drafting</td> 12519 <td>Order of implicit destruction vs release of automatic storage</td> 12520 <td align="center">Not resolved</td> 12521 </tr> 12522 <tr id="2116"> 12523 <td><a href="https://cplusplus.github.io/CWG/issues/2116.html">2116</a></td> 12524 <td>C++17</td> 12525 <td>Direct or copy initialization for omitted aggregate initializers</td> 12526 <td class="unknown" align="center">Unknown</td> 12527 </tr> 12528 <tr class="open" id="2117"> 12529 <td><a href="https://cplusplus.github.io/CWG/issues/2117.html">2117</a></td> 12530 <td>drafting</td> 12531 <td>Explicit specializations and <TT>constexpr</TT> function templates</td> 12532 <td align="center">Not resolved</td> 12533 </tr> 12534 <tr class="open" id="2118"> 12535 <td><a href="https://cplusplus.github.io/CWG/issues/2118.html">2118</a></td> 12536 <td>open</td> 12537 <td>Stateful metaprogramming via friend injection</td> 12538 <td align="center">Not resolved</td> 12539 </tr> 12540 <tr id="2119"> 12541 <td><a href="https://cplusplus.github.io/CWG/issues/2119.html">2119</a></td> 12542 <td>NAD</td> 12543 <td>Disambiguation of multi-level covariant return type</td> 12544 <td class="unknown" align="center">Unknown</td> 12545 </tr> 12546 <tr id="2120"> 12547 <td><a href="https://cplusplus.github.io/CWG/issues/2120.html">2120</a></td> 12548 <td>CD4</td> 12549 <td>Array as first non-static data member in standard-layout class</td> 12550 <td class="full" align="center">Clang 7</td> 12551 </tr> 12552 <tr id="2121"> 12553 <td><a href="https://cplusplus.github.io/CWG/issues/2121.html">2121</a></td> 12554 <td>CD6</td> 12555 <td>More flexible lambda syntax</td> 12556 <td class="unknown" align="center">Unknown</td> 12557 </tr> 12558 <tr id="2122"> 12559 <td><a href="https://cplusplus.github.io/CWG/issues/2122.html">2122</a></td> 12560 <td>CD4</td> 12561 <td>Glvalues of <TT>void</TT> type</td> 12562 <td class="unknown" align="center">Unknown</td> 12563 </tr> 12564 <tr class="open" id="2123"> 12565 <td><a href="https://cplusplus.github.io/CWG/issues/2123.html">2123</a></td> 12566 <td>open</td> 12567 <td>Omitted constant initialization of local static variables</td> 12568 <td align="center">Not resolved</td> 12569 </tr> 12570 <tr id="2124"> 12571 <td><a href="https://cplusplus.github.io/CWG/issues/2124.html">2124</a></td> 12572 <td>CD4</td> 12573 <td>Signature of constructor template</td> 12574 <td class="unknown" align="center">Unknown</td> 12575 </tr> 12576 <tr id="2125"> 12577 <td><a href="https://cplusplus.github.io/CWG/issues/2125.html">2125</a></td> 12578 <td>NAD</td> 12579 <td>Copy elision and comma operator</td> 12580 <td class="unknown" align="center">Unknown</td> 12581 </tr> 12582 <tr id="2126"> 12583 <td><a href="https://cplusplus.github.io/CWG/issues/2126.html">2126</a></td> 12584 <td>C++20</td> 12585 <td>Lifetime-extended temporaries in constant expressions</td> 12586 <td class="full" align="center">Clang 12</td> 12587 </tr> 12588 <tr class="open" id="2127"> 12589 <td><a href="https://cplusplus.github.io/CWG/issues/2127.html">2127</a></td> 12590 <td>drafting</td> 12591 <td>Partial specialization and nullptr</td> 12592 <td align="center">Not resolved</td> 12593 </tr> 12594 <tr class="open" id="2128"> 12595 <td><a href="https://cplusplus.github.io/CWG/issues/2128.html">2128</a></td> 12596 <td>drafting</td> 12597 <td>Imprecise rule for reference member initializer</td> 12598 <td align="center">Not resolved</td> 12599 </tr> 12600 <tr id="2129"> 12601 <td><a href="https://cplusplus.github.io/CWG/issues/2129.html">2129</a></td> 12602 <td>CD4</td> 12603 <td>Non-object prvalues and constant expressions</td> 12604 <td class="unknown" align="center">Unknown</td> 12605 </tr> 12606 <tr id="2130"> 12607 <td><a href="https://cplusplus.github.io/CWG/issues/2130.html">2130</a></td> 12608 <td>CD4</td> 12609 <td>Over-aligned types in <I>new-expression</I>s</td> 12610 <td class="unknown" align="center">Unknown</td> 12611 </tr> 12612 <tr class="open" id="2131"> 12613 <td><a href="https://cplusplus.github.io/CWG/issues/2131.html">2131</a></td> 12614 <td>drafting</td> 12615 <td>Ambiguity with <I>opaque-enum-declaration</I></td> 12616 <td align="center">Not resolved</td> 12617 </tr> 12618 <tr id="2132"> 12619 <td><a href="https://cplusplus.github.io/CWG/issues/2132.html">2132</a></td> 12620 <td>NAD</td> 12621 <td>Deprecated default generated copy constructors</td> 12622 <td class="unknown" align="center">Unknown</td> 12623 </tr> 12624 <tr id="2133"> 12625 <td><a href="https://cplusplus.github.io/CWG/issues/2133.html">2133</a></td> 12626 <td>CD5</td> 12627 <td>Converting <TT>std::nullptr_t</TT> to <TT>bool</TT></td> 12628 <td class="unknown" align="center">Unknown</td> 12629 </tr> 12630 <tr id="2134"> 12631 <td><a href="https://cplusplus.github.io/CWG/issues/2134.html">2134</a></td> 12632 <td>NAD</td> 12633 <td>Objectless references to non-static member functions</td> 12634 <td class="unknown" align="center">Unknown</td> 12635 </tr> 12636 <tr id="2135"> 12637 <td><a href="https://cplusplus.github.io/CWG/issues/2135.html">2135</a></td> 12638 <td>NAD</td> 12639 <td><I>mem-initializer</I>s for virtual bases of abstract classes</td> 12640 <td class="unknown" align="center">Unknown</td> 12641 </tr> 12642 <tr id="2136"> 12643 <td><a href="https://cplusplus.github.io/CWG/issues/2136.html">2136</a></td> 12644 <td>NAD</td> 12645 <td>Argument-dependent lookup and initializer lists</td> 12646 <td class="unknown" align="center">Unknown</td> 12647 </tr> 12648 <tr id="2137"> 12649 <td><a href="https://cplusplus.github.io/CWG/issues/2137.html">2137</a></td> 12650 <td>CD4</td> 12651 <td>List-initialization from object of same type</td> 12652 <td class="unreleased" align="center">Clang 20</td> 12653 </tr> 12654 <tr id="2138"> 12655 <td><a href="https://cplusplus.github.io/CWG/issues/2138.html">2138</a></td> 12656 <td>NAD</td> 12657 <td>Explicit member specialization vs implicit instantiation</td> 12658 <td class="unknown" align="center">Unknown</td> 12659 </tr> 12660 <tr id="2139"> 12661 <td><a href="https://cplusplus.github.io/CWG/issues/2139.html">2139</a></td> 12662 <td>NAD</td> 12663 <td>Floating-point requirements for integer representation</td> 12664 <td class="unknown" align="center">Unknown</td> 12665 </tr> 12666 <tr id="2140"> 12667 <td><a href="https://cplusplus.github.io/CWG/issues/2140.html">2140</a></td> 12668 <td>CD4</td> 12669 <td>Lvalue-to-rvalue conversion of <TT>std::nullptr_t</TT></td> 12670 <td class="full" align="center">Clang 9</td> 12671 </tr> 12672 <tr id="2141"> 12673 <td><a href="https://cplusplus.github.io/CWG/issues/2141.html">2141</a></td> 12674 <td>CD4</td> 12675 <td>Ambiguity in <I>new-expression</I> with <I>elaborated-type-specifier</I></td> 12676 <td class="full" align="center">Clang 17</td> 12677 </tr> 12678 <tr id="2142"> 12679 <td><a href="https://cplusplus.github.io/CWG/issues/2142.html">2142</a></td> 12680 <td>NAD</td> 12681 <td>Missing definition of associated classes and namespaces</td> 12682 <td class="unknown" align="center">Unknown</td> 12683 </tr> 12684 <tr id="2143"> 12685 <td><a href="https://cplusplus.github.io/CWG/issues/2143.html">2143</a></td> 12686 <td>C++17</td> 12687 <td>Value-dependency via injected-class-name</td> 12688 <td class="unknown" align="center">Unknown</td> 12689 </tr> 12690 <tr id="2144"> 12691 <td><a href="https://cplusplus.github.io/CWG/issues/2144.html">2144</a></td> 12692 <td>DRWP</td> 12693 <td>Function/variable declaration ambiguity</td> 12694 <td class="unknown" align="center">Unknown</td> 12695 </tr> 12696 <tr id="2145"> 12697 <td><a href="https://cplusplus.github.io/CWG/issues/2145.html">2145</a></td> 12698 <td>CD4</td> 12699 <td>Parenthesized declarator in function definition</td> 12700 <td class="unknown" align="center">Unknown</td> 12701 </tr> 12702 <tr id="2146"> 12703 <td><a href="https://cplusplus.github.io/CWG/issues/2146.html">2146</a></td> 12704 <td>CD4</td> 12705 <td>Scalar object vs memory location in definition of “unsequenced”</td> 12706 <td class="unknown" align="center">Unknown</td> 12707 </tr> 12708 <tr id="2147"> 12709 <td><a href="https://cplusplus.github.io/CWG/issues/2147.html">2147</a></td> 12710 <td>CD4</td> 12711 <td>Initializer-list arguments and pack deduction</td> 12712 <td class="unknown" align="center">Unknown</td> 12713 </tr> 12714 <tr class="open" id="2148"> 12715 <td><a href="https://cplusplus.github.io/CWG/issues/2148.html">2148</a></td> 12716 <td>drafting</td> 12717 <td>Thread storage duration and order of initialization</td> 12718 <td align="center">Not resolved</td> 12719 </tr> 12720 <tr id="2149"> 12721 <td><a href="https://cplusplus.github.io/CWG/issues/2149.html">2149</a></td> 12722 <td>DRWP</td> 12723 <td>Brace elision and array length deduction</td> 12724 <td class="full" align="center">Clang 3.1</td> 12725 </tr> 12726 <tr id="2150"> 12727 <td><a href="https://cplusplus.github.io/CWG/issues/2150.html">2150</a></td> 12728 <td>CD3</td> 12729 <td>Initializer list array lifetime</td> 12730 <td class="unknown" align="center">Unknown</td> 12731 </tr> 12732 <tr id="2151"> 12733 <td><a href="https://cplusplus.github.io/CWG/issues/2151.html">2151</a></td> 12734 <td>CD4</td> 12735 <td>Exception object is not created</td> 12736 <td class="unknown" align="center">Unknown</td> 12737 </tr> 12738 <tr id="2152"> 12739 <td><a href="https://cplusplus.github.io/CWG/issues/2152.html">2152</a></td> 12740 <td>NAD</td> 12741 <td>Can an alternative token be used as a <I>ud-suffix</I>?</td> 12742 <td class="unknown" align="center">Unknown</td> 12743 </tr> 12744 <tr id="2153"> 12745 <td><a href="https://cplusplus.github.io/CWG/issues/2153.html">2153</a></td> 12746 <td>CD4</td> 12747 <td><I>pure-specifier</I> in friend declaration</td> 12748 <td class="unknown" align="center">Unknown</td> 12749 </tr> 12750 <tr id="2154"> 12751 <td><a href="https://cplusplus.github.io/CWG/issues/2154.html">2154</a></td> 12752 <td>CD4</td> 12753 <td>Ambiguity of <I>pure-specifier</I></td> 12754 <td class="unknown" align="center">Unknown</td> 12755 </tr> 12756 <tr id="2155"> 12757 <td><a href="https://cplusplus.github.io/CWG/issues/2155.html">2155</a></td> 12758 <td>C++17</td> 12759 <td>Defining classes and enumerations via <I>using-declaration</I>s</td> 12760 <td class="unknown" align="center">Unknown</td> 12761 </tr> 12762 <tr id="2156"> 12763 <td><a href="https://cplusplus.github.io/CWG/issues/2156.html">2156</a></td> 12764 <td>CD4</td> 12765 <td>Definition of enumeration declared by <I>using-declaration</I></td> 12766 <td class="unknown" align="center">Unknown</td> 12767 </tr> 12768 <tr id="2157"> 12769 <td><a href="https://cplusplus.github.io/CWG/issues/2157.html">2157</a></td> 12770 <td>CD4</td> 12771 <td>Further disambiguation of enumeration <I>elaborated-type-specifier</I></td> 12772 <td class="full" align="center">Clang 11</td> 12773 </tr> 12774 <tr class="open" id="2158"> 12775 <td><a href="https://cplusplus.github.io/CWG/issues/2158.html">2158</a></td> 12776 <td>drafting</td> 12777 <td>Polymorphic behavior during destruction</td> 12778 <td align="center">Not resolved</td> 12779 </tr> 12780 <tr id="2159"> 12781 <td><a href="https://cplusplus.github.io/CWG/issues/2159.html">2159</a></td> 12782 <td>NAD</td> 12783 <td>Lambda capture and local <TT>thread_local</TT> variables</td> 12784 <td class="unknown" align="center">Unknown</td> 12785 </tr> 12786 <tr class="open" id="2160"> 12787 <td><a href="https://cplusplus.github.io/CWG/issues/2160.html">2160</a></td> 12788 <td>open</td> 12789 <td>Issues with partial ordering</td> 12790 <td align="center">Not resolved</td> 12791 </tr> 12792 <tr id="2161"> 12793 <td><a href="https://cplusplus.github.io/CWG/issues/2161.html">2161</a></td> 12794 <td>NAD</td> 12795 <td>Explicit instantiation declaration and “preceding initialization”</td> 12796 <td class="unknown" align="center">Unknown</td> 12797 </tr> 12798 <tr id="2162"> 12799 <td><a href="https://cplusplus.github.io/CWG/issues/2162.html">2162</a></td> 12800 <td>CD3</td> 12801 <td>Capturing <TT>this</TT> by reference</td> 12802 <td class="unknown" align="center">Unknown</td> 12803 </tr> 12804 <tr id="2163"> 12805 <td><a href="https://cplusplus.github.io/CWG/issues/2163.html">2163</a></td> 12806 <td>CD4</td> 12807 <td>Labels in <TT>constexpr</TT> functions</td> 12808 <td class="unknown" align="center">Unknown</td> 12809 </tr> 12810 <tr id="2164"> 12811 <td><a href="https://cplusplus.github.io/CWG/issues/2164.html">2164</a></td> 12812 <td>CD5</td> 12813 <td>Name hiding and <I>using-directive</I>s</td> 12814 <td class="unknown" align="center">Unknown</td> 12815 </tr> 12816 <tr id="2165"> 12817 <td><a href="https://cplusplus.github.io/CWG/issues/2165.html">2165</a></td> 12818 <td>CD6</td> 12819 <td>Namespaces, declarative regions, and translation units</td> 12820 <td class="na" align="center">N/A</td> 12821 </tr> 12822 <tr class="open" id="2166"> 12823 <td><a href="https://cplusplus.github.io/CWG/issues/2166.html">2166</a></td> 12824 <td>drafting</td> 12825 <td>Unclear meaning of “undefined <TT>constexpr</TT> function”</td> 12826 <td align="center">Not resolved</td> 12827 </tr> 12828 <tr id="2167"> 12829 <td><a href="https://cplusplus.github.io/CWG/issues/2167.html">2167</a></td> 12830 <td>CD4</td> 12831 <td>Non-member references with lifetimes within the current evaluation</td> 12832 <td class="unknown" align="center">Unknown</td> 12833 </tr> 12834 <tr class="open" id="2168"> 12835 <td><a href="https://cplusplus.github.io/CWG/issues/2168.html">2168</a></td> 12836 <td>open</td> 12837 <td>Narrowing conversions and +/- infinity</td> 12838 <td align="center">Not resolved</td> 12839 </tr> 12840 <tr class="open" id="2169"> 12841 <td><a href="https://cplusplus.github.io/CWG/issues/2169.html">2169</a></td> 12842 <td>open</td> 12843 <td>Narrowing conversions and overload resolution</td> 12844 <td align="center">Not resolved</td> 12845 </tr> 12846 <tr id="2170"> 12847 <td><a href="https://cplusplus.github.io/CWG/issues/2170.html">2170</a></td> 12848 <td>CD5</td> 12849 <td>Unclear definition of odr-use for arrays</td> 12850 <td class="full" align="center">Clang 9</td> 12851 </tr> 12852 <tr id="2171"> 12853 <td><a href="https://cplusplus.github.io/CWG/issues/2171.html">2171</a></td> 12854 <td>CD4</td> 12855 <td>Triviality of copy constructor with less-qualified parameter</td> 12856 <td class="full" align="center">Clang 15</td> 12857 </tr> 12858 <tr class="open" id="2172"> 12859 <td><a href="https://cplusplus.github.io/CWG/issues/2172.html">2172</a></td> 12860 <td>drafting</td> 12861 <td>Multiple exceptions with one exception object</td> 12862 <td align="center">Not resolved</td> 12863 </tr> 12864 <tr class="open" id="2173"> 12865 <td><a href="https://cplusplus.github.io/CWG/issues/2173.html">2173</a></td> 12866 <td>open</td> 12867 <td>Partial specialization with non-deduced contexts</td> 12868 <td align="center">Not resolved</td> 12869 </tr> 12870 <tr id="2174"> 12871 <td><a href="https://cplusplus.github.io/CWG/issues/2174.html">2174</a></td> 12872 <td>C++17</td> 12873 <td>Unclear rules for friend definitions in templates</td> 12874 <td class="unknown" align="center">Unknown</td> 12875 </tr> 12876 <tr id="2175"> 12877 <td><a href="https://cplusplus.github.io/CWG/issues/2175.html">2175</a></td> 12878 <td>CD4</td> 12879 <td>Ambiguity with attribute in conversion operator declaration</td> 12880 <td class="unknown" align="center">Unknown</td> 12881 </tr> 12882 <tr id="2176"> 12883 <td><a href="https://cplusplus.github.io/CWG/issues/2176.html">2176</a></td> 12884 <td>CD4</td> 12885 <td>Destroying the returned object when a destructor throws</td> 12886 <td class="unknown" align="center">Unknown</td> 12887 </tr> 12888 <tr id="2177"> 12889 <td><a href="https://cplusplus.github.io/CWG/issues/2177.html">2177</a></td> 12890 <td>CD5</td> 12891 <td>Placement <TT>operator delete</TT> and parameter copies</td> 12892 <td class="unknown" align="center">Unknown</td> 12893 </tr> 12894 <tr id="2178"> 12895 <td><a href="https://cplusplus.github.io/CWG/issues/2178.html">2178</a></td> 12896 <td>NAD</td> 12897 <td>Substitution of dependent template arguments in default template arguments</td> 12898 <td class="unknown" align="center">Unknown</td> 12899 </tr> 12900 <tr class="open" id="2179"> 12901 <td><a href="https://cplusplus.github.io/CWG/issues/2179.html">2179</a></td> 12902 <td>drafting</td> 12903 <td>Required diagnostic for partial specialization after first use</td> 12904 <td align="center">Not resolved</td> 12905 </tr> 12906 <tr id="2180"> 12907 <td><a href="https://cplusplus.github.io/CWG/issues/2180.html">2180</a></td> 12908 <td>CD4</td> 12909 <td>Virtual bases in destructors and defaulted assignment operators</td> 12910 <td class="full" align="center">Clang 3.0</td> 12911 </tr> 12912 <tr id="2181"> 12913 <td><a href="https://cplusplus.github.io/CWG/issues/2181.html">2181</a></td> 12914 <td>C++20</td> 12915 <td>Normative requirements in an informative Annex</td> 12916 <td class="unknown" align="center">Unknown</td> 12917 </tr> 12918 <tr class="open" id="2182"> 12919 <td><a href="https://cplusplus.github.io/CWG/issues/2182.html">2182</a></td> 12920 <td>drafting</td> 12921 <td>Pointer arithmetic in array-like containers</td> 12922 <td align="center">Not resolved</td> 12923 </tr> 12924 <tr id="2183"> 12925 <td><a href="https://cplusplus.github.io/CWG/issues/2183.html">2183</a></td> 12926 <td>NAD</td> 12927 <td>Problems in description of potential exceptions</td> 12928 <td class="unknown" align="center">Unknown</td> 12929 </tr> 12930 <tr id="2184"> 12931 <td><a href="https://cplusplus.github.io/CWG/issues/2184.html">2184</a></td> 12932 <td>CD4</td> 12933 <td>Missing C compatibility entry for decrement of <TT>bool</TT></td> 12934 <td class="unknown" align="center">Unknown</td> 12935 </tr> 12936 <tr id="2185"> 12937 <td><a href="https://cplusplus.github.io/CWG/issues/2185.html">2185</a></td> 12938 <td>CD6</td> 12939 <td>Cv-qualified numeric types</td> 12940 <td class="unknown" align="center">Unknown</td> 12941 </tr> 12942 <tr id="2186"> 12943 <td><a href="https://cplusplus.github.io/CWG/issues/2186.html">2186</a></td> 12944 <td>C++20</td> 12945 <td>Unclear point that “preceding initialization” must precede</td> 12946 <td class="unknown" align="center">Unknown</td> 12947 </tr> 12948 <tr class="open" id="2187"> 12949 <td><a href="https://cplusplus.github.io/CWG/issues/2187.html">2187</a></td> 12950 <td>drafting</td> 12951 <td>Protected members and access via <I>qualified-id</I></td> 12952 <td align="center">Not resolved</td> 12953 </tr> 12954 <tr class="open" id="2188"> 12955 <td><a href="https://cplusplus.github.io/CWG/issues/2188.html">2188</a></td> 12956 <td>open</td> 12957 <td><I>empty-declaration</I> grammar ambiguity</td> 12958 <td align="center">Not resolved</td> 12959 </tr> 12960 <tr class="open" id="2189"> 12961 <td><a href="https://cplusplus.github.io/CWG/issues/2189.html">2189</a></td> 12962 <td>open</td> 12963 <td>Surrogate call template</td> 12964 <td align="center">Not resolved</td> 12965 </tr> 12966 <tr class="open" id="2190"> 12967 <td><a href="https://cplusplus.github.io/CWG/issues/2190.html">2190</a></td> 12968 <td>open</td> 12969 <td>Insufficient specification of <TT>__has_include</TT></td> 12970 <td align="center">Not resolved</td> 12971 </tr> 12972 <tr id="2191"> 12973 <td><a href="https://cplusplus.github.io/CWG/issues/2191.html">2191</a></td> 12974 <td>C++17</td> 12975 <td>Incorrect result for <TT>noexcept(typeid(v))</TT></td> 12976 <td class="full" align="center">Clang 19</td> 12977 </tr> 12978 <tr class="open" id="2192"> 12979 <td><a href="https://cplusplus.github.io/CWG/issues/2192.html">2192</a></td> 12980 <td>open</td> 12981 <td>Constant expressions and order-of-eval undefined behavior</td> 12982 <td align="center">Not resolved</td> 12983 </tr> 12984 <tr id="2193"> 12985 <td><a href="https://cplusplus.github.io/CWG/issues/2193.html">2193</a></td> 12986 <td>NAD</td> 12987 <td><TT>numeric_limits<int>::radix</TT> and <TT>digits</TT></td> 12988 <td class="unknown" align="center">Unknown</td> 12989 </tr> 12990 <tr class="open" id="2194"> 12991 <td><a href="https://cplusplus.github.io/CWG/issues/2194.html">2194</a></td> 12992 <td>drafting</td> 12993 <td>Impossible case in list initialization</td> 12994 <td align="center">Not resolved</td> 12995 </tr> 12996 <tr class="open" id="2195"> 12997 <td><a href="https://cplusplus.github.io/CWG/issues/2195.html">2195</a></td> 12998 <td>open</td> 12999 <td>Unsolicited reading of trailing volatile members</td> 13000 <td align="center">Not resolved</td> 13001 </tr> 13002 <tr id="2196"> 13003 <td><a href="https://cplusplus.github.io/CWG/issues/2196.html">2196</a></td> 13004 <td>C++17</td> 13005 <td>Zero-initialization with virtual base classes</td> 13006 <td class="unknown" align="center">Unknown</td> 13007 </tr> 13008 <tr id="2197"> 13009 <td><a href="https://cplusplus.github.io/CWG/issues/2197.html">2197</a></td> 13010 <td>C++17</td> 13011 <td>Overload resolution and deleted special member functions</td> 13012 <td class="unknown" align="center">Unknown</td> 13013 </tr> 13014 <tr id="2198"> 13015 <td><a href="https://cplusplus.github.io/CWG/issues/2198.html">2198</a></td> 13016 <td>C++17</td> 13017 <td>Linkage of enumerators</td> 13018 <td class="unknown" align="center">Unknown</td> 13019 </tr> 13020 <tr id="2199"> 13021 <td><a href="https://cplusplus.github.io/CWG/issues/2199.html">2199</a></td> 13022 <td>CD6</td> 13023 <td>Typedefs and tags</td> 13024 <td class="full" align="center">Clang 3.8</td> 13025 </tr> 13026 <tr id="2200"> 13027 <td><a href="https://cplusplus.github.io/CWG/issues/2200.html">2200</a></td> 13028 <td>NAD</td> 13029 <td>Conversions in template argument deduction</td> 13030 <td class="unknown" align="center">Unknown</td> 13031 </tr> 13032 <tr id="2201"> 13033 <td><a href="https://cplusplus.github.io/CWG/issues/2201.html">2201</a></td> 13034 <td>C++17</td> 13035 <td>Cv-qualification of array types</td> 13036 <td class="unknown" align="center">Unknown</td> 13037 </tr> 13038 <tr class="open" id="2202"> 13039 <td><a href="https://cplusplus.github.io/CWG/issues/2202.html">2202</a></td> 13040 <td>drafting</td> 13041 <td>When does default argument instantiation occur?</td> 13042 <td align="center">Not resolved</td> 13043 </tr> 13044 <tr class="open" id="2203"> 13045 <td><a href="https://cplusplus.github.io/CWG/issues/2203.html">2203</a></td> 13046 <td>drafting</td> 13047 <td>Defaulted copy/move constructors and UDCs</td> 13048 <td align="center">Not resolved</td> 13049 </tr> 13050 <tr id="2204"> 13051 <td><a href="https://cplusplus.github.io/CWG/issues/2204.html">2204</a></td> 13052 <td>NAD</td> 13053 <td>Naming delegated constructors</td> 13054 <td class="unknown" align="center">Unknown</td> 13055 </tr> 13056 <tr id="2205"> 13057 <td><a href="https://cplusplus.github.io/CWG/issues/2205.html">2205</a></td> 13058 <td>C++17</td> 13059 <td>Restrictions on use of <TT>alignas</TT></td> 13060 <td class="unknown" align="center">Unknown</td> 13061 </tr> 13062 <tr id="2206"> 13063 <td><a href="https://cplusplus.github.io/CWG/issues/2206.html">2206</a></td> 13064 <td>C++17</td> 13065 <td>Composite type of object and function pointers</td> 13066 <td class="unknown" align="center">Unknown</td> 13067 </tr> 13068 <tr id="2207"> 13069 <td><a href="https://cplusplus.github.io/CWG/issues/2207.html">2207</a></td> 13070 <td>CD5</td> 13071 <td>Alignment of allocation function return value</td> 13072 <td class="unknown" align="center">Unknown</td> 13073 </tr> 13074 <tr id="2208"> 13075 <td><a href="https://cplusplus.github.io/CWG/issues/2208.html">2208</a></td> 13076 <td>NAD</td> 13077 <td><I>static_assert-declaration</I> does not declare a member</td> 13078 <td class="unknown" align="center">Unknown</td> 13079 </tr> 13080 <tr id="2209"> 13081 <td><a href="https://cplusplus.github.io/CWG/issues/2209.html">2209</a></td> 13082 <td>NAD</td> 13083 <td>Destruction of constructed array elements</td> 13084 <td class="unknown" align="center">Unknown</td> 13085 </tr> 13086 <tr id="2210"> 13087 <td><a href="https://cplusplus.github.io/CWG/issues/2210.html">2210</a></td> 13088 <td>NAD</td> 13089 <td>Principal/target constructor confusion</td> 13090 <td class="unknown" align="center">Unknown</td> 13091 </tr> 13092 <tr id="2211"> 13093 <td><a href="https://cplusplus.github.io/CWG/issues/2211.html">2211</a></td> 13094 <td>C++17</td> 13095 <td>Hiding by lambda captures and parameters</td> 13096 <td class="full" align="center">Clang 8</td> 13097 </tr> 13098 <tr id="2212"> 13099 <td><a href="https://cplusplus.github.io/CWG/issues/2212.html">2212</a></td> 13100 <td>CD5</td> 13101 <td>Typedef changing linkage after use</td> 13102 <td class="unknown" align="center">Unknown</td> 13103 </tr> 13104 <tr id="2213"> 13105 <td><a href="https://cplusplus.github.io/CWG/issues/2213.html">2213</a></td> 13106 <td>CD6</td> 13107 <td>Forward declaration of partial specializations</td> 13108 <td class="full" align="center">Clang 2.7</td> 13109 </tr> 13110 <tr id="2214"> 13111 <td><a href="https://cplusplus.github.io/CWG/issues/2214.html">2214</a></td> 13112 <td>C++17</td> 13113 <td>Missing requirement on representation of integer values</td> 13114 <td class="unknown" align="center">Unknown</td> 13115 </tr> 13116 <tr id="2215"> 13117 <td><a href="https://cplusplus.github.io/CWG/issues/2215.html">2215</a></td> 13118 <td>C++17</td> 13119 <td>Redundant description of language linkage in function call</td> 13120 <td class="unknown" align="center">Unknown</td> 13121 </tr> 13122 <tr id="2216"> 13123 <td><a href="https://cplusplus.github.io/CWG/issues/2216.html">2216</a></td> 13124 <td>NAD</td> 13125 <td>Exception specifications in unevaluated contexts</td> 13126 <td class="unknown" align="center">Unknown</td> 13127 </tr> 13128 <tr id="2217"> 13129 <td><a href="https://cplusplus.github.io/CWG/issues/2217.html">2217</a></td> 13130 <td>NAD</td> 13131 <td><TT>constexpr</TT> constructors for non-literal types</td> 13132 <td class="unknown" align="center">Unknown</td> 13133 </tr> 13134 <tr id="2218"> 13135 <td><a href="https://cplusplus.github.io/CWG/issues/2218.html">2218</a></td> 13136 <td>C++17</td> 13137 <td>Ambiguity and namespace aliases</td> 13138 <td class="unknown" align="center">Unknown</td> 13139 </tr> 13140 <tr class="open" id="2219"> 13141 <td><a href="https://cplusplus.github.io/CWG/issues/2219.html">2219</a></td> 13142 <td>drafting</td> 13143 <td>Dynamically-unreachable handlers</td> 13144 <td align="center">Not resolved</td> 13145 </tr> 13146 <tr id="2220"> 13147 <td><a href="https://cplusplus.github.io/CWG/issues/2220.html">2220</a></td> 13148 <td>C++17</td> 13149 <td>Hiding index variable in range-based <TT>for</TT></td> 13150 <td class="unknown" align="center">Unknown</td> 13151 </tr> 13152 <tr id="2221"> 13153 <td><a href="https://cplusplus.github.io/CWG/issues/2221.html">2221</a></td> 13154 <td>CD6</td> 13155 <td>Copying volatile objects</td> 13156 <td class="unknown" align="center">Unknown</td> 13157 </tr> 13158 <tr class="open" id="2222"> 13159 <td><a href="https://cplusplus.github.io/CWG/issues/2222.html">2222</a></td> 13160 <td>drafting</td> 13161 <td>Additional contexts where instantiation is not required</td> 13162 <td align="center">Not resolved</td> 13163 </tr> 13164 <tr class="open" id="2223"> 13165 <td><a href="https://cplusplus.github.io/CWG/issues/2223.html">2223</a></td> 13166 <td>drafting</td> 13167 <td>Multiple <TT>alignas</TT> specifiers</td> 13168 <td align="center">Not resolved</td> 13169 </tr> 13170 <tr id="2224"> 13171 <td><a href="https://cplusplus.github.io/CWG/issues/2224.html">2224</a></td> 13172 <td>C++17</td> 13173 <td>Member subobjects and base-class casts</td> 13174 <td class="unknown" align="center">Unknown</td> 13175 </tr> 13176 <tr id="2225"> 13177 <td><a href="https://cplusplus.github.io/CWG/issues/2225.html">2225</a></td> 13178 <td>NAD</td> 13179 <td><TT>reinterpret_cast</TT> to same floating-point type</td> 13180 <td class="unknown" align="center">Unknown</td> 13181 </tr> 13182 <tr id="2226"> 13183 <td><a href="https://cplusplus.github.io/CWG/issues/2226.html">2226</a></td> 13184 <td>CD5</td> 13185 <td>Xvalues vs lvalues in conditional expressions</td> 13186 <td class="unknown" align="center">Unknown</td> 13187 </tr> 13188 <tr id="2227"> 13189 <td><a href="https://cplusplus.github.io/CWG/issues/2227.html">2227</a></td> 13190 <td>CD5</td> 13191 <td>Destructor access and default member initializers</td> 13192 <td class="unknown" align="center">Unknown</td> 13193 </tr> 13194 <tr class="open" id="2228"> 13195 <td><a href="https://cplusplus.github.io/CWG/issues/2228.html">2228</a></td> 13196 <td>open</td> 13197 <td>Ambiguity resolution for cast to function type</td> 13198 <td align="center">Not resolved</td> 13199 </tr> 13200 <tr id="2229"> 13201 <td><a href="https://cplusplus.github.io/CWG/issues/2229.html">2229</a></td> 13202 <td>CD5</td> 13203 <td>Volatile unnamed bit-fields</td> 13204 <td class="full" align="center">Clang 7</td> 13205 </tr> 13206 <tr id="2230"> 13207 <td><a href="https://cplusplus.github.io/CWG/issues/2230.html">2230</a></td> 13208 <td>NAD</td> 13209 <td>Linkage of <TT>extern "C"</TT> function in unnamed namespace</td> 13210 <td class="unknown" align="center">Unknown</td> 13211 </tr> 13212 <tr id="2231"> 13213 <td><a href="https://cplusplus.github.io/CWG/issues/2231.html">2231</a></td> 13214 <td>NAD</td> 13215 <td>Class member access to static data member template</td> 13216 <td class="unknown" align="center">Unknown</td> 13217 </tr> 13218 <tr class="open" id="2232"> 13219 <td><a href="https://cplusplus.github.io/CWG/issues/2232.html">2232</a></td> 13220 <td>open</td> 13221 <td><TT>thread_local</TT> anonymous unions</td> 13222 <td align="center">Not resolved</td> 13223 </tr> 13224 <tr id="2233"> 13225 <td><a href="https://cplusplus.github.io/CWG/issues/2233.html">2233</a></td> 13226 <td>CD5</td> 13227 <td>Function parameter packs following default arguments</td> 13228 <td class="full" align="center">Clang 11</td> 13229 </tr> 13230 <tr id="2234"> 13231 <td><a href="https://cplusplus.github.io/CWG/issues/2234.html">2234</a></td> 13232 <td>CD5</td> 13233 <td>Missing rules for <I>simple-template-id</I> as <I>class-name</I></td> 13234 <td class="unknown" align="center">Unknown</td> 13235 </tr> 13236 <tr id="2235"> 13237 <td><a href="https://cplusplus.github.io/CWG/issues/2235.html">2235</a></td> 13238 <td>CD5</td> 13239 <td>Partial ordering and non-dependent types</td> 13240 <td class="unknown" align="center">Unknown</td> 13241 </tr> 13242 <tr class="open" id="2236"> 13243 <td><a href="https://cplusplus.github.io/CWG/issues/2236.html">2236</a></td> 13244 <td>drafting</td> 13245 <td>When is an alias template specialization dependent?</td> 13246 <td align="center">Not resolved</td> 13247 </tr> 13248 <tr id="2237"> 13249 <td><a href="https://cplusplus.github.io/CWG/issues/2237.html">2237</a></td> 13250 <td>CD5</td> 13251 <td>Can a <I>template-id</I> name a constructor?</td> 13252 <td class="unknown" align="center">Unknown</td> 13253 </tr> 13254 <tr id="2238"> 13255 <td><a href="https://cplusplus.github.io/CWG/issues/2238.html">2238</a></td> 13256 <td>NAD</td> 13257 <td>Contradictory alignment requirements for allocation</td> 13258 <td class="unknown" align="center">Unknown</td> 13259 </tr> 13260 <tr id="2239"> 13261 <td><a href="https://cplusplus.github.io/CWG/issues/2239.html">2239</a></td> 13262 <td>NAD</td> 13263 <td>Sized deallocation with a trivial destructor</td> 13264 <td class="unknown" align="center">Unknown</td> 13265 </tr> 13266 <tr id="2240"> 13267 <td><a href="https://cplusplus.github.io/CWG/issues/2240.html">2240</a></td> 13268 <td>NAD</td> 13269 <td><TT>this</TT> is not odr-used in a constant expression</td> 13270 <td class="unknown" align="center">Unknown</td> 13271 </tr> 13272 <tr id="2241"> 13273 <td><a href="https://cplusplus.github.io/CWG/issues/2241.html">2241</a></td> 13274 <td>CD5</td> 13275 <td>Overload resolution is not invoked with a single function</td> 13276 <td class="unknown" align="center">Unknown</td> 13277 </tr> 13278 <tr id="2242"> 13279 <td><a href="https://cplusplus.github.io/CWG/issues/2242.html">2242</a></td> 13280 <td>C++23</td> 13281 <td>ODR violation with constant initialization possibly omitted</td> 13282 <td class="unknown" align="center">Unknown</td> 13283 </tr> 13284 <tr class="open" id="2243"> 13285 <td><a href="https://cplusplus.github.io/CWG/issues/2243.html">2243</a></td> 13286 <td>drafting</td> 13287 <td>Incorrect use of implicit conversion sequence</td> 13288 <td align="center">Not resolved</td> 13289 </tr> 13290 <tr class="open" id="2244"> 13291 <td><a href="https://cplusplus.github.io/CWG/issues/2244.html">2244</a></td> 13292 <td>open</td> 13293 <td>Base class access in aggregate initialization</td> 13294 <td align="center">Not resolved</td> 13295 </tr> 13296 <tr class="open" id="2245"> 13297 <td><a href="https://cplusplus.github.io/CWG/issues/2245.html">2245</a></td> 13298 <td>drafting</td> 13299 <td>Point of instantiation of incomplete class template</td> 13300 <td align="center">Not resolved</td> 13301 </tr> 13302 <tr class="open" id="2246"> 13303 <td><a href="https://cplusplus.github.io/CWG/issues/2246.html">2246</a></td> 13304 <td>drafting</td> 13305 <td>Access of indirect virtual base class constructors</td> 13306 <td align="center">Not resolved</td> 13307 </tr> 13308 <tr id="2247"> 13309 <td><a href="https://cplusplus.github.io/CWG/issues/2247.html">2247</a></td> 13310 <td>C++17</td> 13311 <td>Lambda capture and variable argument list</td> 13312 <td class="unknown" align="center">Unknown</td> 13313 </tr> 13314 <tr id="2248"> 13315 <td><a href="https://cplusplus.github.io/CWG/issues/2248.html">2248</a></td> 13316 <td>C++17</td> 13317 <td>Problems with sized delete</td> 13318 <td class="unknown" align="center">Unknown</td> 13319 </tr> 13320 <tr id="2249"> 13321 <td><a href="https://cplusplus.github.io/CWG/issues/2249.html">2249</a></td> 13322 <td>CD5</td> 13323 <td><I>identifier</I>s and <I>id-expression</I>s</td> 13324 <td class="unknown" align="center">Unknown</td> 13325 </tr> 13326 <tr class="open" id="2250"> 13327 <td><a href="https://cplusplus.github.io/CWG/issues/2250.html">2250</a></td> 13328 <td>open</td> 13329 <td>Implicit instantiation, destruction, and TUs</td> 13330 <td align="center">Not resolved</td> 13331 </tr> 13332 <tr id="2251"> 13333 <td><a href="https://cplusplus.github.io/CWG/issues/2251.html">2251</a></td> 13334 <td>C++17</td> 13335 <td>Unreachable enumeration list-initialization</td> 13336 <td class="unknown" align="center">Unknown</td> 13337 </tr> 13338 <tr id="2252"> 13339 <td><a href="https://cplusplus.github.io/CWG/issues/2252.html">2252</a></td> 13340 <td>DRWP</td> 13341 <td>Enumeration list-initialization from the same type</td> 13342 <td class="unknown" align="center">Unknown</td> 13343 </tr> 13344 <tr id="2253"> 13345 <td><a href="https://cplusplus.github.io/CWG/issues/2253.html">2253</a></td> 13346 <td>CD5</td> 13347 <td>Unnamed bit-fields and zero-initialization</td> 13348 <td class="unknown" align="center">Unknown</td> 13349 </tr> 13350 <tr id="2254"> 13351 <td><a href="https://cplusplus.github.io/CWG/issues/2254.html">2254</a></td> 13352 <td>CD5</td> 13353 <td>Standard-layout classes and bit-fields</td> 13354 <td class="unknown" align="center">Unknown</td> 13355 </tr> 13356 <tr id="2255"> 13357 <td><a href="https://cplusplus.github.io/CWG/issues/2255.html">2255</a></td> 13358 <td>CD5</td> 13359 <td>Instantiated static data member templates</td> 13360 <td class="unknown" align="center">Unknown</td> 13361 </tr> 13362 <tr id="2256"> 13363 <td><a href="https://cplusplus.github.io/CWG/issues/2256.html">2256</a></td> 13364 <td>CD5</td> 13365 <td>Lifetime of trivially-destructible objects</td> 13366 <td class="unknown" align="center">Unknown</td> 13367 </tr> 13368 <tr id="2257"> 13369 <td><a href="https://cplusplus.github.io/CWG/issues/2257.html">2257</a></td> 13370 <td>CD5</td> 13371 <td>Lifetime extension of references vs exceptions</td> 13372 <td class="unknown" align="center">Unknown</td> 13373 </tr> 13374 <tr class="open" id="2258"> 13375 <td><a href="https://cplusplus.github.io/CWG/issues/2258.html">2258</a></td> 13376 <td>open</td> 13377 <td>Storage deallocation during period of destruction</td> 13378 <td align="center">Not resolved</td> 13379 </tr> 13380 <tr id="2259"> 13381 <td><a href="https://cplusplus.github.io/CWG/issues/2259.html">2259</a></td> 13382 <td>C++17</td> 13383 <td>Unclear context describing ambiguity</td> 13384 <td class="unknown" align="center">Unknown</td> 13385 </tr> 13386 <tr id="2260"> 13387 <td><a href="https://cplusplus.github.io/CWG/issues/2260.html">2260</a></td> 13388 <td>CD5</td> 13389 <td>Explicit specializations of deleted member functions</td> 13390 <td class="unknown" align="center">Unknown</td> 13391 </tr> 13392 <tr class="open" id="2261"> 13393 <td><a href="https://cplusplus.github.io/CWG/issues/2261.html">2261</a></td> 13394 <td>extension</td> 13395 <td>Explicit instantiation of in-class <TT>friend</TT> definition</td> 13396 <td align="center">Extension</td> 13397 </tr> 13398 <tr id="2262"> 13399 <td><a href="https://cplusplus.github.io/CWG/issues/2262.html">2262</a></td> 13400 <td>C++17</td> 13401 <td>Attributes for <I>asm-definition</I></td> 13402 <td class="unknown" align="center">Unknown</td> 13403 </tr> 13404 <tr class="open" id="2263"> 13405 <td><a href="https://cplusplus.github.io/CWG/issues/2263.html">2263</a></td> 13406 <td>drafting</td> 13407 <td>Default argument instantiation for <TT>friend</TT>s</td> 13408 <td align="center">Not resolved</td> 13409 </tr> 13410 <tr class="open" id="2264"> 13411 <td><a href="https://cplusplus.github.io/CWG/issues/2264.html">2264</a></td> 13412 <td>drafting</td> 13413 <td>Memberwise copying with indeterminate value</td> 13414 <td align="center">Not resolved</td> 13415 </tr> 13416 <tr class="open" id="2265"> 13417 <td><a href="https://cplusplus.github.io/CWG/issues/2265.html">2265</a></td> 13418 <td>drafting</td> 13419 <td>Delayed pack expansion and member redeclarations</td> 13420 <td align="center">Not resolved</td> 13421 </tr> 13422 <tr id="2266"> 13423 <td><a href="https://cplusplus.github.io/CWG/issues/2266.html">2266</a></td> 13424 <td>CD5</td> 13425 <td>Has dependent type vs is type-dependent</td> 13426 <td class="unknown" align="center">Unknown</td> 13427 </tr> 13428 <tr id="2267"> 13429 <td><a href="https://cplusplus.github.io/CWG/issues/2267.html">2267</a></td> 13430 <td>CD5</td> 13431 <td>Copy-initialization of temporary in reference direct-initialization</td> 13432 <td class="none" align="center">No</td> 13433 </tr> 13434 <tr id="2268"> 13435 <td><a href="https://cplusplus.github.io/CWG/issues/2268.html">2268</a></td> 13436 <td>C++17</td> 13437 <td>Unions with mutable members in constant expressions revisited</td> 13438 <td class="unknown" align="center">Unknown</td> 13439 </tr> 13440 <tr id="2269"> 13441 <td><a href="https://cplusplus.github.io/CWG/issues/2269.html">2269</a></td> 13442 <td>dup</td> 13443 <td>Additional recursive references in aggregate DMIs</td> 13444 <td class="unknown" align="center">Unknown</td> 13445 </tr> 13446 <tr id="2270"> 13447 <td><a href="https://cplusplus.github.io/CWG/issues/2270.html">2270</a></td> 13448 <td>NAD</td> 13449 <td>Non-inline functions and explicit instantiation declarations</td> 13450 <td class="unknown" align="center">Unknown</td> 13451 </tr> 13452 <tr id="2271"> 13453 <td><a href="https://cplusplus.github.io/CWG/issues/2271.html">2271</a></td> 13454 <td>C++17</td> 13455 <td>Aliasing <TT>this</TT></td> 13456 <td class="unknown" align="center">Unknown</td> 13457 </tr> 13458 <tr id="2272"> 13459 <td><a href="https://cplusplus.github.io/CWG/issues/2272.html">2272</a></td> 13460 <td>C++17</td> 13461 <td>Implicit initialization of aggregate members of reference type</td> 13462 <td class="unknown" align="center">Unknown</td> 13463 </tr> 13464 <tr id="2273"> 13465 <td><a href="https://cplusplus.github.io/CWG/issues/2273.html">2273</a></td> 13466 <td>CD5</td> 13467 <td>Inheriting constructors vs implicit default constructor</td> 13468 <td class="full" align="center">Clang 3.3</td> 13469 </tr> 13470 <tr id="2274"> 13471 <td><a href="https://cplusplus.github.io/CWG/issues/2274.html">2274</a></td> 13472 <td>NAD</td> 13473 <td>Generic lambda capture vs constexpr if</td> 13474 <td class="unknown" align="center">Unknown</td> 13475 </tr> 13476 <tr class="open" id="2275"> 13477 <td><a href="https://cplusplus.github.io/CWG/issues/2275.html">2275</a></td> 13478 <td>drafting</td> 13479 <td>Type-dependence of function template</td> 13480 <td align="center">Not resolved</td> 13481 </tr> 13482 <tr id="2276"> 13483 <td><a href="https://cplusplus.github.io/CWG/issues/2276.html">2276</a></td> 13484 <td>C++17</td> 13485 <td>Dependent <TT>noexcept</TT> and function type-dependence</td> 13486 <td class="unknown" align="center">Unknown</td> 13487 </tr> 13488 <tr id="2277"> 13489 <td><a href="https://cplusplus.github.io/CWG/issues/2277.html">2277</a></td> 13490 <td>CD5</td> 13491 <td>Ambiguity inheriting constructors with default arguments</td> 13492 <td class="partial" align="center">Partial</td> 13493 </tr> 13494 <tr id="2278"> 13495 <td><a href="https://cplusplus.github.io/CWG/issues/2278.html">2278</a></td> 13496 <td>CD5</td> 13497 <td>Copy elision in constant expressions reconsidered</td> 13498 <td class="unknown" align="center">Unknown</td> 13499 </tr> 13500 <tr id="2279"> 13501 <td><a href="https://cplusplus.github.io/CWG/issues/2279.html">2279</a></td> 13502 <td>NAD</td> 13503 <td>Multiple <I>attribute-specifier</I>s in one <I>attribute-list</I></td> 13504 <td class="unknown" align="center">Unknown</td> 13505 </tr> 13506 <tr id="2280"> 13507 <td><a href="https://cplusplus.github.io/CWG/issues/2280.html">2280</a></td> 13508 <td>C++20</td> 13509 <td>Matching a usual deallocation function with placement new</td> 13510 <td class="unknown" align="center">Unknown</td> 13511 </tr> 13512 <tr class="open" id="2281"> 13513 <td><a href="https://cplusplus.github.io/CWG/issues/2281.html">2281</a></td> 13514 <td>drafting</td> 13515 <td>Consistency of aligned <TT>operator delete</TT> replacement</td> 13516 <td align="center">Not resolved</td> 13517 </tr> 13518 <tr id="2282"> 13519 <td><a href="https://cplusplus.github.io/CWG/issues/2282.html">2282</a></td> 13520 <td>C++20</td> 13521 <td>Consistency with mismatched aligned/non-over-aligned allocation/deallocation functions</td> 13522 <td class="unknown" align="center">Unknown</td> 13523 </tr> 13524 <tr id="2283"> 13525 <td><a href="https://cplusplus.github.io/CWG/issues/2283.html">2283</a></td> 13526 <td>DR</td> 13527 <td>Missing complete type requirements</td> 13528 <td class="unknown" align="center">Unknown</td> 13529 </tr> 13530 <tr class="open" id="2284"> 13531 <td><a href="https://cplusplus.github.io/CWG/issues/2284.html">2284</a></td> 13532 <td>open</td> 13533 <td>Sequencing of <I>braced-init-list</I> arguments</td> 13534 <td align="center">Not resolved</td> 13535 </tr> 13536 <tr id="2285"> 13537 <td><a href="https://cplusplus.github.io/CWG/issues/2285.html">2285</a></td> 13538 <td>CD5</td> 13539 <td>Issues with structured bindings</td> 13540 <td class="unknown" align="center">Unknown</td> 13541 </tr> 13542 <tr id="2286"> 13543 <td><a href="https://cplusplus.github.io/CWG/issues/2286.html">2286</a></td> 13544 <td>NAD</td> 13545 <td>Assignment evaluation order</td> 13546 <td class="unknown" align="center">Unknown</td> 13547 </tr> 13548 <tr id="2287"> 13549 <td><a href="https://cplusplus.github.io/CWG/issues/2287.html">2287</a></td> 13550 <td>CD5</td> 13551 <td>Pointer-interconvertibility in non-standard-layout unions</td> 13552 <td class="unknown" align="center">Unknown</td> 13553 </tr> 13554 <tr id="2288"> 13555 <td><a href="https://cplusplus.github.io/CWG/issues/2288.html">2288</a></td> 13556 <td>NAD</td> 13557 <td>Contradictory optionality in <I>simple-declaration</I></td> 13558 <td class="unknown" align="center">Unknown</td> 13559 </tr> 13560 <tr id="2289"> 13561 <td><a href="https://cplusplus.github.io/CWG/issues/2289.html">2289</a></td> 13562 <td>CD5</td> 13563 <td>Uniqueness of structured binding names</td> 13564 <td class="unknown" align="center">Unknown</td> 13565 </tr> 13566 <tr id="2290"> 13567 <td><a href="https://cplusplus.github.io/CWG/issues/2290.html">2290</a></td> 13568 <td>CD5</td> 13569 <td>Unclear specification for overload resolution and deleted special member functions</td> 13570 <td class="unknown" align="center">Unknown</td> 13571 </tr> 13572 <tr id="2291"> 13573 <td><a href="https://cplusplus.github.io/CWG/issues/2291.html">2291</a></td> 13574 <td>dup</td> 13575 <td>Implicit conversion sequences in non-call contexts</td> 13576 <td class="unknown" align="center">Unknown</td> 13577 </tr> 13578 <tr id="2292"> 13579 <td><a href="https://cplusplus.github.io/CWG/issues/2292.html">2292</a></td> 13580 <td>CD5</td> 13581 <td><I>simple-template-id</I> is ambiguous between <I>class-name</I> and <I>type-name</I></td> 13582 <td class="full" align="center">Clang 9</td> 13583 </tr> 13584 <tr id="2293"> 13585 <td><a href="https://cplusplus.github.io/CWG/issues/2293.html">2293</a></td> 13586 <td>CD5</td> 13587 <td>Requirements for <I>simple-template-id</I> used as a <I>class-name</I></td> 13588 <td class="unknown" align="center">Unknown</td> 13589 </tr> 13590 <tr id="2294"> 13591 <td><a href="https://cplusplus.github.io/CWG/issues/2294.html">2294</a></td> 13592 <td>CD5</td> 13593 <td>Dependent <TT>auto</TT> static data members</td> 13594 <td class="unknown" align="center">Unknown</td> 13595 </tr> 13596 <tr id="2295"> 13597 <td><a href="https://cplusplus.github.io/CWG/issues/2295.html">2295</a></td> 13598 <td>CD5</td> 13599 <td>Aggregates with deleted defaulted constructors</td> 13600 <td class="unknown" align="center">Unknown</td> 13601 </tr> 13602 <tr class="open" id="2296"> 13603 <td><a href="https://cplusplus.github.io/CWG/issues/2296.html">2296</a></td> 13604 <td>open</td> 13605 <td>Are default argument instantiation failures in the “immediate context”?</td> 13606 <td align="center">Not resolved</td> 13607 </tr> 13608 <tr class="open" id="2297"> 13609 <td><a href="https://cplusplus.github.io/CWG/issues/2297.html">2297</a></td> 13610 <td>open</td> 13611 <td>Unclear specification of atomic operations</td> 13612 <td align="center">Not resolved</td> 13613 </tr> 13614 <tr class="open" id="2298"> 13615 <td><a href="https://cplusplus.github.io/CWG/issues/2298.html">2298</a></td> 13616 <td>open</td> 13617 <td>Actions and expression evaluation</td> 13618 <td align="center">Not resolved</td> 13619 </tr> 13620 <tr id="2299"> 13621 <td><a href="https://cplusplus.github.io/CWG/issues/2299.html">2299</a></td> 13622 <td>CD5</td> 13623 <td><TT>constexpr</TT> vararg functions</td> 13624 <td class="unknown" align="center">Unknown</td> 13625 </tr> 13626 <tr id="2300"> 13627 <td><a href="https://cplusplus.github.io/CWG/issues/2300.html">2300</a></td> 13628 <td>CD5</td> 13629 <td>Lambdas in multiple definitions</td> 13630 <td class="unknown" align="center">Unknown</td> 13631 </tr> 13632 <tr class="open" id="2301"> 13633 <td><a href="https://cplusplus.github.io/CWG/issues/2301.html">2301</a></td> 13634 <td>open</td> 13635 <td>Value-initialization and constexpr constructor evaluation</td> 13636 <td align="center">Not resolved</td> 13637 </tr> 13638 <tr id="2302"> 13639 <td><a href="https://cplusplus.github.io/CWG/issues/2302.html">2302</a></td> 13640 <td>NAD</td> 13641 <td>Address comparison between different member subobjects</td> 13642 <td class="unknown" align="center">Unknown</td> 13643 </tr> 13644 <tr id="2303"> 13645 <td><a href="https://cplusplus.github.io/CWG/issues/2303.html">2303</a></td> 13646 <td>CD5</td> 13647 <td>Partial ordering and recursive variadic inheritance</td> 13648 <td class="full" align="center">Clang 12</td> 13649 </tr> 13650 <tr id="2304"> 13651 <td><a href="https://cplusplus.github.io/CWG/issues/2304.html">2304</a></td> 13652 <td>NAD</td> 13653 <td>Incomplete type vs overload resolution</td> 13654 <td class="full" align="center">Clang 2.8</td> 13655 </tr> 13656 <tr id="2305"> 13657 <td><a href="https://cplusplus.github.io/CWG/issues/2305.html">2305</a></td> 13658 <td>CD5</td> 13659 <td>Explicit instantiation of constexpr or inline variable template</td> 13660 <td class="unknown" align="center">Unknown</td> 13661 </tr> 13662 <tr id="2306"> 13663 <td><a href="https://cplusplus.github.io/CWG/issues/2306.html">2306</a></td> 13664 <td>NAD</td> 13665 <td>Nested friend templates of class templates</td> 13666 <td class="unknown" align="center">Unknown</td> 13667 </tr> 13668 <tr id="2307"> 13669 <td><a href="https://cplusplus.github.io/CWG/issues/2307.html">2307</a></td> 13670 <td>CD5</td> 13671 <td>Unclear definition of “equivalent to a nontype template parameter”</td> 13672 <td class="unknown" align="center">Unknown</td> 13673 </tr> 13674 <tr id="2308"> 13675 <td><a href="https://cplusplus.github.io/CWG/issues/2308.html">2308</a></td> 13676 <td>NAD</td> 13677 <td>Structured bindings and lambda capture</td> 13678 <td class="unknown" align="center">Unknown</td> 13679 </tr> 13680 <tr id="2309"> 13681 <td><a href="https://cplusplus.github.io/CWG/issues/2309.html">2309</a></td> 13682 <td>CD5</td> 13683 <td>Restrictions on nested statements within <TT>constexpr</TT> functions</td> 13684 <td class="unknown" align="center">Unknown</td> 13685 </tr> 13686 <tr id="2310"> 13687 <td><a href="https://cplusplus.github.io/CWG/issues/2310.html">2310</a></td> 13688 <td>CD5</td> 13689 <td>Type completeness and derived-to-base pointer conversions</td> 13690 <td class="partial" align="center">Partial</td> 13691 </tr> 13692 <tr class="open" id="2311"> 13693 <td><a href="https://cplusplus.github.io/CWG/issues/2311.html">2311</a></td> 13694 <td>open</td> 13695 <td>Missed case for guaranteed copy elision</td> 13696 <td align="center">Not resolved</td> 13697 </tr> 13698 <tr id="2312"> 13699 <td><a href="https://cplusplus.github.io/CWG/issues/2312.html">2312</a></td> 13700 <td>CD6</td> 13701 <td>Structured bindings and <TT>mutable</TT></td> 13702 <td class="unknown" align="center">Unknown</td> 13703 </tr> 13704 <tr id="2313"> 13705 <td><a href="https://cplusplus.github.io/CWG/issues/2313.html">2313</a></td> 13706 <td>CD5</td> 13707 <td>Redeclaration of structured binding reference variables</td> 13708 <td class="unknown" align="center">Unknown</td> 13709 </tr> 13710 <tr id="2314"> 13711 <td><a href="https://cplusplus.github.io/CWG/issues/2314.html">2314</a></td> 13712 <td>dup</td> 13713 <td>Structured bindings and lambda capture</td> 13714 <td class="unknown" align="center">Unknown</td> 13715 </tr> 13716 <tr id="2315"> 13717 <td><a href="https://cplusplus.github.io/CWG/issues/2315.html">2315</a></td> 13718 <td>CD5</td> 13719 <td>What is the “corresponding special member” of a variant member?</td> 13720 <td class="unknown" align="center">Unknown</td> 13721 </tr> 13722 <tr class="open" id="2316"> 13723 <td><a href="https://cplusplus.github.io/CWG/issues/2316.html">2316</a></td> 13724 <td>drafting</td> 13725 <td>Simplifying class conversions in conditional expressions</td> 13726 <td align="center">Not resolved</td> 13727 </tr> 13728 <tr id="2317"> 13729 <td><a href="https://cplusplus.github.io/CWG/issues/2317.html">2317</a></td> 13730 <td>CD5</td> 13731 <td>Self-referential default member initializers</td> 13732 <td class="unknown" align="center">Unknown</td> 13733 </tr> 13734 <tr id="2318"> 13735 <td><a href="https://cplusplus.github.io/CWG/issues/2318.html">2318</a></td> 13736 <td>CD5</td> 13737 <td>Nondeduced contexts in deduction from a <I>braced-init-list</I></td> 13738 <td class="unknown" align="center">Unknown</td> 13739 </tr> 13740 <tr class="open" id="2319"> 13741 <td><a href="https://cplusplus.github.io/CWG/issues/2319.html">2319</a></td> 13742 <td>drafting</td> 13743 <td>Nested brace initialization from same type</td> 13744 <td align="center">Not resolved</td> 13745 </tr> 13746 <tr class="open" id="2320"> 13747 <td><a href="https://cplusplus.github.io/CWG/issues/2320.html">2320</a></td> 13748 <td>extension</td> 13749 <td><TT>constexpr if</TT> and boolean conversions</td> 13750 <td align="center">Extension</td> 13751 </tr> 13752 <tr id="2321"> 13753 <td><a href="https://cplusplus.github.io/CWG/issues/2321.html">2321</a></td> 13754 <td>CD5</td> 13755 <td>Conditional operator and cv-qualified class prvalues</td> 13756 <td class="unknown" align="center">Unknown</td> 13757 </tr> 13758 <tr id="2322"> 13759 <td><a href="https://cplusplus.github.io/CWG/issues/2322.html">2322</a></td> 13760 <td>CD5</td> 13761 <td>Substitution failure and lexical order</td> 13762 <td class="unknown" align="center">Unknown</td> 13763 </tr> 13764 <tr id="2323"> 13765 <td><a href="https://cplusplus.github.io/CWG/issues/2323.html">2323</a></td> 13766 <td>C++20</td> 13767 <td>Expunge POD</td> 13768 <td class="unknown" align="center">Unknown</td> 13769 </tr> 13770 <tr class="open" id="2324"> 13771 <td><a href="https://cplusplus.github.io/CWG/issues/2324.html">2324</a></td> 13772 <td>drafting</td> 13773 <td>Size of base class subobject</td> 13774 <td align="center">Not resolved</td> 13775 </tr> 13776 <tr class="open" id="2325"> 13777 <td><a href="https://cplusplus.github.io/CWG/issues/2325.html">2325</a></td> 13778 <td>drafting</td> 13779 <td><TT>std::launder</TT> and reuse of character buffers</td> 13780 <td align="center">Not resolved</td> 13781 </tr> 13782 <tr id="2326"> 13783 <td><a href="https://cplusplus.github.io/CWG/issues/2326.html">2326</a></td> 13784 <td>dup</td> 13785 <td>Type deduction with initializer list containing ambiguous functions</td> 13786 <td class="unknown" align="center">Unknown</td> 13787 </tr> 13788 <tr class="open" id="2327"> 13789 <td><a href="https://cplusplus.github.io/CWG/issues/2327.html">2327</a></td> 13790 <td>drafting</td> 13791 <td>Copy elision for direct-initialization with a conversion function</td> 13792 <td align="center">Not resolved</td> 13793 </tr> 13794 <tr class="open" id="2328"> 13795 <td><a href="https://cplusplus.github.io/CWG/issues/2328.html">2328</a></td> 13796 <td>drafting</td> 13797 <td>Unclear presentation style of template argument deduction rules</td> 13798 <td align="center">Not resolved</td> 13799 </tr> 13800 <tr class="open" id="2329"> 13801 <td><a href="https://cplusplus.github.io/CWG/issues/2329.html">2329</a></td> 13802 <td>drafting</td> 13803 <td>Virtual base classes and generated assignment operators</td> 13804 <td align="center">Not resolved</td> 13805 </tr> 13806 <tr id="2330"> 13807 <td><a href="https://cplusplus.github.io/CWG/issues/2330.html">2330</a></td> 13808 <td>CD5</td> 13809 <td>Missing references to variable templates</td> 13810 <td class="unknown" align="center">Unknown</td> 13811 </tr> 13812 <tr id="2331"> 13813 <td><a href="https://cplusplus.github.io/CWG/issues/2331.html">2331</a></td> 13814 <td>CD6</td> 13815 <td>Redundancy in description of class scope</td> 13816 <td class="na" align="center">N/A</td> 13817 </tr> 13818 <tr id="2332"> 13819 <td><a href="https://cplusplus.github.io/CWG/issues/2332.html">2332</a></td> 13820 <td>CD5</td> 13821 <td><I>template-name</I> as <I>simple-type-name</I> vs injected-class-name</td> 13822 <td class="unknown" align="center">Unknown</td> 13823 </tr> 13824 <tr id="2333"> 13825 <td><a href="https://cplusplus.github.io/CWG/issues/2333.html">2333</a></td> 13826 <td>CD6</td> 13827 <td>Escape sequences in UTF-8 character literals</td> 13828 <td class="unknown" align="center">Unknown</td> 13829 </tr> 13830 <tr class="open" id="2334"> 13831 <td><a href="https://cplusplus.github.io/CWG/issues/2334.html">2334</a></td> 13832 <td>open</td> 13833 <td>Creation of objects by <TT>typeid</TT></td> 13834 <td align="center">Not resolved</td> 13835 </tr> 13836 <tr class="open" id="2335"> 13837 <td><a href="https://cplusplus.github.io/CWG/issues/2335.html">2335</a></td> 13838 <td>drafting</td> 13839 <td>Deduced return types vs member types</td> 13840 <td align="center"> 13841 <details> 13842 <summary>Not resolved</summary> 13843 Clang does not implement 2018-06 resolution 13844 </details></td> 13845 </tr> 13846 <tr id="2336"> 13847 <td><a href="https://cplusplus.github.io/CWG/issues/2336.html">2336</a></td> 13848 <td>CD5</td> 13849 <td>Destructor characteristics vs potentially-constructed subobjects</td> 13850 <td class="unknown" align="center">Unknown</td> 13851 </tr> 13852 <tr class="open" id="2337"> 13853 <td><a href="https://cplusplus.github.io/CWG/issues/2337.html">2337</a></td> 13854 <td>open</td> 13855 <td>Incorrect implication of logic ladder for conversion sequence tiebreakers</td> 13856 <td align="center">Not resolved</td> 13857 </tr> 13858 <tr id="2338"> 13859 <td><a href="https://cplusplus.github.io/CWG/issues/2338.html">2338</a></td> 13860 <td>CD5</td> 13861 <td>Undefined behavior converting to short enums with fixed underlying types</td> 13862 <td class="full" align="center">Clang 12</td> 13863 </tr> 13864 <tr id="2339"> 13865 <td><a href="https://cplusplus.github.io/CWG/issues/2339.html">2339</a></td> 13866 <td>CD5</td> 13867 <td>Underspecified template arguments in structured bindings</td> 13868 <td class="unknown" align="center">Unknown</td> 13869 </tr> 13870 <tr class="open" id="2340"> 13871 <td><a href="https://cplusplus.github.io/CWG/issues/2340.html">2340</a></td> 13872 <td>open</td> 13873 <td>Reference collapsing and structured bindings</td> 13874 <td align="center">Not resolved</td> 13875 </tr> 13876 <tr id="2341"> 13877 <td><a href="https://cplusplus.github.io/CWG/issues/2341.html">2341</a></td> 13878 <td>CD5</td> 13879 <td>Structured bindings with static storage duration</td> 13880 <td class="unknown" align="center">Unknown</td> 13881 </tr> 13882 <tr id="2342"> 13883 <td><a href="https://cplusplus.github.io/CWG/issues/2342.html">2342</a></td> 13884 <td>CD5</td> 13885 <td>Reference <TT>reinterpret_cast</TT> and pointer-interconvertibility</td> 13886 <td class="unknown" align="center">Unknown</td> 13887 </tr> 13888 <tr id="2343"> 13889 <td><a href="https://cplusplus.github.io/CWG/issues/2343.html">2343</a></td> 13890 <td>C++20</td> 13891 <td><TT>void*</TT> non-type template parameters</td> 13892 <td class="unknown" align="center">Unknown</td> 13893 </tr> 13894 <tr id="2344"> 13895 <td><a href="https://cplusplus.github.io/CWG/issues/2344.html">2344</a></td> 13896 <td>NAD</td> 13897 <td>Redeclaration of names in <I>init-statement</I>s</td> 13898 <td class="unknown" align="center">Unknown</td> 13899 </tr> 13900 <tr id="2345"> 13901 <td><a href="https://cplusplus.github.io/CWG/issues/2345.html">2345</a></td> 13902 <td>CD5</td> 13903 <td>Jumping across initializers in <I>init-statement</I>s and <I>condition</I>s</td> 13904 <td class="unknown" align="center">Unknown</td> 13905 </tr> 13906 <tr id="2346"> 13907 <td><a href="https://cplusplus.github.io/CWG/issues/2346.html">2346</a></td> 13908 <td>CD5</td> 13909 <td>Local variables in default arguments</td> 13910 <td class="full" align="center">Clang 11</td> 13911 </tr> 13912 <tr id="2347"> 13913 <td><a href="https://cplusplus.github.io/CWG/issues/2347.html">2347</a></td> 13914 <td>C++20</td> 13915 <td>Passing short scoped enumerations to ellipsis</td> 13916 <td class="unknown" align="center">Unknown</td> 13917 </tr> 13918 <tr id="2348"> 13919 <td><a href="https://cplusplus.github.io/CWG/issues/2348.html">2348</a></td> 13920 <td>NAD</td> 13921 <td>Non-templated <TT>constexpr if</TT></td> 13922 <td class="unknown" align="center">Unknown</td> 13923 </tr> 13924 <tr id="2349"> 13925 <td><a href="https://cplusplus.github.io/CWG/issues/2349.html">2349</a></td> 13926 <td>NAD</td> 13927 <td>Class/enumeration names vs conditions</td> 13928 <td class="unknown" align="center">Unknown</td> 13929 </tr> 13930 <tr id="2350"> 13931 <td><a href="https://cplusplus.github.io/CWG/issues/2350.html">2350</a></td> 13932 <td>NAD</td> 13933 <td>Forwarding references and deduction guides</td> 13934 <td class="unknown" align="center">Unknown</td> 13935 </tr> 13936 <tr id="2351"> 13937 <td><a href="https://cplusplus.github.io/CWG/issues/2351.html">2351</a></td> 13938 <td>CD5</td> 13939 <td><TT>void{}</TT></td> 13940 <td class="unreleased" align="center">Clang 20</td> 13941 </tr> 13942 <tr id="2352"> 13943 <td><a href="https://cplusplus.github.io/CWG/issues/2352.html">2352</a></td> 13944 <td>CD5</td> 13945 <td>Similar types and reference binding</td> 13946 <td class="full" align="center">Clang 10</td> 13947 </tr> 13948 <tr id="2353"> 13949 <td><a href="https://cplusplus.github.io/CWG/issues/2353.html">2353</a></td> 13950 <td>CD5</td> 13951 <td>Potential results of a member access expression for a static data member</td> 13952 <td class="full" align="center">Clang 9</td> 13953 </tr> 13954 <tr id="2354"> 13955 <td><a href="https://cplusplus.github.io/CWG/issues/2354.html">2354</a></td> 13956 <td>CD5</td> 13957 <td>Extended alignment and object representation</td> 13958 <td class="full" align="center">Clang 15</td> 13959 </tr> 13960 <tr id="2355"> 13961 <td><a href="https://cplusplus.github.io/CWG/issues/2355.html">2355</a></td> 13962 <td>CD6</td> 13963 <td>Deducing <I>noexcept-specifier</I>s</td> 13964 <td class="unknown" align="center">Unknown</td> 13965 </tr> 13966 <tr id="2356"> 13967 <td><a href="https://cplusplus.github.io/CWG/issues/2356.html">2356</a></td> 13968 <td>CD5</td> 13969 <td>Base class copy and move constructors should not be inherited</td> 13970 <td class="full" align="center">Clang 4</td> 13971 </tr> 13972 <tr id="2357"> 13973 <td><a href="https://cplusplus.github.io/CWG/issues/2357.html">2357</a></td> 13974 <td>NAD</td> 13975 <td>Lookup in member function declarations</td> 13976 <td class="unknown" align="center">Unknown</td> 13977 </tr> 13978 <tr id="2358"> 13979 <td><a href="https://cplusplus.github.io/CWG/issues/2358.html">2358</a></td> 13980 <td>CD5</td> 13981 <td>Explicit capture of value</td> 13982 <td class="full" align="center">Clang 16</td> 13983 </tr> 13984 <tr id="2359"> 13985 <td><a href="https://cplusplus.github.io/CWG/issues/2359.html">2359</a></td> 13986 <td>CD5</td> 13987 <td>Unintended copy initialization with designated initializers</td> 13988 <td class="unknown" align="center">Unknown</td> 13989 </tr> 13990 <tr id="2360"> 13991 <td><a href="https://cplusplus.github.io/CWG/issues/2360.html">2360</a></td> 13992 <td>CD5</td> 13993 <td><TT>[[maybe_unused]]</TT> and structured bindings</td> 13994 <td class="unknown" align="center">Unknown</td> 13995 </tr> 13996 <tr class="open" id="2361"> 13997 <td><a href="https://cplusplus.github.io/CWG/issues/2361.html">2361</a></td> 13998 <td>open</td> 13999 <td>Unclear description of <TT>longjmp</TT> undefined behavior</td> 14000 <td align="center">Not resolved</td> 14001 </tr> 14002 <tr class="open" id="2362"> 14003 <td><a href="https://cplusplus.github.io/CWG/issues/2362.html">2362</a></td> 14004 <td>open</td> 14005 <td><TT>__func__</TT> should be <TT>constexpr</TT></td> 14006 <td align="center">Not resolved</td> 14007 </tr> 14008 <tr id="2363"> 14009 <td><a href="https://cplusplus.github.io/CWG/issues/2363.html">2363</a></td> 14010 <td>NAD</td> 14011 <td>Opaque enumeration friend declarations</td> 14012 <td class="full" align="center">Clang 19</td> 14013 </tr> 14014 <tr id="2364"> 14015 <td><a href="https://cplusplus.github.io/CWG/issues/2364.html">2364</a></td> 14016 <td>NAD</td> 14017 <td>Constant expressions, aggregate initialization, and modifications</td> 14018 <td class="unknown" align="center">Unknown</td> 14019 </tr> 14020 <tr id="2365"> 14021 <td><a href="https://cplusplus.github.io/CWG/issues/2365.html">2365</a></td> 14022 <td>CD5</td> 14023 <td>Confusing specification for <TT>dynamic_cast</TT></td> 14024 <td class="unknown" align="center">Unknown</td> 14025 </tr> 14026 <tr id="2366"> 14027 <td><a href="https://cplusplus.github.io/CWG/issues/2366.html">2366</a></td> 14028 <td>CD5</td> 14029 <td>Can default initialization be constant initialization?</td> 14030 <td class="unknown" align="center">Unknown</td> 14031 </tr> 14032 <tr id="2367"> 14033 <td><a href="https://cplusplus.github.io/CWG/issues/2367.html">2367</a></td> 14034 <td>NAD</td> 14035 <td>Lambdas in default arguments vs the ODR</td> 14036 <td class="unknown" align="center">Unknown</td> 14037 </tr> 14038 <tr id="2368"> 14039 <td><a href="https://cplusplus.github.io/CWG/issues/2368.html">2368</a></td> 14040 <td>CD5</td> 14041 <td>Differences in relational and three-way constant comparisons</td> 14042 <td class="unknown" align="center">Unknown</td> 14043 </tr> 14044 <tr id="2369"> 14045 <td><a href="https://cplusplus.github.io/CWG/issues/2369.html">2369</a></td> 14046 <td>CD6</td> 14047 <td>Ordering between constraints and substitution</td> 14048 <td class="unknown" align="center">Unknown</td> 14049 </tr> 14050 <tr id="2370"> 14051 <td><a href="https://cplusplus.github.io/CWG/issues/2370.html">2370</a></td> 14052 <td>CD6</td> 14053 <td><TT>friend</TT> declarations of namespace-scope functions</td> 14054 <td class="none" align="center">No</td> 14055 </tr> 14056 <tr id="2371"> 14057 <td><a href="https://cplusplus.github.io/CWG/issues/2371.html">2371</a></td> 14058 <td>CD5</td> 14059 <td>Use of the English term “attributes” is confusing</td> 14060 <td class="unknown" align="center">Unknown</td> 14061 </tr> 14062 <tr id="2372"> 14063 <td><a href="https://cplusplus.github.io/CWG/issues/2372.html">2372</a></td> 14064 <td>CD5</td> 14065 <td>Incorrect matching rules for block-scope <TT>extern</TT> declarations</td> 14066 <td class="unknown" align="center">Unknown</td> 14067 </tr> 14068 <tr id="2373"> 14069 <td><a href="https://cplusplus.github.io/CWG/issues/2373.html">2373</a></td> 14070 <td>CD5</td> 14071 <td>Incorrect handling of static member function templates in partial ordering</td> 14072 <td class="unknown" align="center">Unknown</td> 14073 </tr> 14074 <tr id="2374"> 14075 <td><a href="https://cplusplus.github.io/CWG/issues/2374.html">2374</a></td> 14076 <td>C++20</td> 14077 <td>Overly permissive specification of <TT>enum</TT> direct-list-initialization</td> 14078 <td class="unknown" align="center">Unknown</td> 14079 </tr> 14080 <tr id="2375"> 14081 <td><a href="https://cplusplus.github.io/CWG/issues/2375.html">2375</a></td> 14082 <td>NAD</td> 14083 <td>Multiple redeclarations of <TT>constexpr</TT> static data members</td> 14084 <td class="unknown" align="center">Unknown</td> 14085 </tr> 14086 <tr id="2376"> 14087 <td><a href="https://cplusplus.github.io/CWG/issues/2376.html">2376</a></td> 14088 <td>CD5</td> 14089 <td>Class template argument deduction with array declarator</td> 14090 <td class="unknown" align="center">Unknown</td> 14091 </tr> 14092 <tr id="2377"> 14093 <td><a href="https://cplusplus.github.io/CWG/issues/2377.html">2377</a></td> 14094 <td>NAD</td> 14095 <td>Explicit copy constructor vs function viability</td> 14096 <td class="unknown" align="center">Unknown</td> 14097 </tr> 14098 <tr id="2378"> 14099 <td><a href="https://cplusplus.github.io/CWG/issues/2378.html">2378</a></td> 14100 <td>C++20</td> 14101 <td>Inconsistent grammar for reference <I>init-capture</I> of pack</td> 14102 <td class="unknown" align="center">Unknown</td> 14103 </tr> 14104 <tr id="2379"> 14105 <td><a href="https://cplusplus.github.io/CWG/issues/2379.html">2379</a></td> 14106 <td>CD5</td> 14107 <td>Missing prohibition against <TT>constexpr</TT> in <TT>friend</TT> declaration</td> 14108 <td class="unknown" align="center">Unknown</td> 14109 </tr> 14110 <tr id="2380"> 14111 <td><a href="https://cplusplus.github.io/CWG/issues/2380.html">2380</a></td> 14112 <td>CD5</td> 14113 <td><I>capture-default</I> makes too many references odr-usable</td> 14114 <td class="unknown" align="center">Unknown</td> 14115 </tr> 14116 <tr id="2381"> 14117 <td><a href="https://cplusplus.github.io/CWG/issues/2381.html">2381</a></td> 14118 <td>CD5</td> 14119 <td>Composite pointer type of pointers to plain and noexcept member functions</td> 14120 <td class="unknown" align="center">Unknown</td> 14121 </tr> 14122 <tr id="2382"> 14123 <td><a href="https://cplusplus.github.io/CWG/issues/2382.html">2382</a></td> 14124 <td>CD5</td> 14125 <td>Array allocation overhead for non-allocating placement <TT>new</TT></td> 14126 <td class="unknown" align="center">Unknown</td> 14127 </tr> 14128 <tr id="2383"> 14129 <td><a href="https://cplusplus.github.io/CWG/issues/2383.html">2383</a></td> 14130 <td>NAD</td> 14131 <td>Variadic member functions of variadic class templates</td> 14132 <td class="unknown" align="center">Unknown</td> 14133 </tr> 14134 <tr id="2384"> 14135 <td><a href="https://cplusplus.github.io/CWG/issues/2384.html">2384</a></td> 14136 <td>CD5</td> 14137 <td>Conversion function templates and qualification conversions</td> 14138 <td class="unknown" align="center">Unknown</td> 14139 </tr> 14140 <tr id="2385"> 14141 <td><a href="https://cplusplus.github.io/CWG/issues/2385.html">2385</a></td> 14142 <td>CD5</td> 14143 <td>Lookup for <I>conversion-function-id</I>s</td> 14144 <td class="na" align="center">N/A</td> 14145 </tr> 14146 <tr id="2386"> 14147 <td><a href="https://cplusplus.github.io/CWG/issues/2386.html">2386</a></td> 14148 <td>CD5</td> 14149 <td><T>tuple_size</T> requirements for structured binding</td> 14150 <td class="full" align="center">Clang 9</td> 14151 </tr> 14152 <tr id="2387"> 14153 <td><a href="https://cplusplus.github.io/CWG/issues/2387.html">2387</a></td> 14154 <td>CD5</td> 14155 <td>Linkage of const-qualified variable template</td> 14156 <td class="full" align="center">Clang 9</td> 14157 </tr> 14158 <tr id="2388"> 14159 <td><a href="https://cplusplus.github.io/CWG/issues/2388.html">2388</a></td> 14160 <td>NAD</td> 14161 <td>Applicability of <I>contract-attribute-specifier</I>s</td> 14162 <td class="unknown" align="center">Unknown</td> 14163 </tr> 14164 <tr id="2389"> 14165 <td><a href="https://cplusplus.github.io/CWG/issues/2389.html">2389</a></td> 14166 <td>CD6</td> 14167 <td>Agreement of deduced and explicitly-specified variable types</td> 14168 <td class="unknown" align="center">Unknown</td> 14169 </tr> 14170 <tr id="2390"> 14171 <td><a href="https://cplusplus.github.io/CWG/issues/2390.html">2390</a></td> 14172 <td>CD5</td> 14173 <td>Is the argument of <TT>__has_cpp_attribute</TT> macro-expanded?</td> 14174 <td class="full" align="center">Clang 14</td> 14175 </tr> 14176 <tr id="2391"> 14177 <td><a href="https://cplusplus.github.io/CWG/issues/2391.html">2391</a></td> 14178 <td>dup</td> 14179 <td>Additional template parameters following pack expansion</td> 14180 <td class="unknown" align="center">Unknown</td> 14181 </tr> 14182 <tr id="2392"> 14183 <td><a href="https://cplusplus.github.io/CWG/issues/2392.html">2392</a></td> 14184 <td>C++23</td> 14185 <td><I>new-expression</I> size check and constant evaluation</td> 14186 <td class="unknown" align="center">Unknown</td> 14187 </tr> 14188 <tr id="2393"> 14189 <td><a href="https://cplusplus.github.io/CWG/issues/2393.html">2393</a></td> 14190 <td>NAD</td> 14191 <td>Pseudo-destructors and object lifetime</td> 14192 <td class="unknown" align="center">Unknown</td> 14193 </tr> 14194 <tr id="2394"> 14195 <td><a href="https://cplusplus.github.io/CWG/issues/2394.html">2394</a></td> 14196 <td>CD5</td> 14197 <td>Const-default-constructible for members</td> 14198 <td class="full" align="center">Clang 15</td> 14199 </tr> 14200 <tr class="open" id="2395"> 14201 <td><a href="https://cplusplus.github.io/CWG/issues/2395.html">2395</a></td> 14202 <td>drafting</td> 14203 <td>Parameters following a pack expansion</td> 14204 <td align="center">Not resolved</td> 14205 </tr> 14206 <tr id="2396"> 14207 <td><a href="https://cplusplus.github.io/CWG/issues/2396.html">2396</a></td> 14208 <td>CD6</td> 14209 <td>Lookup of names in complex <I>conversion-type-id</I>s</td> 14210 <td class="none" align="center">No</td> 14211 </tr> 14212 <tr id="2397"> 14213 <td><a href="https://cplusplus.github.io/CWG/issues/2397.html">2397</a></td> 14214 <td>CD6</td> 14215 <td><TT>auto</TT> specifier for pointers and references to arrays</td> 14216 <td class="full" align="center">Clang 17</td> 14217 </tr> 14218 <tr class="open" id="2398"> 14219 <td><a href="https://cplusplus.github.io/CWG/issues/2398.html">2398</a></td> 14220 <td>drafting</td> 14221 <td>Template template parameter matching and deduction</td> 14222 <td align="center">Not resolved</td> 14223 </tr> 14224 <tr id="2399"> 14225 <td><a href="https://cplusplus.github.io/CWG/issues/2399.html">2399</a></td> 14226 <td>CD5</td> 14227 <td>Unclear referent of “expression” in <I>assignment-expression</I></td> 14228 <td class="unknown" align="center">Unknown</td> 14229 </tr> 14230 <tr id="2400"> 14231 <td><a href="https://cplusplus.github.io/CWG/issues/2400.html">2400</a></td> 14232 <td>CD5</td> 14233 <td>Constexpr virtual functions and temporary objects</td> 14234 <td class="unknown" align="center">Unknown</td> 14235 </tr> 14236 <tr class="open" id="2401"> 14237 <td><a href="https://cplusplus.github.io/CWG/issues/2401.html">2401</a></td> 14238 <td>drafting</td> 14239 <td>Array decay vs prohibition of subobject non-type arguments</td> 14240 <td align="center">Not resolved</td> 14241 </tr> 14242 <tr id="2402"> 14243 <td><a href="https://cplusplus.github.io/CWG/issues/2402.html">2402</a></td> 14244 <td>CD6</td> 14245 <td>When is the restriction to a single <I>c-char</I> in a Unicode literal enforced?</td> 14246 <td class="unknown" align="center">Unknown</td> 14247 </tr> 14248 <tr class="open" id="2403"> 14249 <td><a href="https://cplusplus.github.io/CWG/issues/2403.html">2403</a></td> 14250 <td>drafting</td> 14251 <td>Temporary materialization and base/member initialization</td> 14252 <td align="center">Not resolved</td> 14253 </tr> 14254 <tr id="2404"> 14255 <td><a href="https://cplusplus.github.io/CWG/issues/2404.html">2404</a></td> 14256 <td>CD5</td> 14257 <td><TT>[[no_unique_address]]</TT> and allocation order</td> 14258 <td class="unknown" align="center">Unknown</td> 14259 </tr> 14260 <tr id="2405"> 14261 <td><a href="https://cplusplus.github.io/CWG/issues/2405.html">2405</a></td> 14262 <td>CD6</td> 14263 <td>Additional type-dependent expressions</td> 14264 <td class="unknown" align="center">Unknown</td> 14265 </tr> 14266 <tr id="2406"> 14267 <td><a href="https://cplusplus.github.io/CWG/issues/2406.html">2406</a></td> 14268 <td>CD5</td> 14269 <td><TT>[[fallthrough]]</TT> attribute and iteration statements</td> 14270 <td class="full" align="center">Clang 5</td> 14271 </tr> 14272 <tr id="2407"> 14273 <td><a href="https://cplusplus.github.io/CWG/issues/2407.html">2407</a></td> 14274 <td>C++23</td> 14275 <td>Missing entry in Annex C for defaulted comparison operators</td> 14276 <td class="unknown" align="center">Unknown</td> 14277 </tr> 14278 <tr id="2408"> 14279 <td><a href="https://cplusplus.github.io/CWG/issues/2408.html">2408</a></td> 14280 <td>NAD</td> 14281 <td>Temporaries and previously-initialized elements in aggregate initialization</td> 14282 <td class="unknown" align="center">Unknown</td> 14283 </tr> 14284 <tr class="open" id="2409"> 14285 <td><a href="https://cplusplus.github.io/CWG/issues/2409.html">2409</a></td> 14286 <td>drafting</td> 14287 <td>Explicit specializations of constexpr static data members</td> 14288 <td align="center">Not resolved</td> 14289 </tr> 14290 <tr id="2410"> 14291 <td><a href="https://cplusplus.github.io/CWG/issues/2410.html">2410</a></td> 14292 <td>C++23</td> 14293 <td>Implicit calls of immediate functions</td> 14294 <td class="unknown" align="center">Unknown</td> 14295 </tr> 14296 <tr id="2411"> 14297 <td><a href="https://cplusplus.github.io/CWG/issues/2411.html">2411</a></td> 14298 <td>C++20</td> 14299 <td>Comparison of pointers to members in template non-type arguments</td> 14300 <td class="unknown" align="center">Unknown</td> 14301 </tr> 14302 <tr class="open" id="2412"> 14303 <td><a href="https://cplusplus.github.io/CWG/issues/2412.html">2412</a></td> 14304 <td>review</td> 14305 <td>SFINAE vs undeduced placeholder type</td> 14306 <td align="center">Not resolved</td> 14307 </tr> 14308 <tr id="2413"> 14309 <td><a href="https://cplusplus.github.io/CWG/issues/2413.html">2413</a></td> 14310 <td>CD6</td> 14311 <td><TT>typename</TT> in <I>conversion-function-id</I>s</td> 14312 <td class="unknown" align="center">Unknown</td> 14313 </tr> 14314 <tr id="2414"> 14315 <td><a href="https://cplusplus.github.io/CWG/issues/2414.html">2414</a></td> 14316 <td>C++20</td> 14317 <td>Unclear results if both member and friend <TT>operator<=></TT> are declared</td> 14318 <td class="unknown" align="center">Unknown</td> 14319 </tr> 14320 <tr id="2415"> 14321 <td><a href="https://cplusplus.github.io/CWG/issues/2415.html">2415</a></td> 14322 <td>NAD</td> 14323 <td><I>using-declaration</I>s vs copy assignment operators</td> 14324 <td class="unknown" align="center">Unknown</td> 14325 </tr> 14326 <tr id="2416"> 14327 <td><a href="https://cplusplus.github.io/CWG/issues/2416.html">2416</a></td> 14328 <td>C++20</td> 14329 <td>Explicit specializations vs <TT>constexpr</TT> and <TT>consteval</TT></td> 14330 <td class="unknown" align="center">Unknown</td> 14331 </tr> 14332 <tr class="open" id="2417"> 14333 <td><a href="https://cplusplus.github.io/CWG/issues/2417.html">2417</a></td> 14334 <td>open</td> 14335 <td>Explicit instantiation and exception specifications</td> 14336 <td align="center">Not resolved</td> 14337 </tr> 14338 <tr id="2418"> 14339 <td><a href="https://cplusplus.github.io/CWG/issues/2418.html">2418</a></td> 14340 <td>CD5</td> 14341 <td>Missing cases in definition of “usable in constant expressions”</td> 14342 <td class="unknown" align="center">Unknown</td> 14343 </tr> 14344 <tr id="2419"> 14345 <td><a href="https://cplusplus.github.io/CWG/issues/2419.html">2419</a></td> 14346 <td>C++20</td> 14347 <td>Loss of generality treating pointers to objects as one-element arrays</td> 14348 <td class="unknown" align="center">Unknown</td> 14349 </tr> 14350 <tr id="2420"> 14351 <td><a href="https://cplusplus.github.io/CWG/issues/2420.html">2420</a></td> 14352 <td>dup</td> 14353 <td>Exception specifications in explicit instantiation</td> 14354 <td class="unknown" align="center">Unknown</td> 14355 </tr> 14356 <tr class="open" id="2421"> 14357 <td><a href="https://cplusplus.github.io/CWG/issues/2421.html">2421</a></td> 14358 <td>drafting</td> 14359 <td>Explicit instantiation of constrained member functions</td> 14360 <td align="center">Not resolved</td> 14361 </tr> 14362 <tr id="2422"> 14363 <td><a href="https://cplusplus.github.io/CWG/issues/2422.html">2422</a></td> 14364 <td>C++20</td> 14365 <td>Incorrect grammar for <I>deduction-guide</I></td> 14366 <td class="unknown" align="center">Unknown</td> 14367 </tr> 14368 <tr id="2423"> 14369 <td><a href="https://cplusplus.github.io/CWG/issues/2423.html">2423</a></td> 14370 <td>NAD</td> 14371 <td>Typedefs, names, and entities</td> 14372 <td class="unknown" align="center">Unknown</td> 14373 </tr> 14374 <tr id="2424"> 14375 <td><a href="https://cplusplus.github.io/CWG/issues/2424.html">2424</a></td> 14376 <td>C++20</td> 14377 <td><TT>constexpr</TT> initialization requirements for variant members</td> 14378 <td class="unknown" align="center">Unknown</td> 14379 </tr> 14380 <tr class="open" id="2425"> 14381 <td><a href="https://cplusplus.github.io/CWG/issues/2425.html">2425</a></td> 14382 <td>open</td> 14383 <td>Confusing wording for deduction from a type</td> 14384 <td align="center">Not resolved</td> 14385 </tr> 14386 <tr id="2426"> 14387 <td><a href="https://cplusplus.github.io/CWG/issues/2426.html">2426</a></td> 14388 <td>C++20</td> 14389 <td>Reference to destructor that cannot be invoked</td> 14390 <td class="unknown" align="center">Unknown</td> 14391 </tr> 14392 <tr id="2427"> 14393 <td><a href="https://cplusplus.github.io/CWG/issues/2427.html">2427</a></td> 14394 <td>C++20</td> 14395 <td>Deprecation of volatile operands and unevaluated contexts</td> 14396 <td class="unknown" align="center">Unknown</td> 14397 </tr> 14398 <tr id="2428"> 14399 <td><a href="https://cplusplus.github.io/CWG/issues/2428.html">2428</a></td> 14400 <td>C++23</td> 14401 <td>Deprecating a concept</td> 14402 <td class="full" align="center">Clang 19</td> 14403 </tr> 14404 <tr id="2429"> 14405 <td><a href="https://cplusplus.github.io/CWG/issues/2429.html">2429</a></td> 14406 <td>C++20</td> 14407 <td>Initialization of <TT>thread_local</TT> variables referenced by lambdas</td> 14408 <td class="unknown" align="center">Unknown</td> 14409 </tr> 14410 <tr id="2430"> 14411 <td><a href="https://cplusplus.github.io/CWG/issues/2430.html">2430</a></td> 14412 <td>C++20</td> 14413 <td>Completeness of return and parameter types of member functions</td> 14414 <td class="full" align="center">Clang 2.7</td> 14415 </tr> 14416 <tr id="2431"> 14417 <td><a href="https://cplusplus.github.io/CWG/issues/2431.html">2431</a></td> 14418 <td>C++20</td> 14419 <td>Full-expressions and temporaries bound to references</td> 14420 <td class="unknown" align="center">Unknown</td> 14421 </tr> 14422 <tr id="2432"> 14423 <td><a href="https://cplusplus.github.io/CWG/issues/2432.html">2432</a></td> 14424 <td>C++20</td> 14425 <td>Return types for defaulted <TT><=></TT></td> 14426 <td class="unknown" align="center">Unknown</td> 14427 </tr> 14428 <tr id="2433"> 14429 <td><a href="https://cplusplus.github.io/CWG/issues/2433.html">2433</a></td> 14430 <td>C++20</td> 14431 <td>Variable templates in the ODR</td> 14432 <td class="unknown" align="center">Unknown</td> 14433 </tr> 14434 <tr class="open" id="2434"> 14435 <td><a href="https://cplusplus.github.io/CWG/issues/2434.html">2434</a></td> 14436 <td>review</td> 14437 <td>Mandatory copy elision vs non-class objects</td> 14438 <td align="center">Not resolved</td> 14439 </tr> 14440 <tr class="open" id="2435"> 14441 <td><a href="https://cplusplus.github.io/CWG/issues/2435.html">2435</a></td> 14442 <td>open</td> 14443 <td>Alias template specializations</td> 14444 <td align="center">Not resolved</td> 14445 </tr> 14446 <tr id="2436"> 14447 <td><a href="https://cplusplus.github.io/CWG/issues/2436.html">2436</a></td> 14448 <td>C++20</td> 14449 <td>Copy semantics of coroutine parameters</td> 14450 <td class="unknown" align="center">Unknown</td> 14451 </tr> 14452 <tr id="2437"> 14453 <td><a href="https://cplusplus.github.io/CWG/issues/2437.html">2437</a></td> 14454 <td>C++20</td> 14455 <td>Conversion of <TT>std::strong_ordering</TT> in a defaulted <TT>operator<=></TT></td> 14456 <td class="unknown" align="center">Unknown</td> 14457 </tr> 14458 <tr class="open" id="2438"> 14459 <td><a href="https://cplusplus.github.io/CWG/issues/2438.html">2438</a></td> 14460 <td>open</td> 14461 <td>Problems in the specification of qualification conversions</td> 14462 <td align="center">Not resolved</td> 14463 </tr> 14464 <tr id="2439"> 14465 <td><a href="https://cplusplus.github.io/CWG/issues/2439.html">2439</a></td> 14466 <td>C++20</td> 14467 <td>Undefined term in definition of “usable in constant expressions”</td> 14468 <td class="unknown" align="center">Unknown</td> 14469 </tr> 14470 <tr id="2440"> 14471 <td><a href="https://cplusplus.github.io/CWG/issues/2440.html">2440</a></td> 14472 <td>C++23</td> 14473 <td>Allocation in core constant expressions</td> 14474 <td class="unknown" align="center">Unknown</td> 14475 </tr> 14476 <tr id="2441"> 14477 <td><a href="https://cplusplus.github.io/CWG/issues/2441.html">2441</a></td> 14478 <td>C++20</td> 14479 <td>Inline function parameters</td> 14480 <td class="unknown" align="center">Unknown</td> 14481 </tr> 14482 <tr id="2442"> 14483 <td><a href="https://cplusplus.github.io/CWG/issues/2442.html">2442</a></td> 14484 <td>C++20</td> 14485 <td>Incorrect requirement for default arguments</td> 14486 <td class="unknown" align="center">Unknown</td> 14487 </tr> 14488 <tr id="2443"> 14489 <td><a href="https://cplusplus.github.io/CWG/issues/2443.html">2443</a></td> 14490 <td>C++23</td> 14491 <td>Meaningless template exports</td> 14492 <td class="unknown" align="center">Unknown</td> 14493 </tr> 14494 <tr class="open" id="2444"> 14495 <td><a href="https://cplusplus.github.io/CWG/issues/2444.html">2444</a></td> 14496 <td>drafting</td> 14497 <td>Constant expressions in initialization odr-use</td> 14498 <td align="center">Not resolved</td> 14499 </tr> 14500 <tr id="2445"> 14501 <td><a href="https://cplusplus.github.io/CWG/issues/2445.html">2445</a></td> 14502 <td>C++20</td> 14503 <td>Partial ordering with rewritten candidates</td> 14504 <td class="full" align="center">Clang 19</td> 14505 </tr> 14506 <tr id="2446"> 14507 <td><a href="https://cplusplus.github.io/CWG/issues/2446.html">2446</a></td> 14508 <td>C++20</td> 14509 <td>Questionable type-dependency of <I>concept-id</I>s</td> 14510 <td class="unknown" align="center">Unknown</td> 14511 </tr> 14512 <tr id="2447"> 14513 <td><a href="https://cplusplus.github.io/CWG/issues/2447.html">2447</a></td> 14514 <td>C++20</td> 14515 <td>Unintended description of abbreviated function templates</td> 14516 <td class="unknown" align="center">Unknown</td> 14517 </tr> 14518 <tr id="2448"> 14519 <td><a href="https://cplusplus.github.io/CWG/issues/2448.html">2448</a></td> 14520 <td>CD6</td> 14521 <td>Cv-qualification of arithmetic types and deprecation of volatile</td> 14522 <td class="unknown" align="center">Unknown</td> 14523 </tr> 14524 <tr class="open" id="2449"> 14525 <td><a href="https://cplusplus.github.io/CWG/issues/2449.html">2449</a></td> 14526 <td>extension</td> 14527 <td>Thunks as an implementation technique for pointers to virtual functions</td> 14528 <td align="center">Extension</td> 14529 </tr> 14530 <tr id="2450"> 14531 <td><a href="https://cplusplus.github.io/CWG/issues/2450.html">2450</a></td> 14532 <td>DRWP</td> 14533 <td><I>braced-init-list</I> as a <I>template-argument</I></td> 14534 <td class="full" align="center">Clang 18</td> 14535 </tr> 14536 <tr id="2451"> 14537 <td><a href="https://cplusplus.github.io/CWG/issues/2451.html">2451</a></td> 14538 <td>C++23</td> 14539 <td><I>promise</I><TT>.unhandled_exception()</TT> and final suspend point</td> 14540 <td class="unknown" align="center">Unknown</td> 14541 </tr> 14542 <tr id="2452"> 14543 <td><a href="https://cplusplus.github.io/CWG/issues/2452.html">2452</a></td> 14544 <td>CD6</td> 14545 <td>Flowing off the end of a coroutine</td> 14546 <td class="unknown" align="center">Unknown</td> 14547 </tr> 14548 <tr id="2453"> 14549 <td><a href="https://cplusplus.github.io/CWG/issues/2453.html">2453</a></td> 14550 <td>NAD</td> 14551 <td>Deduced return types and coroutine lambdas</td> 14552 <td class="unknown" align="center">Unknown</td> 14553 </tr> 14554 <tr id="2454"> 14555 <td><a href="https://cplusplus.github.io/CWG/issues/2454.html">2454</a></td> 14556 <td>NAD</td> 14557 <td>Tail recursion and coroutine symmetric transfer</td> 14558 <td class="unknown" align="center">Unknown</td> 14559 </tr> 14560 <tr id="2455"> 14561 <td><a href="https://cplusplus.github.io/CWG/issues/2455.html">2455</a></td> 14562 <td>CD6</td> 14563 <td>Concatenation of string literals vs translation phases 5 and 6</td> 14564 <td class="unknown" align="center">Unknown</td> 14565 </tr> 14566 <tr class="open" id="2456"> 14567 <td><a href="https://cplusplus.github.io/CWG/issues/2456.html">2456</a></td> 14568 <td>open</td> 14569 <td>Viable user-defined conversions in converted constant expressions</td> 14570 <td align="center">Not resolved</td> 14571 </tr> 14572 <tr id="2457"> 14573 <td><a href="https://cplusplus.github.io/CWG/issues/2457.html">2457</a></td> 14574 <td>CD6</td> 14575 <td>Unexpanded parameter packs don't make a function type dependent</td> 14576 <td class="unknown" align="center">Unknown</td> 14577 </tr> 14578 <tr id="2458"> 14579 <td><a href="https://cplusplus.github.io/CWG/issues/2458.html">2458</a></td> 14580 <td>CD6</td> 14581 <td>Value category of expressions denoting non-static member functions</td> 14582 <td class="unknown" align="center">Unknown</td> 14583 </tr> 14584 <tr id="2459"> 14585 <td><a href="https://cplusplus.github.io/CWG/issues/2459.html">2459</a></td> 14586 <td>DRWP</td> 14587 <td>Template parameter initialization</td> 14588 <td class="full" align="center">Clang 18</td> 14589 </tr> 14590 <tr id="2460"> 14591 <td><a href="https://cplusplus.github.io/CWG/issues/2460.html">2460</a></td> 14592 <td>CD6</td> 14593 <td>C language linkage and constrained non-template friends</td> 14594 <td class="unknown" align="center">Unknown</td> 14595 </tr> 14596 <tr id="2461"> 14597 <td><a href="https://cplusplus.github.io/CWG/issues/2461.html">2461</a></td> 14598 <td>CD6</td> 14599 <td>Diagnosing non-<TT>bool</TT> type constraints</td> 14600 <td class="unknown" align="center">Unknown</td> 14601 </tr> 14602 <tr class="open" id="2462"> 14603 <td><a href="https://cplusplus.github.io/CWG/issues/2462.html">2462</a></td> 14604 <td>drafting</td> 14605 <td>Problems with the omission of the <TT>typename</TT> keyword</td> 14606 <td align="center">Not resolved</td> 14607 </tr> 14608 <tr class="open" id="2463"> 14609 <td><a href="https://cplusplus.github.io/CWG/issues/2463.html">2463</a></td> 14610 <td>open</td> 14611 <td>Trivial copyability and unions with non-trivial members</td> 14612 <td align="center">Not resolved</td> 14613 </tr> 14614 <tr id="2464"> 14615 <td><a href="https://cplusplus.github.io/CWG/issues/2464.html">2464</a></td> 14616 <td>CD6</td> 14617 <td>Constexpr launder and unions</td> 14618 <td class="unknown" align="center">Unknown</td> 14619 </tr> 14620 <tr id="2465"> 14621 <td><a href="https://cplusplus.github.io/CWG/issues/2465.html">2465</a></td> 14622 <td>CD6</td> 14623 <td>Coroutine parameters passed to a promise constructor</td> 14624 <td class="unknown" align="center">Unknown</td> 14625 </tr> 14626 <tr id="2466"> 14627 <td><a href="https://cplusplus.github.io/CWG/issues/2466.html">2466</a></td> 14628 <td>CD6</td> 14629 <td><TT>co_await</TT> should be a single evaluation</td> 14630 <td class="unknown" align="center">Unknown</td> 14631 </tr> 14632 <tr class="open" id="2467"> 14633 <td><a href="https://cplusplus.github.io/CWG/issues/2467.html">2467</a></td> 14634 <td>drafting</td> 14635 <td>CTAD for alias templates and the deducible check</td> 14636 <td align="center">Not resolved</td> 14637 </tr> 14638 <tr class="open" id="2468"> 14639 <td><a href="https://cplusplus.github.io/CWG/issues/2468.html">2468</a></td> 14640 <td>drafting</td> 14641 <td>Omission of the <TT>typename</TT> keyword in a member template parameter list</td> 14642 <td align="center">Not resolved</td> 14643 </tr> 14644 <tr class="open" id="2469"> 14645 <td><a href="https://cplusplus.github.io/CWG/issues/2469.html">2469</a></td> 14646 <td>drafting</td> 14647 <td>Implicit object creation vs constant expressions</td> 14648 <td align="center">Not resolved</td> 14649 </tr> 14650 <tr id="2470"> 14651 <td><a href="https://cplusplus.github.io/CWG/issues/2470.html">2470</a></td> 14652 <td>CD6</td> 14653 <td>Multiple array objects providing storage for one object</td> 14654 <td class="unknown" align="center">Unknown</td> 14655 </tr> 14656 <tr class="open" id="2471"> 14657 <td><a href="https://cplusplus.github.io/CWG/issues/2471.html">2471</a></td> 14658 <td>drafting</td> 14659 <td>Nested class template argument deduction</td> 14660 <td align="center">Not resolved</td> 14661 </tr> 14662 <tr id="2472"> 14663 <td><a href="https://cplusplus.github.io/CWG/issues/2472.html">2472</a></td> 14664 <td>NAD</td> 14665 <td>Value categories in <I>await-expression</I>s</td> 14666 <td class="unknown" align="center">Unknown</td> 14667 </tr> 14668 <tr class="open" id="2473"> 14669 <td><a href="https://cplusplus.github.io/CWG/issues/2473.html">2473</a></td> 14670 <td>drafting</td> 14671 <td>Parentheses in pseudo-destructor calls</td> 14672 <td align="center">Not resolved</td> 14673 </tr> 14674 <tr id="2474"> 14675 <td><a href="https://cplusplus.github.io/CWG/issues/2474.html">2474</a></td> 14676 <td>CD6</td> 14677 <td>Cv-qualification and deletion</td> 14678 <td class="unknown" align="center">Unknown</td> 14679 </tr> 14680 <tr id="2475"> 14681 <td><a href="https://cplusplus.github.io/CWG/issues/2475.html">2475</a></td> 14682 <td>C++23</td> 14683 <td>Object declarations of type <I>cv</I> <TT>void</TT></td> 14684 <td class="unknown" align="center">Unknown</td> 14685 </tr> 14686 <tr id="2476"> 14687 <td><a href="https://cplusplus.github.io/CWG/issues/2476.html">2476</a></td> 14688 <td>DRWP</td> 14689 <td><I>placeholder-type-specifier</I>s and function declarators</td> 14690 <td class="unknown" align="center">Unknown</td> 14691 </tr> 14692 <tr id="2477"> 14693 <td><a href="https://cplusplus.github.io/CWG/issues/2477.html">2477</a></td> 14694 <td>CD6</td> 14695 <td>Defaulted vs deleted copy constructors/assignment operators</td> 14696 <td class="unknown" align="center">Unknown</td> 14697 </tr> 14698 <tr id="2478"> 14699 <td><a href="https://cplusplus.github.io/CWG/issues/2478.html">2478</a></td> 14700 <td>C++23</td> 14701 <td>Properties of explicit specializations of implicitly-instantiated class templates</td> 14702 <td class="unknown" align="center">Unknown</td> 14703 </tr> 14704 <tr id="2479"> 14705 <td><a href="https://cplusplus.github.io/CWG/issues/2479.html">2479</a></td> 14706 <td>CD6</td> 14707 <td>Missing specifications for <TT>consteval</TT> and <TT>constinit</TT></td> 14708 <td class="unknown" align="center">Unknown</td> 14709 </tr> 14710 <tr class="open" id="2480"> 14711 <td><a href="https://cplusplus.github.io/CWG/issues/2480.html">2480</a></td> 14712 <td>drafting</td> 14713 <td>Lookup for enumerators in modules</td> 14714 <td align="center">Not resolved</td> 14715 </tr> 14716 <tr id="2481"> 14717 <td><a href="https://cplusplus.github.io/CWG/issues/2481.html">2481</a></td> 14718 <td>CD6</td> 14719 <td>Cv-qualification of temporary to which a reference is bound</td> 14720 <td class="unknown" align="center">Unknown</td> 14721 </tr> 14722 <tr id="2482"> 14723 <td><a href="https://cplusplus.github.io/CWG/issues/2482.html">2482</a></td> 14724 <td>CD6</td> 14725 <td><TT>bit_cast</TT> and indeterminate values</td> 14726 <td class="unknown" align="center">Unknown</td> 14727 </tr> 14728 <tr id="2483"> 14729 <td><a href="https://cplusplus.github.io/CWG/issues/2483.html">2483</a></td> 14730 <td>C++23</td> 14731 <td>Language linkage of static member functions</td> 14732 <td class="unknown" align="center">Unknown</td> 14733 </tr> 14734 <tr id="2484"> 14735 <td><a href="https://cplusplus.github.io/CWG/issues/2484.html">2484</a></td> 14736 <td>CD6</td> 14737 <td><TT>char8_t</TT> and <TT>char16_t</TT> in integral promotions</td> 14738 <td class="unknown" align="center">Unknown</td> 14739 </tr> 14740 <tr id="2485"> 14741 <td><a href="https://cplusplus.github.io/CWG/issues/2485.html">2485</a></td> 14742 <td>DRWP</td> 14743 <td>Bit-fields in integral promotions</td> 14744 <td class="unknown" align="center">Unknown</td> 14745 </tr> 14746 <tr id="2486"> 14747 <td><a href="https://cplusplus.github.io/CWG/issues/2486.html">2486</a></td> 14748 <td>CD6</td> 14749 <td>Call to <TT>noexcept</TT> function via <TT>noexcept(false)</TT> pointer/lvalue</td> 14750 <td class="full" align="center">Clang 4 (C++17 onwards)</td> 14751 </tr> 14752 <tr class="open" id="2487"> 14753 <td><a href="https://cplusplus.github.io/CWG/issues/2487.html">2487</a></td> 14754 <td>drafting</td> 14755 <td>Type dependence of function-style cast to incomplete array type</td> 14756 <td align="center">Not resolved</td> 14757 </tr> 14758 <tr class="open" id="2488"> 14759 <td><a href="https://cplusplus.github.io/CWG/issues/2488.html">2488</a></td> 14760 <td>open</td> 14761 <td>Overloading virtual functions and functions with trailing <I>requires-clause</I>s</td> 14762 <td align="center">Not resolved</td> 14763 </tr> 14764 <tr id="2489"> 14765 <td><a href="https://cplusplus.github.io/CWG/issues/2489.html">2489</a></td> 14766 <td>C++23</td> 14767 <td>Storage provided by array of <TT>char</TT></td> 14768 <td class="unknown" align="center">Unknown</td> 14769 </tr> 14770 <tr id="2490"> 14771 <td><a href="https://cplusplus.github.io/CWG/issues/2490.html">2490</a></td> 14772 <td>CD6</td> 14773 <td>Restrictions on destruction in constant expressions</td> 14774 <td class="unknown" align="center">Unknown</td> 14775 </tr> 14776 <tr id="2491"> 14777 <td><a href="https://cplusplus.github.io/CWG/issues/2491.html">2491</a></td> 14778 <td>CD6</td> 14779 <td>Export of typedef after its first declaration</td> 14780 <td class="unknown" align="center">Unknown</td> 14781 </tr> 14782 <tr class="open" id="2492"> 14783 <td><a href="https://cplusplus.github.io/CWG/issues/2492.html">2492</a></td> 14784 <td>drafting</td> 14785 <td>Comparing user-defined conversion sequences in list-initialization</td> 14786 <td align="center">Not resolved</td> 14787 </tr> 14788 <tr id="2493"> 14789 <td><a href="https://cplusplus.github.io/CWG/issues/2493.html">2493</a></td> 14790 <td>dup</td> 14791 <td><TT>auto</TT> as a <I>conversion-type-id</I></td> 14792 <td class="unknown" align="center">Unknown</td> 14793 </tr> 14794 <tr id="2494"> 14795 <td><a href="https://cplusplus.github.io/CWG/issues/2494.html">2494</a></td> 14796 <td>CD6</td> 14797 <td>Multiple definitions of non-odr-used entities</td> 14798 <td class="unknown" align="center">Unknown</td> 14799 </tr> 14800 <tr class="open" id="2495"> 14801 <td><a href="https://cplusplus.github.io/CWG/issues/2495.html">2495</a></td> 14802 <td>open</td> 14803 <td>Glvalue result of a function call</td> 14804 <td align="center">Not resolved</td> 14805 </tr> 14806 <tr id="2496"> 14807 <td><a href="https://cplusplus.github.io/CWG/issues/2496.html">2496</a></td> 14808 <td>CD6</td> 14809 <td><I>ref-qualifier</I>s and virtual overriding</td> 14810 <td class="unknown" align="center">Unknown</td> 14811 </tr> 14812 <tr class="open" id="2497"> 14813 <td><a href="https://cplusplus.github.io/CWG/issues/2497.html">2497</a></td> 14814 <td>drafting</td> 14815 <td>Points of instantiation for constexpr function templates</td> 14816 <td align="center">Not resolved</td> 14817 </tr> 14818 <tr class="open" id="2498"> 14819 <td><a href="https://cplusplus.github.io/CWG/issues/2498.html">2498</a></td> 14820 <td>open</td> 14821 <td>Partial specialization failure and the immediate context</td> 14822 <td align="center">Not resolved</td> 14823 </tr> 14824 <tr id="2499"> 14825 <td><a href="https://cplusplus.github.io/CWG/issues/2499.html">2499</a></td> 14826 <td>CD6</td> 14827 <td>Inconsistency in definition of pointer-interconvertibility</td> 14828 <td class="unknown" align="center">Unknown</td> 14829 </tr> 14830 <tr class="open" id="2500"> 14831 <td><a href="https://cplusplus.github.io/CWG/issues/2500.html">2500</a></td> 14832 <td>extension</td> 14833 <td><TT>noexcept(false)</TT> functions and <TT>noexcept</TT> expressions</td> 14834 <td align="center">Extension</td> 14835 </tr> 14836 <tr class="open" id="2501"> 14837 <td><a href="https://cplusplus.github.io/CWG/issues/2501.html">2501</a></td> 14838 <td>drafting</td> 14839 <td>Explicit instantiation and trailing <I>requires-clause</I>s</td> 14840 <td align="center">Not resolved</td> 14841 </tr> 14842 <tr id="2502"> 14843 <td><a href="https://cplusplus.github.io/CWG/issues/2502.html">2502</a></td> 14844 <td>CD6</td> 14845 <td>Unintended declaration conflicts in nested statement scopes</td> 14846 <td class="unknown" align="center">Unknown</td> 14847 </tr> 14848 <tr class="open" id="2503"> 14849 <td><a href="https://cplusplus.github.io/CWG/issues/2503.html">2503</a></td> 14850 <td>drafting</td> 14851 <td>Unclear relationship among name, qualified name, and unqualified name</td> 14852 <td align="center">Not resolved</td> 14853 </tr> 14854 <tr id="2504"> 14855 <td><a href="https://cplusplus.github.io/CWG/issues/2504.html">2504</a></td> 14856 <td>DRWP</td> 14857 <td>Inheriting constructors from virtual base classes</td> 14858 <td class="none" align="center">No</td> 14859 </tr> 14860 <tr class="open" id="2505"> 14861 <td><a href="https://cplusplus.github.io/CWG/issues/2505.html">2505</a></td> 14862 <td>drafting</td> 14863 <td>Nested unnamed namespace of inline unnamed namespace</td> 14864 <td align="center">Not resolved</td> 14865 </tr> 14866 <tr id="2506"> 14867 <td><a href="https://cplusplus.github.io/CWG/issues/2506.html">2506</a></td> 14868 <td>CD6</td> 14869 <td>Structured bindings and array cv-qualifiers</td> 14870 <td class="unknown" align="center">Unknown</td> 14871 </tr> 14872 <tr id="2507"> 14873 <td><a href="https://cplusplus.github.io/CWG/issues/2507.html">2507</a></td> 14874 <td>CD6</td> 14875 <td>Default arguments for <TT>operator[]</TT></td> 14876 <td class="unknown" align="center">Unknown</td> 14877 </tr> 14878 <tr id="2508"> 14879 <td><a href="https://cplusplus.github.io/CWG/issues/2508.html">2508</a></td> 14880 <td>C++23</td> 14881 <td>Restrictions on uses of template parameter names</td> 14882 <td class="unknown" align="center">Unknown</td> 14883 </tr> 14884 <tr id="2509"> 14885 <td><a href="https://cplusplus.github.io/CWG/issues/2509.html">2509</a></td> 14886 <td>CD6</td> 14887 <td><I>decl-specifier-seq</I> in <I>lambda-specifiers</I></td> 14888 <td class="unknown" align="center">Unknown</td> 14889 </tr> 14890 <tr id="2510"> 14891 <td><a href="https://cplusplus.github.io/CWG/issues/2510.html">2510</a></td> 14892 <td>NAD</td> 14893 <td><I>noexcept-specifier</I> of friend function vs class completeness</td> 14894 <td class="unknown" align="center">Unknown</td> 14895 </tr> 14896 <tr id="2511"> 14897 <td><a href="https://cplusplus.github.io/CWG/issues/2511.html">2511</a></td> 14898 <td>CD6</td> 14899 <td>cv-qualified bit-fields</td> 14900 <td class="unknown" align="center">Unknown</td> 14901 </tr> 14902 <tr id="2512"> 14903 <td><a href="https://cplusplus.github.io/CWG/issues/2512.html">2512</a></td> 14904 <td>NAD</td> 14905 <td><TT>typeid</TT> and incomplete class types</td> 14906 <td class="full" align="center">Clang 2.7</td> 14907 </tr> 14908 <tr class="open" id="2513"> 14909 <td><a href="https://cplusplus.github.io/CWG/issues/2513.html">2513</a></td> 14910 <td>open</td> 14911 <td>Ambiguity with <I>requires-clause</I> and <I>operator-function-id</I></td> 14912 <td align="center">Not resolved</td> 14913 </tr> 14914 <tr class="open" id="2514"> 14915 <td><a href="https://cplusplus.github.io/CWG/issues/2514.html">2514</a></td> 14916 <td>open</td> 14917 <td>Modifying const subobjects</td> 14918 <td align="center">Not resolved</td> 14919 </tr> 14920 <tr class="open" id="2515"> 14921 <td><a href="https://cplusplus.github.io/CWG/issues/2515.html">2515</a></td> 14922 <td>open</td> 14923 <td>Result of a function call</td> 14924 <td align="center">Not resolved</td> 14925 </tr> 14926 <tr id="2516"> 14927 <td><a href="https://cplusplus.github.io/CWG/issues/2516.html">2516</a></td> 14928 <td>C++23</td> 14929 <td>Locus of <I>enum-specifier</I> or <I>opaque-enum-declaration</I></td> 14930 <td class="full" align="center">Clang 3.0</td> 14931 </tr> 14932 <tr id="2517"> 14933 <td><a href="https://cplusplus.github.io/CWG/issues/2517.html">2517</a></td> 14934 <td>C++23</td> 14935 <td>Useless restriction on use of parameter in <I>constraint-expression</I></td> 14936 <td class="unknown" align="center">Unknown</td> 14937 </tr> 14938 <tr id="2518"> 14939 <td><a href="https://cplusplus.github.io/CWG/issues/2518.html">2518</a></td> 14940 <td>C++23</td> 14941 <td>Conformance requirements and <TT>#error</TT>/<TT>#warning</TT></td> 14942 <td class="full" align="center">Clang 17</td> 14943 </tr> 14944 <tr id="2519"> 14945 <td><a href="https://cplusplus.github.io/CWG/issues/2519.html">2519</a></td> 14946 <td>DRWP</td> 14947 <td>Object representation of a bit-field</td> 14948 <td class="unknown" align="center">Unknown</td> 14949 </tr> 14950 <tr id="2520"> 14951 <td><a href="https://cplusplus.github.io/CWG/issues/2520.html">2520</a></td> 14952 <td>C++23</td> 14953 <td>Template signature and default template arguments</td> 14954 <td class="unknown" align="center">Unknown</td> 14955 </tr> 14956 <tr id="2521"> 14957 <td><a href="https://cplusplus.github.io/CWG/issues/2521.html">2521</a></td> 14958 <td>C++23</td> 14959 <td>User-defined literals and reserved identifiers</td> 14960 <td class="full" align="center">Clang 17</td> 14961 </tr> 14962 <tr class="open" id="2522"> 14963 <td><a href="https://cplusplus.github.io/CWG/issues/2522.html">2522</a></td> 14964 <td>open</td> 14965 <td>Removing placemarker tokens and retention of whitespace</td> 14966 <td align="center">Not resolved</td> 14967 </tr> 14968 <tr id="2523"> 14969 <td><a href="https://cplusplus.github.io/CWG/issues/2523.html">2523</a></td> 14970 <td>C++23</td> 14971 <td>Undefined behavior via omitted destructor call in constant expressions</td> 14972 <td class="unknown" align="center">Unknown</td> 14973 </tr> 14974 <tr id="2524"> 14975 <td><a href="https://cplusplus.github.io/CWG/issues/2524.html">2524</a></td> 14976 <td>NAD</td> 14977 <td>Distinguishing user-defined conversion sequences by <I>ref-qualifier</I></td> 14978 <td class="unknown" align="center">Unknown</td> 14979 </tr> 14980 <tr class="open" id="2525"> 14981 <td><a href="https://cplusplus.github.io/CWG/issues/2525.html">2525</a></td> 14982 <td>drafting</td> 14983 <td>Incorrect definition of implicit conversion sequence</td> 14984 <td align="center">Not resolved</td> 14985 </tr> 14986 <tr id="2526"> 14987 <td><a href="https://cplusplus.github.io/CWG/issues/2526.html">2526</a></td> 14988 <td>C++23</td> 14989 <td>Relational comparison of <TT>void*</TT> pointers</td> 14990 <td class="unknown" align="center">Unknown</td> 14991 </tr> 14992 <tr id="2527"> 14993 <td><a href="https://cplusplus.github.io/CWG/issues/2527.html">2527</a></td> 14994 <td>NAD</td> 14995 <td>Non-class potentially-overlapping objects</td> 14996 <td class="unknown" align="center">Unknown</td> 14997 </tr> 14998 <tr id="2528"> 14999 <td><a href="https://cplusplus.github.io/CWG/issues/2528.html">2528</a></td> 15000 <td>C++23</td> 15001 <td>Three-way comparison and the usual arithmetic conversions</td> 15002 <td class="unknown" align="center">Unknown</td> 15003 </tr> 15004 <tr id="2529"> 15005 <td><a href="https://cplusplus.github.io/CWG/issues/2529.html">2529</a></td> 15006 <td>C++23</td> 15007 <td>Constant destruction of constexpr references</td> 15008 <td class="unknown" align="center">Unknown</td> 15009 </tr> 15010 <tr id="2530"> 15011 <td><a href="https://cplusplus.github.io/CWG/issues/2530.html">2530</a></td> 15012 <td>C++23</td> 15013 <td>Multiple definitions of enumerators</td> 15014 <td class="unknown" align="center">Unknown</td> 15015 </tr> 15016 <tr id="2531"> 15017 <td><a href="https://cplusplus.github.io/CWG/issues/2531.html">2531</a></td> 15018 <td>DRWP</td> 15019 <td>Static data members redeclared as constexpr</td> 15020 <td class="unknown" align="center">Unknown</td> 15021 </tr> 15022 <tr class="open" id="2532"> 15023 <td><a href="https://cplusplus.github.io/CWG/issues/2532.html">2532</a></td> 15024 <td>open</td> 15025 <td>Kind of pointer value returned by <TT>new T[0]</TT></td> 15026 <td align="center">Not resolved</td> 15027 </tr> 15028 <tr id="2533"> 15029 <td><a href="https://cplusplus.github.io/CWG/issues/2533.html">2533</a></td> 15030 <td>DRWP</td> 15031 <td>Storage duration of implicitly created objects</td> 15032 <td class="unknown" align="center">Unknown</td> 15033 </tr> 15034 <tr id="2534"> 15035 <td><a href="https://cplusplus.github.io/CWG/issues/2534.html">2534</a></td> 15036 <td>CD6</td> 15037 <td>Value category of pseudo-destructor expression</td> 15038 <td class="unknown" align="center">Unknown</td> 15039 </tr> 15040 <tr id="2535"> 15041 <td><a href="https://cplusplus.github.io/CWG/issues/2535.html">2535</a></td> 15042 <td>CD6</td> 15043 <td>Type punning in class member access</td> 15044 <td class="unknown" align="center">Unknown</td> 15045 </tr> 15046 <tr class="open" id="2536"> 15047 <td><a href="https://cplusplus.github.io/CWG/issues/2536.html">2536</a></td> 15048 <td>open</td> 15049 <td>Partially initialized variables during constant initialization</td> 15050 <td align="center">Not resolved</td> 15051 </tr> 15052 <tr class="open" id="2537"> 15053 <td><a href="https://cplusplus.github.io/CWG/issues/2537.html">2537</a></td> 15054 <td>drafting</td> 15055 <td>Overbroad grammar for <I>parameter-declaration</I></td> 15056 <td align="center">Not resolved</td> 15057 </tr> 15058 <tr id="2538"> 15059 <td><a href="https://cplusplus.github.io/CWG/issues/2538.html">2538</a></td> 15060 <td>C++23</td> 15061 <td>Can standard attributes be syntactically ignored?</td> 15062 <td class="unknown" align="center">Unknown</td> 15063 </tr> 15064 <tr id="2539"> 15065 <td><a href="https://cplusplus.github.io/CWG/issues/2539.html">2539</a></td> 15066 <td>C++23</td> 15067 <td>Three-way comparison requiring strong ordering for floating-point types</td> 15068 <td class="unknown" align="center">Unknown</td> 15069 </tr> 15070 <tr id="2540"> 15071 <td><a href="https://cplusplus.github.io/CWG/issues/2540.html">2540</a></td> 15072 <td>CD6</td> 15073 <td>Unspecified interpretation of <I>numeric-escape-sequence</I></td> 15074 <td class="unknown" align="center">Unknown</td> 15075 </tr> 15076 <tr class="open" id="2541"> 15077 <td><a href="https://cplusplus.github.io/CWG/issues/2541.html">2541</a></td> 15078 <td>open</td> 15079 <td>Linkage specifications, module purview, and module attachment</td> 15080 <td align="center">Not resolved</td> 15081 </tr> 15082 <tr id="2542"> 15083 <td><a href="https://cplusplus.github.io/CWG/issues/2542.html">2542</a></td> 15084 <td>DRWP</td> 15085 <td>Is a closure type a structural type?</td> 15086 <td class="unknown" align="center">Unknown</td> 15087 </tr> 15088 <tr id="2543"> 15089 <td><a href="https://cplusplus.github.io/CWG/issues/2543.html">2543</a></td> 15090 <td>C++23</td> 15091 <td><TT>constinit</TT> and optimized dynamic initialization</td> 15092 <td class="unknown" align="center">Unknown</td> 15093 </tr> 15094 <tr class="open" id="2544"> 15095 <td><a href="https://cplusplus.github.io/CWG/issues/2544.html">2544</a></td> 15096 <td>open</td> 15097 <td>Address of past-the-end of a potentially-overlapping subobject</td> 15098 <td align="center">Not resolved</td> 15099 </tr> 15100 <tr class="open" id="2545"> 15101 <td><a href="https://cplusplus.github.io/CWG/issues/2545.html">2545</a></td> 15102 <td>open</td> 15103 <td>Transparently replacing objects in constant expressions</td> 15104 <td align="center">Not resolved</td> 15105 </tr> 15106 <tr id="2546"> 15107 <td><a href="https://cplusplus.github.io/CWG/issues/2546.html">2546</a></td> 15108 <td>DRWP</td> 15109 <td>Defaulted secondary comparison operators defined as deleted</td> 15110 <td class="unknown" align="center">Unknown</td> 15111 </tr> 15112 <tr id="2547"> 15113 <td><a href="https://cplusplus.github.io/CWG/issues/2547.html">2547</a></td> 15114 <td>DRWP</td> 15115 <td>Defaulted comparison operator function for non-classes</td> 15116 <td class="unreleased" align="center">Clang 20</td> 15117 </tr> 15118 <tr id="2548"> 15119 <td><a href="https://cplusplus.github.io/CWG/issues/2548.html">2548</a></td> 15120 <td>NAD</td> 15121 <td>Array prvalues and additive operators</td> 15122 <td class="unknown" align="center">Unknown</td> 15123 </tr> 15124 <tr class="open" id="2549"> 15125 <td><a href="https://cplusplus.github.io/CWG/issues/2549.html">2549</a></td> 15126 <td>review</td> 15127 <td>Implicitly moving the operand of a <I>throw-expression</I> in unevaluated contexts</td> 15128 <td align="center">Not resolved</td> 15129 </tr> 15130 <tr id="2550"> 15131 <td><a href="https://cplusplus.github.io/CWG/issues/2550.html">2550</a></td> 15132 <td>DRWP</td> 15133 <td>Type "reference to <I>cv</I> <TT>void</TT>" outside of a declarator</td> 15134 <td class="unknown" align="center">Unknown</td> 15135 </tr> 15136 <tr class="open" id="2551"> 15137 <td><a href="https://cplusplus.github.io/CWG/issues/2551.html">2551</a></td> 15138 <td>review</td> 15139 <td>"Refers to allocated storage" has no meaning</td> 15140 <td align="center">Not resolved</td> 15141 </tr> 15142 <tr id="2552"> 15143 <td><a href="https://cplusplus.github.io/CWG/issues/2552.html">2552</a></td> 15144 <td>DRWP</td> 15145 <td>Constant evaluation of non-defining variable declarations</td> 15146 <td class="unknown" align="center">Unknown</td> 15147 </tr> 15148 <tr class="open" id="2553"> 15149 <td><a href="https://cplusplus.github.io/CWG/issues/2553.html">2553</a></td> 15150 <td>review</td> 15151 <td>Restrictions on explicit object member functions</td> 15152 <td align="center"> 15153 <details> 15154 <summary>Not resolved</summary> 15155 Clang 18 implements 2023-07-14 resolution 15156 </details></td> 15157 </tr> 15158 <tr class="open" id="2554"> 15159 <td><a href="https://cplusplus.github.io/CWG/issues/2554.html">2554</a></td> 15160 <td>review</td> 15161 <td>Overriding virtual functions, also with explicit object parameters</td> 15162 <td align="center"> 15163 <details> 15164 <summary>Not resolved</summary> 15165 Clang 18 implements 2021-12-10 resolution 15166 </details></td> 15167 </tr> 15168 <tr class="open" id="2555"> 15169 <td><a href="https://cplusplus.github.io/CWG/issues/2555.html">2555</a></td> 15170 <td>drafting</td> 15171 <td>Ineffective redeclaration prevention for <I>using-declarator</I>s</td> 15172 <td align="center">Not resolved</td> 15173 </tr> 15174 <tr id="2556"> 15175 <td><a href="https://cplusplus.github.io/CWG/issues/2556.html">2556</a></td> 15176 <td>DRWP</td> 15177 <td>Unusable <TT>promise::return_void</TT></td> 15178 <td class="unknown" align="center">Unknown</td> 15179 </tr> 15180 <tr class="open" id="2557"> 15181 <td><a href="https://cplusplus.github.io/CWG/issues/2557.html">2557</a></td> 15182 <td>review</td> 15183 <td>Class member access referring to an unrelated class</td> 15184 <td align="center">Not resolved</td> 15185 </tr> 15186 <tr id="2558"> 15187 <td><a href="https://cplusplus.github.io/CWG/issues/2558.html">2558</a></td> 15188 <td>C++23</td> 15189 <td>Uninitialized subobjects as a result of an immediate invocation</td> 15190 <td class="unknown" align="center">Unknown</td> 15191 </tr> 15192 <tr class="open" id="2559"> 15193 <td><a href="https://cplusplus.github.io/CWG/issues/2559.html">2559</a></td> 15194 <td>open</td> 15195 <td>Defaulted consteval functions</td> 15196 <td align="center">Not resolved</td> 15197 </tr> 15198 <tr id="2560"> 15199 <td><a href="https://cplusplus.github.io/CWG/issues/2560.html">2560</a></td> 15200 <td>DRWP</td> 15201 <td>Parameter type determination in a <I>requirement-parameter-list</I></td> 15202 <td class="unknown" align="center">Unknown</td> 15203 </tr> 15204 <tr id="2561"> 15205 <td><a href="https://cplusplus.github.io/CWG/issues/2561.html">2561</a></td> 15206 <td>DRWP</td> 15207 <td>Conversion to function pointer for lambda with explicit object parameter</td> 15208 <td class="none" align="center">No</td> 15209 </tr> 15210 <tr class="open" id="2562"> 15211 <td><a href="https://cplusplus.github.io/CWG/issues/2562.html">2562</a></td> 15212 <td>open</td> 15213 <td>Exceptions thrown during coroutine startup</td> 15214 <td align="center">Not resolved</td> 15215 </tr> 15216 <tr class="open" id="2563"> 15217 <td><a href="https://cplusplus.github.io/CWG/issues/2563.html">2563</a></td> 15218 <td>drafting</td> 15219 <td>Initialization of coroutine result object</td> 15220 <td align="center">Not resolved</td> 15221 </tr> 15222 <tr class="open" id="2564"> 15223 <td><a href="https://cplusplus.github.io/CWG/issues/2564.html">2564</a></td> 15224 <td>drafting</td> 15225 <td>Conversion to function pointer with an explicit object parameter</td> 15226 <td align="center">Not resolved</td> 15227 </tr> 15228 <tr class="open" id="2565"> 15229 <td><a href="https://cplusplus.github.io/CWG/issues/2565.html">2565</a></td> 15230 <td>open</td> 15231 <td>Invalid types in the <I>parameter-declaration-clause</I> of a <I>requires-expression</I></td> 15232 <td align="center"> 15233 <details> 15234 <summary>Not resolved</summary> 15235 Clang 16 implements 2023-06-07 resolution 15236 </details></td> 15237 </tr> 15238 <tr class="open" id="2566"> 15239 <td><a href="https://cplusplus.github.io/CWG/issues/2566.html">2566</a></td> 15240 <td>review</td> 15241 <td>Matching deallocation for uncaught exception</td> 15242 <td align="center">Not resolved</td> 15243 </tr> 15244 <tr id="2567"> 15245 <td><a href="https://cplusplus.github.io/CWG/issues/2567.html">2567</a></td> 15246 <td>NAD</td> 15247 <td>Operator lookup ambiguity</td> 15248 <td class="unknown" align="center">Unknown</td> 15249 </tr> 15250 <tr id="2568"> 15251 <td><a href="https://cplusplus.github.io/CWG/issues/2568.html">2568</a></td> 15252 <td>DRWP</td> 15253 <td>Access checking during synthesis of defaulted comparison operator</td> 15254 <td class="unknown" align="center">Unknown</td> 15255 </tr> 15256 <tr id="2569"> 15257 <td><a href="https://cplusplus.github.io/CWG/issues/2569.html">2569</a></td> 15258 <td>CD6</td> 15259 <td>Use of <code>decltype(capture)</code> in a lambda's <I>parameter-declaration-clause</I></td> 15260 <td class="unknown" align="center">Unknown</td> 15261 </tr> 15262 <tr id="2570"> 15263 <td><a href="https://cplusplus.github.io/CWG/issues/2570.html">2570</a></td> 15264 <td>DRWP</td> 15265 <td>Clarify constexpr for defaulted functions</td> 15266 <td class="unknown" align="center">Unknown</td> 15267 </tr> 15268 <tr id="2571"> 15269 <td><a href="https://cplusplus.github.io/CWG/issues/2571.html">2571</a></td> 15270 <td>CD6</td> 15271 <td>Evaluation order for subscripting</td> 15272 <td class="unknown" align="center">Unknown</td> 15273 </tr> 15274 <tr class="open" id="2572"> 15275 <td><a href="https://cplusplus.github.io/CWG/issues/2572.html">2572</a></td> 15276 <td>review</td> 15277 <td>Address of overloaded function with no target</td> 15278 <td align="center">Not resolved</td> 15279 </tr> 15280 <tr id="2573"> 15281 <td><a href="https://cplusplus.github.io/CWG/issues/2573.html">2573</a></td> 15282 <td>DRWP</td> 15283 <td>Undefined behavior when splicing results in a <I>universal-character-name</I></td> 15284 <td class="unknown" align="center">Unknown</td> 15285 </tr> 15286 <tr id="2574"> 15287 <td><a href="https://cplusplus.github.io/CWG/issues/2574.html">2574</a></td> 15288 <td>DRWP</td> 15289 <td>Undefined behavior when lexing unmatched quotes</td> 15290 <td class="unknown" align="center">Unknown</td> 15291 </tr> 15292 <tr class="open" id="2575"> 15293 <td><a href="https://cplusplus.github.io/CWG/issues/2575.html">2575</a></td> 15294 <td>open</td> 15295 <td>Undefined behavior when macro-replacing "defined" operator</td> 15296 <td align="center">Not resolved</td> 15297 </tr> 15298 <tr class="open" id="2576"> 15299 <td><a href="https://cplusplus.github.io/CWG/issues/2576.html">2576</a></td> 15300 <td>open</td> 15301 <td>Undefined behavior with macro-expanded <TT>#include</TT> directives</td> 15302 <td align="center">Not resolved</td> 15303 </tr> 15304 <tr class="open" id="2577"> 15305 <td><a href="https://cplusplus.github.io/CWG/issues/2577.html">2577</a></td> 15306 <td>open</td> 15307 <td>Undefined behavior for preprocessing directives in macro arguments</td> 15308 <td align="center">Not resolved</td> 15309 </tr> 15310 <tr class="open" id="2578"> 15311 <td><a href="https://cplusplus.github.io/CWG/issues/2578.html">2578</a></td> 15312 <td>open</td> 15313 <td>Undefined behavior when creating an invalid string literal via stringizing</td> 15314 <td align="center">Not resolved</td> 15315 </tr> 15316 <tr class="open" id="2579"> 15317 <td><a href="https://cplusplus.github.io/CWG/issues/2579.html">2579</a></td> 15318 <td>open</td> 15319 <td>Undefined behavior when token pasting does not create a preprocessing token</td> 15320 <td align="center">Not resolved</td> 15321 </tr> 15322 <tr class="open" id="2580"> 15323 <td><a href="https://cplusplus.github.io/CWG/issues/2580.html">2580</a></td> 15324 <td>open</td> 15325 <td>Undefined behavior with <TT>#line</TT></td> 15326 <td align="center">Not resolved</td> 15327 </tr> 15328 <tr class="open" id="2581"> 15329 <td><a href="https://cplusplus.github.io/CWG/issues/2581.html">2581</a></td> 15330 <td>open</td> 15331 <td>Undefined behavior for predefined macros</td> 15332 <td align="center">Not resolved</td> 15333 </tr> 15334 <tr id="2582"> 15335 <td><a href="https://cplusplus.github.io/CWG/issues/2582.html">2582</a></td> 15336 <td>CD6</td> 15337 <td>Differing member lookup from nested classes</td> 15338 <td class="unknown" align="center">Unknown</td> 15339 </tr> 15340 <tr id="2583"> 15341 <td><a href="https://cplusplus.github.io/CWG/issues/2583.html">2583</a></td> 15342 <td>C++23</td> 15343 <td>Common initial sequence should consider over-alignment</td> 15344 <td class="full" align="center">Clang 19</td> 15345 </tr> 15346 <tr class="open" id="2584"> 15347 <td><a href="https://cplusplus.github.io/CWG/issues/2584.html">2584</a></td> 15348 <td>open</td> 15349 <td>Equivalent types in function template declarations</td> 15350 <td align="center">Not resolved</td> 15351 </tr> 15352 <tr id="2585"> 15353 <td><a href="https://cplusplus.github.io/CWG/issues/2585.html">2585</a></td> 15354 <td>CD6</td> 15355 <td>Name lookup for coroutine allocation</td> 15356 <td class="unknown" align="center">Unknown</td> 15357 </tr> 15358 <tr id="2586"> 15359 <td><a href="https://cplusplus.github.io/CWG/issues/2586.html">2586</a></td> 15360 <td>CD6</td> 15361 <td>Explicit object parameter for assignment and comparison</td> 15362 <td class="unreleased" align="center">Clang 20</td> 15363 </tr> 15364 <tr class="open" id="2587"> 15365 <td><a href="https://cplusplus.github.io/CWG/issues/2587.html">2587</a></td> 15366 <td>review</td> 15367 <td>Visible side effects and initial value of an object</td> 15368 <td align="center">Not resolved</td> 15369 </tr> 15370 <tr id="2588"> 15371 <td><a href="https://cplusplus.github.io/CWG/issues/2588.html">2588</a></td> 15372 <td>DRWP</td> 15373 <td>friend declarations and module linkage</td> 15374 <td class="unknown" align="center">Unknown</td> 15375 </tr> 15376 <tr class="open" id="2589"> 15377 <td><a href="https://cplusplus.github.io/CWG/issues/2589.html">2589</a></td> 15378 <td>review</td> 15379 <td>Context of access checks during constraint satisfaction checking</td> 15380 <td align="center">Not resolved</td> 15381 </tr> 15382 <tr id="2590"> 15383 <td><a href="https://cplusplus.github.io/CWG/issues/2590.html">2590</a></td> 15384 <td>C++23</td> 15385 <td>Underlying type should determine size and alignment requirements of an enum</td> 15386 <td class="unknown" align="center">Unknown</td> 15387 </tr> 15388 <tr id="2591"> 15389 <td><a href="https://cplusplus.github.io/CWG/issues/2591.html">2591</a></td> 15390 <td>DRWP</td> 15391 <td>Implicit change of active union member for anonymous union in union</td> 15392 <td class="unknown" align="center">Unknown</td> 15393 </tr> 15394 <tr class="open" id="2592"> 15395 <td><a href="https://cplusplus.github.io/CWG/issues/2592.html">2592</a></td> 15396 <td>open</td> 15397 <td>Missing definition for placement allocation/deallocation function</td> 15398 <td align="center">Not resolved</td> 15399 </tr> 15400 <tr class="open" id="2593"> 15401 <td><a href="https://cplusplus.github.io/CWG/issues/2593.html">2593</a></td> 15402 <td>review</td> 15403 <td>Insufficient base class restriction for pointer-to-member expression</td> 15404 <td align="center">Not resolved</td> 15405 </tr> 15406 <tr id="2594"> 15407 <td><a href="https://cplusplus.github.io/CWG/issues/2594.html">2594</a></td> 15408 <td>CD6</td> 15409 <td>Disallowing a global function template <TT>main</TT></td> 15410 <td class="unknown" align="center">Unknown</td> 15411 </tr> 15412 <tr id="2595"> 15413 <td><a href="https://cplusplus.github.io/CWG/issues/2595.html">2595</a></td> 15414 <td>DRWP</td> 15415 <td>"More constrained" for eligible special member functions</td> 15416 <td class="unknown" align="center">Unknown</td> 15417 </tr> 15418 <tr class="open" id="2596"> 15419 <td><a href="https://cplusplus.github.io/CWG/issues/2596.html">2596</a></td> 15420 <td>drafting</td> 15421 <td>Instantiation of constrained non-template friends</td> 15422 <td align="center">Not resolved</td> 15423 </tr> 15424 <tr id="2597"> 15425 <td><a href="https://cplusplus.github.io/CWG/issues/2597.html">2597</a></td> 15426 <td>CD6</td> 15427 <td>Replaceable allocation and deallocation functions in the global module</td> 15428 <td class="unknown" align="center">Unknown</td> 15429 </tr> 15430 <tr id="2598"> 15431 <td><a href="https://cplusplus.github.io/CWG/issues/2598.html">2598</a></td> 15432 <td>C++23</td> 15433 <td>Unions should not require a non-static data member of literal type</td> 15434 <td class="full" align="center">Clang 18</td> 15435 </tr> 15436 <tr id="2599"> 15437 <td><a href="https://cplusplus.github.io/CWG/issues/2599.html">2599</a></td> 15438 <td>C++23</td> 15439 <td>What does initializing a parameter include?</td> 15440 <td class="unknown" align="center">Unknown</td> 15441 </tr> 15442 <tr id="2600"> 15443 <td><a href="https://cplusplus.github.io/CWG/issues/2600.html">2600</a></td> 15444 <td>DRWP</td> 15445 <td>Type dependency of placeholder types</td> 15446 <td class="unknown" align="center">Unknown</td> 15447 </tr> 15448 <tr id="2601"> 15449 <td><a href="https://cplusplus.github.io/CWG/issues/2601.html">2601</a></td> 15450 <td>C++23</td> 15451 <td>Tracking of created and destroyed subobjects</td> 15452 <td class="unknown" align="center">Unknown</td> 15453 </tr> 15454 <tr id="2602"> 15455 <td><a href="https://cplusplus.github.io/CWG/issues/2602.html">2602</a></td> 15456 <td>C++23</td> 15457 <td>consteval defaulted functions</td> 15458 <td class="unknown" align="center">Unknown</td> 15459 </tr> 15460 <tr id="2603"> 15461 <td><a href="https://cplusplus.github.io/CWG/issues/2603.html">2603</a></td> 15462 <td>C++23</td> 15463 <td>Holistic functional equivalence for function templates</td> 15464 <td class="unknown" align="center">Unknown</td> 15465 </tr> 15466 <tr id="2604"> 15467 <td><a href="https://cplusplus.github.io/CWG/issues/2604.html">2604</a></td> 15468 <td>C++23</td> 15469 <td>Attributes for an explicit specialization</td> 15470 <td class="unknown" align="center">Unknown</td> 15471 </tr> 15472 <tr id="2605"> 15473 <td><a href="https://cplusplus.github.io/CWG/issues/2605.html">2605</a></td> 15474 <td>C++23</td> 15475 <td>Implicit-lifetime aggregates</td> 15476 <td class="unknown" align="center">Unknown</td> 15477 </tr> 15478 <tr id="2606"> 15479 <td><a href="https://cplusplus.github.io/CWG/issues/2606.html">2606</a></td> 15480 <td>CD6</td> 15481 <td><TT>static_cast</TT> from "pointer to void" does not handle similar types</td> 15482 <td class="unknown" align="center">Unknown</td> 15483 </tr> 15484 <tr class="open" id="2607"> 15485 <td><a href="https://cplusplus.github.io/CWG/issues/2607.html">2607</a></td> 15486 <td>drafting</td> 15487 <td>Visibility of enumerator names</td> 15488 <td align="center">Not resolved</td> 15489 </tr> 15490 <tr id="2608"> 15491 <td><a href="https://cplusplus.github.io/CWG/issues/2608.html">2608</a></td> 15492 <td>CD6</td> 15493 <td>Omitting an empty template argument list</td> 15494 <td class="unknown" align="center">Unknown</td> 15495 </tr> 15496 <tr class="open" id="2609"> 15497 <td><a href="https://cplusplus.github.io/CWG/issues/2609.html">2609</a></td> 15498 <td>open</td> 15499 <td>Padding in class types</td> 15500 <td align="center">Not resolved</td> 15501 </tr> 15502 <tr id="2610"> 15503 <td><a href="https://cplusplus.github.io/CWG/issues/2610.html">2610</a></td> 15504 <td>C++23</td> 15505 <td>Indirect private base classes in aggregates</td> 15506 <td class="unknown" align="center">Unknown</td> 15507 </tr> 15508 <tr id="2611"> 15509 <td><a href="https://cplusplus.github.io/CWG/issues/2611.html">2611</a></td> 15510 <td>C++23</td> 15511 <td>Missing parentheses in expansion of fold-expression could cause syntactic reinterpretation</td> 15512 <td class="unknown" align="center">Unknown</td> 15513 </tr> 15514 <tr id="2612"> 15515 <td><a href="https://cplusplus.github.io/CWG/issues/2612.html">2612</a></td> 15516 <td>C++23</td> 15517 <td>Incorrect comment in example</td> 15518 <td class="unknown" align="center">Unknown</td> 15519 </tr> 15520 <tr id="2613"> 15521 <td><a href="https://cplusplus.github.io/CWG/issues/2613.html">2613</a></td> 15522 <td>C++23</td> 15523 <td>Incomplete definition of resumer</td> 15524 <td class="unknown" align="center">Unknown</td> 15525 </tr> 15526 <tr id="2614"> 15527 <td><a href="https://cplusplus.github.io/CWG/issues/2614.html">2614</a></td> 15528 <td>C++23</td> 15529 <td>Unspecified results for class member access</td> 15530 <td class="unknown" align="center">Unknown</td> 15531 </tr> 15532 <tr id="2615"> 15533 <td><a href="https://cplusplus.github.io/CWG/issues/2615.html">2615</a></td> 15534 <td>C++23</td> 15535 <td>Missing <TT>__has_cpp_attribute(assume)</TT></td> 15536 <td class="unknown" align="center">Unknown</td> 15537 </tr> 15538 <tr id="2616"> 15539 <td><a href="https://cplusplus.github.io/CWG/issues/2616.html">2616</a></td> 15540 <td>C++23</td> 15541 <td>Imprecise restrictions on <TT>break</TT> and <TT>continue</TT></td> 15542 <td class="unknown" align="center">Unknown</td> 15543 </tr> 15544 <tr class="open" id="2617"> 15545 <td><a href="https://cplusplus.github.io/CWG/issues/2617.html">2617</a></td> 15546 <td>review</td> 15547 <td>Default template arguments for template members of non-template classes</td> 15548 <td align="center">Not resolved</td> 15549 </tr> 15550 <tr id="2618"> 15551 <td><a href="https://cplusplus.github.io/CWG/issues/2618.html">2618</a></td> 15552 <td>C++23</td> 15553 <td>Substitution during deduction should exclude exception specifications</td> 15554 <td class="unknown" align="center">Unknown</td> 15555 </tr> 15556 <tr id="2619"> 15557 <td><a href="https://cplusplus.github.io/CWG/issues/2619.html">2619</a></td> 15558 <td>C++23</td> 15559 <td>Kind of initialization for a <I>designated-initializer-list</I></td> 15560 <td class="unknown" align="center">Unknown</td> 15561 </tr> 15562 <tr id="2620"> 15563 <td><a href="https://cplusplus.github.io/CWG/issues/2620.html">2620</a></td> 15564 <td>C++23</td> 15565 <td>Nonsensical disambiguation rule</td> 15566 <td class="unknown" align="center">Unknown</td> 15567 </tr> 15568 <tr id="2621"> 15569 <td><a href="https://cplusplus.github.io/CWG/issues/2621.html">2621</a></td> 15570 <td>C++23</td> 15571 <td>Kind of lookup for <TT>using enum</TT> declarations</td> 15572 <td class="full-superseded" align="center">Superseded by <a href="#2877">2877</a></td> 15573 </tr> 15574 <tr id="2622"> 15575 <td><a href="https://cplusplus.github.io/CWG/issues/2622.html">2622</a></td> 15576 <td>C++23</td> 15577 <td>Compounding types from function and pointer-to-member types</td> 15578 <td class="unknown" align="center">Unknown</td> 15579 </tr> 15580 <tr class="open" id="2623"> 15581 <td><a href="https://cplusplus.github.io/CWG/issues/2623.html">2623</a></td> 15582 <td>drafting</td> 15583 <td>Invoking destroying <TT>operator delete</TT> for constructor failure</td> 15584 <td align="center">Not resolved</td> 15585 </tr> 15586 <tr id="2624"> 15587 <td><a href="https://cplusplus.github.io/CWG/issues/2624.html">2624</a></td> 15588 <td>C++23</td> 15589 <td>Array delete expression with no array cookie</td> 15590 <td class="unknown" align="center">Unknown</td> 15591 </tr> 15592 <tr id="2625"> 15593 <td><a href="https://cplusplus.github.io/CWG/issues/2625.html">2625</a></td> 15594 <td>C++23</td> 15595 <td>Deletion of pointer to out-of-lifetime object</td> 15596 <td class="unknown" align="center">Unknown</td> 15597 </tr> 15598 <tr id="2626"> 15599 <td><a href="https://cplusplus.github.io/CWG/issues/2626.html">2626</a></td> 15600 <td>C++23</td> 15601 <td>Rephrase ones' complement using base-2 representation</td> 15602 <td class="unknown" align="center">Unknown</td> 15603 </tr> 15604 <tr id="2627"> 15605 <td><a href="https://cplusplus.github.io/CWG/issues/2627.html">2627</a></td> 15606 <td>C++23</td> 15607 <td>Bit-fields and narrowing conversions</td> 15608 <td class="unreleased" align="center">Clang 20</td> 15609 </tr> 15610 <tr id="2628"> 15611 <td><a href="https://cplusplus.github.io/CWG/issues/2628.html">2628</a></td> 15612 <td>DRWP</td> 15613 <td>Implicit deduction guides should propagate constraints</td> 15614 <td class="unreleased" align="center">Clang 20</td> 15615 </tr> 15616 <tr id="2629"> 15617 <td><a href="https://cplusplus.github.io/CWG/issues/2629.html">2629</a></td> 15618 <td>C++23</td> 15619 <td>Variables of floating-point type as <TT>switch</TT> conditions</td> 15620 <td class="unknown" align="center">Unknown</td> 15621 </tr> 15622 <tr id="2630"> 15623 <td><a href="https://cplusplus.github.io/CWG/issues/2630.html">2630</a></td> 15624 <td>C++23</td> 15625 <td>Syntactic specification of class completeness</td> 15626 <td class="full" align="center">Clang 9</td> 15627 </tr> 15628 <tr id="2631"> 15629 <td><a href="https://cplusplus.github.io/CWG/issues/2631.html">2631</a></td> 15630 <td>C++23</td> 15631 <td>Immediate function evaluations in default arguments</td> 15632 <td class="full" align="center">Clang 16</td> 15633 </tr> 15634 <tr class="open" id="2632"> 15635 <td><a href="https://cplusplus.github.io/CWG/issues/2632.html">2632</a></td> 15636 <td>drafting</td> 15637 <td>'user-declared' is not defined</td> 15638 <td align="center">Not resolved</td> 15639 </tr> 15640 <tr class="open" id="2633"> 15641 <td><a href="https://cplusplus.github.io/CWG/issues/2633.html">2633</a></td> 15642 <td>open</td> 15643 <td>typeid of constexpr-unknown dynamic type</td> 15644 <td align="center">Not resolved</td> 15645 </tr> 15646 <tr id="2634"> 15647 <td><a href="https://cplusplus.github.io/CWG/issues/2634.html">2634</a></td> 15648 <td>DRWP</td> 15649 <td>Avoid circularity in specification of scope for friend class declarations</td> 15650 <td class="unknown" align="center">Unknown</td> 15651 </tr> 15652 <tr id="2635"> 15653 <td><a href="https://cplusplus.github.io/CWG/issues/2635.html">2635</a></td> 15654 <td>C++23</td> 15655 <td>Constrained structured bindings</td> 15656 <td class="full" align="center">Clang 16</td> 15657 </tr> 15658 <tr id="2636"> 15659 <td><a href="https://cplusplus.github.io/CWG/issues/2636.html">2636</a></td> 15660 <td>C++23</td> 15661 <td>Update Annex E based on Unicode 15.0 UAX #31</td> 15662 <td class="na" align="center">N/A</td> 15663 </tr> 15664 <tr id="2637"> 15665 <td><a href="https://cplusplus.github.io/CWG/issues/2637.html">2637</a></td> 15666 <td>DRWP</td> 15667 <td>Injected-class-name as a <I>simple-template-id</I></td> 15668 <td class="unknown" align="center">Unknown</td> 15669 </tr> 15670 <tr id="2638"> 15671 <td><a href="https://cplusplus.github.io/CWG/issues/2638.html">2638</a></td> 15672 <td>DRWP</td> 15673 <td>Improve the example for initializing by initializer list</td> 15674 <td class="unknown" align="center">Unknown</td> 15675 </tr> 15676 <tr id="2639"> 15677 <td><a href="https://cplusplus.github.io/CWG/issues/2639.html">2639</a></td> 15678 <td>C++23</td> 15679 <td>new-lines after phase 1</td> 15680 <td class="unknown" align="center">Unknown</td> 15681 </tr> 15682 <tr id="2640"> 15683 <td><a href="https://cplusplus.github.io/CWG/issues/2640.html">2640</a></td> 15684 <td>C++23</td> 15685 <td>Allow more characters in an n-char sequence</td> 15686 <td class="full" align="center">Clang 16</td> 15687 </tr> 15688 <tr id="2641"> 15689 <td><a href="https://cplusplus.github.io/CWG/issues/2641.html">2641</a></td> 15690 <td>C++23</td> 15691 <td>Redundant specification of value category of literals</td> 15692 <td class="unknown" align="center">Unknown</td> 15693 </tr> 15694 <tr id="2642"> 15695 <td><a href="https://cplusplus.github.io/CWG/issues/2642.html">2642</a></td> 15696 <td>C++23</td> 15697 <td>Inconsistent use of T and C</td> 15698 <td class="na" align="center">N/A</td> 15699 </tr> 15700 <tr id="2643"> 15701 <td><a href="https://cplusplus.github.io/CWG/issues/2643.html">2643</a></td> 15702 <td>C++23</td> 15703 <td>Completing a pointer to array of unknown bound</td> 15704 <td class="unknown" align="center">Unknown</td> 15705 </tr> 15706 <tr id="2644"> 15707 <td><a href="https://cplusplus.github.io/CWG/issues/2644.html">2644</a></td> 15708 <td>C++23</td> 15709 <td>Incorrect comment in example</td> 15710 <td class="full" align="center">Clang 8</td> 15711 </tr> 15712 <tr id="2645"> 15713 <td><a href="https://cplusplus.github.io/CWG/issues/2645.html">2645</a></td> 15714 <td>C++23</td> 15715 <td>Unused term "default argument promotions"</td> 15716 <td class="unknown" align="center">Unknown</td> 15717 </tr> 15718 <tr id="2646"> 15719 <td><a href="https://cplusplus.github.io/CWG/issues/2646.html">2646</a></td> 15720 <td>C++23</td> 15721 <td>Defaulted special member functions</td> 15722 <td class="unknown" align="center">Unknown</td> 15723 </tr> 15724 <tr id="2647"> 15725 <td><a href="https://cplusplus.github.io/CWG/issues/2647.html">2647</a></td> 15726 <td>C++23</td> 15727 <td>Fix for "needed for constant evaluation"</td> 15728 <td class="unknown" align="center">Unknown</td> 15729 </tr> 15730 <tr id="2648"> 15731 <td><a href="https://cplusplus.github.io/CWG/issues/2648.html">2648</a></td> 15732 <td>C++23</td> 15733 <td>Correspondence of surrogate call function and conversion function</td> 15734 <td class="unknown" align="center">Unknown</td> 15735 </tr> 15736 <tr id="2649"> 15737 <td><a href="https://cplusplus.github.io/CWG/issues/2649.html">2649</a></td> 15738 <td>C++23</td> 15739 <td>Incorrect note about implicit conversion sequence</td> 15740 <td class="unknown" align="center">Unknown</td> 15741 </tr> 15742 <tr id="2650"> 15743 <td><a href="https://cplusplus.github.io/CWG/issues/2650.html">2650</a></td> 15744 <td>C++23</td> 15745 <td>Incorrect example for ill-formed non-type template arguments</td> 15746 <td class="full" align="center">Clang 17</td> 15747 </tr> 15748 <tr id="2651"> 15749 <td><a href="https://cplusplus.github.io/CWG/issues/2651.html">2651</a></td> 15750 <td>C++23</td> 15751 <td>Conversion function templates and "noexcept"</td> 15752 <td class="unknown" align="center">Unknown</td> 15753 </tr> 15754 <tr id="2652"> 15755 <td><a href="https://cplusplus.github.io/CWG/issues/2652.html">2652</a></td> 15756 <td>C++23</td> 15757 <td>Overbroad definition of <TT>__STDCPP_BFLOAT16_T__</TT></td> 15758 <td class="unknown" align="center">Unknown</td> 15759 </tr> 15760 <tr id="2653"> 15761 <td><a href="https://cplusplus.github.io/CWG/issues/2653.html">2653</a></td> 15762 <td>C++23</td> 15763 <td>Can an explicit object parameter have a default argument?</td> 15764 <td class="full" align="center">Clang 18</td> 15765 </tr> 15766 <tr id="2654"> 15767 <td><a href="https://cplusplus.github.io/CWG/issues/2654.html">2654</a></td> 15768 <td>C++23</td> 15769 <td>Un-deprecation of compound volatile assignments</td> 15770 <td class="full" align="center">Clang 16</td> 15771 </tr> 15772 <tr id="2655"> 15773 <td><a href="https://cplusplus.github.io/CWG/issues/2655.html">2655</a></td> 15774 <td>NAD</td> 15775 <td>Instantiation of default arguments in <I>lambda-expression</I>s</td> 15776 <td class="unknown" align="center">Unknown</td> 15777 </tr> 15778 <tr class="open" id="2656"> 15779 <td><a href="https://cplusplus.github.io/CWG/issues/2656.html">2656</a></td> 15780 <td>drafting</td> 15781 <td>Converting consteval lambda to function pointer in non-immediate context</td> 15782 <td align="center">Not resolved</td> 15783 </tr> 15784 <tr id="2657"> 15785 <td><a href="https://cplusplus.github.io/CWG/issues/2657.html">2657</a></td> 15786 <td>DRWP</td> 15787 <td>Cv-qualification adjustment when binding reference to temporary</td> 15788 <td class="unknown" align="center">Unknown</td> 15789 </tr> 15790 <tr id="2658"> 15791 <td><a href="https://cplusplus.github.io/CWG/issues/2658.html">2658</a></td> 15792 <td>C++23</td> 15793 <td>Trivial copying of unions in core constant expressions</td> 15794 <td class="unknown" align="center">Unknown</td> 15795 </tr> 15796 <tr id="2659"> 15797 <td><a href="https://cplusplus.github.io/CWG/issues/2659.html">2659</a></td> 15798 <td>C++23</td> 15799 <td>Missing feature-test macro for lifetime extension in range-for loop</td> 15800 <td class="unknown" align="center">Unknown</td> 15801 </tr> 15802 <tr class="open" id="2660"> 15803 <td><a href="https://cplusplus.github.io/CWG/issues/2660.html">2660</a></td> 15804 <td>open</td> 15805 <td>Confusing term "this parameter"</td> 15806 <td align="center">Not resolved</td> 15807 </tr> 15808 <tr id="2661"> 15809 <td><a href="https://cplusplus.github.io/CWG/issues/2661.html">2661</a></td> 15810 <td>DRWP</td> 15811 <td>Missing disambiguation rule for <I>pure-specifier</I> vs. <I>brace-or-equal-initializer</I></td> 15812 <td class="unknown" align="center">Unknown</td> 15813 </tr> 15814 <tr id="2662"> 15815 <td><a href="https://cplusplus.github.io/CWG/issues/2662.html">2662</a></td> 15816 <td>C++23</td> 15817 <td>Example for member access control vs. overload resolution</td> 15818 <td class="unknown" align="center">Unknown</td> 15819 </tr> 15820 <tr id="2663"> 15821 <td><a href="https://cplusplus.github.io/CWG/issues/2663.html">2663</a></td> 15822 <td>DRWP</td> 15823 <td>Example for member redeclarations with <I>using-declaration</I>s</td> 15824 <td class="unknown" align="center">Unknown</td> 15825 </tr> 15826 <tr id="2664"> 15827 <td><a href="https://cplusplus.github.io/CWG/issues/2664.html">2664</a></td> 15828 <td>C++23</td> 15829 <td>Deduction failure in CTAD for alias templates</td> 15830 <td class="unknown" align="center">Unknown</td> 15831 </tr> 15832 <tr id="2665"> 15833 <td><a href="https://cplusplus.github.io/CWG/issues/2665.html">2665</a></td> 15834 <td>NAD</td> 15835 <td>Replacing a subobject with a complete object</td> 15836 <td class="unknown" align="center">Unknown</td> 15837 </tr> 15838 <tr class="open" id="2666"> 15839 <td><a href="https://cplusplus.github.io/CWG/issues/2666.html">2666</a></td> 15840 <td>open</td> 15841 <td>Lifetime extension through <TT>static_cast</TT></td> 15842 <td align="center">Not resolved</td> 15843 </tr> 15844 <tr id="2667"> 15845 <td><a href="https://cplusplus.github.io/CWG/issues/2667.html">2667</a></td> 15846 <td>C++23</td> 15847 <td>Named module imports do not import macros</td> 15848 <td class="unknown" align="center">Unknown</td> 15849 </tr> 15850 <tr id="2668"> 15851 <td><a href="https://cplusplus.github.io/CWG/issues/2668.html">2668</a></td> 15852 <td>DRWP</td> 15853 <td><TT>co_await</TT> in a <I>lambda-expression</I></td> 15854 <td class="unknown" align="center">Unknown</td> 15855 </tr> 15856 <tr class="open" id="2669"> 15857 <td><a href="https://cplusplus.github.io/CWG/issues/2669.html">2669</a></td> 15858 <td>open</td> 15859 <td>Lifetime extension for aggregate initialization</td> 15860 <td align="center">Not resolved</td> 15861 </tr> 15862 <tr class="open" id="2670"> 15863 <td><a href="https://cplusplus.github.io/CWG/issues/2670.html">2670</a></td> 15864 <td>open</td> 15865 <td>Programs and translation units</td> 15866 <td align="center">Not resolved</td> 15867 </tr> 15868 <tr class="open" id="2671"> 15869 <td><a href="https://cplusplus.github.io/CWG/issues/2671.html">2671</a></td> 15870 <td>open</td> 15871 <td>friend named by a <I>template-id</I></td> 15872 <td align="center">Not resolved</td> 15873 </tr> 15874 <tr id="2672"> 15875 <td><a href="https://cplusplus.github.io/CWG/issues/2672.html">2672</a></td> 15876 <td>DRWP</td> 15877 <td>Lambda body SFINAE is still required, contrary to intent and note</td> 15878 <td class="full" align="center">Clang 18</td> 15879 </tr> 15880 <tr id="2673"> 15881 <td><a href="https://cplusplus.github.io/CWG/issues/2673.html">2673</a></td> 15882 <td>C++23</td> 15883 <td>User-declared spaceship vs. built-in operators</td> 15884 <td class="unknown" align="center">Unknown</td> 15885 </tr> 15886 <tr id="2674"> 15887 <td><a href="https://cplusplus.github.io/CWG/issues/2674.html">2674</a></td> 15888 <td>C++23</td> 15889 <td>Prohibit explicit object parameters for constructors</td> 15890 <td class="unknown" align="center">Unknown</td> 15891 </tr> 15892 <tr class="open" id="2675"> 15893 <td><a href="https://cplusplus.github.io/CWG/issues/2675.html">2675</a></td> 15894 <td>open</td> 15895 <td><TT>start_lifetime_as</TT>, placement-new, and active union members</td> 15896 <td align="center">Not resolved</td> 15897 </tr> 15898 <tr class="open" id="2676"> 15899 <td><a href="https://cplusplus.github.io/CWG/issues/2676.html">2676</a></td> 15900 <td>open</td> 15901 <td>Replacing a complete object having base subobjects</td> 15902 <td align="center">Not resolved</td> 15903 </tr> 15904 <tr class="open" id="2677"> 15905 <td><a href="https://cplusplus.github.io/CWG/issues/2677.html">2677</a></td> 15906 <td>review</td> 15907 <td>Replacing union subobjects</td> 15908 <td align="center">Not resolved</td> 15909 </tr> 15910 <tr id="2678"> 15911 <td><a href="https://cplusplus.github.io/CWG/issues/2678.html">2678</a></td> 15912 <td>C++23</td> 15913 <td><TT>std::source_location::current</TT> is unimplementable</td> 15914 <td class="unknown" align="center">Unknown</td> 15915 </tr> 15916 <tr class="open" id="2679"> 15917 <td><a href="https://cplusplus.github.io/CWG/issues/2679.html">2679</a></td> 15918 <td>open</td> 15919 <td>Implicit conversion sequence with a null pointer constant</td> 15920 <td align="center">Not resolved</td> 15921 </tr> 15922 <tr class="open" id="2680"> 15923 <td><a href="https://cplusplus.github.io/CWG/issues/2680.html">2680</a></td> 15924 <td>open</td> 15925 <td>Class template argument deduction for aggregates with designated initializers</td> 15926 <td align="center">Not resolved</td> 15927 </tr> 15928 <tr id="2681"> 15929 <td><a href="https://cplusplus.github.io/CWG/issues/2681.html">2681</a></td> 15930 <td>C++23</td> 15931 <td>Deducing member array type from string literal</td> 15932 <td class="full" align="center">Clang 17</td> 15933 </tr> 15934 <tr id="2682"> 15935 <td><a href="https://cplusplus.github.io/CWG/issues/2682.html">2682</a></td> 15936 <td>C++23</td> 15937 <td>Templated function vs. function template</td> 15938 <td class="unknown" align="center">Unknown</td> 15939 </tr> 15940 <tr id="2683"> 15941 <td><a href="https://cplusplus.github.io/CWG/issues/2683.html">2683</a></td> 15942 <td>DRWP</td> 15943 <td>Default arguments for member functions of templated nested classes</td> 15944 <td class="unknown" align="center">Unknown</td> 15945 </tr> 15946 <tr class="open" id="2684"> 15947 <td><a href="https://cplusplus.github.io/CWG/issues/2684.html">2684</a></td> 15948 <td>open</td> 15949 <td>thread_local dynamic initialization</td> 15950 <td align="center">Not resolved</td> 15951 </tr> 15952 <tr id="2685"> 15953 <td><a href="https://cplusplus.github.io/CWG/issues/2685.html">2685</a></td> 15954 <td>C++23</td> 15955 <td>Aggregate CTAD, string, and brace elision</td> 15956 <td class="unknown" align="center">Unknown</td> 15957 </tr> 15958 <tr class="open" id="2686"> 15959 <td><a href="https://cplusplus.github.io/CWG/issues/2686.html">2686</a></td> 15960 <td>open</td> 15961 <td>Pack expansion into a non-pack parameter of a concept</td> 15962 <td align="center">Not resolved</td> 15963 </tr> 15964 <tr id="2687"> 15965 <td><a href="https://cplusplus.github.io/CWG/issues/2687.html">2687</a></td> 15966 <td>C++23</td> 15967 <td>Calling an explicit object member function via an address-of-overload-set</td> 15968 <td class="full" align="center">Clang 18</td> 15969 </tr> 15970 <tr class="open" id="2688"> 15971 <td><a href="https://cplusplus.github.io/CWG/issues/2688.html">2688</a></td> 15972 <td>open</td> 15973 <td>Calling explicit object member functions</td> 15974 <td align="center">Not resolved</td> 15975 </tr> 15976 <tr id="2689"> 15977 <td><a href="https://cplusplus.github.io/CWG/issues/2689.html">2689</a></td> 15978 <td>DRWP</td> 15979 <td>Are cv-qualified <TT>std::nullptr_t</TT> fundamental types?</td> 15980 <td class="unknown" align="center">Unknown</td> 15981 </tr> 15982 <tr id="2690"> 15983 <td><a href="https://cplusplus.github.io/CWG/issues/2690.html">2690</a></td> 15984 <td>C++23</td> 15985 <td>Semantics of defaulted move assignment operator for unions</td> 15986 <td class="unknown" align="center">Unknown</td> 15987 </tr> 15988 <tr id="2691"> 15989 <td><a href="https://cplusplus.github.io/CWG/issues/2691.html">2691</a></td> 15990 <td>C++23</td> 15991 <td><I>hexadecimal-escape-sequence</I> is too greedy</td> 15992 <td class="unknown" align="center">Unknown</td> 15993 </tr> 15994 <tr id="2692"> 15995 <td><a href="https://cplusplus.github.io/CWG/issues/2692.html">2692</a></td> 15996 <td>C++23</td> 15997 <td>Static and explicit object member functions with the same parameter-type-lists</td> 15998 <td class="full" align="center">Clang 19</td> 15999 </tr> 16000 <tr class="open" id="2693"> 16001 <td><a href="https://cplusplus.github.io/CWG/issues/2693.html">2693</a></td> 16002 <td>open</td> 16003 <td>Escape sequences for the <I>string-literal</I> of <TT>#line</TT></td> 16004 <td align="center">Not resolved</td> 16005 </tr> 16006 <tr class="open" id="2694"> 16007 <td><a href="https://cplusplus.github.io/CWG/issues/2694.html">2694</a></td> 16008 <td>open</td> 16009 <td><I>string-literal</I>s of the <TT>_Pragma</TT> operator</td> 16010 <td align="center">Not resolved</td> 16011 </tr> 16012 <tr id="2695"> 16013 <td><a href="https://cplusplus.github.io/CWG/issues/2695.html">2695</a></td> 16014 <td>C++23</td> 16015 <td>Semantic ignorability of attributes</td> 16016 <td class="unknown" align="center">Unknown</td> 16017 </tr> 16018 <tr id="2696"> 16019 <td><a href="https://cplusplus.github.io/CWG/issues/2696.html">2696</a></td> 16020 <td>dup</td> 16021 <td>Relational comparisons of pointers to <TT>void</TT></td> 16022 <td class="unknown" align="center">Unknown</td> 16023 </tr> 16024 <tr id="2697"> 16025 <td><a href="https://cplusplus.github.io/CWG/issues/2697.html">2697</a></td> 16026 <td>DRWP</td> 16027 <td>Deduction guides using abbreviated function syntax</td> 16028 <td class="unknown" align="center">Unknown</td> 16029 </tr> 16030 <tr id="2698"> 16031 <td><a href="https://cplusplus.github.io/CWG/issues/2698.html">2698</a></td> 16032 <td>DRWP</td> 16033 <td>Using extended integer types with <TT>z</TT> suffix</td> 16034 <td class="unknown" align="center">Unknown</td> 16035 </tr> 16036 <tr id="2699"> 16037 <td><a href="https://cplusplus.github.io/CWG/issues/2699.html">2699</a></td> 16038 <td>DRWP</td> 16039 <td>Inconsistency of <I>throw-expression</I> specification</td> 16040 <td class="unknown" align="center">Unknown</td> 16041 </tr> 16042 <tr id="2700"> 16043 <td><a href="https://cplusplus.github.io/CWG/issues/2700.html">2700</a></td> 16044 <td>DRWP</td> 16045 <td><TT>#error</TT> disallows existing implementation practice</td> 16046 <td class="unknown" align="center">Unknown</td> 16047 </tr> 16048 <tr class="open" id="2701"> 16049 <td><a href="https://cplusplus.github.io/CWG/issues/2701.html">2701</a></td> 16050 <td>open</td> 16051 <td>Default arguments in multiple scopes / inheritance of array bounds in the same scope</td> 16052 <td align="center">Not resolved</td> 16053 </tr> 16054 <tr class="open" id="2702"> 16055 <td><a href="https://cplusplus.github.io/CWG/issues/2702.html">2702</a></td> 16056 <td>open</td> 16057 <td>Constant destruction of reference members</td> 16058 <td align="center">Not resolved</td> 16059 </tr> 16060 <tr class="open" id="2703"> 16061 <td><a href="https://cplusplus.github.io/CWG/issues/2703.html">2703</a></td> 16062 <td>review</td> 16063 <td>Three-way comparison requiring strong ordering for floating-point types, take 2</td> 16064 <td align="center">Not resolved</td> 16065 </tr> 16066 <tr class="open" id="2704"> 16067 <td><a href="https://cplusplus.github.io/CWG/issues/2704.html">2704</a></td> 16068 <td>open</td> 16069 <td>Clarify meaning of "bind directly"</td> 16070 <td align="center">Not resolved</td> 16071 </tr> 16072 <tr class="open" id="2705"> 16073 <td><a href="https://cplusplus.github.io/CWG/issues/2705.html">2705</a></td> 16074 <td>open</td> 16075 <td>Accessing ambiguous subobjects</td> 16076 <td align="center">Not resolved</td> 16077 </tr> 16078 <tr class="open" id="2706"> 16079 <td><a href="https://cplusplus.github.io/CWG/issues/2706.html">2706</a></td> 16080 <td>open</td> 16081 <td>Repeated structured binding declarations</td> 16082 <td align="center">Not resolved</td> 16083 </tr> 16084 <tr id="2707"> 16085 <td><a href="https://cplusplus.github.io/CWG/issues/2707.html">2707</a></td> 16086 <td>DRWP</td> 16087 <td>Deduction guides cannot have a trailing <I>requires-clause</I></td> 16088 <td class="unreleased" align="center">Clang 20</td> 16089 </tr> 16090 <tr id="2708"> 16091 <td><a href="https://cplusplus.github.io/CWG/issues/2708.html">2708</a></td> 16092 <td>DRWP</td> 16093 <td>Parenthesized initialization of arrays</td> 16094 <td class="unknown" align="center">Unknown</td> 16095 </tr> 16096 <tr id="2709"> 16097 <td><a href="https://cplusplus.github.io/CWG/issues/2709.html">2709</a></td> 16098 <td>NAD</td> 16099 <td>Parenthesized initialization of reference-to-aggregate</td> 16100 <td class="unknown" align="center">Unknown</td> 16101 </tr> 16102 <tr id="2710"> 16103 <td><a href="https://cplusplus.github.io/CWG/issues/2710.html">2710</a></td> 16104 <td>DRWP</td> 16105 <td>Loops in constant expressions</td> 16106 <td class="unknown" align="center">Unknown</td> 16107 </tr> 16108 <tr id="2711"> 16109 <td><a href="https://cplusplus.github.io/CWG/issues/2711.html">2711</a></td> 16110 <td>DRWP</td> 16111 <td>Source for copy-initializing the exception object</td> 16112 <td class="unknown" align="center">Unknown</td> 16113 </tr> 16114 <tr id="2712"> 16115 <td><a href="https://cplusplus.github.io/CWG/issues/2712.html">2712</a></td> 16116 <td>DRWP</td> 16117 <td>Simplify restrictions on built-in assignment operator candidates</td> 16118 <td class="unknown" align="center">Unknown</td> 16119 </tr> 16120 <tr id="2713"> 16121 <td><a href="https://cplusplus.github.io/CWG/issues/2713.html">2713</a></td> 16122 <td>DRWP</td> 16123 <td>Initialization of reference-to-aggregate from designated initializer list</td> 16124 <td class="unknown" align="center">Unknown</td> 16125 </tr> 16126 <tr id="2714"> 16127 <td><a href="https://cplusplus.github.io/CWG/issues/2714.html">2714</a></td> 16128 <td>DRWP</td> 16129 <td>Implicit deduction guides omit properties from the parameter-declaration-clause of a constructor</td> 16130 <td class="unknown" align="center">Unknown</td> 16131 </tr> 16132 <tr id="2715"> 16133 <td><a href="https://cplusplus.github.io/CWG/issues/2715.html">2715</a></td> 16134 <td>DRWP</td> 16135 <td>"calling function" for parameter initialization may not exist</td> 16136 <td class="unknown" align="center">Unknown</td> 16137 </tr> 16138 <tr id="2716"> 16139 <td><a href="https://cplusplus.github.io/CWG/issues/2716.html">2716</a></td> 16140 <td>DRWP</td> 16141 <td>Rule about self-or-base conversion is normatively redundant</td> 16142 <td class="unknown" align="center">Unknown</td> 16143 </tr> 16144 <tr id="2717"> 16145 <td><a href="https://cplusplus.github.io/CWG/issues/2717.html">2717</a></td> 16146 <td>DRWP</td> 16147 <td>Pack expansion for <I>alignment-specifier</I></td> 16148 <td class="unknown" align="center">Unknown</td> 16149 </tr> 16150 <tr id="2718"> 16151 <td><a href="https://cplusplus.github.io/CWG/issues/2718.html">2718</a></td> 16152 <td>DRWP</td> 16153 <td>Type completeness for derived-to-base conversions</td> 16154 <td class="full" align="center">Clang 2.7</td> 16155 </tr> 16156 <tr id="2719"> 16157 <td><a href="https://cplusplus.github.io/CWG/issues/2719.html">2719</a></td> 16158 <td>DRWP</td> 16159 <td>Creating objects in misaligned storage</td> 16160 <td class="unknown" align="center">Unknown</td> 16161 </tr> 16162 <tr id="2720"> 16163 <td><a href="https://cplusplus.github.io/CWG/issues/2720.html">2720</a></td> 16164 <td>DRWP</td> 16165 <td>Template validity rules for templated entities and alias templates</td> 16166 <td class="unknown" align="center">Unknown</td> 16167 </tr> 16168 <tr id="2721"> 16169 <td><a href="https://cplusplus.github.io/CWG/issues/2721.html">2721</a></td> 16170 <td>DRWP</td> 16171 <td>When exactly is storage reused?</td> 16172 <td class="unknown" align="center">Unknown</td> 16173 </tr> 16174 <tr id="2722"> 16175 <td><a href="https://cplusplus.github.io/CWG/issues/2722.html">2722</a></td> 16176 <td>DRWP</td> 16177 <td>Temporary materialization conversion for <TT>noexcept</TT> operator</td> 16178 <td class="unknown" align="center">Unknown</td> 16179 </tr> 16180 <tr id="2723"> 16181 <td><a href="https://cplusplus.github.io/CWG/issues/2723.html">2723</a></td> 16182 <td>DRWP</td> 16183 <td>Range of representable values for floating-point types</td> 16184 <td class="unknown" align="center">Unknown</td> 16185 </tr> 16186 <tr id="2724"> 16187 <td><a href="https://cplusplus.github.io/CWG/issues/2724.html">2724</a></td> 16188 <td>DRWP</td> 16189 <td>Clarify rounding for arithmetic right shift</td> 16190 <td class="unknown" align="center">Unknown</td> 16191 </tr> 16192 <tr id="2725"> 16193 <td><a href="https://cplusplus.github.io/CWG/issues/2725.html">2725</a></td> 16194 <td>DRWP</td> 16195 <td>Overload resolution for non-call of class member access</td> 16196 <td class="unknown" align="center">Unknown</td> 16197 </tr> 16198 <tr class="open" id="2726"> 16199 <td><a href="https://cplusplus.github.io/CWG/issues/2726.html">2726</a></td> 16200 <td>review</td> 16201 <td>Alternative tokens appearing as <I>attribute-token</I>s</td> 16202 <td align="center">Not resolved</td> 16203 </tr> 16204 <tr class="open" id="2727"> 16205 <td><a href="https://cplusplus.github.io/CWG/issues/2727.html">2727</a></td> 16206 <td>open</td> 16207 <td>Importing header units synthesized from source files</td> 16208 <td align="center">Not resolved</td> 16209 </tr> 16210 <tr id="2728"> 16211 <td><a href="https://cplusplus.github.io/CWG/issues/2728.html">2728</a></td> 16212 <td>DRWP</td> 16213 <td>Evaluation of conversions in a <I>delete-expression</I></td> 16214 <td class="unknown" align="center">Unknown</td> 16215 </tr> 16216 <tr id="2729"> 16217 <td><a href="https://cplusplus.github.io/CWG/issues/2729.html">2729</a></td> 16218 <td>DRWP</td> 16219 <td>Meaning of <I>new-type-id</I></td> 16220 <td class="unknown" align="center">Unknown</td> 16221 </tr> 16222 <tr class="open" id="2730"> 16223 <td><a href="https://cplusplus.github.io/CWG/issues/2730.html">2730</a></td> 16224 <td>open</td> 16225 <td>Comparison templates on enumeration types</td> 16226 <td align="center">Not resolved</td> 16227 </tr> 16228 <tr class="open" id="2731"> 16229 <td><a href="https://cplusplus.github.io/CWG/issues/2731.html">2731</a></td> 16230 <td>open</td> 16231 <td>List-initialization sequence with a user-defined conversion</td> 16232 <td align="center">Not resolved</td> 16233 </tr> 16234 <tr id="2732"> 16235 <td><a href="https://cplusplus.github.io/CWG/issues/2732.html">2732</a></td> 16236 <td>DRWP</td> 16237 <td>Can importable headers react to preprocessor state from point of import?</td> 16238 <td class="unknown" align="center">Unknown</td> 16239 </tr> 16240 <tr id="2733"> 16241 <td><a href="https://cplusplus.github.io/CWG/issues/2733.html">2733</a></td> 16242 <td>DRWP</td> 16243 <td>Applying <TT>[[maybe_unused]]</TT> to a label</td> 16244 <td class="unknown" align="center">Unknown</td> 16245 </tr> 16246 <tr class="open" id="2734"> 16247 <td><a href="https://cplusplus.github.io/CWG/issues/2734.html">2734</a></td> 16248 <td>open</td> 16249 <td>Immediate forward-declared function templates</td> 16250 <td align="center">Not resolved</td> 16251 </tr> 16252 <tr class="open" id="2735"> 16253 <td><a href="https://cplusplus.github.io/CWG/issues/2735.html">2735</a></td> 16254 <td>open</td> 16255 <td>List-initialization and conversions in overload resolution</td> 16256 <td align="center">Not resolved</td> 16257 </tr> 16258 <tr class="open" id="2736"> 16259 <td><a href="https://cplusplus.github.io/CWG/issues/2736.html">2736</a></td> 16260 <td>open</td> 16261 <td>Standard layout class with empty base class also in first member</td> 16262 <td align="center">Not resolved</td> 16263 </tr> 16264 <tr class="open" id="2737"> 16265 <td><a href="https://cplusplus.github.io/CWG/issues/2737.html">2737</a></td> 16266 <td>review</td> 16267 <td>Temporary lifetime extension for reference init-captures</td> 16268 <td align="center">Not resolved</td> 16269 </tr> 16270 <tr class="open" id="2738"> 16271 <td><a href="https://cplusplus.github.io/CWG/issues/2738.html">2738</a></td> 16272 <td>review</td> 16273 <td>"denotes a destructor" is missing specification</td> 16274 <td align="center">Not resolved</td> 16275 </tr> 16276 <tr class="open" id="2739"> 16277 <td><a href="https://cplusplus.github.io/CWG/issues/2739.html">2739</a></td> 16278 <td>open</td> 16279 <td>Nested requirement not a constant expression</td> 16280 <td align="center">Not resolved</td> 16281 </tr> 16282 <tr class="open" id="2740"> 16283 <td><a href="https://cplusplus.github.io/CWG/issues/2740.html">2740</a></td> 16284 <td>open</td> 16285 <td>Too many objects have constexpr-unknown type</td> 16286 <td align="center">Not resolved</td> 16287 </tr> 16288 <tr class="open" id="2741"> 16289 <td><a href="https://cplusplus.github.io/CWG/issues/2741.html">2741</a></td> 16290 <td>open</td> 16291 <td>Implicit conversion sequence from empty list to array of unknown bound</td> 16292 <td align="center">Not resolved</td> 16293 </tr> 16294 <tr class="open" id="2742"> 16295 <td><a href="https://cplusplus.github.io/CWG/issues/2742.html">2742</a></td> 16296 <td>drafting</td> 16297 <td>Guaranteed copy elision for brace-initialization from prvalue</td> 16298 <td align="center">Not resolved</td> 16299 </tr> 16300 <tr class="open" id="2743"> 16301 <td><a href="https://cplusplus.github.io/CWG/issues/2743.html">2743</a></td> 16302 <td>open</td> 16303 <td>Copying non-trivial objects nested within a union</td> 16304 <td align="center">Not resolved</td> 16305 </tr> 16306 <tr class="open" id="2744"> 16307 <td><a href="https://cplusplus.github.io/CWG/issues/2744.html">2744</a></td> 16308 <td>open</td> 16309 <td>Multiple objects of the same type at the same address</td> 16310 <td align="center">Not resolved</td> 16311 </tr> 16312 <tr id="2745"> 16313 <td><a href="https://cplusplus.github.io/CWG/issues/2745.html">2745</a></td> 16314 <td>DRWP</td> 16315 <td>Dependent odr-use in generic lambdas</td> 16316 <td class="unknown" align="center">Unknown</td> 16317 </tr> 16318 <tr id="2746"> 16319 <td><a href="https://cplusplus.github.io/CWG/issues/2746.html">2746</a></td> 16320 <td>DRWP</td> 16321 <td>Checking of default template arguments</td> 16322 <td class="unknown" align="center">Unknown</td> 16323 </tr> 16324 <tr id="2747"> 16325 <td><a href="https://cplusplus.github.io/CWG/issues/2747.html">2747</a></td> 16326 <td>DRWP</td> 16327 <td>Cannot depend on an already-deleted splice</td> 16328 <td class="unknown" align="center">Unknown</td> 16329 </tr> 16330 <tr id="2748"> 16331 <td><a href="https://cplusplus.github.io/CWG/issues/2748.html">2748</a></td> 16332 <td>DRWP</td> 16333 <td>Accessing static data members via null pointer</td> 16334 <td class="unknown" align="center">Unknown</td> 16335 </tr> 16336 <tr id="2749"> 16337 <td><a href="https://cplusplus.github.io/CWG/issues/2749.html">2749</a></td> 16338 <td>DRWP</td> 16339 <td>Treatment of "pointer to void" for relational comparisons</td> 16340 <td class="unreleased" align="center">Clang 20</td> 16341 </tr> 16342 <tr id="2750"> 16343 <td><a href="https://cplusplus.github.io/CWG/issues/2750.html">2750</a></td> 16344 <td>DRWP</td> 16345 <td>construct_at without constructor call</td> 16346 <td class="unknown" align="center">Unknown</td> 16347 </tr> 16348 <tr id="2751"> 16349 <td><a href="https://cplusplus.github.io/CWG/issues/2751.html">2751</a></td> 16350 <td>NAD</td> 16351 <td>Order of destruction for parameters for operator functions</td> 16352 <td class="unknown" align="center">Unknown</td> 16353 </tr> 16354 <tr class="open" id="2752"> 16355 <td><a href="https://cplusplus.github.io/CWG/issues/2752.html">2752</a></td> 16356 <td>open</td> 16357 <td>Excess-precision floating-point literals</td> 16358 <td align="center">Not resolved</td> 16359 </tr> 16360 <tr id="2753"> 16361 <td><a href="https://cplusplus.github.io/CWG/issues/2753.html">2753</a></td> 16362 <td>DRWP</td> 16363 <td>Storage reuse for string literal objects and backing arrays</td> 16364 <td class="unknown" align="center">Unknown</td> 16365 </tr> 16366 <tr id="2754"> 16367 <td><a href="https://cplusplus.github.io/CWG/issues/2754.html">2754</a></td> 16368 <td>DRWP</td> 16369 <td>Using *this in explicit object member functions that are coroutines</td> 16370 <td class="unknown" align="center">Unknown</td> 16371 </tr> 16372 <tr id="2755"> 16373 <td><a href="https://cplusplus.github.io/CWG/issues/2755.html">2755</a></td> 16374 <td>DRWP</td> 16375 <td>Incorrect wording applied by P2738R1</td> 16376 <td class="unknown" align="center">Unknown</td> 16377 </tr> 16378 <tr class="open" id="2756"> 16379 <td><a href="https://cplusplus.github.io/CWG/issues/2756.html">2756</a></td> 16380 <td>review</td> 16381 <td>Completion of initialization by delegating constructor</td> 16382 <td align="center">Not resolved</td> 16383 </tr> 16384 <tr class="open" id="2757"> 16385 <td><a href="https://cplusplus.github.io/CWG/issues/2757.html">2757</a></td> 16386 <td>review</td> 16387 <td>Deleting or deallocating storage of an object during its construction</td> 16388 <td align="center">Not resolved</td> 16389 </tr> 16390 <tr id="2758"> 16391 <td><a href="https://cplusplus.github.io/CWG/issues/2758.html">2758</a></td> 16392 <td>DRWP</td> 16393 <td>What is "access and ambiguity control"?</td> 16394 <td class="unknown" align="center">Unknown</td> 16395 </tr> 16396 <tr id="2759"> 16397 <td><a href="https://cplusplus.github.io/CWG/issues/2759.html">2759</a></td> 16398 <td>DRWP</td> 16399 <td>[[no_unique_address] and common initial sequence</td> 16400 <td class="full" align="center">Clang 19</td> 16401 </tr> 16402 <tr id="2760"> 16403 <td><a href="https://cplusplus.github.io/CWG/issues/2760.html">2760</a></td> 16404 <td>DRWP</td> 16405 <td>Defaulted constructor that is an immediate function</td> 16406 <td class="unknown" align="center">Unknown</td> 16407 </tr> 16408 <tr id="2761"> 16409 <td><a href="https://cplusplus.github.io/CWG/issues/2761.html">2761</a></td> 16410 <td>DRWP</td> 16411 <td>Implicitly invoking the deleted destructor of an anonymous union member</td> 16412 <td class="unknown" align="center">Unknown</td> 16413 </tr> 16414 <tr id="2762"> 16415 <td><a href="https://cplusplus.github.io/CWG/issues/2762.html">2762</a></td> 16416 <td>DRWP</td> 16417 <td>Type of implicit object parameter</td> 16418 <td class="unknown" align="center">Unknown</td> 16419 </tr> 16420 <tr id="2763"> 16421 <td><a href="https://cplusplus.github.io/CWG/issues/2763.html">2763</a></td> 16422 <td>DRWP</td> 16423 <td>Ignorability of [[noreturn]] during constant evaluation</td> 16424 <td class="unknown" align="center">Unknown</td> 16425 </tr> 16426 <tr id="2764"> 16427 <td><a href="https://cplusplus.github.io/CWG/issues/2764.html">2764</a></td> 16428 <td>DRWP</td> 16429 <td>Use of placeholders affecting name mangling</td> 16430 <td class="unknown" align="center">Unknown</td> 16431 </tr> 16432 <tr class="open" id="2765"> 16433 <td><a href="https://cplusplus.github.io/CWG/issues/2765.html">2765</a></td> 16434 <td>open</td> 16435 <td>Address comparisons between potentially non-unique objects during constant evaluation</td> 16436 <td align="center">Not resolved</td> 16437 </tr> 16438 <tr class="open" id="2766"> 16439 <td><a href="https://cplusplus.github.io/CWG/issues/2766.html">2766</a></td> 16440 <td>open</td> 16441 <td>Repeated evaluation of a <I>string-literal</I> may yield different 16442objects</td> 16443 <td align="center">Not resolved</td> 16444 </tr> 16445 <tr class="open" id="2767"> 16446 <td><a href="https://cplusplus.github.io/CWG/issues/2767.html">2767</a></td> 16447 <td>open</td> 16448 <td>Non-defining declarations of anonymous unions</td> 16449 <td align="center">Not resolved</td> 16450 </tr> 16451 <tr id="2768"> 16452 <td><a href="https://cplusplus.github.io/CWG/issues/2768.html">2768</a></td> 16453 <td>DRWP</td> 16454 <td>Assignment to enumeration variable with a <I>braced-init-list</I></td> 16455 <td class="unknown" align="center">Unknown</td> 16456 </tr> 16457 <tr class="open" id="2769"> 16458 <td><a href="https://cplusplus.github.io/CWG/issues/2769.html">2769</a></td> 16459 <td>open</td> 16460 <td>Substitution into template parameters and default template arguments should be interleaved</td> 16461 <td align="center">Not resolved</td> 16462 </tr> 16463 <tr class="open" id="2770"> 16464 <td><a href="https://cplusplus.github.io/CWG/issues/2770.html">2770</a></td> 16465 <td>open</td> 16466 <td>Trailing <I>requires-clause</I> can refer to function parameters before they are substituted into</td> 16467 <td align="center">Not resolved</td> 16468 </tr> 16469 <tr id="2771"> 16470 <td><a href="https://cplusplus.github.io/CWG/issues/2771.html">2771</a></td> 16471 <td>DRWP</td> 16472 <td>Transformation for <I>unqualified-id</I>s in address operator</td> 16473 <td class="full" align="center">Clang 18</td> 16474 </tr> 16475 <tr id="2772"> 16476 <td><a href="https://cplusplus.github.io/CWG/issues/2772.html">2772</a></td> 16477 <td>DRWP</td> 16478 <td>Missing Annex C entry for linkage effects of <I>linkage-specification</I></td> 16479 <td class="unknown" align="center">Unknown</td> 16480 </tr> 16481 <tr class="open" id="2773"> 16482 <td><a href="https://cplusplus.github.io/CWG/issues/2773.html">2773</a></td> 16483 <td>open</td> 16484 <td>Naming anonymous union members as class members</td> 16485 <td align="center">Not resolved</td> 16486 </tr> 16487 <tr class="open" id="2774"> 16488 <td><a href="https://cplusplus.github.io/CWG/issues/2774.html">2774</a></td> 16489 <td>open</td> 16490 <td>Value-dependence of <I>requires-expression</I>s</td> 16491 <td align="center">Not resolved</td> 16492 </tr> 16493 <tr id="2775"> 16494 <td><a href="https://cplusplus.github.io/CWG/issues/2775.html">2775</a></td> 16495 <td>DRWP</td> 16496 <td>Unclear argument type for copy of exception object</td> 16497 <td class="unknown" align="center">Unknown</td> 16498 </tr> 16499 <tr class="open" id="2776"> 16500 <td><a href="https://cplusplus.github.io/CWG/issues/2776.html">2776</a></td> 16501 <td>open</td> 16502 <td>Substitution failure and implementation limits</td> 16503 <td align="center">Not resolved</td> 16504 </tr> 16505 <tr id="2777"> 16506 <td><a href="https://cplusplus.github.io/CWG/issues/2777.html">2777</a></td> 16507 <td>DRWP</td> 16508 <td>Type of <I>id-expression</I> denoting a template parameter object</td> 16509 <td class="unknown" align="center">Unknown</td> 16510 </tr> 16511 <tr class="open" id="2778"> 16512 <td><a href="https://cplusplus.github.io/CWG/issues/2778.html">2778</a></td> 16513 <td>review</td> 16514 <td>Trivial destructor does not imply constant destruction</td> 16515 <td align="center">Not resolved</td> 16516 </tr> 16517 <tr class="open" id="2779"> 16518 <td><a href="https://cplusplus.github.io/CWG/issues/2779.html">2779</a></td> 16519 <td>open</td> 16520 <td>Restrictions on the ordinary literal encoding</td> 16521 <td align="center">Not resolved</td> 16522 </tr> 16523 <tr id="2780"> 16524 <td><a href="https://cplusplus.github.io/CWG/issues/2780.html">2780</a></td> 16525 <td>DRWP</td> 16526 <td><TT>reinterpret_cast</TT> to reference to function types</td> 16527 <td class="unknown" align="center">Unknown</td> 16528 </tr> 16529 <tr class="open" id="2781"> 16530 <td><a href="https://cplusplus.github.io/CWG/issues/2781.html">2781</a></td> 16531 <td>open</td> 16532 <td>Unclear recursion in the one-definition rule</td> 16533 <td align="center">Not resolved</td> 16534 </tr> 16535 <tr class="open" id="2782"> 16536 <td><a href="https://cplusplus.github.io/CWG/issues/2782.html">2782</a></td> 16537 <td>open</td> 16538 <td>Treatment of closure types in the one-definition rule</td> 16539 <td align="center">Not resolved</td> 16540 </tr> 16541 <tr id="2783"> 16542 <td><a href="https://cplusplus.github.io/CWG/issues/2783.html">2783</a></td> 16543 <td>DRWP</td> 16544 <td>Handling of deduction guides in <I>global-module-fragment</I></td> 16545 <td class="unknown" align="center">Unknown</td> 16546 </tr> 16547 <tr class="open" id="2784"> 16548 <td><a href="https://cplusplus.github.io/CWG/issues/2784.html">2784</a></td> 16549 <td>open</td> 16550 <td>Unclear definition of <I>member-designator</I> for <TT>offsetof</TT></td> 16551 <td align="center">Not resolved</td> 16552 </tr> 16553 <tr id="2785"> 16554 <td><a href="https://cplusplus.github.io/CWG/issues/2785.html">2785</a></td> 16555 <td>DRWP</td> 16556 <td>Type-dependence of <I>requires-expression</I></td> 16557 <td class="unknown" align="center">Unknown</td> 16558 </tr> 16559 <tr class="open" id="2786"> 16560 <td><a href="https://cplusplus.github.io/CWG/issues/2786.html">2786</a></td> 16561 <td>open</td> 16562 <td>Comparing pointers to complete objects</td> 16563 <td align="center">Not resolved</td> 16564 </tr> 16565 <tr class="open" id="2787"> 16566 <td><a href="https://cplusplus.github.io/CWG/issues/2787.html">2787</a></td> 16567 <td>open</td> 16568 <td>Kind of explicit object copy/move assignment function</td> 16569 <td align="center">Not resolved</td> 16570 </tr> 16571 <tr class="open" id="2788"> 16572 <td><a href="https://cplusplus.github.io/CWG/issues/2788.html">2788</a></td> 16573 <td>open</td> 16574 <td>Correspondence and redeclarations</td> 16575 <td align="center">Not resolved</td> 16576 </tr> 16577 <tr id="2789"> 16578 <td><a href="https://cplusplus.github.io/CWG/issues/2789.html">2789</a></td> 16579 <td>DRWP</td> 16580 <td>Overload resolution with implicit and explicit object member functions</td> 16581 <td class="full" align="center">Clang 18</td> 16582 </tr> 16583 <tr class="open" id="2790"> 16584 <td><a href="https://cplusplus.github.io/CWG/issues/2790.html">2790</a></td> 16585 <td>open</td> 16586 <td>Aggregate initialization and user-defined conversion sequence</td> 16587 <td align="center">Not resolved</td> 16588 </tr> 16589 <tr id="2791"> 16590 <td><a href="https://cplusplus.github.io/CWG/issues/2791.html">2791</a></td> 16591 <td>DRWP</td> 16592 <td>Unclear phrasing about "returning to the caller"</td> 16593 <td class="unknown" align="center">Unknown</td> 16594 </tr> 16595 <tr id="2792"> 16596 <td><a href="https://cplusplus.github.io/CWG/issues/2792.html">2792</a></td> 16597 <td>DRWP</td> 16598 <td>Clean up specification of <TT>noexcept</TT> operator</td> 16599 <td class="unknown" align="center">Unknown</td> 16600 </tr> 16601 <tr id="2793"> 16602 <td><a href="https://cplusplus.github.io/CWG/issues/2793.html">2793</a></td> 16603 <td>DRWP</td> 16604 <td>Block-scope declaration conflicting with parameter name</td> 16605 <td class="unknown" align="center">Unknown</td> 16606 </tr> 16607 <tr class="open" id="2794"> 16608 <td><a href="https://cplusplus.github.io/CWG/issues/2794.html">2794</a></td> 16609 <td>open</td> 16610 <td>Uniqueness of lambdas in alias templates</td> 16611 <td align="center">Not resolved</td> 16612 </tr> 16613 <tr id="2795"> 16614 <td><a href="https://cplusplus.github.io/CWG/issues/2795.html">2795</a></td> 16615 <td>DRWP</td> 16616 <td>Overlapping empty subobjects with different cv-qualification</td> 16617 <td class="unknown" align="center">Unknown</td> 16618 </tr> 16619 <tr id="2796"> 16620 <td><a href="https://cplusplus.github.io/CWG/issues/2796.html">2796</a></td> 16621 <td>DRWP</td> 16622 <td>Function pointer conversions for relational operators</td> 16623 <td class="unknown" align="center">Unknown</td> 16624 </tr> 16625 <tr class="open" id="2797"> 16626 <td><a href="https://cplusplus.github.io/CWG/issues/2797.html">2797</a></td> 16627 <td>review</td> 16628 <td>Meaning of "corresponds" for rewritten operator candidates</td> 16629 <td align="center">Not resolved</td> 16630 </tr> 16631 <tr id="2798"> 16632 <td><a href="https://cplusplus.github.io/CWG/issues/2798.html">2798</a></td> 16633 <td>DRWP</td> 16634 <td>Manifestly constant evaluation of the <TT>static_assert</TT> message</td> 16635 <td class="full" align="center">Clang 17</td> 16636 </tr> 16637 <tr class="open" id="2799"> 16638 <td><a href="https://cplusplus.github.io/CWG/issues/2799.html">2799</a></td> 16639 <td>drafting</td> 16640 <td>Inheriting default constructors</td> 16641 <td align="center">Not resolved</td> 16642 </tr> 16643 <tr class="open" id="2800"> 16644 <td><a href="https://cplusplus.github.io/CWG/issues/2800.html">2800</a></td> 16645 <td>review</td> 16646 <td>Instantiating constexpr variables for potential constant evaluation</td> 16647 <td align="center">Not resolved</td> 16648 </tr> 16649 <tr id="2801"> 16650 <td><a href="https://cplusplus.github.io/CWG/issues/2801.html">2801</a></td> 16651 <td>DRWP</td> 16652 <td>Reference binding with reference-related types</td> 16653 <td class="unknown" align="center">Unknown</td> 16654 </tr> 16655 <tr class="open" id="2802"> 16656 <td><a href="https://cplusplus.github.io/CWG/issues/2802.html">2802</a></td> 16657 <td>open</td> 16658 <td>Constrained <TT>auto</TT> and redeclaration with non-abbreviated syntax</td> 16659 <td align="center">Not resolved</td> 16660 </tr> 16661 <tr id="2803"> 16662 <td><a href="https://cplusplus.github.io/CWG/issues/2803.html">2803</a></td> 16663 <td>DRWP</td> 16664 <td>Overload resolution for reference binding of similar types</td> 16665 <td class="unknown" align="center">Unknown</td> 16666 </tr> 16667 <tr class="open" id="2804"> 16668 <td><a href="https://cplusplus.github.io/CWG/issues/2804.html">2804</a></td> 16669 <td>open</td> 16670 <td>Lookup for determining rewrite targets</td> 16671 <td align="center">Not resolved</td> 16672 </tr> 16673 <tr class="open" id="2805"> 16674 <td><a href="https://cplusplus.github.io/CWG/issues/2805.html">2805</a></td> 16675 <td>open</td> 16676 <td>Underspecified selection of deallocation function</td> 16677 <td align="center">Not resolved</td> 16678 </tr> 16679 <tr id="2806"> 16680 <td><a href="https://cplusplus.github.io/CWG/issues/2806.html">2806</a></td> 16681 <td>DRWP</td> 16682 <td>Make a <I>type-requirement</I> a type-only context</td> 16683 <td class="unknown" align="center">Unknown</td> 16684 </tr> 16685 <tr id="2807"> 16686 <td><a href="https://cplusplus.github.io/CWG/issues/2807.html">2807</a></td> 16687 <td>DRWP</td> 16688 <td>Destructors declared <TT>consteval</TT></td> 16689 <td class="unknown" align="center">Unknown</td> 16690 </tr> 16691 <tr class="open" id="2808"> 16692 <td><a href="https://cplusplus.github.io/CWG/issues/2808.html">2808</a></td> 16693 <td>review</td> 16694 <td>Explicit specialization of defaulted special member function</td> 16695 <td align="center">Not resolved</td> 16696 </tr> 16697 <tr id="2809"> 16698 <td><a href="https://cplusplus.github.io/CWG/issues/2809.html">2809</a></td> 16699 <td>DRWP</td> 16700 <td>An implicit definition does not redeclare a function</td> 16701 <td class="unknown" align="center">Unknown</td> 16702 </tr> 16703 <tr id="2810"> 16704 <td><a href="https://cplusplus.github.io/CWG/issues/2810.html">2810</a></td> 16705 <td>DRWP</td> 16706 <td>Requiring the absence of diagnostics for templates</td> 16707 <td class="unknown" align="center">Unknown</td> 16708 </tr> 16709 <tr id="2811"> 16710 <td><a href="https://cplusplus.github.io/CWG/issues/2811.html">2811</a></td> 16711 <td>DRWP</td> 16712 <td>Clarify "use" of main</td> 16713 <td class="full" align="center">Clang 3.5</td> 16714 </tr> 16715 <tr class="open" id="2812"> 16716 <td><a href="https://cplusplus.github.io/CWG/issues/2812.html">2812</a></td> 16717 <td>open</td> 16718 <td>Allocation with explicit alignment</td> 16719 <td align="center">Not resolved</td> 16720 </tr> 16721 <tr id="2813"> 16722 <td><a href="https://cplusplus.github.io/CWG/issues/2813.html">2813</a></td> 16723 <td>DRWP</td> 16724 <td>Class member access with prvalues</td> 16725 <td class="unreleased" align="center">Clang 20</td> 16726 </tr> 16727 <tr id="2814"> 16728 <td><a href="https://cplusplus.github.io/CWG/issues/2814.html">2814</a></td> 16729 <td>NAD</td> 16730 <td>Alignment requirement of incomplete class type</td> 16731 <td class="unknown" align="center">Unknown</td> 16732 </tr> 16733 <tr id="2815"> 16734 <td><a href="https://cplusplus.github.io/CWG/issues/2815.html">2815</a></td> 16735 <td>DR</td> 16736 <td>Overload resolution for references/pointers to <TT>noexcept</TT> functions</td> 16737 <td class="unknown" align="center">Unknown</td> 16738 </tr> 16739 <tr class="open" id="2816"> 16740 <td><a href="https://cplusplus.github.io/CWG/issues/2816.html">2816</a></td> 16741 <td>review</td> 16742 <td>Unclear phrasing "may assume ... eventually"</td> 16743 <td align="center">Not resolved</td> 16744 </tr> 16745 <tr class="open" id="2817"> 16746 <td><a href="https://cplusplus.github.io/CWG/issues/2817.html">2817</a></td> 16747 <td>open</td> 16748 <td>sizeof(abstract class) is underspecified</td> 16749 <td align="center">Not resolved</td> 16750 </tr> 16751 <tr id="2818"> 16752 <td><a href="https://cplusplus.github.io/CWG/issues/2818.html">2818</a></td> 16753 <td>DRWP</td> 16754 <td>Use of predefined reserved identifiers</td> 16755 <td class="unknown" align="center">Unknown</td> 16756 </tr> 16757 <tr id="2819"> 16758 <td><a href="https://cplusplus.github.io/CWG/issues/2819.html">2819</a></td> 16759 <td>WP</td> 16760 <td>Cast from null pointer value in a constant expression</td> 16761 <td class="full" align="center">Clang 19 (C++26 onwards)</td> 16762 </tr> 16763 <tr id="2820"> 16764 <td><a href="https://cplusplus.github.io/CWG/issues/2820.html">2820</a></td> 16765 <td>DRWP</td> 16766 <td>Value-initialization and default constructors</td> 16767 <td class="unknown" align="center">Unknown</td> 16768 </tr> 16769 <tr class="open" id="2821"> 16770 <td><a href="https://cplusplus.github.io/CWG/issues/2821.html">2821</a></td> 16771 <td>review</td> 16772 <td>Lifetime, zero-initialization, and dynamic initialization</td> 16773 <td align="center">Not resolved</td> 16774 </tr> 16775 <tr id="2822"> 16776 <td><a href="https://cplusplus.github.io/CWG/issues/2822.html">2822</a></td> 16777 <td>DRWP</td> 16778 <td>Side-effect-free pointer zap</td> 16779 <td class="unknown" align="center">Unknown</td> 16780 </tr> 16781 <tr id="2823"> 16782 <td><a href="https://cplusplus.github.io/CWG/issues/2823.html">2823</a></td> 16783 <td>DRWP</td> 16784 <td>Implicit undefined behavior when dereferencing pointers</td> 16785 <td class="unknown" align="center">Unknown</td> 16786 </tr> 16787 <tr id="2824"> 16788 <td><a href="https://cplusplus.github.io/CWG/issues/2824.html">2824</a></td> 16789 <td>DRWP</td> 16790 <td>Copy-initialization of arrays</td> 16791 <td class="unknown" align="center">Unknown</td> 16792 </tr> 16793 <tr id="2825"> 16794 <td><a href="https://cplusplus.github.io/CWG/issues/2825.html">2825</a></td> 16795 <td>DRWP</td> 16796 <td>Range-based for statement using a <I>braced-init-list</I></td> 16797 <td class="unknown" align="center">Unknown</td> 16798 </tr> 16799 <tr class="open" id="2826"> 16800 <td><a href="https://cplusplus.github.io/CWG/issues/2826.html">2826</a></td> 16801 <td>drafting</td> 16802 <td>Missing definition of "temporary expression"</td> 16803 <td align="center">Not resolved</td> 16804 </tr> 16805 <tr class="open" id="2827"> 16806 <td><a href="https://cplusplus.github.io/CWG/issues/2827.html">2827</a></td> 16807 <td>review</td> 16808 <td>Representation of unsigned integral types</td> 16809 <td align="center">Not resolved</td> 16810 </tr> 16811 <tr id="2828"> 16812 <td><a href="https://cplusplus.github.io/CWG/issues/2828.html">2828</a></td> 16813 <td>DRWP</td> 16814 <td>Ambiguous interpretation of C-style cast</td> 16815 <td class="unknown" align="center">Unknown</td> 16816 </tr> 16817 <tr class="open" id="2829"> 16818 <td><a href="https://cplusplus.github.io/CWG/issues/2829.html">2829</a></td> 16819 <td>open</td> 16820 <td>Redundant case in restricting user-defined conversion sequences</td> 16821 <td align="center">Not resolved</td> 16822 </tr> 16823 <tr id="2830"> 16824 <td><a href="https://cplusplus.github.io/CWG/issues/2830.html">2830</a></td> 16825 <td>DRWP</td> 16826 <td>Top-level cv-qualification should be ignored for list-initialization</td> 16827 <td class="unknown" align="center">Unknown</td> 16828 </tr> 16829 <tr id="2831"> 16830 <td><a href="https://cplusplus.github.io/CWG/issues/2831.html">2831</a></td> 16831 <td>DRWP</td> 16832 <td>Non-templated function definitions and <I>requires-clause</I>s</td> 16833 <td class="unknown" align="center">Unknown</td> 16834 </tr> 16835 <tr class="open" id="2832"> 16836 <td><a href="https://cplusplus.github.io/CWG/issues/2832.html">2832</a></td> 16837 <td>open</td> 16838 <td>Invented temporary variables and temporary objects</td> 16839 <td align="center">Not resolved</td> 16840 </tr> 16841 <tr class="open" id="2833"> 16842 <td><a href="https://cplusplus.github.io/CWG/issues/2833.html">2833</a></td> 16843 <td>review</td> 16844 <td>Evaluation of odr-use</td> 16845 <td align="center">Not resolved</td> 16846 </tr> 16847 <tr class="open" id="2834"> 16848 <td><a href="https://cplusplus.github.io/CWG/issues/2834.html">2834</a></td> 16849 <td>review</td> 16850 <td>Partial ordering and explicit object parameters</td> 16851 <td align="center">Not resolved</td> 16852 </tr> 16853 <tr class="open" id="2835"> 16854 <td><a href="https://cplusplus.github.io/CWG/issues/2835.html">2835</a></td> 16855 <td>open</td> 16856 <td>Name-independent declarations</td> 16857 <td align="center">Not resolved</td> 16858 </tr> 16859 <tr id="2836"> 16860 <td><a href="https://cplusplus.github.io/CWG/issues/2836.html">2836</a></td> 16861 <td>DRWP</td> 16862 <td>Conversion rank of <TT>long double</TT> and extended floating-point types</td> 16863 <td class="unknown" align="center">Unknown</td> 16864 </tr> 16865 <tr class="open" id="2837"> 16866 <td><a href="https://cplusplus.github.io/CWG/issues/2837.html">2837</a></td> 16867 <td>open</td> 16868 <td>Instantiating and inheriting by-value copy constructors</td> 16869 <td align="center">Not resolved</td> 16870 </tr> 16871 <tr class="open" id="2838"> 16872 <td><a href="https://cplusplus.github.io/CWG/issues/2838.html">2838</a></td> 16873 <td>open</td> 16874 <td>Declaration conflicts in <I>lambda-expression</I>s</td> 16875 <td align="center">Not resolved</td> 16876 </tr> 16877 <tr class="open" id="2839"> 16878 <td><a href="https://cplusplus.github.io/CWG/issues/2839.html">2839</a></td> 16879 <td>open</td> 16880 <td>Explicit destruction of base classes</td> 16881 <td align="center">Not resolved</td> 16882 </tr> 16883 <tr class="open" id="2840"> 16884 <td><a href="https://cplusplus.github.io/CWG/issues/2840.html">2840</a></td> 16885 <td>open</td> 16886 <td>Missing requirements for fundamental alignments</td> 16887 <td align="center">Not resolved</td> 16888 </tr> 16889 <tr class="open" id="2841"> 16890 <td><a href="https://cplusplus.github.io/CWG/issues/2841.html">2841</a></td> 16891 <td>open</td> 16892 <td>When do const objects start being const?</td> 16893 <td align="center">Not resolved</td> 16894 </tr> 16895 <tr class="open" id="2842"> 16896 <td><a href="https://cplusplus.github.io/CWG/issues/2842.html">2842</a></td> 16897 <td>open</td> 16898 <td>Preferring an <TT>initializer_list</TT> over a single value</td> 16899 <td align="center">Not resolved</td> 16900 </tr> 16901 <tr class="open" id="2843"> 16902 <td><a href="https://cplusplus.github.io/CWG/issues/2843.html">2843</a></td> 16903 <td>drafting</td> 16904 <td>Undated reference to Unicode makes C++ a moving target</td> 16905 <td align="center">Not resolved</td> 16906 </tr> 16907 <tr class="open" id="2844"> 16908 <td><a href="https://cplusplus.github.io/CWG/issues/2844.html">2844</a></td> 16909 <td>open</td> 16910 <td>Enumerating a finite set of built-in candidates</td> 16911 <td align="center">Not resolved</td> 16912 </tr> 16913 <tr id="2845"> 16914 <td><a href="https://cplusplus.github.io/CWG/issues/2845.html">2845</a></td> 16915 <td>DRWP</td> 16916 <td>Make the closure type of a captureless lambda a structural type</td> 16917 <td class="unknown" align="center">Unknown</td> 16918 </tr> 16919 <tr id="2846"> 16920 <td><a href="https://cplusplus.github.io/CWG/issues/2846.html">2846</a></td> 16921 <td>DRWP</td> 16922 <td>Out-of-class definitions of explicit object member functions</td> 16923 <td class="unknown" align="center">Unknown</td> 16924 </tr> 16925 <tr class="open" id="2847"> 16926 <td><a href="https://cplusplus.github.io/CWG/issues/2847.html">2847</a></td> 16927 <td>review</td> 16928 <td>Constrained explicit specializations of function templates at class scope</td> 16929 <td align="center"> 16930 <details> 16931 <summary>Not resolved</summary> 16932 Clang 19 implements 2024-03-01 resolution 16933 </details></td> 16934 </tr> 16935 <tr id="2848"> 16936 <td><a href="https://cplusplus.github.io/CWG/issues/2848.html">2848</a></td> 16937 <td>DRWP</td> 16938 <td>Omitting an empty template argument list for explicit instantiation</td> 16939 <td class="unknown" align="center">Unknown</td> 16940 </tr> 16941 <tr id="2849"> 16942 <td><a href="https://cplusplus.github.io/CWG/issues/2849.html">2849</a></td> 16943 <td>DRWP</td> 16944 <td>Parameter objects are not temporary objects</td> 16945 <td class="unknown" align="center">Unknown</td> 16946 </tr> 16947 <tr id="2850"> 16948 <td><a href="https://cplusplus.github.io/CWG/issues/2850.html">2850</a></td> 16949 <td>DRWP</td> 16950 <td>Unclear storage duration for function parameter objects</td> 16951 <td class="unknown" align="center">Unknown</td> 16952 </tr> 16953 <tr id="2851"> 16954 <td><a href="https://cplusplus.github.io/CWG/issues/2851.html">2851</a></td> 16955 <td>DRWP</td> 16956 <td>Allow floating-point conversions in converted constant expressions</td> 16957 <td class="unknown" align="center">Unknown</td> 16958 </tr> 16959 <tr class="open" id="2852"> 16960 <td><a href="https://cplusplus.github.io/CWG/issues/2852.html">2852</a></td> 16961 <td>open</td> 16962 <td>Complete-class contexts and class-scope lambdas</td> 16963 <td align="center">Not resolved</td> 16964 </tr> 16965 <tr id="2853"> 16966 <td><a href="https://cplusplus.github.io/CWG/issues/2853.html">2853</a></td> 16967 <td>DRWP</td> 16968 <td>Pointer arithmetic with pointer to hypothetical element</td> 16969 <td class="unknown" align="center">Unknown</td> 16970 </tr> 16971 <tr id="2854"> 16972 <td><a href="https://cplusplus.github.io/CWG/issues/2854.html">2854</a></td> 16973 <td>DRWP</td> 16974 <td>Storage duration of exception objects</td> 16975 <td class="unknown" align="center">Unknown</td> 16976 </tr> 16977 <tr id="2855"> 16978 <td><a href="https://cplusplus.github.io/CWG/issues/2855.html">2855</a></td> 16979 <td>DRWP</td> 16980 <td>Undefined behavior in postfix increment</td> 16981 <td class="unknown" align="center">Unknown</td> 16982 </tr> 16983 <tr id="2856"> 16984 <td><a href="https://cplusplus.github.io/CWG/issues/2856.html">2856</a></td> 16985 <td>DRWP</td> 16986 <td>Copy-list-initialization with explicit default constructors</td> 16987 <td class="unknown" align="center">Unknown</td> 16988 </tr> 16989 <tr id="2857"> 16990 <td><a href="https://cplusplus.github.io/CWG/issues/2857.html">2857</a></td> 16991 <td>DRWP</td> 16992 <td>Argument-dependent lookup with incomplete class types</td> 16993 <td class="none" align="center">No</td> 16994 </tr> 16995 <tr id="2858"> 16996 <td><a href="https://cplusplus.github.io/CWG/issues/2858.html">2858</a></td> 16997 <td>WP</td> 16998 <td>Declarative <I>nested-name-specifier</I>s and <I>pack-index-specifier</I>s</td> 16999 <td class="full" align="center">Clang 19</td> 17000 </tr> 17001 <tr id="2859"> 17002 <td><a href="https://cplusplus.github.io/CWG/issues/2859.html">2859</a></td> 17003 <td>DRWP</td> 17004 <td>Value-initialization with multiple default constructors</td> 17005 <td class="unknown" align="center">Unknown</td> 17006 </tr> 17007 <tr id="2860"> 17008 <td><a href="https://cplusplus.github.io/CWG/issues/2860.html">2860</a></td> 17009 <td>dup</td> 17010 <td>Remove and fix the term "vacuous initialization"</td> 17011 <td class="unknown" align="center">Unknown</td> 17012 </tr> 17013 <tr id="2861"> 17014 <td><a href="https://cplusplus.github.io/CWG/issues/2861.html">2861</a></td> 17015 <td>DRWP</td> 17016 <td><TT>dynamic_cast</TT> on bad pointer value</td> 17017 <td class="unknown" align="center">Unknown</td> 17018 </tr> 17019 <tr class="open" id="2862"> 17020 <td><a href="https://cplusplus.github.io/CWG/issues/2862.html">2862</a></td> 17021 <td>review</td> 17022 <td>Unclear boundaries of template declarations</td> 17023 <td align="center">Not resolved</td> 17024 </tr> 17025 <tr class="open" id="2863"> 17026 <td><a href="https://cplusplus.github.io/CWG/issues/2863.html">2863</a></td> 17027 <td>drafting</td> 17028 <td>Unclear synchronization requirements for object lifetime rules</td> 17029 <td align="center">Not resolved</td> 17030 </tr> 17031 <tr id="2864"> 17032 <td><a href="https://cplusplus.github.io/CWG/issues/2864.html">2864</a></td> 17033 <td>DRWP</td> 17034 <td>Narrowing floating-point conversions</td> 17035 <td class="unknown" align="center">Unknown</td> 17036 </tr> 17037 <tr id="2865"> 17038 <td><a href="https://cplusplus.github.io/CWG/issues/2865.html">2865</a></td> 17039 <td>DRWP</td> 17040 <td>Regression on result of conditional operator</td> 17041 <td class="unknown" align="center">Unknown</td> 17042 </tr> 17043 <tr class="open" id="2866"> 17044 <td><a href="https://cplusplus.github.io/CWG/issues/2866.html">2866</a></td> 17045 <td>open</td> 17046 <td>Observing the effects of <TT>[[no_unique_address]]</TT></td> 17047 <td align="center">Not resolved</td> 17048 </tr> 17049 <tr id="2867"> 17050 <td><a href="https://cplusplus.github.io/CWG/issues/2867.html">2867</a></td> 17051 <td>DRWP</td> 17052 <td>Order of initialization for structured bindings</td> 17053 <td class="unknown" align="center">Unknown</td> 17054 </tr> 17055 <tr class="open" id="2868"> 17056 <td><a href="https://cplusplus.github.io/CWG/issues/2868.html">2868</a></td> 17057 <td>open</td> 17058 <td>Self-references in trivially copyable objects as function return values</td> 17059 <td align="center">Not resolved</td> 17060 </tr> 17061 <tr id="2869"> 17062 <td><a href="https://cplusplus.github.io/CWG/issues/2869.html">2869</a></td> 17063 <td>DRWP</td> 17064 <td><TT>this</TT> in local classes</td> 17065 <td class="unknown" align="center">Unknown</td> 17066 </tr> 17067 <tr id="2870"> 17068 <td><a href="https://cplusplus.github.io/CWG/issues/2870.html">2870</a></td> 17069 <td>DRWP</td> 17070 <td>Combining absent <I>encoding-prefix</I>es</td> 17071 <td class="unknown" align="center">Unknown</td> 17072 </tr> 17073 <tr id="2871"> 17074 <td><a href="https://cplusplus.github.io/CWG/issues/2871.html">2871</a></td> 17075 <td>DRWP</td> 17076 <td>User-declared constructor templates inhibiting default constructors</td> 17077 <td class="unknown" align="center">Unknown</td> 17078 </tr> 17079 <tr id="2872"> 17080 <td><a href="https://cplusplus.github.io/CWG/issues/2872.html">2872</a></td> 17081 <td>DRWP</td> 17082 <td>Linkage and unclear "can be referred to"</td> 17083 <td class="unknown" align="center">Unknown</td> 17084 </tr> 17085 <tr class="open" id="2873"> 17086 <td><a href="https://cplusplus.github.io/CWG/issues/2873.html">2873</a></td> 17087 <td>open</td> 17088 <td>Taking the address of a function involving template argument deduction</td> 17089 <td align="center">Not resolved</td> 17090 </tr> 17091 <tr id="2874"> 17092 <td><a href="https://cplusplus.github.io/CWG/issues/2874.html">2874</a></td> 17093 <td>DRWP</td> 17094 <td>Qualified declarations of partial specializations</td> 17095 <td class="unknown" align="center">Unknown</td> 17096 </tr> 17097 <tr class="open" id="2875"> 17098 <td><a href="https://cplusplus.github.io/CWG/issues/2875.html">2875</a></td> 17099 <td>review</td> 17100 <td>Missing support for round-tripping null pointer values through indirection/address operators</td> 17101 <td align="center">Not resolved</td> 17102 </tr> 17103 <tr id="2876"> 17104 <td><a href="https://cplusplus.github.io/CWG/issues/2876.html">2876</a></td> 17105 <td>WP</td> 17106 <td>Disambiguation of <TT>T x = delete("text")</TT></td> 17107 <td class="unknown" align="center">Unknown</td> 17108 </tr> 17109 <tr id="2877"> 17110 <td><a href="https://cplusplus.github.io/CWG/issues/2877.html">2877</a></td> 17111 <td>DRWP</td> 17112 <td>Type-only lookup for <I>using-enum-declarator</I></td> 17113 <td class="full" align="center">Clang 19</td> 17114 </tr> 17115 <tr class="open" id="2878"> 17116 <td><a href="https://cplusplus.github.io/CWG/issues/2878.html">2878</a></td> 17117 <td>open</td> 17118 <td>C-style casts to reference types</td> 17119 <td align="center">Not resolved</td> 17120 </tr> 17121 <tr id="2879"> 17122 <td><a href="https://cplusplus.github.io/CWG/issues/2879.html">2879</a></td> 17123 <td>DR</td> 17124 <td>Undesired outcomes with <TT>const_cast</TT></td> 17125 <td class="unknown" align="center">Unknown</td> 17126 </tr> 17127 <tr id="2880"> 17128 <td><a href="https://cplusplus.github.io/CWG/issues/2880.html">2880</a></td> 17129 <td>WP</td> 17130 <td>Accessibility check for destructor of incomplete class type</td> 17131 <td class="unknown" align="center">Unknown</td> 17132 </tr> 17133 <tr id="2881"> 17134 <td><a href="https://cplusplus.github.io/CWG/issues/2881.html">2881</a></td> 17135 <td>DRWP</td> 17136 <td>Type restrictions for the explicit object parameter of a lambda</td> 17137 <td class="full" align="center">Clang 19</td> 17138 </tr> 17139 <tr id="2882"> 17140 <td><a href="https://cplusplus.github.io/CWG/issues/2882.html">2882</a></td> 17141 <td>DRWP</td> 17142 <td>Unclear treatment of conversion to <TT>void</TT></td> 17143 <td class="full" align="center">Clang 2.7</td> 17144 </tr> 17145 <tr id="2883"> 17146 <td><a href="https://cplusplus.github.io/CWG/issues/2883.html">2883</a></td> 17147 <td>DRWP</td> 17148 <td>Definition of "odr-usable" ignores lambda scopes</td> 17149 <td class="none" align="center">No</td> 17150 </tr> 17151 <tr id="2884"> 17152 <td><a href="https://cplusplus.github.io/CWG/issues/2884.html">2884</a></td> 17153 <td>dup</td> 17154 <td>Qualified declarations of partial specializations</td> 17155 <td class="unknown" align="center">Unknown</td> 17156 </tr> 17157 <tr class="open" id="2885"> 17158 <td><a href="https://cplusplus.github.io/CWG/issues/2885.html">2885</a></td> 17159 <td>review</td> 17160 <td>Non-eligible trivial default constructors</td> 17161 <td align="center"> 17162 <details> 17163 <summary>Not resolved</summary> 17164 Clang 16 implements 2024-05-31 resolution 17165 </details></td> 17166 </tr> 17167 <tr id="2886"> 17168 <td><a href="https://cplusplus.github.io/CWG/issues/2886.html">2886</a></td> 17169 <td>DRWP</td> 17170 <td>Temporaries and trivial potentially-throwing special member functions</td> 17171 <td class="full" align="center">Clang 9</td> 17172 </tr> 17173 <tr id="2887"> 17174 <td><a href="https://cplusplus.github.io/CWG/issues/2887.html">2887</a></td> 17175 <td>DRWP</td> 17176 <td>Missing compatibility entries for xvalues</td> 17177 <td class="unknown" align="center">Unknown</td> 17178 </tr> 17179 <tr class="open" id="2888"> 17180 <td><a href="https://cplusplus.github.io/CWG/issues/2888.html">2888</a></td> 17181 <td>review</td> 17182 <td>Missing cases for reference and array types for argument-dependent lookup</td> 17183 <td align="center">Not resolved</td> 17184 </tr> 17185 <tr class="open" id="2889"> 17186 <td><a href="https://cplusplus.github.io/CWG/issues/2889.html">2889</a></td> 17187 <td>open</td> 17188 <td>Requiring an accessible destructor for destroying operator delete</td> 17189 <td align="center">Not resolved</td> 17190 </tr> 17191 <tr id="2890"> 17192 <td><a href="https://cplusplus.github.io/CWG/issues/2890.html">2890</a></td> 17193 <td>DR</td> 17194 <td>Defining members of local classes</td> 17195 <td class="unknown" align="center">Unknown</td> 17196 </tr> 17197 <tr id="2891"> 17198 <td><a href="https://cplusplus.github.io/CWG/issues/2891.html">2891</a></td> 17199 <td>DRWP</td> 17200 <td>Normative status of implementation limits</td> 17201 <td class="unknown" align="center">Unknown</td> 17202 </tr> 17203 <tr id="2892"> 17204 <td><a href="https://cplusplus.github.io/CWG/issues/2892.html">2892</a></td> 17205 <td>DRWP</td> 17206 <td>Unclear usual arithmetic conversions</td> 17207 <td class="unknown" align="center">Unknown</td> 17208 </tr> 17209 <tr id="2893"> 17210 <td><a href="https://cplusplus.github.io/CWG/issues/2893.html">2893</a></td> 17211 <td>NAD</td> 17212 <td>Instantiations in discarded <TT>if constexpr</TT> substatements</td> 17213 <td class="unknown" align="center">Unknown</td> 17214 </tr> 17215 <tr id="2894"> 17216 <td><a href="https://cplusplus.github.io/CWG/issues/2894.html">2894</a></td> 17217 <td>DR</td> 17218 <td>Functional casts create prvalues of reference type</td> 17219 <td class="unknown" align="center">Unknown</td> 17220 </tr> 17221 <tr id="2895"> 17222 <td><a href="https://cplusplus.github.io/CWG/issues/2895.html">2895</a></td> 17223 <td>DRWP</td> 17224 <td>Initialization should ignore the destination type's cv-qualification</td> 17225 <td class="unknown" align="center">Unknown</td> 17226 </tr> 17227 <tr class="open" id="2896"> 17228 <td><a href="https://cplusplus.github.io/CWG/issues/2896.html">2896</a></td> 17229 <td>review</td> 17230 <td>Template argument deduction involving exception specifications</td> 17231 <td align="center">Not resolved</td> 17232 </tr> 17233 <tr class="open" id="2897"> 17234 <td><a href="https://cplusplus.github.io/CWG/issues/2897.html">2897</a></td> 17235 <td>open</td> 17236 <td>Copying potentially-overlapping union subobjects</td> 17237 <td align="center">Not resolved</td> 17238 </tr> 17239 <tr class="open" id="2898"> 17240 <td><a href="https://cplusplus.github.io/CWG/issues/2898.html">2898</a></td> 17241 <td>open</td> 17242 <td>Clarify implicit conversion sequence from <I>cv</I> <TT>T</TT> to <TT>T</TT></td> 17243 <td align="center">Not resolved</td> 17244 </tr> 17245 <tr id="2899"> 17246 <td><a href="https://cplusplus.github.io/CWG/issues/2899.html">2899</a></td> 17247 <td>DR</td> 17248 <td>Bad value representations should cause undefined behavior</td> 17249 <td class="unknown" align="center">Unknown</td> 17250 </tr> 17251 <tr class="open" id="2900"> 17252 <td><a href="https://cplusplus.github.io/CWG/issues/2900.html">2900</a></td> 17253 <td>open</td> 17254 <td>Deduction of non-type template arguments with placeholder types</td> 17255 <td align="center">Not resolved</td> 17256 </tr> 17257 <tr id="2901"> 17258 <td><a href="https://cplusplus.github.io/CWG/issues/2901.html">2901</a></td> 17259 <td>DR</td> 17260 <td>Unclear semantics for near-match aliased access</td> 17261 <td class="unknown" align="center">Unknown</td> 17262 </tr> 17263 <tr class="open" id="2902"> 17264 <td><a href="https://cplusplus.github.io/CWG/issues/2902.html">2902</a></td> 17265 <td>review</td> 17266 <td>Implicit <TT>this</TT> transformation outside of permitted contexts</td> 17267 <td align="center">Not resolved</td> 17268 </tr> 17269 <tr class="open" id="2903"> 17270 <td><a href="https://cplusplus.github.io/CWG/issues/2903.html">2903</a></td> 17271 <td>drafting</td> 17272 <td>Can we omit the <TT>template</TT> disambiguator in <I>nested-name-specifier</I>s in type-only contexts?</td> 17273 <td align="center">Not resolved</td> 17274 </tr> 17275 <tr class="open" id="2904"> 17276 <td><a href="https://cplusplus.github.io/CWG/issues/2904.html">2904</a></td> 17277 <td>open</td> 17278 <td>Introducing <I>template-name</I>s</td> 17279 <td align="center">Not resolved</td> 17280 </tr> 17281 <tr id="2905"> 17282 <td><a href="https://cplusplus.github.io/CWG/issues/2905.html">2905</a></td> 17283 <td>DR</td> 17284 <td>Value-dependence of <I>noexcept-expression</I></td> 17285 <td class="unknown" align="center">Unknown</td> 17286 </tr> 17287 <tr id="2906"> 17288 <td><a href="https://cplusplus.github.io/CWG/issues/2906.html">2906</a></td> 17289 <td>DR</td> 17290 <td>Lvalue-to-rvalue conversion of class types for conditional operator</td> 17291 <td class="unknown" align="center">Unknown</td> 17292 </tr> 17293 <tr id="2907"> 17294 <td><a href="https://cplusplus.github.io/CWG/issues/2907.html">2907</a></td> 17295 <td>DR</td> 17296 <td>Constant lvalue-to-rvalue conversion on uninitialized <TT>std::nullptr_t</TT></td> 17297 <td class="unknown" align="center">Unknown</td> 17298 </tr> 17299 <tr id="2908"> 17300 <td><a href="https://cplusplus.github.io/CWG/issues/2908.html">2908</a></td> 17301 <td>DR</td> 17302 <td>Counting physical source lines for <TT>__LINE__</TT></td> 17303 <td class="unknown" align="center">Unknown</td> 17304 </tr> 17305 <tr id="2909"> 17306 <td><a href="https://cplusplus.github.io/CWG/issues/2909.html">2909</a></td> 17307 <td>DR</td> 17308 <td>Subtle difference between constant-initialized and constexpr</td> 17309 <td class="unknown" align="center">Unknown</td> 17310 </tr> 17311 <tr id="2910"> 17312 <td><a href="https://cplusplus.github.io/CWG/issues/2910.html">2910</a></td> 17313 <td>DR</td> 17314 <td>Effect of <I>requirement-parameter-list</I>s on odr-usability</td> 17315 <td class="unknown" align="center">Unknown</td> 17316 </tr> 17317 <tr id="2911"> 17318 <td><a href="https://cplusplus.github.io/CWG/issues/2911.html">2911</a></td> 17319 <td>DR</td> 17320 <td>Unclear meaning of expressions "appearing within" subexpressions</td> 17321 <td class="unknown" align="center">Unknown</td> 17322 </tr> 17323 <tr class="open" id="2912"> 17324 <td><a href="https://cplusplus.github.io/CWG/issues/2912.html">2912</a></td> 17325 <td>open</td> 17326 <td>Too-large value for size in array new</td> 17327 <td align="center">Not resolved</td> 17328 </tr> 17329 <tr id="2913"> 17330 <td><a href="https://cplusplus.github.io/CWG/issues/2913.html">2913</a></td> 17331 <td>DR</td> 17332 <td>Grammar for <I>deduction-guide</I> has <I>requires-clause</I> in the wrong position</td> 17333 <td class="unreleased" align="center">Clang 20</td> 17334 </tr> 17335 <tr class="open" id="2914"> 17336 <td><a href="https://cplusplus.github.io/CWG/issues/2914.html">2914</a></td> 17337 <td>review</td> 17338 <td>Unclear order of initialization of static and thread-local variables</td> 17339 <td align="center">Not resolved</td> 17340 </tr> 17341 <tr id="2915"> 17342 <td><a href="https://cplusplus.github.io/CWG/issues/2915.html">2915</a></td> 17343 <td>DR</td> 17344 <td>Explicit object parameters of type <TT>void</TT></td> 17345 <td class="unreleased" align="center">Clang 20</td> 17346 </tr> 17347 <tr class="open" id="2916"> 17348 <td><a href="https://cplusplus.github.io/CWG/issues/2916.html">2916</a></td> 17349 <td>review</td> 17350 <td>Variable template partial specializations should not be declared <TT>static</TT></td> 17351 <td align="center">Not resolved</td> 17352 </tr> 17353 <tr class="open" id="2917"> 17354 <td><a href="https://cplusplus.github.io/CWG/issues/2917.html">2917</a></td> 17355 <td>review</td> 17356 <td>Disallow multiple <I>friend-type-specifier</I>s for a friend template</td> 17357 <td align="center"> 17358 <details> 17359 <summary>Not resolved</summary> 17360 Clang 20 implements 2024-07-30 resolution 17361 </details></td> 17362 </tr> 17363 <tr id="2918"> 17364 <td><a href="https://cplusplus.github.io/CWG/issues/2918.html">2918</a></td> 17365 <td>DR</td> 17366 <td>Consideration of constraints for address of overloaded function</td> 17367 <td class="unknown" align="center">Unknown</td> 17368 </tr> 17369 <tr id="2919"> 17370 <td><a href="https://cplusplus.github.io/CWG/issues/2919.html">2919</a></td> 17371 <td>DR</td> 17372 <td>Conversion function candidates for initialization of const lvalue reference</td> 17373 <td class="unknown" align="center">Unknown</td> 17374 </tr> 17375 <tr class="open" id="2920"> 17376 <td><a href="https://cplusplus.github.io/CWG/issues/2920.html">2920</a></td> 17377 <td>open</td> 17378 <td>The <TT>template</TT> keyword for base classes</td> 17379 <td align="center">Not resolved</td> 17380 </tr> 17381 <tr id="2921"> 17382 <td><a href="https://cplusplus.github.io/CWG/issues/2921.html">2921</a></td> 17383 <td>DR</td> 17384 <td>Exporting redeclarations of entities not attached to a named module</td> 17385 <td class="unknown" align="center">Unknown</td> 17386 </tr> 17387 <tr id="2922"> 17388 <td><a href="https://cplusplus.github.io/CWG/issues/2922.html">2922</a></td> 17389 <td>DR</td> 17390 <td>constexpr placement-new is too permissive</td> 17391 <td class="unreleased" align="center">Clang 20</td> 17392 </tr> 17393 <tr class="open" id="2923"> 17394 <td><a href="https://cplusplus.github.io/CWG/issues/2923.html">2923</a></td> 17395 <td>review</td> 17396 <td>Note about infinite loops and execution steps</td> 17397 <td align="center">Not resolved</td> 17398 </tr> 17399 <tr id="2924"> 17400 <td><a href="https://cplusplus.github.io/CWG/issues/2924.html">2924</a></td> 17401 <td>DR</td> 17402 <td>Undefined behavior during constant evaluation</td> 17403 <td class="unknown" align="center">Unknown</td> 17404 </tr> 17405 <tr id="2925"> 17406 <td><a href="https://cplusplus.github.io/CWG/issues/2925.html">2925</a></td> 17407 <td>NAD</td> 17408 <td>Deleting a pointer to an incomplete enumeration type</td> 17409 <td class="unknown" align="center">Unknown</td> 17410 </tr> 17411 <tr class="open" id="2926"> 17412 <td><a href="https://cplusplus.github.io/CWG/issues/2926.html">2926</a></td> 17413 <td>drafting</td> 17414 <td>Lookup context for dependent qualified names</td> 17415 <td align="center">Not resolved</td> 17416 </tr> 17417 <tr id="2927"> 17418 <td><a href="https://cplusplus.github.io/CWG/issues/2927.html">2927</a></td> 17419 <td>DR</td> 17420 <td>Unclear status of translation unit with <TT>module</TT> keyword</td> 17421 <td class="unknown" align="center">Unknown</td> 17422 </tr> 17423 <tr class="open" id="2928"> 17424 <td><a href="https://cplusplus.github.io/CWG/issues/2928.html">2928</a></td> 17425 <td>open</td> 17426 <td>No ordering for initializing thread-local variables</td> 17427 <td align="center">Not resolved</td> 17428 </tr> 17429 <tr class="open" id="2929"> 17430 <td><a href="https://cplusplus.github.io/CWG/issues/2929.html">2929</a></td> 17431 <td>review</td> 17432 <td>Lifetime of trivially-destructible static or thread-local objects</td> 17433 <td align="center">Not resolved</td> 17434 </tr> 17435 <tr id="2930"> 17436 <td><a href="https://cplusplus.github.io/CWG/issues/2930.html">2930</a></td> 17437 <td>DR</td> 17438 <td>Unclear term "copy/move operation" in specification of copy elision</td> 17439 <td class="unknown" align="center">Unknown</td> 17440 </tr> 17441 <tr id="2931"> 17442 <td><a href="https://cplusplus.github.io/CWG/issues/2931.html">2931</a></td> 17443 <td>DR</td> 17444 <td>Restrictions on operator functions that are explicit object member functions</td> 17445 <td class="unknown" align="center">Unknown</td> 17446 </tr> 17447 <tr class="open" id="2932"> 17448 <td><a href="https://cplusplus.github.io/CWG/issues/2932.html">2932</a></td> 17449 <td>review</td> 17450 <td>Value range of empty enumeration</td> 17451 <td align="center">Not resolved</td> 17452 </tr> 17453 <tr id="2933"> 17454 <td><a href="https://cplusplus.github.io/CWG/issues/2933.html">2933</a></td> 17455 <td>DR</td> 17456 <td>Dangling references</td> 17457 <td class="unknown" align="center">Unknown</td> 17458 </tr> 17459 <tr class="open" id="2934"> 17460 <td><a href="https://cplusplus.github.io/CWG/issues/2934.html">2934</a></td> 17461 <td>open</td> 17462 <td>Unclear semantics of exception escaping from <TT>unhandled_exception</TT></td> 17463 <td align="center">Not resolved</td> 17464 </tr> 17465 <tr class="open" id="2935"> 17466 <td><a href="https://cplusplus.github.io/CWG/issues/2935.html">2935</a></td> 17467 <td>open</td> 17468 <td>Destroying the coroutine state when initial-await-resume-called is false</td> 17469 <td align="center">Not resolved</td> 17470 </tr> 17471 <tr id="2936"> 17472 <td><a href="https://cplusplus.github.io/CWG/issues/2936.html">2936</a></td> 17473 <td>DR</td> 17474 <td>Local classes of templated functions should be part of the current instantiation</td> 17475 <td class="unknown" align="center">Unknown</td> 17476 </tr> 17477 <tr id="2937"> 17478 <td><a href="https://cplusplus.github.io/CWG/issues/2937.html">2937</a></td> 17479 <td>DR</td> 17480 <td>Grammar for <I>preprocessing-file</I> has no normative effect</td> 17481 <td class="unknown" align="center">Unknown</td> 17482 </tr> 17483 <tr class="open" id="2938"> 17484 <td><a href="https://cplusplus.github.io/CWG/issues/2938.html">2938</a></td> 17485 <td>open</td> 17486 <td>Inheriting linkage from a previous declaration</td> 17487 <td align="center">Not resolved</td> 17488 </tr> 17489 <tr id="2939"> 17490 <td><a href="https://cplusplus.github.io/CWG/issues/2939.html">2939</a></td> 17491 <td>DR</td> 17492 <td>Do not allow <TT>reinterpret_cast</TT> from prvalue to rvalue reference</td> 17493 <td class="unknown" align="center">Unknown</td> 17494 </tr> 17495 <tr class="open" id="2940"> 17496 <td><a href="https://cplusplus.github.io/CWG/issues/2940.html">2940</a></td> 17497 <td>review</td> 17498 <td>Definition of "object"</td> 17499 <td align="center">Not resolved</td> 17500 </tr> 17501 <tr class="open" id="2941"> 17502 <td><a href="https://cplusplus.github.io/CWG/issues/2941.html">2941</a></td> 17503 <td>open</td> 17504 <td>Lifetime extension for function-style cast to reference type</td> 17505 <td align="center">Not resolved</td> 17506 </tr> 17507 <tr class="open" id="2942"> 17508 <td><a href="https://cplusplus.github.io/CWG/issues/2942.html">2942</a></td> 17509 <td>open</td> 17510 <td>Packs in a function's parameter-type-list</td> 17511 <td align="center">Not resolved</td> 17512 </tr> 17513 <tr class="open" id="2943"> 17514 <td><a href="https://cplusplus.github.io/CWG/issues/2943.html">2943</a></td> 17515 <td>open</td> 17516 <td>Discarding a void return value</td> 17517 <td align="center">Not resolved</td> 17518 </tr> 17519 <tr id="2944"> 17520 <td><a href="https://cplusplus.github.io/CWG/issues/2944.html">2944</a></td> 17521 <td>DR</td> 17522 <td>Unsequenced <I>throw-expression</I>s</td> 17523 <td class="unknown" align="center">Unknown</td> 17524 </tr> 17525 <tr class="open" id="2945"> 17526 <td><a href="https://cplusplus.github.io/CWG/issues/2945.html">2945</a></td> 17527 <td>open</td> 17528 <td>Redundant constraints on matching function template declarations</td> 17529 <td align="center">Not resolved</td> 17530 </tr> 17531 <tr class="open" id="2946"> 17532 <td><a href="https://cplusplus.github.io/CWG/issues/2946.html">2946</a></td> 17533 <td>open</td> 17534 <td>Dependent call equivalence in non-ADL cases</td> 17535 <td align="center">Not resolved</td> 17536 </tr> 17537 <tr class="open" id="2947"> 17538 <td><a href="https://cplusplus.github.io/CWG/issues/2947.html">2947</a></td> 17539 <td>open</td> 17540 <td>Limiting macro expansion in <I>pp-module</I></td> 17541 <td align="center">Not resolved</td> 17542 </tr> 17543 <tr class="open" id="2948"> 17544 <td><a href="https://cplusplus.github.io/CWG/issues/2948.html">2948</a></td> 17545 <td>open</td> 17546 <td>Late ambiguity for partial template specialization</td> 17547 <td align="center">Not resolved</td> 17548 </tr> 17549 <tr class="open" id="2949"> 17550 <td><a href="https://cplusplus.github.io/CWG/issues/2949.html">2949</a></td> 17551 <td>open</td> 17552 <td>Treatment of ellipsis during partial ordering</td> 17553 <td align="center">Not resolved</td> 17554 </tr> 17555 <tr class="open" id="2950"> 17556 <td><a href="https://cplusplus.github.io/CWG/issues/2950.html">2950</a></td> 17557 <td>open</td> 17558 <td>Value preservation in enumeration vs. integer bit-fields</td> 17559 <td align="center">Not resolved</td> 17560 </tr> 17561 <tr class="open" id="2951"> 17562 <td><a href="https://cplusplus.github.io/CWG/issues/2951.html">2951</a></td> 17563 <td>open</td> 17564 <td>Distinguishing a primary template</td> 17565 <td align="center">Not resolved</td> 17566 </tr> 17567 <tr class="open" id="2952"> 17568 <td><a href="https://cplusplus.github.io/CWG/issues/2952.html">2952</a></td> 17569 <td>open</td> 17570 <td>Vacuous initialization for subobjects</td> 17571 <td align="center">Not resolved</td> 17572 </tr> 17573 <tr class="open" id="2953"> 17574 <td><a href="https://cplusplus.github.io/CWG/issues/2953.html">2953</a></td> 17575 <td>open</td> 17576 <td>Value representation for non-trivially-copyable types</td> 17577 <td align="center">Not resolved</td> 17578 </tr> 17579 <tr id="2954"> 17580 <td><a href="https://cplusplus.github.io/CWG/issues/2954.html">2954</a></td> 17581 <td>NAD</td> 17582 <td>Simultaneous modifications of an atomic object</td> 17583 <td class="unknown" align="center">Unknown</td> 17584 </tr> 17585 <tr class="open" id="2955"> 17586 <td><a href="https://cplusplus.github.io/CWG/issues/2955.html">2955</a></td> 17587 <td>open</td> 17588 <td>Unify rules about conflicting unordered accesses</td> 17589 <td align="center">Not resolved</td> 17590 </tr> 17591 <tr class="open" id="2956"> 17592 <td><a href="https://cplusplus.github.io/CWG/issues/2956.html">2956</a></td> 17593 <td>open</td> 17594 <td>Missing allowance for pseudo-destructors in qualified lookup</td> 17595 <td align="center">Not resolved</td> 17596 </tr> 17597 <tr class="open" id="2957"> 17598 <td><a href="https://cplusplus.github.io/CWG/issues/2957.html">2957</a></td> 17599 <td>open</td> 17600 <td>Evaluating a reference member should constitute access</td> 17601 <td align="center">Not resolved</td> 17602 </tr> 17603 <tr class="open" id="2958"> 17604 <td><a href="https://cplusplus.github.io/CWG/issues/2958.html">2958</a></td> 17605 <td>open</td> 17606 <td>Overload resolution involving lvalue transformation and qualification conversion</td> 17607 <td align="center">Not resolved</td> 17608 </tr> 17609 <tr class="open" id="2959"> 17610 <td><a href="https://cplusplus.github.io/CWG/issues/2959.html">2959</a></td> 17611 <td>open</td> 17612 <td>Naming enumerators in class member access expressions</td> 17613 <td align="center">Not resolved</td> 17614 </tr> 17615 <tr class="open" id="2960"> 17616 <td><a href="https://cplusplus.github.io/CWG/issues/2960.html">2960</a></td> 17617 <td>open</td> 17618 <td>Introduce discontiguous object lifetime</td> 17619 <td align="center">Not resolved</td> 17620 </tr> 17621 <tr class="open" id="2961"> 17622 <td><a href="https://cplusplus.github.io/CWG/issues/2961.html">2961</a></td> 17623 <td>open</td> 17624 <td>Checking of ill-formed types in <I>constraint-expression</I>s</td> 17625 <td align="center">Not resolved</td> 17626 </tr> 17627 <tr class="open" id="2962"> 17628 <td><a href="https://cplusplus.github.io/CWG/issues/2962.html">2962</a></td> 17629 <td>open</td> 17630 <td>Evaluation of destructor call for variable with constant destruction</td> 17631 <td align="center">Not resolved</td> 17632 </tr> 17633 <tr class="open" id="2963"> 17634 <td><a href="https://cplusplus.github.io/CWG/issues/2963.html">2963</a></td> 17635 <td>open</td> 17636 <td>Paradoxical variable-or-function declaration</td> 17637 <td align="center">Not resolved</td> 17638 </tr> 17639 <tr class="open" id="2964"> 17640 <td><a href="https://cplusplus.github.io/CWG/issues/2964.html">2964</a></td> 17641 <td>open</td> 17642 <td>Reading "invalid pointer values"</td> 17643 <td align="center">Not resolved</td> 17644 </tr> 17645 <tr class="open" id="2965"> 17646 <td><a href="https://cplusplus.github.io/CWG/issues/2965.html">2965</a></td> 17647 <td>open</td> 17648 <td>Generic lambdas do not have a template parameter scope</td> 17649 <td align="center">Not resolved</td> 17650 </tr> 17651 <tr class="open" id="2966"> 17652 <td><a href="https://cplusplus.github.io/CWG/issues/2966.html">2966</a></td> 17653 <td>open</td> 17654 <td>Alignment and value representation of <TT>std::nullptr_t</TT></td> 17655 <td align="center">Not resolved</td> 17656 </tr> 17657 <tr class="open" id="2967"> 17658 <td><a href="https://cplusplus.github.io/CWG/issues/2967.html">2967</a></td> 17659 <td>open</td> 17660 <td>Explicit conversion functions</td> 17661 <td align="center">Not resolved</td> 17662 </tr> 17663 <tr class="open" id="2968"> 17664 <td><a href="https://cplusplus.github.io/CWG/issues/2968.html">2968</a></td> 17665 <td>open</td> 17666 <td>Name lookup result for <I>typedef-name</I> vs. <I>class-name</I></td> 17667 <td align="center">Not resolved</td> 17668 </tr> 17669 <tr class="open" id="2969"> 17670 <td><a href="https://cplusplus.github.io/CWG/issues/2969.html">2969</a></td> 17671 <td>open</td> 17672 <td>Scopes in the <I>function-try-block</I> of a constructor</td> 17673 <td align="center">Not resolved</td> 17674 </tr> 17675 <tr class="open" id="2970"> 17676 <td><a href="https://cplusplus.github.io/CWG/issues/2970.html">2970</a></td> 17677 <td>open</td> 17678 <td>Races with <TT>volatile sig_atomic_t</TT> bit-fields</td> 17679 <td align="center">Not resolved</td> 17680 </tr> 17681 <tr class="open" id="2971"> 17682 <td><a href="https://cplusplus.github.io/CWG/issues/2971.html">2971</a></td> 17683 <td>open</td> 17684 <td>Specializations for a class are not decl-reachable</td> 17685 <td align="center">Not resolved</td> 17686 </tr> 17687 <tr class="open" id="2972"> 17688 <td><a href="https://cplusplus.github.io/CWG/issues/2972.html">2972</a></td> 17689 <td>open</td> 17690 <td>Declarative <I>nested-name-specifier</I> naming a partial specialization</td> 17691 <td align="center">Not resolved</td> 17692 </tr> 17693 <tr class="open" id="2973"> 17694 <td><a href="https://cplusplus.github.io/CWG/issues/2973.html">2973</a></td> 17695 <td>open</td> 17696 <td>Does an <I>alias-declaration</I> introduce a name for linkage purposes?</td> 17697 <td align="center">Not resolved</td> 17698 </tr> 17699 <tr class="open" id="2974"> 17700 <td><a href="https://cplusplus.github.io/CWG/issues/2974.html">2974</a></td> 17701 <td>open</td> 17702 <td>Non-deduced context for <I>qualified-id</I> naming a template</td> 17703 <td align="center">Not resolved</td> 17704 </tr> 17705 <tr class="open" id="2975"> 17706 <td><a href="https://cplusplus.github.io/CWG/issues/2975.html">2975</a></td> 17707 <td>open</td> 17708 <td>Effect of concept <I>template-head</I> on parameter mappings</td> 17709 <td align="center">Not resolved</td> 17710 </tr> 17711 <tr class="open" id="2976"> 17712 <td><a href="https://cplusplus.github.io/CWG/issues/2976.html">2976</a></td> 17713 <td>open</td> 17714 <td>Transferring control out of a function</td> 17715 <td align="center">Not resolved</td> 17716 </tr> 17717 <tr class="open" id="2977"> 17718 <td><a href="https://cplusplus.github.io/CWG/issues/2977.html">2977</a></td> 17719 <td>open</td> 17720 <td>Initialization with string literals</td> 17721 <td align="center">Not resolved</td> 17722 </tr> 17723 <tr class="open" id="2978"> 17724 <td><a href="https://cplusplus.github.io/CWG/issues/2978.html">2978</a></td> 17725 <td>open</td> 17726 <td>Deduction involving reference to similar types</td> 17727 <td align="center">Not resolved</td> 17728 </tr> 17729 <tr class="open" id="2979"> 17730 <td><a href="https://cplusplus.github.io/CWG/issues/2979.html">2979</a></td> 17731 <td>open</td> 17732 <td>Duplicate declarations of enumerations in class scope</td> 17733 <td align="center">Not resolved</td> 17734 </tr> 17735 <tr class="open" id="2980"> 17736 <td><a href="https://cplusplus.github.io/CWG/issues/2980.html">2980</a></td> 17737 <td>open</td> 17738 <td>Constraints on template template parameters</td> 17739 <td align="center">Not resolved</td> 17740 </tr> 17741 <tr class="open" id="2981"> 17742 <td><a href="https://cplusplus.github.io/CWG/issues/2981.html">2981</a></td> 17743 <td>open</td> 17744 <td>Usual arithmetic conversions and result types</td> 17745 <td align="center">Not resolved</td> 17746 </tr> 17747 <tr class="open" id="2982"> 17748 <td><a href="https://cplusplus.github.io/CWG/issues/2982.html">2982</a></td> 17749 <td>open</td> 17750 <td>Deduction in <I>type-constraint</I>s</td> 17751 <td align="center">Not resolved</td> 17752 </tr> 17753 <tr class="open" id="2983"> 17754 <td><a href="https://cplusplus.github.io/CWG/issues/2983.html">2983</a></td> 17755 <td>open</td> 17756 <td>Non-type template parameters are not variables</td> 17757 <td align="center">Not resolved</td> 17758 </tr> 17759 <tr class="open" id="2984"> 17760 <td><a href="https://cplusplus.github.io/CWG/issues/2984.html">2984</a></td> 17761 <td>open</td> 17762 <td>Value-dependent structured bindings</td> 17763 <td align="center">Not resolved</td> 17764 </tr> 17765 <tr class="open" id="2985"> 17766 <td><a href="https://cplusplus.github.io/CWG/issues/2985.html">2985</a></td> 17767 <td>open</td> 17768 <td>Unclear rules for reference initialization with conversion</td> 17769 <td align="center">Not resolved</td> 17770 </tr> 17771 <tr class="open" id="2986"> 17772 <td><a href="https://cplusplus.github.io/CWG/issues/2986.html">2986</a></td> 17773 <td>open</td> 17774 <td>Creating objects within a mutable member of a const object</td> 17775 <td align="center">Not resolved</td> 17776 </tr></table> 17777 17778</div> 17779</body> 17780</html> 17781