blob: f4d860f680987f26d3d74921392d8c2a9720f836 [file] [log] [blame]
Richard Smith18e30762013-05-16 01:23:30 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
Stephen Hines651f13c2014-04-23 16:59:28 -07003<!-- This file is auto-generated by make_cxx_dr_status. Do not modify. -->
Richard Smith18e30762013-05-16 01:23:30 +00004<html>
5<head>
6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7 <title>Clang - C++ Defect Report Status</title>
8 <link type="text/css" rel="stylesheet" href="menu.css">
9 <link type="text/css" rel="stylesheet" href="content.css">
10 <style type="text/css">
11 .none { background-color: #FFCCCC }
12 .partial { background-color: #FFE0B0 }
13 .svn { background-color: #FFFF99 }
14 .full { background-color: #CCFF99 }
15 .na { background-color: #DDDDDD }
16 .open * { color: #AAAAAA }
17 //.open { filter: opacity(0.2) }
Stephen Hines651f13c2014-04-23 16:59:28 -070018 tr:target { background-color: #FFFFBB }
Richard Smith18e30762013-05-16 01:23:30 +000019 th { background-color: #FFDDAA }
20 </style>
21</head>
22<body>
23
24<!--#include virtual="menu.html.incl"-->
25
26<div id="content">
27
28<!--*************************************************************************-->
29<h1>C++ Defect Report Support in Clang</h1>
30<!--*************************************************************************-->
31<p>Last updated: $Date$</p>
32
33<h2 id="cxxdr">C++ defect report implementation status</h2>
34
35<p>This page tracks which C++ defect reports are implemented within Clang.</p>
36
37<table width="689" border="1" cellspacing="0">
38 <tr>
39 <th>Number</th>
40 <th>Status</th>
41 <th>Issue title</th>
42 <th>Available in Clang?</th>
43 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070044 <tr id="1">
Richard Smith18e30762013-05-16 01:23:30 +000045 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1">1</a></td>
46 <td>TC1</td>
47 <td>What if two using-declarations refer to the same function but the declarations introduce different default-arguments?</td>
Richard Smith1c731512013-05-19 07:22:38 +000048 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +000049 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070050 <tr class="open" id="2">
Richard Smith18e30762013-05-16 01:23:30 +000051 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2">2</a></td>
52 <td>drafting</td>
53 <td>How can dependent names be used in member declarations that appear outside of the class template definition?</td>
54 <td align="center">Not resolved</td>
55 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070056 <tr id="3">
Richard Smith18e30762013-05-16 01:23:30 +000057 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#3">3</a></td>
58 <td>NAD</td>
59 <td>The template compilation model rules render some explicit specialization declarations not visible during instantiation</td>
Richard Smith1c731512013-05-19 07:22:38 +000060 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +000061 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070062 <tr id="4">
Richard Smith18e30762013-05-16 01:23:30 +000063 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#4">4</a></td>
64 <td>CD1</td>
65 <td>Does extern "C" affect the linkage of function names with internal linkage?</td>
Richard Smith1c731512013-05-19 07:22:38 +000066 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +000067 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070068 <tr id="5">
Richard Smith18e30762013-05-16 01:23:30 +000069 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#5">5</a></td>
70 <td>CD1</td>
71 <td>CV-qualifiers and type conversions</td>
Richard Smith1c731512013-05-19 07:22:38 +000072 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +000073 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070074 <tr class="open" id="6">
Richard Smith18e30762013-05-16 01:23:30 +000075 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#6">6</a></td>
76 <td>open</td>
77 <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>
78 <td align="center">Not resolved</td>
79 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070080 <tr id="7">
Richard Smith18e30762013-05-16 01:23:30 +000081 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#7">7</a></td>
82 <td>NAD</td>
83 <td>Can a class with a private virtual base class be derived from?</td>
David Majnemer01e0b1f2013-06-11 03:56:29 +000084 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +000085 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070086 <tr id="8">
Richard Smith18e30762013-05-16 01:23:30 +000087 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#8">8</a></td>
88 <td>CD1</td>
89 <td>Access to template arguments used in a function return type and in the nested name specifier</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070090 <td class="full" align="center">Duplicate of <a href="#45">45</a></td>
Richard Smith18e30762013-05-16 01:23:30 +000091 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070092 <tr id="9">
Richard Smith18e30762013-05-16 01:23:30 +000093 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#9">9</a></td>
94 <td>CD1</td>
95 <td>Clarification of access to base class members</td>
Richard Smith1c731512013-05-19 07:22:38 +000096 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +000097 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070098 <tr id="10">
Richard Smith18e30762013-05-16 01:23:30 +000099 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#10">10</a></td>
100 <td>CD1</td>
101 <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>
Stephen Hines651f13c2014-04-23 16:59:28 -0700102 <td class="full" align="center">Duplicate of <a href="#45">45</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000103 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700104 <tr id="11">
Richard Smith18e30762013-05-16 01:23:30 +0000105 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#11">11</a></td>
106 <td>CD1</td>
107 <td>How do the keywords typename/template interact with using-declarations?</td>
Richard Smith1c731512013-05-19 07:22:38 +0000108 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000109 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700110 <tr id="12">
Richard Smith18e30762013-05-16 01:23:30 +0000111 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#12">12</a></td>
112 <td>dup</td>
113 <td>Default arguments on different declarations for the same function and the Koenig lookup</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700114 <td class="full" align="center">Superseded by <a href="#239">239</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000115 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700116 <tr id="13">
Richard Smith18e30762013-05-16 01:23:30 +0000117 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#13">13</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700118 <td>NAD</td>
Richard Smith18e30762013-05-16 01:23:30 +0000119 <td>extern "C" for Parameters of Function Templates</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700120 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +0000121 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700122 <tr id="14">
Richard Smith18e30762013-05-16 01:23:30 +0000123 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#14">14</a></td>
124 <td>NAD</td>
125 <td>extern "C" functions and declarations in different namespaces</td>
Richard Smith662f41b2013-06-18 20:15:12 +0000126 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000127 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700128 <tr id="15">
Richard Smith18e30762013-05-16 01:23:30 +0000129 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#15">15</a></td>
130 <td>dup</td>
131 <td>Default arguments for parameters of function templates</td>
Richard Smith1c731512013-05-19 07:22:38 +0000132 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000133 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700134 <tr id="16">
Richard Smith18e30762013-05-16 01:23:30 +0000135 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#16">16</a></td>
136 <td>CD1</td>
137 <td>Access to members of indirect private base classes</td>
Richard Smith1c731512013-05-19 07:22:38 +0000138 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000139 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700140 <tr id="17">
Richard Smith18e30762013-05-16 01:23:30 +0000141 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#17">17</a></td>
142 <td>NAD</td>
143 <td>Footnote 99 should discuss the naming class when describing members that can be accessed from friends</td>
Richard Smith1c731512013-05-19 07:22:38 +0000144 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000145 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700146 <tr id="18">
Richard Smith18e30762013-05-16 01:23:30 +0000147 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#18">18</a></td>
148 <td>NAD</td>
149 <td>f(TYPE) where TYPE is void should be allowed</td>
Stephen Hines176edba2014-12-01 14:53:08 -0800150 <td class="full" align="center">Superseded by <a href="#577">577</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000151 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700152 <tr id="19">
Richard Smith18e30762013-05-16 01:23:30 +0000153 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#19">19</a></td>
154 <td>NAD</td>
155 <td>Clarify protected member access</td>
Richard Smith1c731512013-05-19 07:22:38 +0000156 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000157 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700158 <tr id="20">
Richard Smith18e30762013-05-16 01:23:30 +0000159 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#20">20</a></td>
160 <td>TC1</td>
161 <td>Some clarifications needed for 12.8 para 15</td>
Richard Smith1c731512013-05-19 07:22:38 +0000162 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000163 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700164 <tr id="21">
Richard Smith18e30762013-05-16 01:23:30 +0000165 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#21">21</a></td>
166 <td>TC1</td>
167 <td>Can a default argument for a template parameter appear in a friend declaration?</td>
David Majnemer87b12b22013-06-25 22:08:55 +0000168 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000169 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700170 <tr id="22">
Richard Smith18e30762013-05-16 01:23:30 +0000171 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#22">22</a></td>
172 <td>TC1</td>
173 <td>Template parameter with a default argument that refers to itself</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700174 <td class="full" align="center">Superseded by <a href="#481">481</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000175 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700176 <tr id="23">
Richard Smith18e30762013-05-16 01:23:30 +0000177 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#23">23</a></td>
178 <td>NAD</td>
179 <td>Some questions regarding partial ordering of function templates</td>
Richard Smith1c731512013-05-19 07:22:38 +0000180 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000181 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700182 <tr id="24">
Richard Smith18e30762013-05-16 01:23:30 +0000183 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#24">24</a></td>
184 <td>TC1</td>
185 <td>Errors in examples in 14.7.3</td>
Richard Smith1c731512013-05-19 07:22:38 +0000186 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000187 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700188 <tr id="25">
Richard Smith18e30762013-05-16 01:23:30 +0000189 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#25">25</a></td>
190 <td>TC1</td>
191 <td>Exception specifications and pointers to members</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000192 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000193 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700194 <tr id="26">
Richard Smith18e30762013-05-16 01:23:30 +0000195 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#26">26</a></td>
196 <td>NAD</td>
197 <td>Copy constructors and default arguments</td>
Richard Smith1c731512013-05-19 07:22:38 +0000198 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000199 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700200 <tr id="27">
Richard Smith18e30762013-05-16 01:23:30 +0000201 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#27">27</a></td>
202 <td>NAD</td>
203 <td>Overload ambiguities for builtin ?: prototypes</td>
Richard Smith1c731512013-05-19 07:22:38 +0000204 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000205 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700206 <tr id="28">
Richard Smith18e30762013-05-16 01:23:30 +0000207 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#28">28</a></td>
208 <td>CD1</td>
209 <td>'exit', 'signal' and static object destruction</td>
Richard Smith1c731512013-05-19 07:22:38 +0000210 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000211 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700212 <tr id="29">
Richard Smith18e30762013-05-16 01:23:30 +0000213 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#29">29</a></td>
214 <td>CD1</td>
215 <td>Linkage of locally declared functions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700216 <td class="full" align="center">Clang 3.4</td>
Richard Smith18e30762013-05-16 01:23:30 +0000217 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700218 <tr id="30">
Richard Smith18e30762013-05-16 01:23:30 +0000219 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#30">30</a></td>
220 <td>TC1</td>
221 <td>Valid uses of "<TT>::template</TT>"</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700222 <td class="full" align="center">Superseded by <a href="#468">468</a> (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +0000223 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700224 <tr id="31">
Richard Smith18e30762013-05-16 01:23:30 +0000225 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#31">31</a></td>
226 <td>NAD</td>
227 <td>Looking up new/delete</td>
Richard Smith1c731512013-05-19 07:22:38 +0000228 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000229 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700230 <tr id="32">
Richard Smith18e30762013-05-16 01:23:30 +0000231 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#32">32</a></td>
232 <td>TC1</td>
233 <td>Clarification of explicit instantiation of non-exported templates</td>
Richard Smith1c731512013-05-19 07:22:38 +0000234 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000235 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700236 <tr id="33">
Richard Smith18e30762013-05-16 01:23:30 +0000237 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#33">33</a></td>
238 <td>TC1</td>
239 <td>Argument dependent lookup and overloaded functions</td>
Richard Smith1c731512013-05-19 07:22:38 +0000240 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000241 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700242 <tr id="34">
Richard Smith18e30762013-05-16 01:23:30 +0000243 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#34">34</a></td>
244 <td>NAD</td>
245 <td>Argument dependent lookup and points of instantiation</td>
Richard Smith1c731512013-05-19 07:22:38 +0000246 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000247 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700248 <tr id="35">
Richard Smith18e30762013-05-16 01:23:30 +0000249 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#35">35</a></td>
250 <td>TC1</td>
251 <td>Definition of default-initialization</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700252 <td class="full" align="center">Duplicate of <a href="#178">178</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000253 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700254 <tr class="open" id="36">
Richard Smith18e30762013-05-16 01:23:30 +0000255 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#36">36</a></td>
256 <td>open</td>
257 <td><I>using-declaration</I>s in multiple-declaration contexts</td>
258 <td align="center">Not resolved</td>
259 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700260 <tr id="37">
Richard Smith18e30762013-05-16 01:23:30 +0000261 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#37">37</a></td>
262 <td>NAD</td>
263 <td>When is uncaught_exception() true?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700264 <td class="none" align="center">Superseded by <a href="#475">475</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000265 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700266 <tr id="38">
Richard Smith18e30762013-05-16 01:23:30 +0000267 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#38">38</a></td>
268 <td>TC1</td>
269 <td>Explicit template arguments and operator functions</td>
Richard Smith1c731512013-05-19 07:22:38 +0000270 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000271 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700272 <tr id="39">
Richard Smith18e30762013-05-16 01:23:30 +0000273 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#39">39</a></td>
274 <td>CD1</td>
275 <td>Conflicting ambiguity rules</td>
Richard Smith1c731512013-05-19 07:22:38 +0000276 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +0000277 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700278 <tr id="40">
Richard Smith18e30762013-05-16 01:23:30 +0000279 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#40">40</a></td>
280 <td>TC1</td>
281 <td>Syntax of <I>declarator-id</I></td>
Richard Smith1c731512013-05-19 07:22:38 +0000282 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000283 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700284 <tr id="41">
Richard Smith18e30762013-05-16 01:23:30 +0000285 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#41">41</a></td>
286 <td>TC1</td>
287 <td>Clarification of lookup of names after declarator-id</td>
Richard Smith1c731512013-05-19 07:22:38 +0000288 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000289 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700290 <tr id="42">
Richard Smith18e30762013-05-16 01:23:30 +0000291 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#42">42</a></td>
292 <td>NAD</td>
293 <td>Redefining names from base classes</td>
Richard Smith1c731512013-05-19 07:22:38 +0000294 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000295 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700296 <tr id="43">
Richard Smith18e30762013-05-16 01:23:30 +0000297 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#43">43</a></td>
298 <td>TC1</td>
299 <td>Copying base classes (PODs) using memcpy</td>
Richard Smith1c731512013-05-19 07:22:38 +0000300 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000301 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700302 <tr id="44">
Richard Smith18e30762013-05-16 01:23:30 +0000303 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#44">44</a></td>
304 <td>CD1</td>
305 <td>Member specializations</td>
Richard Smith1c731512013-05-19 07:22:38 +0000306 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000307 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700308 <tr id="45">
Richard Smith18e30762013-05-16 01:23:30 +0000309 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#45">45</a></td>
310 <td>CD1</td>
311 <td>Access to nested classes</td>
Richard Smith1c731512013-05-19 07:22:38 +0000312 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000313 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700314 <tr id="46">
Richard Smith18e30762013-05-16 01:23:30 +0000315 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#46">46</a></td>
316 <td>NAD</td>
317 <td>Explicit instantiation of member templates</td>
Richard Smith1c731512013-05-19 07:22:38 +0000318 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000319 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700320 <tr id="47">
Richard Smith18e30762013-05-16 01:23:30 +0000321 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#47">47</a></td>
322 <td>NAD</td>
323 <td>Template friend issues</td>
Stephen Hines176edba2014-12-01 14:53:08 -0800324 <td class="full" align="center">Superseded by <a href="#329">329</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000325 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700326 <tr id="48">
Richard Smith18e30762013-05-16 01:23:30 +0000327 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#48">48</a></td>
328 <td>TC1</td>
329 <td>Definitions of unused static members</td>
Richard Smith1c731512013-05-19 07:22:38 +0000330 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000331 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700332 <tr id="49">
Richard Smith18e30762013-05-16 01:23:30 +0000333 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#49">49</a></td>
334 <td>TC1</td>
335 <td>Restriction on non-type, non-value template arguments</td>
Richard Smith1c731512013-05-19 07:22:38 +0000336 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000337 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700338 <tr id="50">
Richard Smith18e30762013-05-16 01:23:30 +0000339 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#50">50</a></td>
340 <td>NAD</td>
341 <td>Converting pointer to incomplete type to same type</td>
Richard Smith1c731512013-05-19 07:22:38 +0000342 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000343 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700344 <tr id="51">
Richard Smith18e30762013-05-16 01:23:30 +0000345 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#51">51</a></td>
346 <td>TC1</td>
347 <td>Overloading and user-defined conversions</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000348 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000349 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700350 <tr id="52">
Richard Smith18e30762013-05-16 01:23:30 +0000351 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#52">52</a></td>
352 <td>TC1</td>
353 <td>Non-static members, member selection and access checking</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000354 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000355 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700356 <tr id="53">
Richard Smith18e30762013-05-16 01:23:30 +0000357 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#53">53</a></td>
358 <td>TC1</td>
359 <td>Lvalue-to-rvalue conversion before certain static_casts</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000360 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000361 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700362 <tr id="54">
Richard Smith18e30762013-05-16 01:23:30 +0000363 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#54">54</a></td>
364 <td>CD1</td>
365 <td>Static_cast from private base to derived class</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000366 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000367 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700368 <tr id="55">
Richard Smith18e30762013-05-16 01:23:30 +0000369 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#55">55</a></td>
370 <td>NAD</td>
371 <td>Adding/subtracting pointer and enumeration value</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000372 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000373 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700374 <tr id="56">
Richard Smith18e30762013-05-16 01:23:30 +0000375 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#56">56</a></td>
376 <td>TC1</td>
377 <td>Redeclaring typedefs within classes</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000378 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000379 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700380 <tr class="open" id="57">
Richard Smith18e30762013-05-16 01:23:30 +0000381 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#57">57</a></td>
382 <td>open</td>
383 <td>Empty unions</td>
384 <td align="center">Not resolved</td>
385 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700386 <tr id="58">
Richard Smith18e30762013-05-16 01:23:30 +0000387 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#58">58</a></td>
388 <td>CD1</td>
389 <td>Signedness of bit fields of enum type</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000390 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000391 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700392 <tr id="59">
Richard Smith18e30762013-05-16 01:23:30 +0000393 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#59">59</a></td>
394 <td>TC1</td>
395 <td>Clarification of overloading and UDC to reference type</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000396 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000397 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700398 <tr id="60">
Richard Smith18e30762013-05-16 01:23:30 +0000399 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#60">60</a></td>
400 <td>CD1</td>
401 <td>Reference binding and valid conversion sequences</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000402 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000403 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700404 <tr id="61">
Richard Smith18e30762013-05-16 01:23:30 +0000405 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#61">61</a></td>
406 <td>NAD</td>
407 <td>Address of static member function "<TT>&amp;p-&gt;f</TT>"</td>
David Majnemer01e0b1f2013-06-11 03:56:29 +0000408 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000409 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700410 <tr id="62">
Richard Smith18e30762013-05-16 01:23:30 +0000411 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#62">62</a></td>
412 <td>CD1</td>
413 <td>Unnamed members of classes used as type parameters</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000414 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000415 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700416 <tr id="63">
Richard Smith18e30762013-05-16 01:23:30 +0000417 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#63">63</a></td>
418 <td>CD1</td>
419 <td>Class instantiation from pointer conversion to void*, null and self</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000420 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000421 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700422 <tr id="64">
Richard Smith18e30762013-05-16 01:23:30 +0000423 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#64">64</a></td>
424 <td>TC1</td>
425 <td>Partial ordering to disambiguate explicit specialization</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000426 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000427 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700428 <tr id="65">
Richard Smith18e30762013-05-16 01:23:30 +0000429 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#65">65</a></td>
430 <td>TC1</td>
431 <td>Typo in default argument example</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000432 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000433 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700434 <tr id="66">
Richard Smith18e30762013-05-16 01:23:30 +0000435 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#66">66</a></td>
436 <td>NAD</td>
437 <td>Visibility of default args vs overloads added after using-declaration</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000438 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +0000439 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700440 <tr id="67">
Richard Smith18e30762013-05-16 01:23:30 +0000441 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#67">67</a></td>
442 <td>TC1</td>
443 <td>Evaluation of left side of object-expression</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000444 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000445 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700446 <tr id="68">
Richard Smith18e30762013-05-16 01:23:30 +0000447 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#68">68</a></td>
448 <td>TC1</td>
449 <td>Grammar does not allow "friend class A&lt;int&gt;;"</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000450 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000451 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700452 <tr id="69">
Richard Smith18e30762013-05-16 01:23:30 +0000453 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#69">69</a></td>
454 <td>TC1</td>
455 <td>Storage class specifiers on template declarations</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000456 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000457 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700458 <tr id="70">
Richard Smith18e30762013-05-16 01:23:30 +0000459 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#70">70</a></td>
460 <td>CD1</td>
461 <td>Is an array bound a nondeduced context?</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000462 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000463 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700464 <tr id="71">
Richard Smith18e30762013-05-16 01:23:30 +0000465 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#71">71</a></td>
466 <td>NAD</td>
467 <td>Incorrect cross reference</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000468 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000469 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700470 <tr id="72">
Richard Smith18e30762013-05-16 01:23:30 +0000471 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#72">72</a></td>
472 <td>dup</td>
473 <td>Linkage and storage class specifiers for templates</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700474 <td class="full" align="center">Duplicate of <a href="#69">69</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000475 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700476 <tr id="73">
Richard Smith18e30762013-05-16 01:23:30 +0000477 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#73">73</a></td>
478 <td>TC1</td>
479 <td>Pointer equality</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000480 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +0000481 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700482 <tr id="74">
Richard Smith18e30762013-05-16 01:23:30 +0000483 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#74">74</a></td>
484 <td>TC1</td>
485 <td>Enumeration value in direct-new-declarator</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000486 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000487 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700488 <tr id="75">
Richard Smith18e30762013-05-16 01:23:30 +0000489 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#75">75</a></td>
490 <td>TC1</td>
491 <td>In-class initialized members must be const</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000492 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000493 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700494 <tr id="76">
Richard Smith18e30762013-05-16 01:23:30 +0000495 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#76">76</a></td>
496 <td>TC1</td>
497 <td>Are const volatile variables considered "constant expressions"?</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000498 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000499 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700500 <tr id="77">
Richard Smith18e30762013-05-16 01:23:30 +0000501 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#77">77</a></td>
502 <td>CD1</td>
503 <td>The definition of friend does not allow nested classes to be friends</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000504 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000505 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700506 <tr id="78">
Richard Smith18e30762013-05-16 01:23:30 +0000507 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#78">78</a></td>
508 <td>CD1</td>
509 <td>Section 8.5 paragraph 9 should state it only applies to non-static objects</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700510 <td class="none" align="center">Superseded by <a href="#????">????</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000511 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700512 <tr id="79">
Richard Smith18e30762013-05-16 01:23:30 +0000513 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#79">79</a></td>
514 <td>dup</td>
515 <td>Alignment and placement new</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000516 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000517 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700518 <tr id="80">
Richard Smith18e30762013-05-16 01:23:30 +0000519 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#80">80</a></td>
520 <td>TC1</td>
521 <td>Class members with same name as class</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000522 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000523 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700524 <tr id="81">
Richard Smith18e30762013-05-16 01:23:30 +0000525 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#81">81</a></td>
526 <td>NAD</td>
Bill Wendlingb5e183b2013-12-03 07:40:27 +0000527 <td>Null pointers and C compatibility</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000528 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000529 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700530 <tr id="82">
Richard Smith18e30762013-05-16 01:23:30 +0000531 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#82">82</a></td>
532 <td>dup</td>
533 <td>Definition of "using" a constant expression</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700534 <td class="full" align="center">Duplicate of <a href="#48">48</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000535 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700536 <tr id="83">
Richard Smith18e30762013-05-16 01:23:30 +0000537 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#83">83</a></td>
538 <td>TC1</td>
539 <td>Overloading and deprecated conversion of string literal</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000540 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000541 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700542 <tr id="84">
Richard Smith18e30762013-05-16 01:23:30 +0000543 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#84">84</a></td>
544 <td>TC1</td>
545 <td>Overloading and conversion loophole used by <TT>auto_ptr</TT></td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000546 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000547 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700548 <tr id="85">
Richard Smith18e30762013-05-16 01:23:30 +0000549 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#85">85</a></td>
550 <td>TC1</td>
551 <td>Redeclaration of member class</td>
David Majnemer2ec2b842013-06-11 03:51:23 +0000552 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000553 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700554 <tr id="86">
Richard Smith18e30762013-05-16 01:23:30 +0000555 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#86">86</a></td>
556 <td>CD1</td>
557 <td>Lifetime of temporaries in query expressions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700558 <td class="full" align="center">Duplicate of <a href="#446">446</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000559 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700560 <tr id="87">
Richard Smith18e30762013-05-16 01:23:30 +0000561 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#87">87</a></td>
562 <td>CD1</td>
563 <td>Exception specifications on function parameters</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000564 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +0000565 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700566 <tr id="88">
Richard Smith18e30762013-05-16 01:23:30 +0000567 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#88">88</a></td>
568 <td>NAD</td>
569 <td>Specialization of member constant templates</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000570 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000571 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700572 <tr id="89">
Richard Smith18e30762013-05-16 01:23:30 +0000573 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#89">89</a></td>
574 <td>TC1</td>
575 <td>Object lifetime does not account for reference rebinding</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000576 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000577 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700578 <tr id="90">
Richard Smith18e30762013-05-16 01:23:30 +0000579 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#90">90</a></td>
580 <td>TC1</td>
581 <td>Should the enclosing class be an "associated class" too?</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000582 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000583 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700584 <tr id="91">
Richard Smith18e30762013-05-16 01:23:30 +0000585 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#91">91</a></td>
586 <td>NAD</td>
587 <td>A union's associated types should include the union itself</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000588 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000589 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700590 <tr id="92">
Richard Smithf1e757d2013-11-07 05:34:58 +0000591 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#92">92</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700592 <td>NAD</td>
Richard Smith18e30762013-05-16 01:23:30 +0000593 <td>Should <I>exception-specification</I>s be part of the type system?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700594 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000595 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700596 <tr id="93">
Richard Smith18e30762013-05-16 01:23:30 +0000597 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#93">93</a></td>
598 <td>TC1</td>
599 <td>Missing word in 3.8 <U>basic.life</U> paragraph 2</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000600 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000601 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700602 <tr id="94">
Richard Smith18e30762013-05-16 01:23:30 +0000603 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#94">94</a></td>
604 <td>TC1</td>
605 <td>Inconsistencies in the descriptions of constant expressions</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000606 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000607 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700608 <tr id="95">
Richard Smith18e30762013-05-16 01:23:30 +0000609 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#95">95</a></td>
610 <td>NAD</td>
611 <td>Elaborated type specifiers referencing names declared in friend decls</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000612 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000613 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700614 <tr id="96">
Richard Smith18e30762013-05-16 01:23:30 +0000615 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#96">96</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700616 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +0000617 <td>Syntactic disambiguation using the <TT>template</TT> keyword</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000618 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +0000619 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700620 <tr id="97">
Richard Smith18e30762013-05-16 01:23:30 +0000621 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#97">97</a></td>
622 <td>NAD</td>
623 <td>Use of bool constants in integral constant expressions</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000624 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000625 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700626 <tr id="98">
Richard Smith18e30762013-05-16 01:23:30 +0000627 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#98">98</a></td>
628 <td>TC1</td>
629 <td>Branching into try block</td>
Richard Smithb28e88c2013-05-26 22:03:53 +0000630 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000631 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700632 <tr id="99">
Richard Smith18e30762013-05-16 01:23:30 +0000633 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#99">99</a></td>
634 <td>NAD</td>
635 <td>Partial ordering, references and cv-qualifiers</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700636 <td class="full" align="center">Superseded by <a href="#214">214</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000637 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700638 <tr id="100">
Richard Smith18e30762013-05-16 01:23:30 +0000639 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#100">100</a></td>
640 <td>TC1</td>
641 <td>Clarify why string literals are not allowed as template arguments</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000642 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000643 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700644 <tr id="101">
Richard Smith18e30762013-05-16 01:23:30 +0000645 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#101">101</a></td>
646 <td>TC1</td>
647 <td>Redeclaration of extern "C" names via using-declarations</td>
Stephen Hines176edba2014-12-01 14:53:08 -0800648 <td class="full" align="center">Clang 3.5</td>
Richard Smith18e30762013-05-16 01:23:30 +0000649 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700650 <tr id="102">
Richard Smith18e30762013-05-16 01:23:30 +0000651 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#102">102</a></td>
652 <td>NAD</td>
653 <td>Operator lookup rules do not work well with parts of the library</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000654 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000655 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700656 <tr id="103">
Richard Smith18e30762013-05-16 01:23:30 +0000657 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#103">103</a></td>
658 <td>TC1</td>
659 <td>Is it <I>extended-namespace-definition</I> or <I>extension-namespace-definition</I> ?</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000660 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000661 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700662 <tr id="104">
Richard Smith18e30762013-05-16 01:23:30 +0000663 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#104">104</a></td>
664 <td>NAD</td>
665 <td>Destroying the exception temp when no handler is found</td>
666 <td class="none" align="center">Unknown</td>
667 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700668 <tr id="105">
Richard Smith18e30762013-05-16 01:23:30 +0000669 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#105">105</a></td>
670 <td>TC1</td>
671 <td>Meaning of "template function"</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000672 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000673 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700674 <tr id="106">
Richard Smith18e30762013-05-16 01:23:30 +0000675 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#106">106</a></td>
676 <td>CD1</td>
677 <td>Creating references to references during template deduction/instantiation</td>
Stephen Hines176edba2014-12-01 14:53:08 -0800678 <td class="full" align="center">Superseded by <a href="#540">540</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000679 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700680 <tr id="107">
Richard Smith18e30762013-05-16 01:23:30 +0000681 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#107">107</a></td>
682 <td>NAD</td>
683 <td>Linkage of operator functions</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000684 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000685 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700686 <tr id="108">
Richard Smith18e30762013-05-16 01:23:30 +0000687 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#108">108</a></td>
688 <td>TC1</td>
689 <td>Are classes nested in templates dependent?</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000690 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000691 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700692 <tr id="109">
Richard Smith18e30762013-05-16 01:23:30 +0000693 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#109">109</a></td>
694 <td>NAD</td>
695 <td>Allowing <TT>::template</TT> in <I>using-declaration</I>s</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000696 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000697 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700698 <tr class="open" id="110">
Richard Smith18e30762013-05-16 01:23:30 +0000699 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#110">110</a></td>
700 <td>open</td>
701 <td>Can template functions and classes be declared in the same scope?</td>
702 <td align="center">Not resolved</td>
703 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700704 <tr id="111">
Richard Smith18e30762013-05-16 01:23:30 +0000705 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#111">111</a></td>
706 <td>NAD</td>
707 <td>Copy constructors and cv-qualifiers</td>
Stephen Hines176edba2014-12-01 14:53:08 -0800708 <td class="full" align="center">Duplicate of <a href="#535">535</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000709 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700710 <tr id="112">
Richard Smith18e30762013-05-16 01:23:30 +0000711 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#112">112</a></td>
712 <td>CD1</td>
713 <td>Array types and cv-qualifiers</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000714 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000715 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700716 <tr id="113">
Richard Smith18e30762013-05-16 01:23:30 +0000717 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#113">113</a></td>
718 <td>CD1</td>
719 <td>Visibility of called function</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000720 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000721 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700722 <tr id="114">
Richard Smith18e30762013-05-16 01:23:30 +0000723 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#114">114</a></td>
724 <td>NAD</td>
725 <td>Virtual overriding by template member function specializations</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000726 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000727 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700728 <tr id="115">
Richard Smith18e30762013-05-16 01:23:30 +0000729 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#115">115</a></td>
730 <td>CD1</td>
731 <td>Address of template-id</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000732 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000733 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700734 <tr id="116">
Richard Smith18e30762013-05-16 01:23:30 +0000735 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#116">116</a></td>
736 <td>TC1</td>
737 <td>Equivalent and functionally-equivalent function templates</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000738 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000739 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700740 <tr id="117">
Richard Smith18e30762013-05-16 01:23:30 +0000741 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#117">117</a></td>
742 <td>NAD</td>
743 <td>Timing of destruction of temporaries</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000744 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000745 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700746 <tr id="118">
Richard Smith18e30762013-05-16 01:23:30 +0000747 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#118">118</a></td>
748 <td>CD1</td>
749 <td>Calls via pointers to virtual member functions</td>
750 <td class="none" align="center">Unknown</td>
751 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700752 <tr id="119">
Richard Smith18e30762013-05-16 01:23:30 +0000753 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#119">119</a></td>
754 <td>CD1</td>
755 <td>Object lifetime and aggregate initialization</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000756 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000757 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700758 <tr id="120">
Richard Smith18e30762013-05-16 01:23:30 +0000759 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#120">120</a></td>
760 <td>TC1</td>
761 <td>Nonexistent non-terminal <I>qualified-name</I></td>
Richard Smithed7dc872013-06-16 08:00:51 +0000762 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000763 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700764 <tr id="121">
Richard Smith18e30762013-05-16 01:23:30 +0000765 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#121">121</a></td>
766 <td>TC1</td>
767 <td>Dependent type names with non-dependent <I>nested-name-specifier</I>s</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000768 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000769 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700770 <tr id="122">
Richard Smith18e30762013-05-16 01:23:30 +0000771 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#122">122</a></td>
772 <td>CD1</td>
773 <td><I>template-id</I>s as <I>unqualified-id</I>s</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000774 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000775 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700776 <tr id="123">
Richard Smith18e30762013-05-16 01:23:30 +0000777 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#123">123</a></td>
778 <td>TC1</td>
779 <td>Bad cross-reference</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000780 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000781 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700782 <tr id="124">
Richard Smith18e30762013-05-16 01:23:30 +0000783 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#124">124</a></td>
784 <td>CD1</td>
785 <td>Lifetime of temporaries in default initialization of class arrays</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700786 <td class="none" align="center">Duplicate of <a href="#201">201</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000787 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700788 <tr id="125">
Richard Smith18e30762013-05-16 01:23:30 +0000789 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#125">125</a></td>
790 <td>CD1</td>
791 <td>Ambiguity in <TT>friend</TT> declaration syntax</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000792 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000793 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700794 <tr id="126">
Richard Smith18e30762013-05-16 01:23:30 +0000795 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#126">126</a></td>
796 <td>TC1</td>
797 <td>Exception specifications and <TT>const</TT></td>
Richard Smithed7dc872013-06-16 08:00:51 +0000798 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +0000799 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700800 <tr id="127">
Richard Smith18e30762013-05-16 01:23:30 +0000801 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#127">127</a></td>
802 <td>TC1</td>
803 <td>Ambiguity in description of matching deallocation function</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000804 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000805 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700806 <tr id="128">
Richard Smith18e30762013-05-16 01:23:30 +0000807 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#128">128</a></td>
808 <td>TC1</td>
809 <td>Casting between enum types</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000810 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000811 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700812 <tr id="129">
Richard Smith18e30762013-05-16 01:23:30 +0000813 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#129">129</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700814 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +0000815 <td>Stability of uninitialized auto variables</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700816 <td class="none" align="center">Duplicate of <a href="#616">616</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000817 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700818 <tr id="130">
Richard Smith18e30762013-05-16 01:23:30 +0000819 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#130">130</a></td>
820 <td>NAD</td>
821 <td>Sequence points and <I>new-expression</I>s</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000822 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000823 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700824 <tr id="131">
Richard Smith18e30762013-05-16 01:23:30 +0000825 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#131">131</a></td>
826 <td>TC1</td>
827 <td>Typo in Lao characters</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000828 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000829 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700830 <tr id="132">
Richard Smith18e30762013-05-16 01:23:30 +0000831 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#132">132</a></td>
832 <td>NAD</td>
833 <td>Local types and linkage</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000834 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +0000835 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700836 <tr id="133">
Richard Smith18e30762013-05-16 01:23:30 +0000837 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#133">133</a></td>
838 <td>dup</td>
839 <td>Exception specifications and checking</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700840 <td class="none" align="center">Duplicate of <a href="#87">87</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000841 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700842 <tr id="134">
Richard Smith18e30762013-05-16 01:23:30 +0000843 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#134">134</a></td>
844 <td>TC1</td>
845 <td>Template classes and <I>declarator-id</I>s</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000846 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000847 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700848 <tr id="135">
Richard Smith18e30762013-05-16 01:23:30 +0000849 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#135">135</a></td>
850 <td>TC1</td>
851 <td>Class type in in-class member function definitions</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000852 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000853 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700854 <tr id="136">
Richard Smith18e30762013-05-16 01:23:30 +0000855 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#136">136</a></td>
856 <td>CD1</td>
857 <td>Default arguments and friend declarations</td>
Stephen Hines651f13c2014-04-23 16:59:28 -0700858 <td class="full" align="center">Clang 3.4</td>
Richard Smith18e30762013-05-16 01:23:30 +0000859 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700860 <tr id="137">
Richard Smith18e30762013-05-16 01:23:30 +0000861 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#137">137</a></td>
862 <td>TC1</td>
863 <td><TT>static_cast</TT> of <I>cv</I> <TT>void*</TT></td>
Richard Smithed7dc872013-06-16 08:00:51 +0000864 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000865 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700866 <tr class="open" id="138">
Richard Smith18e30762013-05-16 01:23:30 +0000867 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#138">138</a></td>
868 <td>drafting</td>
869 <td>Friend declaration name lookup</td>
870 <td align="center">Not resolved</td>
871 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700872 <tr id="139">
Richard Smith18e30762013-05-16 01:23:30 +0000873 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#139">139</a></td>
874 <td>CD1</td>
875 <td>Error in <TT>friend</TT> lookup example</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000876 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000877 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700878 <tr id="140">
Richard Smith18e30762013-05-16 01:23:30 +0000879 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#140">140</a></td>
880 <td>CD1</td>
881 <td>Agreement of parameter declarations</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000882 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000883 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700884 <tr id="141">
Richard Smith18e30762013-05-16 01:23:30 +0000885 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#141">141</a></td>
886 <td>CD1</td>
887 <td>Non-member function templates in member access expressions</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000888 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000889 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700890 <tr id="142">
Richard Smith18e30762013-05-16 01:23:30 +0000891 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#142">142</a></td>
892 <td>TC1</td>
893 <td>Injection-related errors in access example</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000894 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000895 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700896 <tr id="143">
Richard Smith18e30762013-05-16 01:23:30 +0000897 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#143">143</a></td>
898 <td>CD1</td>
899 <td>Friends and Koenig lookup</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000900 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000901 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700902 <tr class="open" id="144">
Richard Smith18e30762013-05-16 01:23:30 +0000903 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#144">144</a></td>
904 <td>open</td>
905 <td>Position of <TT>friend</TT> specifier</td>
906 <td align="center">Not resolved</td>
907 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700908 <tr id="145">
Richard Smith18e30762013-05-16 01:23:30 +0000909 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#145">145</a></td>
910 <td>TC1</td>
911 <td>Deprecation of prefix <TT>++</TT></td>
Richard Smithed7dc872013-06-16 08:00:51 +0000912 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000913 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700914 <tr class="open" id="146">
Richard Smith18e30762013-05-16 01:23:30 +0000915 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#146">146</a></td>
916 <td>open</td>
917 <td>Floating-point zero</td>
918 <td align="center">Not resolved</td>
919 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700920 <tr id="147">
Richard Smith18e30762013-05-16 01:23:30 +0000921 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#147">147</a></td>
922 <td>TC1</td>
923 <td>Naming the constructor</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000924 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +0000925 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700926 <tr id="148">
Richard Smith18e30762013-05-16 01:23:30 +0000927 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#148">148</a></td>
928 <td>TC1</td>
929 <td>POD classes and pointers to members</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000930 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000931 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700932 <tr id="149">
Richard Smith18e30762013-05-16 01:23:30 +0000933 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#149">149</a></td>
934 <td>TC1</td>
935 <td>Accessibility and ambiguity</td>
Richard Smithed7dc872013-06-16 08:00:51 +0000936 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000937 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700938 <tr class="open" id="150">
Richard Smith18e30762013-05-16 01:23:30 +0000939 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#150">150</a></td>
940 <td>open</td>
941 <td>Template template parameters and default arguments</td>
942 <td align="center">Not resolved</td>
943 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700944 <tr id="151">
Richard Smith18e30762013-05-16 01:23:30 +0000945 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#151">151</a></td>
946 <td>TC1</td>
947 <td>Terminology of zero-initialization</td>
Richard Smithcb82c892013-11-07 06:24:09 +0000948 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000949 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700950 <tr id="152">
Richard Smith18e30762013-05-16 01:23:30 +0000951 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#152">152</a></td>
952 <td>TC1</td>
953 <td><TT>explicit</TT> copy constructors</td>
Richard Smithcb82c892013-11-07 06:24:09 +0000954 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000955 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700956 <tr id="153">
Richard Smith18e30762013-05-16 01:23:30 +0000957 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#153">153</a></td>
958 <td>TC1</td>
959 <td>Misleading wording (rank of conversion)</td>
Richard Smithcb82c892013-11-07 06:24:09 +0000960 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +0000961 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700962 <tr id="154">
Richard Smith18e30762013-05-16 01:23:30 +0000963 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#154">154</a></td>
964 <td>NAD</td>
965 <td>Anonymous unions in unnamed namespaces</td>
Richard Smithcb82c892013-11-07 06:24:09 +0000966 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +0000967 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700968 <tr id="155">
Richard Smith18e30762013-05-16 01:23:30 +0000969 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#155">155</a></td>
970 <td>dup</td>
971 <td>Brace initializer for scalar</td>
Stephen Hines176edba2014-12-01 14:53:08 -0800972 <td class="full" align="center">Duplicate of <a href="#632">632</a></td>
Richard Smith18e30762013-05-16 01:23:30 +0000973 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700974 <tr class="open" id="156">
Richard Smith18e30762013-05-16 01:23:30 +0000975 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#156">156</a></td>
976 <td>drafting</td>
977 <td>Name lookup for conversion functions</td>
978 <td align="center">Not resolved</td>
979 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700980 <tr class="open" id="157">
Richard Smith18e30762013-05-16 01:23:30 +0000981 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#157">157</a></td>
982 <td>open</td>
983 <td>Omitted typedef declarator</td>
984 <td align="center">Not resolved</td>
985 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700986 <tr id="158">
Richard Smith18e30762013-05-16 01:23:30 +0000987 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#158">158</a></td>
988 <td>CD1</td>
989 <td>Aliasing and qualification conversions</td>
990 <td class="none" align="center">Unknown</td>
991 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700992 <tr id="159">
Richard Smith18e30762013-05-16 01:23:30 +0000993 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#159">159</a></td>
994 <td>TC1</td>
995 <td>Namespace qualification in declarators</td>
Stephen Hines176edba2014-12-01 14:53:08 -0800996 <td class="full" align="center">Clang 3.5</td>
Richard Smith18e30762013-05-16 01:23:30 +0000997 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -0700998 <tr id="160">
Richard Smith18e30762013-05-16 01:23:30 +0000999 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#160">160</a></td>
1000 <td>CD1</td>
1001 <td>Missing <TT>std::</TT> qualification</td>
Richard Smithcb82c892013-11-07 06:24:09 +00001002 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001003 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001004 <tr id="161">
Richard Smith18e30762013-05-16 01:23:30 +00001005 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#161">161</a></td>
1006 <td>TC1</td>
1007 <td>Access to protected nested type</td>
Richard Smithcb82c892013-11-07 06:24:09 +00001008 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001009 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001010 <tr id="162">
Richard Smith18e30762013-05-16 01:23:30 +00001011 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#162">162</a></td>
1012 <td>CD1</td>
1013 <td>(<TT>&amp;C::f)()</TT> with nonstatic members</td>
Richard Smithcb82c892013-11-07 06:24:09 +00001014 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001015 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001016 <tr id="163">
Richard Smith18e30762013-05-16 01:23:30 +00001017 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#163">163</a></td>
1018 <td>TC1</td>
1019 <td>Description of subaggregate initializer</td>
Richard Smithcb82c892013-11-07 06:24:09 +00001020 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001021 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001022 <tr id="164">
Richard Smith18e30762013-05-16 01:23:30 +00001023 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#164">164</a></td>
1024 <td>TC1</td>
1025 <td>Overlap between Koenig and normal lookup</td>
Richard Smithcb82c892013-11-07 06:24:09 +00001026 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001027 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001028 <tr id="165">
Richard Smith18e30762013-05-16 01:23:30 +00001029 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#165">165</a></td>
1030 <td>NAD</td>
1031 <td>Definitions of friends and block-scope externs</td>
Richard Smithcb82c892013-11-07 06:24:09 +00001032 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001033 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001034 <tr id="166">
Richard Smith18e30762013-05-16 01:23:30 +00001035 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#166">166</a></td>
1036 <td>TC1</td>
1037 <td>Friend declarations of <I>template-id</I>s</td>
Richard Smithfed26032013-11-07 19:26:14 +00001038 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001039 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001040 <tr id="167">
Richard Smith18e30762013-05-16 01:23:30 +00001041 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#167">167</a></td>
1042 <td>NAD</td>
1043 <td>Deprecating static functions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001044 <td class="none" align="center">Superseded by <a href="#1012">1012</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001045 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001046 <tr id="168">
Richard Smith18e30762013-05-16 01:23:30 +00001047 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#168">168</a></td>
1048 <td>NAD</td>
1049 <td>C linkage for static member functions</td>
Richard Smithfed26032013-11-07 19:26:14 +00001050 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001051 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001052 <tr id="169">
Richard Smith18e30762013-05-16 01:23:30 +00001053 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#169">169</a></td>
1054 <td>NAD</td>
1055 <td><I>template-id</I>s in <I>using-declaration</I>s</td>
Richard Smithfed26032013-11-07 19:26:14 +00001056 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001057 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001058 <tr class="open" id="170">
Richard Smith18e30762013-05-16 01:23:30 +00001059 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#170">170</a></td>
1060 <td>drafting</td>
1061 <td>Pointer-to-member conversions</td>
1062 <td align="center">Not resolved</td>
1063 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001064 <tr id="171">
Richard Smith18e30762013-05-16 01:23:30 +00001065 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#171">171</a></td>
1066 <td>TC1</td>
1067 <td>Global namespace scope</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001068 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001069 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001070 <tr id="172">
Richard Smith18e30762013-05-16 01:23:30 +00001071 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#172">172</a></td>
1072 <td>CD1</td>
1073 <td>Unsigned int as underlying type of enum</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001074 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001075 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001076 <tr id="173">
Richard Smith18e30762013-05-16 01:23:30 +00001077 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#173">173</a></td>
1078 <td>TC1</td>
1079 <td>Constraints on execution character set</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001080 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001081 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001082 <tr id="174">
Richard Smith18e30762013-05-16 01:23:30 +00001083 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#174">174</a></td>
1084 <td>NAD</td>
1085 <td>Undeprecating global static</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001086 <td class="none" align="center">Superseded by <a href="#1012">1012</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001087 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001088 <tr id="175">
Richard Smith18e30762013-05-16 01:23:30 +00001089 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#175">175</a></td>
1090 <td>CD1</td>
1091 <td>Class name injection and base name access</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001092 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001093 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001094 <tr id="176">
Richard Smith18e30762013-05-16 01:23:30 +00001095 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#176">176</a></td>
1096 <td>TC1</td>
1097 <td>Name injection and templates</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001098 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001099 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001100 <tr id="177">
Richard Smith18e30762013-05-16 01:23:30 +00001101 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#177">177</a></td>
1102 <td>CD1</td>
1103 <td>Lvalues vs rvalues in copy-initialization</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001104 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001105 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001106 <tr id="178">
Richard Smith18e30762013-05-16 01:23:30 +00001107 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#178">178</a></td>
1108 <td>TC1</td>
1109 <td>More on value-initialization</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001110 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001111 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001112 <tr id="179">
Richard Smith18e30762013-05-16 01:23:30 +00001113 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#179">179</a></td>
1114 <td>TC1</td>
1115 <td>Function pointers and subtraction</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001116 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001117 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001118 <tr id="180">
Richard Smith18e30762013-05-16 01:23:30 +00001119 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#180">180</a></td>
1120 <td>CD1</td>
1121 <td><TT>typename</TT> and elaborated types</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001122 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001123 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001124 <tr id="181">
Richard Smith18e30762013-05-16 01:23:30 +00001125 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#181">181</a></td>
1126 <td>TC1</td>
1127 <td>Errors in template <I>template-parameter</I> example</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001128 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001129 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001130 <tr id="182">
Richard Smith18e30762013-05-16 01:23:30 +00001131 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#182">182</a></td>
1132 <td>NAD</td>
1133 <td>Access checking on explicit specializations</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001134 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001135 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001136 <tr id="183">
Richard Smith18e30762013-05-16 01:23:30 +00001137 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#183">183</a></td>
1138 <td>TC1</td>
1139 <td><TT>typename</TT> in explicit specializations</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001140 <td class="full" align="center">Superseded by <a href="#382">382</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001141 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001142 <tr id="184">
Richard Smith18e30762013-05-16 01:23:30 +00001143 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#184">184</a></td>
1144 <td>CD1</td>
1145 <td>Default arguments in template <I>template-parameter</I>s</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001146 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001147 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001148 <tr id="185">
Richard Smith18e30762013-05-16 01:23:30 +00001149 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#185">185</a></td>
1150 <td>TC1</td>
1151 <td>"Named" temporaries and copy elision</td>
1152 <td class="none" align="center">Unknown</td>
1153 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001154 <tr class="open" id="186">
Richard Smith18e30762013-05-16 01:23:30 +00001155 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#186">186</a></td>
1156 <td>open</td>
1157 <td>Name hiding and template <I>template-parameter</I>s</td>
1158 <td align="center">Not resolved</td>
1159 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001160 <tr id="187">
Richard Smith18e30762013-05-16 01:23:30 +00001161 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#187">187</a></td>
1162 <td>TC1</td>
1163 <td>Scope of template parameter names</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001164 <td class="full" align="center">Superseded by <a href="#481">481</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001165 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001166 <tr id="188">
Richard Smith18e30762013-05-16 01:23:30 +00001167 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#188">188</a></td>
1168 <td>TC1</td>
1169 <td>Comma operator and rvalue conversion</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001170 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001171 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001172 <tr class="open" id="189">
Richard Smith18e30762013-05-16 01:23:30 +00001173 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#189">189</a></td>
1174 <td>drafting</td>
1175 <td>Definition of <I>operator</I> and <I>punctuator</I></td>
1176 <td align="center">Not resolved</td>
1177 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001178 <tr id="190">
Richard Smith18e30762013-05-16 01:23:30 +00001179 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#190">190</a></td>
1180 <td>TC1</td>
1181 <td>Layout-compatible POD-struct types</td>
1182 <td class="none" align="center">Unknown</td>
1183 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001184 <tr class="open" id="191">
Richard Smith18e30762013-05-16 01:23:30 +00001185 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#191">191</a></td>
1186 <td>open</td>
1187 <td>Name lookup does not handle complex nesting</td>
1188 <td align="center">Not resolved</td>
1189 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001190 <tr class="open" id="192">
Richard Smith18e30762013-05-16 01:23:30 +00001191 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#192">192</a></td>
1192 <td>drafting</td>
1193 <td>Name lookup in parameters</td>
1194 <td align="center">Not resolved</td>
1195 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001196 <tr id="193">
Richard Smith18e30762013-05-16 01:23:30 +00001197 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#193">193</a></td>
1198 <td>TC1</td>
1199 <td>Order of destruction of local automatics of destructor</td>
1200 <td class="none" align="center">Unknown</td>
1201 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001202 <tr id="194">
Richard Smith18e30762013-05-16 01:23:30 +00001203 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#194">194</a></td>
1204 <td>TC1</td>
1205 <td>Identifying constructors</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001206 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001207 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001208 <tr id="195">
Richard Smith18e30762013-05-16 01:23:30 +00001209 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#195">195</a></td>
1210 <td>CD1</td>
1211 <td>Converting between function and object pointers</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001212 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001213 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001214 <tr class="open" id="196">
Richard Smith18e30762013-05-16 01:23:30 +00001215 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#196">196</a></td>
1216 <td>open</td>
1217 <td>Arguments to deallocation functions</td>
1218 <td align="center">Not resolved</td>
1219 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001220 <tr id="197">
Richard Smith18e30762013-05-16 01:23:30 +00001221 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#197">197</a></td>
1222 <td>CD1</td>
1223 <td>Issues with two-stage lookup of dependent names</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001224 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001225 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001226 <tr id="198">
Richard Smith18e30762013-05-16 01:23:30 +00001227 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#198">198</a></td>
1228 <td>CD1</td>
1229 <td>Definition of "use" in local and nested classes</td>
Richard Smithe9a5b382013-11-08 02:05:54 +00001230 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001231 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001232 <tr id="199">
Richard Smith18e30762013-05-16 01:23:30 +00001233 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#199">199</a></td>
1234 <td>CD1</td>
1235 <td>Order of destruction of temporaries</td>
1236 <td class="none" align="center">Unknown</td>
1237 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001238 <tr id="200">
Richard Smith18e30762013-05-16 01:23:30 +00001239 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#200">200</a></td>
1240 <td>dup</td>
1241 <td>Partial ordering and explicit arguments</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001242 <td class="full" align="center">Duplicate of <a href="#214">214</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001243 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001244 <tr id="201">
Richard Smith18e30762013-05-16 01:23:30 +00001245 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#201">201</a></td>
1246 <td>CD1</td>
1247 <td>Order of destruction of temporaries in initializers</td>
1248 <td class="none" align="center">Unknown</td>
1249 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001250 <tr id="202">
Richard Smith18e30762013-05-16 01:23:30 +00001251 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#202">202</a></td>
1252 <td>TC1</td>
1253 <td>Use of overloaded function name</td>
Richard Smith2c1721f2013-11-12 09:16:15 +00001254 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001255 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001256 <tr class="open" id="203">
Richard Smith18e30762013-05-16 01:23:30 +00001257 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#203">203</a></td>
1258 <td>extension</td>
1259 <td>Type of address-of-member expression</td>
1260 <td align="center">Not resolved</td>
1261 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001262 <tr id="204">
Richard Smith18e30762013-05-16 01:23:30 +00001263 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#204">204</a></td>
1264 <td>CD1</td>
1265 <td>Exported class templates</td>
Richard Smith2c1721f2013-11-12 09:16:15 +00001266 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001267 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001268 <tr class="open" id="205">
Richard Smith18e30762013-05-16 01:23:30 +00001269 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#205">205</a></td>
1270 <td>drafting</td>
1271 <td>Templates and static data members</td>
1272 <td align="center">Not resolved</td>
1273 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001274 <tr id="206">
Richard Smith18e30762013-05-16 01:23:30 +00001275 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#206">206</a></td>
1276 <td>TC1</td>
1277 <td>Semantic constraints on non-dependent names</td>
Richard Smith2c1721f2013-11-12 09:16:15 +00001278 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001279 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001280 <tr id="207">
Richard Smith18e30762013-05-16 01:23:30 +00001281 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#207">207</a></td>
1282 <td>CD1</td>
1283 <td><I>using-declaration</I>s and protected access</td>
Richard Smith2c1721f2013-11-12 09:16:15 +00001284 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001285 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001286 <tr id="208">
Richard Smith18e30762013-05-16 01:23:30 +00001287 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#208">208</a></td>
1288 <td>CD1</td>
1289 <td>Rethrowing exceptions in nested handlers</td>
1290 <td class="none" align="center">Unknown</td>
1291 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001292 <tr id="209">
Richard Smith18e30762013-05-16 01:23:30 +00001293 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#209">209</a></td>
1294 <td>NAD</td>
1295 <td>Must friend declaration names be
1296accessible?</td>
Richard Smith2c1721f2013-11-12 09:16:15 +00001297 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001298 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001299 <tr id="210">
Richard Smith18e30762013-05-16 01:23:30 +00001300 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#210">210</a></td>
1301 <td>TC1</td>
1302 <td>What is the type matched by an exception handler?</td>
1303 <td class="none" align="center">Unknown</td>
1304 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001305 <tr id="211">
Richard Smith18e30762013-05-16 01:23:30 +00001306 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#211">211</a></td>
1307 <td>NAD</td>
1308 <td>Constructors should not be allowed to return normally after an exception</td>
Richard Smith2c1721f2013-11-12 09:16:15 +00001309 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001310 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001311 <tr class="open" id="212">
Richard Smith18e30762013-05-16 01:23:30 +00001312 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#212">212</a></td>
1313 <td>drafting</td>
1314 <td>Implicit instantiation is not described clearly enough</td>
1315 <td align="center">Not resolved</td>
1316 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001317 <tr id="213">
Richard Smith18e30762013-05-16 01:23:30 +00001318 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#213">213</a></td>
1319 <td>TC1</td>
1320 <td>Lookup in dependent base classes</td>
Richard Smith2c1721f2013-11-12 09:16:15 +00001321 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001322 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001323 <tr id="214">
Richard Smith18e30762013-05-16 01:23:30 +00001324 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#214">214</a></td>
1325 <td>CD1</td>
1326 <td>Partial ordering of function templates is underspecified</td>
Richard Smith2c1721f2013-11-12 09:16:15 +00001327 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001328 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001329 <tr id="215">
Richard Smith18e30762013-05-16 01:23:30 +00001330 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#215">215</a></td>
1331 <td>CD1</td>
1332 <td>Template parameters are not allowed in <I>nested-name-specifier</I>s</td>
Richard Smith2c1721f2013-11-12 09:16:15 +00001333 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001334 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001335 <tr id="216">
Richard Smith18e30762013-05-16 01:23:30 +00001336 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#216">216</a></td>
1337 <td>CD1</td>
1338 <td>Linkage of nameless class-scope enumeration types</td>
Richard Smithad40eda2013-11-15 08:55:01 +00001339 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001340 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001341 <tr id="217">
Richard Smith18e30762013-05-16 01:23:30 +00001342 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#217">217</a></td>
1343 <td>TC1</td>
1344 <td>Default arguments for non-template member functions of class templates</td>
Richard Smithad40eda2013-11-15 08:55:01 +00001345 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001346 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001347 <tr id="218">
Richard Smith18e30762013-05-16 01:23:30 +00001348 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#218">218</a></td>
1349 <td>CD1</td>
1350 <td>Specification of Koenig lookup</td>
Richard Smithad40eda2013-11-15 08:55:01 +00001351 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001352 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001353 <tr id="219">
Richard Smith18e30762013-05-16 01:23:30 +00001354 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#219">219</a></td>
1355 <td>NAD</td>
1356 <td>Cannot defend against destructors that throw exceptions</td>
Richard Smithad40eda2013-11-15 08:55:01 +00001357 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001358 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001359 <tr id="220">
Richard Smith18e30762013-05-16 01:23:30 +00001360 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#220">220</a></td>
1361 <td>CD1</td>
1362 <td>All deallocation functions should be required not to throw</td>
Richard Smithad40eda2013-11-15 08:55:01 +00001363 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001364 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001365 <tr id="221">
Richard Smith18e30762013-05-16 01:23:30 +00001366 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#221">221</a></td>
1367 <td>CD1</td>
1368 <td>Must compound assignment operators be member functions?</td>
Richard Smithad40eda2013-11-15 08:55:01 +00001369 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001370 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001371 <tr id="222">
Richard Smith18e30762013-05-16 01:23:30 +00001372 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#222">222</a></td>
1373 <td>CD1</td>
1374 <td>Sequence points and lvalue-returning operators</td>
Stephen Hines176edba2014-12-01 14:53:08 -08001375 <td class="full" align="center">Duplicate of <a href="#637">637</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001376 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001377 <tr id="223">
Richard Smith18e30762013-05-16 01:23:30 +00001378 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#223">223</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001379 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00001380 <td>The meaning of deprecation</td>
Richard Smithad40eda2013-11-15 08:55:01 +00001381 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001382 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001383 <tr id="224">
Richard Smith18e30762013-05-16 01:23:30 +00001384 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#224">224</a></td>
1385 <td>CD1</td>
1386 <td>Definition of dependent names</td>
Richard Smith1a2dc262013-11-17 02:50:30 +00001387 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001388 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001389 <tr id="225">
Richard Smith18e30762013-05-16 01:23:30 +00001390 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#225">225</a></td>
1391 <td>NAD</td>
1392 <td>Koenig lookup and fundamental types</td>
Richard Smith1a2dc262013-11-17 02:50:30 +00001393 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001394 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001395 <tr id="226">
Richard Smith18e30762013-05-16 01:23:30 +00001396 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#226">226</a></td>
1397 <td>CD1</td>
1398 <td>Default template arguments for function templates</td>
Richard Smith1a2dc262013-11-17 02:50:30 +00001399 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001400 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001401 <tr id="227">
Richard Smith18e30762013-05-16 01:23:30 +00001402 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#227">227</a></td>
1403 <td>TC1</td>
1404 <td>How many scopes in an <TT>if</TT> statement?</td>
Richard Smith1a2dc262013-11-17 02:50:30 +00001405 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001406 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001407 <tr id="228">
Richard Smith18e30762013-05-16 01:23:30 +00001408 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#228">228</a></td>
1409 <td>CD1</td>
1410 <td>Use of <TT>template</TT> keyword with non-member templates</td>
Richard Smith1a2dc262013-11-17 02:50:30 +00001411 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001412 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001413 <tr id="229">
Richard Smith18e30762013-05-16 01:23:30 +00001414 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#229">229</a></td>
1415 <td>NAD</td>
1416 <td>Partial specialization of function templates</td>
Richard Smith1a2dc262013-11-17 02:50:30 +00001417 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001418 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001419 <tr id="230">
Richard Smith18e30762013-05-16 01:23:30 +00001420 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#230">230</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001421 <td>NAD</td>
Richard Smith18e30762013-05-16 01:23:30 +00001422 <td>Calls to pure virtual functions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001423 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001424 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001425 <tr id="231">
Richard Smith18e30762013-05-16 01:23:30 +00001426 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#231">231</a></td>
1427 <td>NAD</td>
1428 <td>Visibility of names after <I>using-directive</I>s</td>
Richard Smith1a2dc262013-11-17 02:50:30 +00001429 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001430 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001431 <tr class="open" id="232">
Richard Smith18e30762013-05-16 01:23:30 +00001432 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#232">232</a></td>
1433 <td>drafting</td>
1434 <td>Is indirection through a null pointer undefined behavior?</td>
1435 <td align="center">Not resolved</td>
1436 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001437 <tr class="open" id="233">
Richard Smith18e30762013-05-16 01:23:30 +00001438 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#233">233</a></td>
Richard Smithf1e757d2013-11-07 05:34:58 +00001439 <td>open</td>
Richard Smith18e30762013-05-16 01:23:30 +00001440 <td>References vs pointers in UDC overload resolution</td>
1441 <td align="center">Not resolved</td>
1442 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001443 <tr id="234">
Richard Smith18e30762013-05-16 01:23:30 +00001444 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#234">234</a></td>
1445 <td>NAD</td>
1446 <td>Reuse of base class subobjects</td>
Richard Smith1a2dc262013-11-17 02:50:30 +00001447 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001448 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001449 <tr id="235">
Richard Smith18e30762013-05-16 01:23:30 +00001450 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#235">235</a></td>
1451 <td>TC1</td>
1452 <td>Assignment vs initialization</td>
Richard Smith1a2dc262013-11-17 02:50:30 +00001453 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001454 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001455 <tr id="236">
Richard Smith18e30762013-05-16 01:23:30 +00001456 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#236">236</a></td>
1457 <td>NAD</td>
1458 <td>Explicit temporaries and integral constant expressions</td>
Richard Smith1a2dc262013-11-17 02:50:30 +00001459 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001460 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001461 <tr id="237">
Richard Smith18e30762013-05-16 01:23:30 +00001462 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#237">237</a></td>
1463 <td>CD1</td>
1464 <td>Explicit instantiation and base class members</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001465 <td class="full" align="center">Duplicate of <a href="#470">470</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001466 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001467 <tr class="open" id="238">
Richard Smith18e30762013-05-16 01:23:30 +00001468 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#238">238</a></td>
1469 <td>open</td>
1470 <td>Precision and accuracy constraints on floating point</td>
1471 <td align="center">Not resolved</td>
1472 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001473 <tr id="239">
Richard Smith18e30762013-05-16 01:23:30 +00001474 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#239">239</a></td>
1475 <td>CD1</td>
1476 <td>Footnote 116 and Koenig lookup</td>
Richard Smith1a2dc262013-11-17 02:50:30 +00001477 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001478 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001479 <tr id="240">
Richard Smith18e30762013-05-16 01:23:30 +00001480 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#240">240</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001481 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00001482 <td>Uninitialized values and undefined behavior</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001483 <td class="none" align="center">Duplicate of <a href="#616">616</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001484 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001485 <tr id="241">
Richard Smith18e30762013-05-16 01:23:30 +00001486 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#241">241</a></td>
1487 <td>TC1</td>
1488 <td>Error in example in 14.8.1</td>
Richard Smithe3a40442013-11-17 06:39:43 +00001489 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001490 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001491 <tr class="open" id="242">
Richard Smith18e30762013-05-16 01:23:30 +00001492 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#242">242</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07001493 <td>drafting</td>
Richard Smith18e30762013-05-16 01:23:30 +00001494 <td>Interpretation of old-style casts</td>
1495 <td align="center">Not resolved</td>
1496 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001497 <tr id="243">
Richard Smith18e30762013-05-16 01:23:30 +00001498 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#243">243</a></td>
1499 <td>NAD</td>
1500 <td>Weighting of conversion functions in direct-initialization</td>
Richard Smithe3a40442013-11-17 06:39:43 +00001501 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001502 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001503 <tr id="244">
Richard Smith18e30762013-05-16 01:23:30 +00001504 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#244">244</a></td>
1505 <td>CD1</td>
1506 <td>Destructor lookup</td>
Stephen Hines176edba2014-12-01 14:53:08 -08001507 <td class="partial" align="center">Partial</td>
Richard Smith18e30762013-05-16 01:23:30 +00001508 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001509 <tr id="245">
Richard Smith18e30762013-05-16 01:23:30 +00001510 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#245">245</a></td>
1511 <td>CD1</td>
1512 <td>Name lookup in <I>elaborated-type-specifier</I>s</td>
Richard Smithe3a40442013-11-17 06:39:43 +00001513 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001514 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001515 <tr id="246">
Richard Smith18e30762013-05-16 01:23:30 +00001516 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#246">246</a></td>
1517 <td>CD1</td>
1518 <td>Jumps in <I>function-try-block</I> handlers</td>
Richard Smithe3a40442013-11-17 06:39:43 +00001519 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001520 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001521 <tr id="247">
Richard Smith18e30762013-05-16 01:23:30 +00001522 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#247">247</a></td>
1523 <td>NAD</td>
1524 <td>Pointer-to-member casts and function overload resolution</td>
Richard Smithe3a40442013-11-17 06:39:43 +00001525 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001526 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001527 <tr id="248">
Richard Smith18e30762013-05-16 01:23:30 +00001528 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#248">248</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001529 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00001530 <td>Identifier characters</td>
Richard Smithe3a40442013-11-17 06:39:43 +00001531 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00001532 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001533 <tr id="249">
Richard Smith18e30762013-05-16 01:23:30 +00001534 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#249">249</a></td>
1535 <td>TC1</td>
1536 <td>What is a member function template?</td>
Richard Smithe3a40442013-11-17 06:39:43 +00001537 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001538 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001539 <tr id="250">
Richard Smith18e30762013-05-16 01:23:30 +00001540 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#250">250</a></td>
1541 <td>TC1</td>
1542 <td>Address of function template specialization with non-deduced template arguments</td>
Richard Smithe3a40442013-11-17 06:39:43 +00001543 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001544 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001545 <tr class="open" id="251">
Richard Smith18e30762013-05-16 01:23:30 +00001546 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#251">251</a></td>
1547 <td>open</td>
1548 <td>How many signed integer types are there?</td>
1549 <td align="center">Not resolved</td>
1550 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001551 <tr id="252">
Richard Smith18e30762013-05-16 01:23:30 +00001552 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#252">252</a></td>
1553 <td>CD1</td>
1554 <td>Looking up deallocation functions in virtual destructors</td>
Richard Smith7b633332013-11-18 05:24:03 +00001555 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001556 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001557 <tr class="open" id="253">
Richard Smith18e30762013-05-16 01:23:30 +00001558 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#253">253</a></td>
1559 <td>drafting</td>
1560 <td>Why must empty or fully-initialized const objects be initialized?</td>
1561 <td align="center">Not resolved</td>
1562 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001563 <tr id="254">
Richard Smith18e30762013-05-16 01:23:30 +00001564 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#254">254</a></td>
1565 <td>CD1</td>
1566 <td>Definitional problems with <I>elaborated-type-specifier</I>s</td>
Richard Smith7b633332013-11-18 05:24:03 +00001567 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001568 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001569 <tr class="open" id="255">
Richard Smith18e30762013-05-16 01:23:30 +00001570 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#255">255</a></td>
1571 <td>drafting</td>
1572 <td>Placement deallocation functions and lookup ambiguity</td>
1573 <td align="center">Not resolved</td>
1574 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001575 <tr id="256">
Richard Smith18e30762013-05-16 01:23:30 +00001576 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#256">256</a></td>
1577 <td>CD1</td>
1578 <td>Overflow in size calculations</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001579 <td class="none" align="center">Duplicate of <a href="#624">624</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001580 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001581 <tr id="257">
Richard Smith18e30762013-05-16 01:23:30 +00001582 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#257">257</a></td>
1583 <td>CD2</td>
1584 <td>Abstract base constructors and virtual base initialization</td>
Richard Smith7b633332013-11-18 05:24:03 +00001585 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001586 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001587 <tr id="258">
Richard Smith18e30762013-05-16 01:23:30 +00001588 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#258">258</a></td>
1589 <td>CD1</td>
1590 <td><I>using-declaration</I>s and cv-qualifiers</td>
Richard Smith7b633332013-11-18 05:24:03 +00001591 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001592 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001593 <tr id="259">
Richard Smith18e30762013-05-16 01:23:30 +00001594 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#259">259</a></td>
1595 <td>CD1</td>
1596 <td>Restrictions on explicit specialization and instantiation</td>
Richard Smith7b633332013-11-18 05:24:03 +00001597 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00001598 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001599 <tr class="open" id="260">
Richard Smith18e30762013-05-16 01:23:30 +00001600 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#260">260</a></td>
Richard Smithf1e757d2013-11-07 05:34:58 +00001601 <td>open</td>
Richard Smith18e30762013-05-16 01:23:30 +00001602 <td>User-defined conversions and built-in <TT>operator=</TT></td>
1603 <td align="center">Not resolved</td>
1604 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001605 <tr id="261">
Richard Smith18e30762013-05-16 01:23:30 +00001606 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#261">261</a></td>
1607 <td>CD1</td>
1608 <td>When is a deallocation function "used?"</td>
Richard Smith7b633332013-11-18 05:24:03 +00001609 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001610 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001611 <tr id="262">
Richard Smith18e30762013-05-16 01:23:30 +00001612 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#262">262</a></td>
1613 <td>CD1</td>
1614 <td>Default arguments and ellipsis</td>
Richard Smith7b633332013-11-18 05:24:03 +00001615 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001616 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001617 <tr id="263">
Richard Smith18e30762013-05-16 01:23:30 +00001618 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#263">263</a></td>
1619 <td>CD1</td>
1620 <td>Can a constructor be declared a friend?</td>
Richard Smith7b633332013-11-18 05:24:03 +00001621 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001622 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001623 <tr class="open" id="264">
Richard Smith18e30762013-05-16 01:23:30 +00001624 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#264">264</a></td>
1625 <td>open</td>
1626 <td>Unusable template constructors and conversion functions</td>
1627 <td align="center">Not resolved</td>
1628 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001629 <tr id="265">
Richard Smith18e30762013-05-16 01:23:30 +00001630 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#265">265</a></td>
1631 <td>dup</td>
1632 <td>Destructors, exceptions, and deallocation</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001633 <td class="none" align="center">Duplicate of <a href="#353">353</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001634 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001635 <tr id="266">
Richard Smith18e30762013-05-16 01:23:30 +00001636 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#266">266</a></td>
1637 <td>NAD</td>
1638 <td>No grammar sentence symbol</td>
Richard Smith7b633332013-11-18 05:24:03 +00001639 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001640 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001641 <tr class="open" id="267">
Richard Smith18e30762013-05-16 01:23:30 +00001642 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#267">267</a></td>
1643 <td>open</td>
1644 <td>Alignment requirement for <I>new-expression</I>s</td>
1645 <td align="center">Not resolved</td>
1646 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001647 <tr class="open" id="268">
Richard Smith18e30762013-05-16 01:23:30 +00001648 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#268">268</a></td>
1649 <td>open</td>
1650 <td>Macro name suppression in rescanned replacement text</td>
1651 <td align="center">Not resolved</td>
1652 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001653 <tr id="269">
Richard Smith18e30762013-05-16 01:23:30 +00001654 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#269">269</a></td>
1655 <td>NAD</td>
1656 <td>Order of initialization of multiply-defined static data members
1657of class templates</td>
Richard Smith7b633332013-11-18 05:24:03 +00001658 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001659 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001660 <tr id="270">
Richard Smith18e30762013-05-16 01:23:30 +00001661 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#270">270</a></td>
1662 <td>CD1</td>
1663 <td>Order of initialization of static data members of class templates</td>
Richard Smith7b633332013-11-18 05:24:03 +00001664 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001665 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001666 <tr class="open" id="271">
Richard Smith18e30762013-05-16 01:23:30 +00001667 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#271">271</a></td>
1668 <td>open</td>
1669 <td>Explicit instantiation and template argument deduction</td>
1670 <td align="center">Not resolved</td>
1671 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001672 <tr id="272">
Richard Smith18e30762013-05-16 01:23:30 +00001673 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#272">272</a></td>
1674 <td>CD1</td>
1675 <td>Explicit destructor invocation and <I>qualified-id</I>s</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001676 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001677 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001678 <tr id="273">
Richard Smith18e30762013-05-16 01:23:30 +00001679 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#273">273</a></td>
1680 <td>CD1</td>
1681 <td>POD classes and <TT>operator&amp;()</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001682 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001683 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001684 <tr id="274">
Richard Smith18e30762013-05-16 01:23:30 +00001685 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#274">274</a></td>
1686 <td>CD1</td>
1687 <td>Cv-qualification and char-alias access to out-of-lifetime objects</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001688 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001689 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001690 <tr id="275">
Richard Smith18e30762013-05-16 01:23:30 +00001691 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#275">275</a></td>
1692 <td>CD1</td>
1693 <td>Explicit instantiation/specialization and <I>using-directive</I>s</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001694 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001695 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001696 <tr id="276">
Richard Smith18e30762013-05-16 01:23:30 +00001697 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#276">276</a></td>
1698 <td>CD1</td>
1699 <td>Order of destruction of parameters and temporaries</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001700 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001701 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001702 <tr id="277">
Richard Smith18e30762013-05-16 01:23:30 +00001703 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#277">277</a></td>
1704 <td>CD1</td>
1705 <td>Zero-initialization of pointers</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001706 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001707 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001708 <tr class="open" id="278">
Richard Smith18e30762013-05-16 01:23:30 +00001709 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#278">278</a></td>
1710 <td>open</td>
1711 <td>External linkage and nameless entities</td>
1712 <td align="center">Not resolved</td>
1713 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001714 <tr class="open" id="279">
Richard Smith18e30762013-05-16 01:23:30 +00001715 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#279">279</a></td>
1716 <td>open</td>
1717 <td>Correspondence of "names for linkage purposes"</td>
1718 <td align="center">Not resolved</td>
1719 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001720 <tr id="280">
Richard Smith18e30762013-05-16 01:23:30 +00001721 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#280">280</a></td>
1722 <td>CD1</td>
1723 <td>Access and surrogate call functions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001724 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001725 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001726 <tr id="281">
Richard Smith18e30762013-05-16 01:23:30 +00001727 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#281">281</a></td>
1728 <td>CD1</td>
1729 <td><TT>inline</TT> specifier in <TT>friend</TT> declarations</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001730 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001731 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001732 <tr class="open" id="282">
Richard Smith18e30762013-05-16 01:23:30 +00001733 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#282">282</a></td>
1734 <td>open</td>
1735 <td>Namespace for <TT>extended_type_info</TT></td>
1736 <td align="center">Not resolved</td>
1737 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001738 <tr id="283">
Richard Smith18e30762013-05-16 01:23:30 +00001739 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#283">283</a></td>
1740 <td>CD1</td>
1741 <td>Template <I>type-parameter</I>s are not syntactically <I>type-name</I>s</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001742 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001743 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001744 <tr id="284">
Richard Smith18e30762013-05-16 01:23:30 +00001745 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#284">284</a></td>
1746 <td>CD1</td>
1747 <td><I>qualified-id</I>s in class declarations</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001748 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001749 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001750 <tr id="285">
Richard Smith18e30762013-05-16 01:23:30 +00001751 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#285">285</a></td>
1752 <td>NAD</td>
1753 <td>Identifying a function template being specialized</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001754 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001755 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001756 <tr id="286">
Richard Smith18e30762013-05-16 01:23:30 +00001757 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#286">286</a></td>
1758 <td>CD1</td>
1759 <td>Incorrect example in partial specialization</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001760 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001761 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001762 <tr class="open" id="287">
Richard Smith18e30762013-05-16 01:23:30 +00001763 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#287">287</a></td>
1764 <td>drafting</td>
1765 <td>Order dependencies in template instantiation</td>
1766 <td align="center">Not resolved</td>
1767 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001768 <tr id="288">
Richard Smith18e30762013-05-16 01:23:30 +00001769 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#288">288</a></td>
1770 <td>CD1</td>
1771 <td>Misuse of "static type" in describing pointers</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001772 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001773 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001774 <tr id="289">
Richard Smith18e30762013-05-16 01:23:30 +00001775 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#289">289</a></td>
1776 <td>CD1</td>
1777 <td>Incomplete list of contexts requiring a complete type</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001778 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001779 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001780 <tr id="290">
Richard Smith18e30762013-05-16 01:23:30 +00001781 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#290">290</a></td>
1782 <td>NAD</td>
1783 <td>Should memcpy be allowed into a POD with a const member?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001784 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001785 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001786 <tr id="291">
Richard Smith18e30762013-05-16 01:23:30 +00001787 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#291">291</a></td>
1788 <td>CD1</td>
1789 <td>Overload resolution needed when binding reference to class rvalue</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001790 <td class="full" align="center">Duplicate of <a href="#391">391</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001791 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001792 <tr id="292">
Richard Smith18e30762013-05-16 01:23:30 +00001793 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#292">292</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001794 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00001795 <td>Deallocation on exception in <TT>new</TT> before arguments evaluated</td>
1796 <td class="none" align="center">Unknown</td>
1797 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001798 <tr class="open" id="293">
Richard Smith18e30762013-05-16 01:23:30 +00001799 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#293">293</a></td>
1800 <td>open</td>
1801 <td>Syntax of explicit instantiation/specialization too permissive</td>
1802 <td align="center">Not resolved</td>
1803 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001804 <tr id="294">
Richard Smith18e30762013-05-16 01:23:30 +00001805 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#294">294</a></td>
1806 <td>NAD</td>
1807 <td>Can <TT>static_cast</TT> drop exception specifications?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001808 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001809 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001810 <tr id="295">
Richard Smith18e30762013-05-16 01:23:30 +00001811 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#295">295</a></td>
1812 <td>CD1</td>
1813 <td>cv-qualifiers on function types</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001814 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001815 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001816 <tr id="296">
Richard Smith18e30762013-05-16 01:23:30 +00001817 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#296">296</a></td>
1818 <td>CD1</td>
1819 <td>Can conversion functions be static?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001820 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001821 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001822 <tr class="open" id="297">
Richard Smith18e30762013-05-16 01:23:30 +00001823 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#297">297</a></td>
1824 <td>open</td>
1825 <td>Which template does an explicit specialization specialize?</td>
1826 <td align="center">Not resolved</td>
1827 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001828 <tr id="298">
Richard Smith18e30762013-05-16 01:23:30 +00001829 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#298">298</a></td>
1830 <td>CD1</td>
1831 <td><TT>T::x</TT> when <TT>T</TT> is cv-qualified</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001832 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001833 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001834 <tr id="299">
Richard Smith18e30762013-05-16 01:23:30 +00001835 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#299">299</a></td>
1836 <td>CD1</td>
1837 <td>Conversion on array bound expression in <TT>new</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001838 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00001839 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001840 <tr id="300">
Richard Smith18e30762013-05-16 01:23:30 +00001841 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#300">300</a></td>
1842 <td>CD1</td>
1843 <td>References to functions in template argument deduction</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001844 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001845 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001846 <tr id="301">
Richard Smith18e30762013-05-16 01:23:30 +00001847 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#301">301</a></td>
1848 <td>CD1</td>
1849 <td>Syntax for <I>template-name</I></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001850 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001851 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001852 <tr id="302">
Richard Smith18e30762013-05-16 01:23:30 +00001853 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#302">302</a></td>
1854 <td>CD1</td>
1855 <td>Value-initialization and generation of default constructor</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001856 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001857 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001858 <tr id="303">
Richard Smith18e30762013-05-16 01:23:30 +00001859 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#303">303</a></td>
1860 <td>NAD</td>
1861 <td>Integral promotions on bit-fields</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001862 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001863 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001864 <tr id="304">
Richard Smith18e30762013-05-16 01:23:30 +00001865 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#304">304</a></td>
1866 <td>TC1</td>
1867 <td>Value-initialization of a reference</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001868 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001869 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001870 <tr id="305">
Richard Smith18e30762013-05-16 01:23:30 +00001871 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#305">305</a></td>
1872 <td>CD1</td>
1873 <td>Name lookup in destructor call</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001874 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001875 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001876 <tr id="306">
Richard Smith18e30762013-05-16 01:23:30 +00001877 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#306">306</a></td>
1878 <td>CD1</td>
1879 <td>Ambiguity by class name injection</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001880 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001881 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001882 <tr id="307">
Richard Smith18e30762013-05-16 01:23:30 +00001883 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#307">307</a></td>
1884 <td>NAD</td>
1885 <td>Initialization of a virtual base class subobject</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001886 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001887 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001888 <tr id="308">
Richard Smith18e30762013-05-16 01:23:30 +00001889 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#308">308</a></td>
1890 <td>NAD</td>
1891 <td>Catching exceptions with ambiguous base classes</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001892 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001893 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001894 <tr id="309">
Richard Smith18e30762013-05-16 01:23:30 +00001895 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#309">309</a></td>
1896 <td>CD1</td>
1897 <td>Linkage of entities whose names are not simply identifiers, in introduction</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001898 <td class="full" align="center">Duplicate of <a href="#485">485</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001899 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001900 <tr class="open" id="310">
Richard Smith18e30762013-05-16 01:23:30 +00001901 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#310">310</a></td>
1902 <td>open</td>
1903 <td>Can function templates differing only in parameter cv-qualifiers be overloaded?</td>
1904 <td align="center">Not resolved</td>
1905 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001906 <tr id="311">
Richard Smith18e30762013-05-16 01:23:30 +00001907 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#311">311</a></td>
1908 <td>NAD</td>
1909 <td>Using qualified name to reopen nested namespace</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001910 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001911 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001912 <tr id="312">
Richard Smith18e30762013-05-16 01:23:30 +00001913 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#312">312</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001914 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00001915 <td>&#8220;use&#8221; of invalid pointer value not defined</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001916 <td class="none" align="center">Duplicate of <a href="#616">616</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001917 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001918 <tr id="313">
Richard Smith18e30762013-05-16 01:23:30 +00001919 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#313">313</a></td>
1920 <td>dup</td>
1921 <td>Class with single conversion function to integral as array size in <TT>new</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001922 <td class="full" align="center">Duplicate of <a href="#299">299</a> (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00001923 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07001924 <tr class="open" id="314">
Richard Smith18e30762013-05-16 01:23:30 +00001925 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#314">314</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07001926 <td>review</td>
Richard Smith18e30762013-05-16 01:23:30 +00001927 <td><TT>template</TT> in base class specifier</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07001928 <td align="center">Not resolved</td>
Richard Smith18e30762013-05-16 01:23:30 +00001929 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001930 <tr id="315">
Richard Smith18e30762013-05-16 01:23:30 +00001931 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#315">315</a></td>
1932 <td>NAD</td>
1933 <td>Is call of static member function through null pointer undefined?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001934 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00001935 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001936 <tr id="316">
Richard Smith18e30762013-05-16 01:23:30 +00001937 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#316">316</a></td>
1938 <td>NAD</td>
1939 <td>Injected-class-name of template used as template template parameter</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001940 <td class="none" align="center">Superseded by <a href="#1004">1004</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001941 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001942 <tr id="317">
Richard Smith18e30762013-05-16 01:23:30 +00001943 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#317">317</a></td>
1944 <td>CD1</td>
1945 <td>Can a function be declared inline after it has been called?</td>
Stephen Hines176edba2014-12-01 14:53:08 -08001946 <td class="full" align="center">Clang 3.5</td>
Richard Smith18e30762013-05-16 01:23:30 +00001947 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001948 <tr id="318">
Richard Smith18e30762013-05-16 01:23:30 +00001949 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#318">318</a></td>
1950 <td>CD1</td>
1951 <td><TT>struct A::A</TT> should not name the constructor of <TT>A</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001952 <td class="none" align="center">Superseded by <a href="#1310">1310</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001953 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001954 <tr id="319">
Richard Smith18e30762013-05-16 01:23:30 +00001955 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#319">319</a></td>
1956 <td>CD1</td>
1957 <td>Use of names without linkage in declaring entities with linkage</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001958 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001959 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001960 <tr id="320">
Richard Smith18e30762013-05-16 01:23:30 +00001961 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#320">320</a></td>
1962 <td>CD1</td>
1963 <td>Question on copy constructor elision example</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001964 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001965 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001966 <tr id="321">
Richard Smith18e30762013-05-16 01:23:30 +00001967 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#321">321</a></td>
1968 <td>dup</td>
1969 <td>Associated classes and namespaces for argument-dependent lookup</td>
Stephen Hines176edba2014-12-01 14:53:08 -08001970 <td class="full" align="center">Duplicate of <a href="#557">557</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00001971 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001972 <tr id="322">
Richard Smith18e30762013-05-16 01:23:30 +00001973 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#322">322</a></td>
1974 <td>CD1</td>
1975 <td>Deduction of reference conversions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001976 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001977 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001978 <tr id="323">
Richard Smith18e30762013-05-16 01:23:30 +00001979 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#323">323</a></td>
1980 <td>CD1</td>
1981 <td>Where must <TT>export</TT> appear?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001982 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00001983 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001984 <tr id="324">
Richard Smith18e30762013-05-16 01:23:30 +00001985 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#324">324</a></td>
1986 <td>CD1</td>
1987 <td>Can "<TT>&amp;</TT>" be applied to assignment to bit-field?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07001988 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00001989 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001990 <tr class="open" id="325">
Richard Smith18e30762013-05-16 01:23:30 +00001991 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#325">325</a></td>
1992 <td>drafting</td>
1993 <td>When are default arguments parsed?</td>
1994 <td align="center">Not resolved</td>
1995 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07001996 <tr id="326">
Richard Smith18e30762013-05-16 01:23:30 +00001997 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#326">326</a></td>
1998 <td>CD1</td>
1999 <td>Wording for definition of trivial constructor</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002000 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002001 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002002 <tr id="327">
Richard Smith18e30762013-05-16 01:23:30 +00002003 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#327">327</a></td>
2004 <td>CD1</td>
2005 <td>Use of "structure" without definition</td>
Stephen Hines176edba2014-12-01 14:53:08 -08002006 <td class="na" align="center">Duplicate of <a href="#538">538</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00002007 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002008 <tr id="328">
Richard Smith18e30762013-05-16 01:23:30 +00002009 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#328">328</a></td>
2010 <td>CD1</td>
2011 <td>Missing requirement that class member types be complete</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002012 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002013 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002014 <tr id="329">
Richard Smith18e30762013-05-16 01:23:30 +00002015 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#329">329</a></td>
2016 <td>CD1</td>
2017 <td>Evaluation of friends of templates</td>
Stephen Hines176edba2014-12-01 14:53:08 -08002018 <td class="full" align="center">Clang 3.5</td>
Richard Smith18e30762013-05-16 01:23:30 +00002019 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07002020 <tr id="330">
2021 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#330">330</a></td>
2022 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00002023 <td>Qualification conversions and pointers to arrays of pointers</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07002024 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00002025 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002026 <tr id="331">
Richard Smith18e30762013-05-16 01:23:30 +00002027 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#331">331</a></td>
2028 <td>CD1</td>
2029 <td>Allowed copy constructor signatures</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002030 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002031 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002032 <tr id="332">
Richard Smith18e30762013-05-16 01:23:30 +00002033 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#332">332</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002034 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00002035 <td>cv-qualified <TT>void</TT> parameter types</td>
Stephen Hines176edba2014-12-01 14:53:08 -08002036 <td class="full" align="center">Duplicate of <a href="#577">577</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00002037 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002038 <tr id="333">
Richard Smith18e30762013-05-16 01:23:30 +00002039 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#333">333</a></td>
2040 <td>NAD</td>
2041 <td>Ambiguous use of "declaration" in disambiguation section</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002042 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002043 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002044 <tr id="334">
Richard Smith18e30762013-05-16 01:23:30 +00002045 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#334">334</a></td>
2046 <td>NAD</td>
2047 <td>Is a comma-expression dependent if its first operand is?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002048 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002049 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002050 <tr id="335">
Richard Smith18e30762013-05-16 01:23:30 +00002051 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#335">335</a></td>
2052 <td>CD1</td>
2053 <td>Allowing <TT>export</TT> on template members of nontemplate classes</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002054 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00002055 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002056 <tr id="336">
Richard Smith18e30762013-05-16 01:23:30 +00002057 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#336">336</a></td>
2058 <td>CD1</td>
2059 <td>Explicit specialization examples are still incorrect</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002060 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002061 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002062 <tr id="337">
Richard Smith18e30762013-05-16 01:23:30 +00002063 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#337">337</a></td>
2064 <td>CD1</td>
2065 <td>Attempt to create array of abtract type should cause deduction to fail</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002066 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002067 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002068 <tr class="open" id="338">
Richard Smith18e30762013-05-16 01:23:30 +00002069 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#338">338</a></td>
2070 <td>open</td>
2071 <td>Enumerator name with linkage used as class name in other translation unit</td>
2072 <td align="center">Not resolved</td>
2073 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002074 <tr id="339">
Richard Smith18e30762013-05-16 01:23:30 +00002075 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#339">339</a></td>
2076 <td>CD1</td>
2077 <td>Overload resolution in operand of <TT>sizeof</TT> in constant expression</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002078 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002079 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002080 <tr id="340">
Richard Smith18e30762013-05-16 01:23:30 +00002081 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#340">340</a></td>
2082 <td>NAD</td>
2083 <td>Unclear wording in disambiguation section</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002084 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002085 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002086 <tr id="341">
Richard Smith18e30762013-05-16 01:23:30 +00002087 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#341">341</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002088 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00002089 <td><TT>extern "C"</TT> namespace member function versus global variable</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002090 <td class="none" align="center">Superseded by <a href="#1708">1708</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00002091 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002092 <tr id="342">
Richard Smith18e30762013-05-16 01:23:30 +00002093 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#342">342</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002094 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00002095 <td>Terminology: "indirection" versus "dereference"</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002096 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002097 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07002098 <tr class="open" id="343">
Richard Smith18e30762013-05-16 01:23:30 +00002099 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#343">343</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07002100 <td>review</td>
Richard Smith18e30762013-05-16 01:23:30 +00002101 <td>Make <TT>template</TT> optional in contexts that require a type</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07002102 <td align="center">Not resolved</td>
Richard Smith18e30762013-05-16 01:23:30 +00002103 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002104 <tr id="344">
2105 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#344">344</a></td>
2106 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00002107 <td>Naming destructors</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002108 <td class="none" align="center">Duplicate of <a href="#1435">1435</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00002109 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002110 <tr id="345">
Richard Smith18e30762013-05-16 01:23:30 +00002111 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#345">345</a></td>
2112 <td>CD1</td>
2113 <td>Misleading comment on example in templates chapter</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002114 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002115 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002116 <tr id="346">
Richard Smith18e30762013-05-16 01:23:30 +00002117 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#346">346</a></td>
2118 <td>NAD</td>
2119 <td>Typo in 15.4</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002120 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002121 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002122 <tr id="347">
Richard Smith18e30762013-05-16 01:23:30 +00002123 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#347">347</a></td>
2124 <td>NAD</td>
2125 <td>Use of derived class name in defining base class nested class</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002126 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002127 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002128 <tr id="348">
Richard Smith18e30762013-05-16 01:23:30 +00002129 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#348">348</a></td>
2130 <td>CD1</td>
2131 <td><TT>delete</TT> and user-written deallocation functions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002132 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002133 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002134 <tr id="349">
Richard Smith18e30762013-05-16 01:23:30 +00002135 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#349">349</a></td>
2136 <td>CD1</td>
2137 <td>Template argument deduction for conversion functions and qualification conversions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002138 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00002139 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002140 <tr class="open" id="350">
Richard Smith18e30762013-05-16 01:23:30 +00002141 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#350">350</a></td>
2142 <td>open</td>
2143 <td><TT>signed char</TT> underlying representation for objects</td>
2144 <td align="center">Not resolved</td>
2145 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002146 <tr id="351">
Richard Smith18e30762013-05-16 01:23:30 +00002147 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#351">351</a></td>
2148 <td>CD1</td>
2149 <td>Sequence point error: unspecified or undefined?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002150 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002151 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002152 <tr id="352">
Richard Smith18e30762013-05-16 01:23:30 +00002153 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#352">352</a></td>
2154 <td>CD1</td>
2155 <td>Nondeduced contexts</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002156 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002157 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002158 <tr id="353">
Richard Smith18e30762013-05-16 01:23:30 +00002159 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#353">353</a></td>
2160 <td>CD1</td>
2161 <td>Is deallocation routine called if destructor throws exception in delete?</td>
2162 <td class="none" align="center">Unknown</td>
2163 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002164 <tr id="354">
Richard Smith18e30762013-05-16 01:23:30 +00002165 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#354">354</a></td>
2166 <td>CD1</td>
2167 <td>Null as nontype template argument</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002168 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00002169 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002170 <tr id="355">
Richard Smith18e30762013-05-16 01:23:30 +00002171 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#355">355</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002172 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00002173 <td>Global-scope <TT>::</TT> in <I>nested-name-specifier</I></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002174 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002175 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002176 <tr id="356">
Richard Smith18e30762013-05-16 01:23:30 +00002177 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#356">356</a></td>
2178 <td>NAD</td>
2179 <td>Wording of behavior of generated copy constructor for scalar members</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002180 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002181 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002182 <tr id="357">
Richard Smith18e30762013-05-16 01:23:30 +00002183 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#357">357</a></td>
2184 <td>CD1</td>
2185 <td>Definition of signature should include name</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002186 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002187 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002188 <tr id="358">
Richard Smith18e30762013-05-16 01:23:30 +00002189 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#358">358</a></td>
2190 <td>NAD</td>
2191 <td>Namespaces and extern "C"</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002192 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002193 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002194 <tr id="359">
Richard Smith18e30762013-05-16 01:23:30 +00002195 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#359">359</a></td>
2196 <td>NAD</td>
2197 <td>Type definition in anonymous union</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002198 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002199 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002200 <tr class="open" id="360">
Richard Smith18e30762013-05-16 01:23:30 +00002201 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#360">360</a></td>
2202 <td>open</td>
2203 <td>Using-declaration that reduces access</td>
2204 <td align="center">Not resolved</td>
2205 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002206 <tr class="open" id="361">
Richard Smith18e30762013-05-16 01:23:30 +00002207 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#361">361</a></td>
Richard Smithf1e757d2013-11-07 05:34:58 +00002208 <td>open</td>
Richard Smith18e30762013-05-16 01:23:30 +00002209 <td>Forward reference to default argument</td>
2210 <td align="center">Not resolved</td>
2211 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002212 <tr id="362">
Richard Smith18e30762013-05-16 01:23:30 +00002213 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#362">362</a></td>
2214 <td>CD1</td>
2215 <td>Order of initialization in instantiation units</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002216 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002217 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002218 <tr id="363">
Richard Smith18e30762013-05-16 01:23:30 +00002219 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#363">363</a></td>
2220 <td>NAD</td>
2221 <td>Initialization of class from self</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002222 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002223 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002224 <tr id="364">
Richard Smith18e30762013-05-16 01:23:30 +00002225 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#364">364</a></td>
2226 <td>CD1</td>
2227 <td>Calling overloaded function with static in set, with no object</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002228 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002229 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002230 <tr class="open" id="365">
Richard Smith18e30762013-05-16 01:23:30 +00002231 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#365">365</a></td>
2232 <td>open</td>
2233 <td>Storage duration and temporaries</td>
2234 <td align="center">Not resolved</td>
2235 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002236 <tr id="366">
Richard Smith18e30762013-05-16 01:23:30 +00002237 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#366">366</a></td>
2238 <td>CD1</td>
2239 <td>String literal allowed in integral constant expression?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002240 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002241 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002242 <tr id="367">
Richard Smith18e30762013-05-16 01:23:30 +00002243 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#367">367</a></td>
2244 <td>CD1</td>
2245 <td><TT>throw</TT> operator allowed in constant expression?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002246 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002247 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002248 <tr id="368">
Richard Smith18e30762013-05-16 01:23:30 +00002249 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#368">368</a></td>
2250 <td>CD1</td>
2251 <td>Uses of non-type parameters that should cause deduction to fail</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002252 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002253 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002254 <tr class="open" id="369">
Richard Smith18e30762013-05-16 01:23:30 +00002255 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#369">369</a></td>
2256 <td>drafting</td>
2257 <td>Are <TT>new</TT>/<TT>delete</TT> identifiers or <I>preprocessing-op-or-punc</I>?</td>
2258 <td align="center">Not resolved</td>
2259 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002260 <tr id="370">
Richard Smith18e30762013-05-16 01:23:30 +00002261 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#370">370</a></td>
2262 <td>CD1</td>
2263 <td>Can <TT>#include &lt;...&gt;</TT> form be used other than for standard C++ headers?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002264 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002265 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002266 <tr class="open" id="371">
Richard Smith18e30762013-05-16 01:23:30 +00002267 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#371">371</a></td>
2268 <td>open</td>
2269 <td>Interleaving of constructor calls</td>
2270 <td align="center">Not resolved</td>
2271 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002272 <tr id="372">
Richard Smith18e30762013-05-16 01:23:30 +00002273 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#372">372</a></td>
2274 <td>CD1</td>
2275 <td>Is access granted by base class specifiers available in following base class specifiers?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002276 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00002277 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002278 <tr id="373">
Richard Smith18e30762013-05-16 01:23:30 +00002279 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#373">373</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002280 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00002281 <td>Lookup on namespace qualified name in using-directive</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002282 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00002283 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002284 <tr id="374">
Richard Smith18e30762013-05-16 01:23:30 +00002285 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#374">374</a></td>
2286 <td>CD2</td>
2287 <td>Can explicit specialization outside namespace use qualified name?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002288 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00002289 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002290 <tr id="375">
Richard Smith18e30762013-05-16 01:23:30 +00002291 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#375">375</a></td>
2292 <td>dup</td>
2293 <td>Confusing example on lookup with <TT>typename</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002294 <td class="full" align="center">Duplicate of <a href="#345">345</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00002295 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002296 <tr id="376">
Richard Smith18e30762013-05-16 01:23:30 +00002297 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#376">376</a></td>
2298 <td>NAD</td>
2299 <td>Class "definition" versus class "declaration"</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002300 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002301 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002302 <tr id="377">
Richard Smith18e30762013-05-16 01:23:30 +00002303 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#377">377</a></td>
2304 <td>CD1</td>
2305 <td>Enum whose enumerators will not fit in any integral type</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002306 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002307 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002308 <tr id="378">
Richard Smith18e30762013-05-16 01:23:30 +00002309 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#378">378</a></td>
2310 <td>CD1</td>
2311 <td>Wording that says temporaries are declared</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002312 <td class="na" align="center">Duplicate of <a href="#276">276</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00002313 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002314 <tr id="379">
Richard Smith18e30762013-05-16 01:23:30 +00002315 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#379">379</a></td>
2316 <td>CD1</td>
2317 <td>Change "class declaration" to "class definition"</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002318 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002319 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002320 <tr class="open" id="380">
Richard Smith18e30762013-05-16 01:23:30 +00002321 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#380">380</a></td>
2322 <td>open</td>
2323 <td>Definition of "ambiguous base class" missing</td>
2324 <td align="center">Not resolved</td>
2325 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002326 <tr id="381">
Richard Smith18e30762013-05-16 01:23:30 +00002327 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#381">381</a></td>
2328 <td>CD1</td>
2329 <td>Incorrect example of base class member lookup</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002330 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002331 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002332 <tr id="382">
Richard Smith18e30762013-05-16 01:23:30 +00002333 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#382">382</a></td>
2334 <td>CD1</td>
2335 <td>Allow <TT>typename</TT> outside of templates</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002336 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00002337 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002338 <tr id="383">
Richard Smith18e30762013-05-16 01:23:30 +00002339 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#383">383</a></td>
2340 <td>CD1</td>
2341 <td>Is a class with a declared but not defined destructor a POD?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002342 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002343 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002344 <tr id="384">
Richard Smith18e30762013-05-16 01:23:30 +00002345 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#384">384</a></td>
2346 <td>NAD</td>
2347 <td>Argument-dependent lookup and operator functions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002348 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002349 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002350 <tr id="385">
Richard Smith18e30762013-05-16 01:23:30 +00002351 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#385">385</a></td>
2352 <td>CD1</td>
2353 <td>How does protected member check of 11.5 interact with using-declarations?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002354 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002355 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002356 <tr class="open" id="386">
Richard Smith18e30762013-05-16 01:23:30 +00002357 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#386">386</a></td>
2358 <td>drafting</td>
2359 <td>Friend declaration of name brought in by <I>using-declaration</I></td>
2360 <td align="center">Not resolved</td>
2361 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002362 <tr id="387">
Richard Smith18e30762013-05-16 01:23:30 +00002363 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#387">387</a></td>
2364 <td>CD1</td>
2365 <td>Errors in example in 14.6.5</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002366 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002367 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002368 <tr id="388">
Richard Smith18e30762013-05-16 01:23:30 +00002369 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#388">388</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002370 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00002371 <td>Catching base<TT>*&amp;</TT> from a throw of derived<TT>*</TT></td>
2372 <td class="none" align="center">Unknown</td>
2373 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002374 <tr id="389">
Richard Smith18e30762013-05-16 01:23:30 +00002375 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#389">389</a></td>
2376 <td>CD1</td>
2377 <td>Unnamed types in entities with linkage</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002378 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00002379 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002380 <tr id="390">
Richard Smith18e30762013-05-16 01:23:30 +00002381 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#390">390</a></td>
2382 <td>CD1</td>
2383 <td>Pure virtual must be defined when implicitly called</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002384 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002385 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002386 <tr id="391">
Richard Smith18e30762013-05-16 01:23:30 +00002387 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#391">391</a></td>
2388 <td>CD1</td>
2389 <td>Require direct binding of short-lived references to rvalues</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002390 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00002391 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002392 <tr id="392">
Richard Smith18e30762013-05-16 01:23:30 +00002393 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#392">392</a></td>
2394 <td>CD1</td>
2395 <td>Use of full expression lvalue before temporary destruction</td>
2396 <td class="none" align="center">Unknown</td>
2397 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002398 <tr id="393">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07002399 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#393">393</a></td>
2400 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00002401 <td>Pointer to array of unknown bound in template argument list in parameter</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002402 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00002403 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002404 <tr id="394">
Richard Smith18e30762013-05-16 01:23:30 +00002405 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#394">394</a></td>
2406 <td>CD1</td>
2407 <td><I>identifier-list</I> is never defined</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002408 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002409 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002410 <tr id="395">
Richard Smith18e30762013-05-16 01:23:30 +00002411 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#395">395</a></td>
2412 <td>NAD</td>
2413 <td>Conversion operator template syntax</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002414 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002415 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002416 <tr id="396">
Richard Smith18e30762013-05-16 01:23:30 +00002417 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#396">396</a></td>
2418 <td>CD1</td>
2419 <td>Misleading note regarding use of <TT>auto</TT> for disambiguation</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002420 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002421 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002422 <tr id="397">
Richard Smith18e30762013-05-16 01:23:30 +00002423 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#397">397</a></td>
2424 <td>CD1</td>
2425 <td>Same address for string literals from default arguments in inline functions?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002426 <td class="none" align="center">Superseded by <a href="#1823">1823</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00002427 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002428 <tr id="398">
Richard Smith18e30762013-05-16 01:23:30 +00002429 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#398">398</a></td>
2430 <td>CD1</td>
2431 <td>Ambiguous wording on naming a type in deduction</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002432 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002433 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002434 <tr class="open" id="399">
Richard Smith18e30762013-05-16 01:23:30 +00002435 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#399">399</a></td>
2436 <td>drafting</td>
2437 <td>Destructor lookup redux</td>
2438 <td align="center">Not resolved</td>
2439 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002440 <tr id="400">
Richard Smith18e30762013-05-16 01:23:30 +00002441 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#400">400</a></td>
2442 <td>CD1</td>
2443 <td>Using-declarations and the "struct hack"</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002444 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002445 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002446 <tr id="401">
Richard Smith18e30762013-05-16 01:23:30 +00002447 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#401">401</a></td>
2448 <td>CD1</td>
2449 <td>When is access for template parameter default arguments checked?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002450 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002451 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002452 <tr class="open" id="402">
Richard Smith18e30762013-05-16 01:23:30 +00002453 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#402">402</a></td>
2454 <td>open</td>
2455 <td>More on partial ordering of function templates</td>
2456 <td align="center">Not resolved</td>
2457 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002458 <tr id="403">
Richard Smith18e30762013-05-16 01:23:30 +00002459 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#403">403</a></td>
2460 <td>CD1</td>
2461 <td>Reference to a type as a <I>template-id</I></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002462 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002463 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002464 <tr id="404">
Richard Smith18e30762013-05-16 01:23:30 +00002465 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#404">404</a></td>
2466 <td>CD1</td>
2467 <td>Unclear reference to construction with non-trivial constructor</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002468 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002469 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002470 <tr class="open" id="405">
Richard Smith18e30762013-05-16 01:23:30 +00002471 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#405">405</a></td>
2472 <td>open</td>
2473 <td>Unqualified function name lookup</td>
2474 <td align="center">Not resolved</td>
2475 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002476 <tr id="406">
Richard Smith18e30762013-05-16 01:23:30 +00002477 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#406">406</a></td>
2478 <td>CD1</td>
2479 <td>Static data member in class with name for linkage purposes</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002480 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002481 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002482 <tr id="407">
Richard Smith18e30762013-05-16 01:23:30 +00002483 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#407">407</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002484 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00002485 <td>Named class with associated typedef: two names or one?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002486 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00002487 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002488 <tr id="408">
Richard Smith18e30762013-05-16 01:23:30 +00002489 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#408">408</a></td>
2490 <td>CD2</td>
2491 <td>sizeof applied to unknown-bound array static data member of template</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002492 <td class="full" align="center">Clang 3.4</td>
Richard Smith18e30762013-05-16 01:23:30 +00002493 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002494 <tr id="409">
Richard Smith18e30762013-05-16 01:23:30 +00002495 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#409">409</a></td>
2496 <td>CD1</td>
2497 <td>Obsolete paragraph missed by changes for issue 224</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002498 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002499 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002500 <tr id="410">
Richard Smith18e30762013-05-16 01:23:30 +00002501 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#410">410</a></td>
2502 <td>CD1</td>
2503 <td>Paragraph missed in changes for issue 166</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002504 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00002505 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002506 <tr class="open" id="411">
Richard Smith18e30762013-05-16 01:23:30 +00002507 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#411">411</a></td>
2508 <td>open</td>
2509 <td>Use of universal-character-name in character versus string literals</td>
2510 <td align="center">Not resolved</td>
2511 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002512 <tr id="412">
Richard Smith18e30762013-05-16 01:23:30 +00002513 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#412">412</a></td>
2514 <td>NAD</td>
2515 <td>Can a replacement allocation function be inline?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002516 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002517 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002518 <tr id="413">
Richard Smith18e30762013-05-16 01:23:30 +00002519 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#413">413</a></td>
2520 <td>CD1</td>
2521 <td>Definition of "empty class"</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002522 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002523 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002524 <tr id="414">
Richard Smith18e30762013-05-16 01:23:30 +00002525 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#414">414</a></td>
2526 <td>CD1</td>
2527 <td>Multiple types found on destructor lookup</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002528 <td class="none" align="center">Duplicate of <a href="#305">305</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00002529 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002530 <tr id="415">
Richard Smith18e30762013-05-16 01:23:30 +00002531 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#415">415</a></td>
2532 <td>CD1</td>
2533 <td>Template deduction does not cause instantiation</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002534 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002535 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002536 <tr id="416">
Richard Smith18e30762013-05-16 01:23:30 +00002537 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#416">416</a></td>
2538 <td>CD1</td>
2539 <td>Class must be complete to allow operator lookup?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002540 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002541 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002542 <tr id="417">
Richard Smith18e30762013-05-16 01:23:30 +00002543 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#417">417</a></td>
2544 <td>CD1</td>
2545 <td>Using derived-class qualified name in out-of-class nested class definition</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002546 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00002547 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002548 <tr class="open" id="418">
Richard Smith18e30762013-05-16 01:23:30 +00002549 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#418">418</a></td>
2550 <td>open</td>
2551 <td>Imperfect wording on error on multiple default arguments on a called function</td>
2552 <td align="center">Not resolved</td>
2553 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002554 <tr class="open" id="419">
Richard Smith18e30762013-05-16 01:23:30 +00002555 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#419">419</a></td>
2556 <td>open</td>
2557 <td>Can cast to virtual base class be done on partially-constructed object?</td>
2558 <td align="center">Not resolved</td>
2559 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002560 <tr id="420">
Richard Smith18e30762013-05-16 01:23:30 +00002561 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#420">420</a></td>
2562 <td>CD1</td>
2563 <td>postfixexpression-&gt;scalar_type_dtor() inconsistent</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002564 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002565 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002566 <tr id="421">
Richard Smith18e30762013-05-16 01:23:30 +00002567 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#421">421</a></td>
2568 <td>CD1</td>
2569 <td>Is rvalue.field an rvalue?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002570 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002571 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002572 <tr id="422">
Richard Smith18e30762013-05-16 01:23:30 +00002573 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#422">422</a></td>
2574 <td>NAD</td>
2575 <td>Is a typedef redeclaration allowed with a template type that might be the same?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002576 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002577 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002578 <tr id="423">
Richard Smith18e30762013-05-16 01:23:30 +00002579 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#423">423</a></td>
2580 <td>NAD</td>
2581 <td>Can a conversion be done on the left operand of a compound assignment?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002582 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002583 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002584 <tr id="424">
Richard Smith18e30762013-05-16 01:23:30 +00002585 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#424">424</a></td>
2586 <td>CD1</td>
2587 <td>Wording problem with issue 56 resolution on redeclaring typedefs in class scope</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002588 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002589 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002590 <tr id="425">
Richard Smith18e30762013-05-16 01:23:30 +00002591 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#425">425</a></td>
2592 <td>CD1</td>
2593 <td>Set of candidates for overloaded built-in operator with float operand</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002594 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002595 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002596 <tr class="open" id="426">
Richard Smith18e30762013-05-16 01:23:30 +00002597 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#426">426</a></td>
2598 <td>drafting</td>
2599 <td>Identically-named variables, one internally and one externally linked, allowed?</td>
2600 <td align="center">Not resolved</td>
2601 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002602 <tr id="427">
Richard Smith18e30762013-05-16 01:23:30 +00002603 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#427">427</a></td>
2604 <td>CD1</td>
2605 <td><TT>static_cast</TT> ambiguity: conversion versus cast to derived</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002606 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002607 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002608 <tr id="428">
Richard Smith18e30762013-05-16 01:23:30 +00002609 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#428">428</a></td>
2610 <td>CD1</td>
2611 <td>Mention of expression with reference type</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002612 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002613 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002614 <tr id="429">
Richard Smith18e30762013-05-16 01:23:30 +00002615 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#429">429</a></td>
2616 <td>CD1</td>
2617 <td>Matching deallocation function chosen based on syntax or signature?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002618 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00002619 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002620 <tr id="430">
Richard Smith18e30762013-05-16 01:23:30 +00002621 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#430">430</a></td>
2622 <td>CD1</td>
2623 <td>Ordering of expression evaluation in initializer list</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002624 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00002625 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002626 <tr id="431">
Richard Smith18e30762013-05-16 01:23:30 +00002627 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#431">431</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002628 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00002629 <td>Defect in wording in 14.2</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002630 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002631 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002632 <tr id="432">
Richard Smith18e30762013-05-16 01:23:30 +00002633 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#432">432</a></td>
2634 <td>CD1</td>
2635 <td>Is injected class name visible in base class specifier list?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002636 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002637 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002638 <tr id="433">
Richard Smith18e30762013-05-16 01:23:30 +00002639 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#433">433</a></td>
2640 <td>CD1</td>
2641 <td>Do elaborated type specifiers in templates inject into enclosing namespace scope?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002642 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002643 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002644 <tr id="434">
Richard Smith18e30762013-05-16 01:23:30 +00002645 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#434">434</a></td>
2646 <td>NAD</td>
2647 <td>Unclear suppression of standard conversions while binding reference to lvalue</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002648 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002649 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002650 <tr id="435">
Richard Smith18e30762013-05-16 01:23:30 +00002651 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#435">435</a></td>
2652 <td>NAD</td>
2653 <td>Change "declararation or definition" to "declaration"</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002654 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002655 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002656 <tr id="436">
Richard Smith18e30762013-05-16 01:23:30 +00002657 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#436">436</a></td>
2658 <td>CD1</td>
2659 <td>Problem in example in 9.6 paragraph 4</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002660 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002661 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002662 <tr id="437">
Richard Smith18e30762013-05-16 01:23:30 +00002663 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#437">437</a></td>
2664 <td>CD1</td>
2665 <td>Is type of class allowed in member function exception specification?</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07002666 <td class="none" align="center">Superseded by <a href="#1308">1308</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00002667 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002668 <tr id="438">
Richard Smith18e30762013-05-16 01:23:30 +00002669 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#438">438</a></td>
2670 <td>CD2</td>
2671 <td>Possible flaw in wording for multiple accesses to object between sequence points</td>
2672 <td class="none" align="center">Unknown</td>
2673 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002674 <tr id="439">
Richard Smith18e30762013-05-16 01:23:30 +00002675 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#439">439</a></td>
2676 <td>CD1</td>
2677 <td>Guarantees on casting pointer back to cv-qualified version of original type</td>
2678 <td class="none" align="center">Unknown</td>
2679 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002680 <tr class="open" id="440">
Richard Smith18e30762013-05-16 01:23:30 +00002681 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#440">440</a></td>
2682 <td>open</td>
2683 <td>Allow implicit pointer-to-member conversion on nontype template argument</td>
2684 <td align="center">Not resolved</td>
2685 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002686 <tr id="441">
Richard Smith18e30762013-05-16 01:23:30 +00002687 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#441">441</a></td>
2688 <td>CD1</td>
2689 <td>Ordering of static reference initialization</td>
2690 <td class="none" align="center">Unknown</td>
2691 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002692 <tr id="442">
Richard Smith18e30762013-05-16 01:23:30 +00002693 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#442">442</a></td>
2694 <td>CD1</td>
2695 <td>Incorrect use of null pointer constant in description of delete operator</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002696 <td class="na" align="center">Superseded by <a href="#348">348</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00002697 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002698 <tr id="443">
Richard Smith18e30762013-05-16 01:23:30 +00002699 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#443">443</a></td>
2700 <td>CD1</td>
2701 <td>Wording nit in description of lifetime of temporaries</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002702 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002703 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002704 <tr id="444">
Richard Smith18e30762013-05-16 01:23:30 +00002705 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#444">444</a></td>
2706 <td>NAD</td>
2707 <td>Overriding and the generated copy assignment operator</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002708 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002709 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002710 <tr id="445">
Richard Smith18e30762013-05-16 01:23:30 +00002711 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#445">445</a></td>
2712 <td>NAD</td>
2713 <td>Wording issue on friend declarations</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002714 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002715 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002716 <tr id="446">
Richard Smith18e30762013-05-16 01:23:30 +00002717 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#446">446</a></td>
2718 <td>CD1</td>
2719 <td>Does an lvalue-to-rvalue conversion on the "?" operator produce a temporary?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002720 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002721 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002722 <tr id="447">
Richard Smith18e30762013-05-16 01:23:30 +00002723 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#447">447</a></td>
2724 <td>CD1</td>
2725 <td>Is offsetof type-dependent?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002726 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002727 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002728 <tr id="448">
Richard Smith18e30762013-05-16 01:23:30 +00002729 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#448">448</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002730 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00002731 <td>Set of template functions in call with dependent explicit argument</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002732 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002733 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002734 <tr id="449">
Richard Smith18e30762013-05-16 01:23:30 +00002735 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#449">449</a></td>
2736 <td>NAD</td>
2737 <td>Consistency in use of hyphen with names of "non" entities</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002738 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002739 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002740 <tr id="450">
Richard Smith18e30762013-05-16 01:23:30 +00002741 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#450">450</a></td>
2742 <td>CD1</td>
2743 <td>Binding a reference to const to a cv-qualified array rvalue</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002744 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002745 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002746 <tr id="451">
Richard Smith18e30762013-05-16 01:23:30 +00002747 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#451">451</a></td>
2748 <td>CD1</td>
2749 <td>Expressions with invalid results and ill-formedness</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002750 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002751 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002752 <tr id="452">
Richard Smith18e30762013-05-16 01:23:30 +00002753 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#452">452</a></td>
2754 <td>CD1</td>
2755 <td>Wording nit on description of <TT>this</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002756 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002757 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002758 <tr class="open" id="453">
Richard Smith18e30762013-05-16 01:23:30 +00002759 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#453">453</a></td>
2760 <td>drafting</td>
2761 <td>References may only bind to &#8220;valid&#8221; objects</td>
2762 <td align="center">Not resolved</td>
2763 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002764 <tr id="454">
Richard Smith18e30762013-05-16 01:23:30 +00002765 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#454">454</a></td>
2766 <td>CD1</td>
2767 <td>When is a definition of a static data member required?</td>
2768 <td class="none" align="center">Unknown</td>
2769 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002770 <tr class="open" id="455">
Richard Smith18e30762013-05-16 01:23:30 +00002771 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#455">455</a></td>
2772 <td>drafting</td>
2773 <td>Partial ordering and non-deduced arguments</td>
2774 <td align="center">Not resolved</td>
2775 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002776 <tr id="456">
Richard Smith18e30762013-05-16 01:23:30 +00002777 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#456">456</a></td>
2778 <td>NAD</td>
2779 <td>Is initialized const int or const bool variable a null pointer constant?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002780 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002781 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002782 <tr id="457">
Richard Smith18e30762013-05-16 01:23:30 +00002783 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#457">457</a></td>
2784 <td>CD1</td>
2785 <td>Wording nit on use of const variables in constant expressions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002786 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002787 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002788 <tr id="458">
Richard Smith18e30762013-05-16 01:23:30 +00002789 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#458">458</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002790 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00002791 <td>Hiding of member template parameters by other members</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002792 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00002793 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002794 <tr class="open" id="459">
Richard Smith18e30762013-05-16 01:23:30 +00002795 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#459">459</a></td>
2796 <td>open</td>
2797 <td>Hiding of template parameters by base class members</td>
2798 <td align="center">Not resolved</td>
2799 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002800 <tr id="460">
Richard Smith18e30762013-05-16 01:23:30 +00002801 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#460">460</a></td>
2802 <td>CD1</td>
2803 <td>Can a <I>using-declaration</I> name a namespace?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002804 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002805 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002806 <tr id="461">
Richard Smith18e30762013-05-16 01:23:30 +00002807 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#461">461</a></td>
2808 <td>NAD</td>
2809 <td>Make <TT>asm</TT> conditionally-supported</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002810 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002811 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002812 <tr id="462">
Richard Smith18e30762013-05-16 01:23:30 +00002813 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#462">462</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002814 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00002815 <td>Lifetime of temporaries bound to comma expressions</td>
2816 <td class="none" align="center">Unknown</td>
2817 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002818 <tr id="463">
Richard Smith18e30762013-05-16 01:23:30 +00002819 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#463">463</a></td>
2820 <td>CD1</td>
2821 <td><TT>reinterpret_cast&lt;T*&gt;(0)</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002822 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002823 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002824 <tr id="464">
Richard Smith18e30762013-05-16 01:23:30 +00002825 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#464">464</a></td>
2826 <td>CD1</td>
2827 <td>Wording nit on lifetime of temporaries to which references are bound</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002828 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002829 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002830 <tr id="465">
Richard Smith18e30762013-05-16 01:23:30 +00002831 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#465">465</a></td>
2832 <td>NAD</td>
2833 <td>May constructors of global objects call <TT>exit()</TT>?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002834 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002835 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002836 <tr id="466">
Richard Smith18e30762013-05-16 01:23:30 +00002837 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#466">466</a></td>
2838 <td>CD1</td>
2839 <td>cv-qualifiers on pseudo-destructor type</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002840 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00002841 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002842 <tr id="467">
Richard Smith18e30762013-05-16 01:23:30 +00002843 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#467">467</a></td>
2844 <td>NAD</td>
2845 <td>Jump past initialization of local static variable</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002846 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002847 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002848 <tr id="468">
Richard Smith18e30762013-05-16 01:23:30 +00002849 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#468">468</a></td>
2850 <td>CD1</td>
2851 <td>Allow <TT>::template</TT> outside of templates</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002852 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00002853 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002854 <tr id="469">
Richard Smith18e30762013-05-16 01:23:30 +00002855 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#469">469</a></td>
2856 <td>NAD</td>
2857 <td>Const template specializations and reference arguments</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002858 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00002859 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002860 <tr id="470">
Richard Smith18e30762013-05-16 01:23:30 +00002861 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#470">470</a></td>
2862 <td>CD1</td>
2863 <td>Instantiation of members of an explicitly-instantiated class template</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002864 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002865 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002866 <tr id="471">
Richard Smith18e30762013-05-16 01:23:30 +00002867 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#471">471</a></td>
2868 <td>NAD</td>
2869 <td>Conflicting inherited access specifications</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002870 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002871 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002872 <tr class="open" id="472">
Richard Smith18e30762013-05-16 01:23:30 +00002873 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#472">472</a></td>
2874 <td>drafting</td>
2875 <td>Casting across protected inheritance</td>
2876 <td align="center">Not resolved</td>
2877 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002878 <tr class="open" id="473">
Richard Smith18e30762013-05-16 01:23:30 +00002879 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#473">473</a></td>
2880 <td>open</td>
2881 <td>Block-scope declarations of allocator functions</td>
2882 <td align="center">Not resolved</td>
2883 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002884 <tr id="474">
Richard Smith18e30762013-05-16 01:23:30 +00002885 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#474">474</a></td>
2886 <td>CD1</td>
2887 <td>Block-scope <TT>extern</TT> declarations in namespace members</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002888 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002889 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002890 <tr id="475">
Richard Smith18e30762013-05-16 01:23:30 +00002891 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#475">475</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002892 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00002893 <td>When is <TT>std::uncaught_exception()</TT> true? (take 2)</td>
2894 <td class="none" align="center">Unknown</td>
2895 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002896 <tr class="open" id="476">
Richard Smith18e30762013-05-16 01:23:30 +00002897 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#476">476</a></td>
2898 <td>extension</td>
2899 <td>Determining the buffer size for placement new</td>
2900 <td align="center">Not resolved</td>
2901 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002902 <tr id="477">
Richard Smith18e30762013-05-16 01:23:30 +00002903 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#477">477</a></td>
2904 <td>CD1</td>
2905 <td>Can <TT>virtual</TT> appear in a <TT>friend</TT> declaration?</td>
Stephen Hines176edba2014-12-01 14:53:08 -08002906 <td class="full" align="center">Clang 3.5</td>
Richard Smith18e30762013-05-16 01:23:30 +00002907 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002908 <tr id="478">
Richard Smith18e30762013-05-16 01:23:30 +00002909 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#478">478</a></td>
2910 <td>NAD</td>
2911 <td>May a function parameter be an array of an abstract class type?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002912 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002913 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002914 <tr id="479">
Richard Smith18e30762013-05-16 01:23:30 +00002915 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#479">479</a></td>
2916 <td>CD1</td>
2917 <td>Copy elision in exception handling</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002918 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002919 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002920 <tr id="480">
Richard Smith18e30762013-05-16 01:23:30 +00002921 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#480">480</a></td>
2922 <td>CD1</td>
2923 <td>Is a base of a virtual base also virtual?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002924 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002925 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002926 <tr id="481">
Richard Smith18e30762013-05-16 01:23:30 +00002927 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#481">481</a></td>
2928 <td>CD2</td>
2929 <td>Scope of template parameters</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002930 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002931 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002932 <tr id="482">
Richard Smith18e30762013-05-16 01:23:30 +00002933 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#482">482</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002934 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00002935 <td>Qualified declarators in redeclarations</td>
Stephen Hines176edba2014-12-01 14:53:08 -08002936 <td class="full" align="center">Clang 3.5</td>
Richard Smith18e30762013-05-16 01:23:30 +00002937 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002938 <tr id="483">
Richard Smith18e30762013-05-16 01:23:30 +00002939 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#483">483</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002940 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00002941 <td>Normative requirements on integral ranges</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002942 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002943 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002944 <tr id="484">
Richard Smith18e30762013-05-16 01:23:30 +00002945 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#484">484</a></td>
2946 <td>CD1</td>
2947 <td>Can a <I>base-specifier</I> name a cv-qualified class type?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002948 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002949 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002950 <tr id="485">
Richard Smith18e30762013-05-16 01:23:30 +00002951 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#485">485</a></td>
2952 <td>CD1</td>
2953 <td>What is a &#8220;name&#8221;?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002954 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002955 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002956 <tr id="486">
Richard Smith18e30762013-05-16 01:23:30 +00002957 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#486">486</a></td>
2958 <td>CD1</td>
2959 <td>Invalid return types and template argument deduction</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002960 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002961 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002962 <tr id="487">
Richard Smith18e30762013-05-16 01:23:30 +00002963 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#487">487</a></td>
2964 <td>NAD</td>
2965 <td>Operator overloading in constant expressions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002966 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002967 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002968 <tr id="488">
Richard Smith18e30762013-05-16 01:23:30 +00002969 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#488">488</a></td>
2970 <td>CD1</td>
2971 <td>Local types, overload resolution, and template argument deduction</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002972 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00002973 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002974 <tr id="489">
Richard Smith18e30762013-05-16 01:23:30 +00002975 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#489">489</a></td>
2976 <td>NAD</td>
2977 <td>Must member function templates be instantiated during overload resolution?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002978 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00002979 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002980 <tr id="490">
Richard Smith18e30762013-05-16 01:23:30 +00002981 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#490">490</a></td>
2982 <td>CD2</td>
2983 <td>Name lookup in friend declarations</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002984 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00002985 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002986 <tr id="491">
Richard Smith18e30762013-05-16 01:23:30 +00002987 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#491">491</a></td>
2988 <td>CD1</td>
2989 <td>Initializers for empty-class aggregrate members</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07002990 <td class="full" align="center">Duplicate of <a href="#413">413</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00002991 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002992 <tr id="492">
Richard Smith18e30762013-05-16 01:23:30 +00002993 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#492">492</a></td>
2994 <td>CD1</td>
2995 <td><TT>typeid</TT> constness inconsistent with example</td>
2996 <td class="none" align="center">Unknown</td>
2997 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07002998 <tr id="493">
Richard Smith18e30762013-05-16 01:23:30 +00002999 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#493">493</a></td>
3000 <td>CD2</td>
3001 <td>Type deduction from a <TT>bool</TT> context</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003002 <td class="none" align="center">Duplicate of <a href="#976">976</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00003003 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003004 <tr id="494">
Richard Smith18e30762013-05-16 01:23:30 +00003005 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#494">494</a></td>
3006 <td>CD1</td>
3007 <td>Problems with the resolution of issue 45</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003008 <td class="none" align="center">Duplicate of <a href="#372">372</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00003009 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003010 <tr id="495">
Richard Smith18e30762013-05-16 01:23:30 +00003011 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#495">495</a></td>
3012 <td>CD2</td>
3013 <td>Overload resolution with template and non-template conversion functions</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003014 <td class="full" align="center">Clang 3.5</td>
Richard Smith18e30762013-05-16 01:23:30 +00003015 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003016 <tr id="496">
Richard Smith18e30762013-05-16 01:23:30 +00003017 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#496">496</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003018 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00003019 <td>Is a volatile-qualified type really a POD?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003020 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00003021 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003022 <tr id="497">
Richard Smith18e30762013-05-16 01:23:30 +00003023 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#497">497</a></td>
3024 <td>CD1</td>
3025 <td>Missing required initialization in example</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003026 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003027 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003028 <tr class="open" id="498">
Richard Smith18e30762013-05-16 01:23:30 +00003029 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#498">498</a></td>
3030 <td>open</td>
3031 <td>Storage class specifiers in definitions of class members</td>
3032 <td align="center">Not resolved</td>
3033 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003034 <tr id="499">
Richard Smith18e30762013-05-16 01:23:30 +00003035 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#499">499</a></td>
3036 <td>CD2</td>
3037 <td>Throwing an array of unknown size</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003038 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003039 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003040 <tr id="500">
Richard Smith18e30762013-05-16 01:23:30 +00003041 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#500">500</a></td>
3042 <td>CD1</td>
3043 <td>Access in <I>base-specifier</I>s of friend and nested classes</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003044 <td class="none" align="center">Duplicate of <a href="#372">372</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00003045 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003046 <tr id="501">
Richard Smith18e30762013-05-16 01:23:30 +00003047 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#501">501</a></td>
3048 <td>NAD</td>
3049 <td>Visibility of friend declarations within the befriending class</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003050 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003051 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003052 <tr id="502">
Richard Smith18e30762013-05-16 01:23:30 +00003053 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#502">502</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003054 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003055 <td>Dependency of nested enumerations and enumerators</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003056 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003057 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003058 <tr class="open" id="503">
Richard Smith18e30762013-05-16 01:23:30 +00003059 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#503">503</a></td>
3060 <td>open</td>
3061 <td>Cv-qualified function types in template argument deduction</td>
3062 <td align="center">Not resolved</td>
3063 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003064 <tr class="open" id="504">
Richard Smith18e30762013-05-16 01:23:30 +00003065 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#504">504</a></td>
3066 <td>open</td>
3067 <td>Should use of a variable in its own initializer require a diagnostic?</td>
3068 <td align="center">Not resolved</td>
3069 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003070 <tr id="505">
Richard Smith18e30762013-05-16 01:23:30 +00003071 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#505">505</a></td>
3072 <td>CD1</td>
3073 <td>Conditionally-supported behavior for unknown character escapes</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003074 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003075 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003076 <tr id="506">
Richard Smith18e30762013-05-16 01:23:30 +00003077 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#506">506</a></td>
3078 <td>CD1</td>
3079 <td>Conditionally-supported behavior for non-POD objects passed to ellipsis</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003080 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003081 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003082 <tr id="507">
Richard Smith18e30762013-05-16 01:23:30 +00003083 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#507">507</a></td>
3084 <td>dup</td>
3085 <td>Ambiguity assigning class object to built-in type</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003086 <td class="none" align="center">Duplicate of <a href="#260">260</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00003087 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003088 <tr id="508">
Richard Smith18e30762013-05-16 01:23:30 +00003089 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#508">508</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003090 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003091 <td>Non-constructed value-initialized objects</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003092 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003093 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003094 <tr id="509">
Richard Smith18e30762013-05-16 01:23:30 +00003095 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#509">509</a></td>
3096 <td>CD1</td>
3097 <td>Dead code in the specification of default initialization</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003098 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003099 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003100 <tr id="510">
Richard Smith18e30762013-05-16 01:23:30 +00003101 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#510">510</a></td>
3102 <td>CD1</td>
3103 <td>Default initialization of POD classes?</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003104 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003105 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003106 <tr class="open" id="511">
Richard Smith18e30762013-05-16 01:23:30 +00003107 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#511">511</a></td>
3108 <td>open</td>
3109 <td>POD-structs with template assignment operators</td>
3110 <td align="center">Not resolved</td>
3111 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003112 <tr id="512">
Richard Smith18e30762013-05-16 01:23:30 +00003113 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#512">512</a></td>
3114 <td>NAD</td>
3115 <td>Union members with user-declared non-default constructors</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003116 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003117 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003118 <tr id="513">
Richard Smith18e30762013-05-16 01:23:30 +00003119 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#513">513</a></td>
3120 <td>CD1</td>
3121 <td>Non-class &#8220;most-derived&#8221; objects</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003122 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003123 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003124 <tr id="514">
Richard Smith18e30762013-05-16 01:23:30 +00003125 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#514">514</a></td>
3126 <td>CD1</td>
3127 <td>Is the initializer for a namespace member in the scope of the namespace?</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003128 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003129 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003130 <tr id="515">
Richard Smith18e30762013-05-16 01:23:30 +00003131 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#515">515</a></td>
3132 <td>CD1</td>
3133 <td>Non-dependent references to base class members</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003134 <td class="none" align="center">Superseded by <a href="#1017">1017</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00003135 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003136 <tr id="516">
Richard Smith18e30762013-05-16 01:23:30 +00003137 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#516">516</a></td>
3138 <td>CD1</td>
3139 <td>Use of <TT>signed</TT> in bit-field declarations</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003140 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003141 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003142 <tr id="517">
Richard Smith18e30762013-05-16 01:23:30 +00003143 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#517">517</a></td>
3144 <td>CD1</td>
3145 <td>Partial specialization following explicit instantiation</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003146 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00003147 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003148 <tr id="518">
Richard Smith18e30762013-05-16 01:23:30 +00003149 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#518">518</a></td>
3150 <td>CD1</td>
3151 <td>Trailing comma following <I>enumerator-list</I></td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003152 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00003153 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003154 <tr id="519">
Richard Smith18e30762013-05-16 01:23:30 +00003155 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#519">519</a></td>
3156 <td>CD1</td>
3157 <td>Null pointer preservation in <TT>void*</TT> conversions</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003158 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003159 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003160 <tr id="520">
Richard Smith18e30762013-05-16 01:23:30 +00003161 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#520">520</a></td>
3162 <td>CD1</td>
3163 <td>Old-style casts between incomplete class types</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003164 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003165 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003166 <tr id="521">
Richard Smith18e30762013-05-16 01:23:30 +00003167 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#521">521</a></td>
3168 <td>CD1</td>
3169 <td>Requirements for exceptions thrown by allocation functions</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003170 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00003171 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003172 <tr id="522">
Richard Smith18e30762013-05-16 01:23:30 +00003173 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#522">522</a></td>
3174 <td>CD1</td>
3175 <td>Array-to-pointer decay in template argument deduction</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003176 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003177 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003178 <tr class="open" id="523">
Richard Smith18e30762013-05-16 01:23:30 +00003179 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#523">523</a></td>
3180 <td>open</td>
3181 <td>Can a one-past-the-end pointer be invalidated by deleting an adjacent object?</td>
3182 <td align="center">Not resolved</td>
3183 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003184 <tr id="524">
Richard Smith18e30762013-05-16 01:23:30 +00003185 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#524">524</a></td>
3186 <td>CD1</td>
3187 <td>Can function-notation calls to operator functions be dependent?</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003188 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003189 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003190 <tr id="525">
Richard Smith18e30762013-05-16 01:23:30 +00003191 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#525">525</a></td>
3192 <td>CD1</td>
3193 <td>Missing <TT>*</TT> in example</td>
Stephen Hines6bcf27b2014-05-29 04:14:42 -07003194 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003195 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003196 <tr id="526">
Richard Smith18e30762013-05-16 01:23:30 +00003197 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#526">526</a></td>
3198 <td>CD1</td>
3199 <td>Confusing aspects in the specification of non-deduced contexts</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003200 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003201 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003202 <tr id="527">
Richard Smith18e30762013-05-16 01:23:30 +00003203 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#527">527</a></td>
3204 <td>CD2</td>
3205 <td>Problems with linkage of types</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003206 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003207 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003208 <tr class="open" id="528">
Richard Smith18e30762013-05-16 01:23:30 +00003209 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#528">528</a></td>
3210 <td>open</td>
3211 <td>Why are incomplete class types not allowed with <TT>typeid</TT>?</td>
3212 <td align="center">Not resolved</td>
3213 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003214 <tr class="open" id="529">
Richard Smith18e30762013-05-16 01:23:30 +00003215 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#529">529</a></td>
3216 <td>drafting</td>
3217 <td>Use of <TT>template&lt;&gt;</TT> with &#8220;explicitly-specialized&#8221; class templates</td>
3218 <td align="center">Not resolved</td>
3219 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003220 <tr id="530">
Richard Smith18e30762013-05-16 01:23:30 +00003221 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#530">530</a></td>
3222 <td>CD1</td>
3223 <td>Nontype template arguments in constant expressions</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003224 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003225 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003226 <tr id="531">
Richard Smith18e30762013-05-16 01:23:30 +00003227 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#531">531</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003228 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003229 <td>Defining members of explicit specializations</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003230 <td class="partial" align="center">Partial</td>
Richard Smith18e30762013-05-16 01:23:30 +00003231 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003232 <tr id="532">
Richard Smith18e30762013-05-16 01:23:30 +00003233 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#532">532</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003234 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003235 <td>Member/nonmember operator template partial ordering</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003236 <td class="full" align="center">Clang 3.5</td>
Richard Smith18e30762013-05-16 01:23:30 +00003237 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003238 <tr id="533">
Richard Smith18e30762013-05-16 01:23:30 +00003239 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#533">533</a></td>
3240 <td>NAD</td>
3241 <td>Special treatment for C-style header names</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003242 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003243 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003244 <tr id="534">
Richard Smith18e30762013-05-16 01:23:30 +00003245 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#534">534</a></td>
3246 <td>CD1</td>
3247 <td><I>template-name</I>s and <I>operator-function-id</I>s</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003248 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003249 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003250 <tr id="535">
Richard Smith18e30762013-05-16 01:23:30 +00003251 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#535">535</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003252 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00003253 <td>Copy construction without a copy constructor</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003254 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003255 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003256 <tr class="open" id="536">
Richard Smith18e30762013-05-16 01:23:30 +00003257 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#536">536</a></td>
3258 <td>drafting</td>
3259 <td>Problems in the description of <I>id-expression</I>s</td>
3260 <td align="center">Not resolved</td>
3261 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003262 <tr id="537">
Richard Smith18e30762013-05-16 01:23:30 +00003263 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#537">537</a></td>
3264 <td>CD1</td>
3265 <td>Definition of &#8220;signature&#8221;</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003266 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003267 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003268 <tr id="538">
Richard Smith18e30762013-05-16 01:23:30 +00003269 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#538">538</a></td>
3270 <td>CD1</td>
3271 <td>Definition and usage
3272of <I>structure</I>, <I>POD-struct</I>, <I>POD-union</I>,
3273and <I>POD class</I></td>
Stephen Hines176edba2014-12-01 14:53:08 -08003274 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003275 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003276 <tr id="539">
Richard Smith18e30762013-05-16 01:23:30 +00003277 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#539">539</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003278 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00003279 <td>Constraints on <I>type-specifier-seq</I></td>
Stephen Hines176edba2014-12-01 14:53:08 -08003280 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003281 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003282 <tr id="540">
Richard Smith18e30762013-05-16 01:23:30 +00003283 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#540">540</a></td>
3284 <td>CD1</td>
3285 <td>Propagation of cv-qualifiers in reference-to-reference collapse</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003286 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003287 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003288 <tr id="541">
Richard Smith18e30762013-05-16 01:23:30 +00003289 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#541">541</a></td>
3290 <td>CD2</td>
3291 <td>Dependent function types</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003292 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003293 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003294 <tr id="542">
Richard Smith18e30762013-05-16 01:23:30 +00003295 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#542">542</a></td>
3296 <td>CD2</td>
3297 <td>Value initialization of arrays of POD-structs</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003298 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003299 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003300 <tr id="543">
Richard Smith18e30762013-05-16 01:23:30 +00003301 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#543">543</a></td>
3302 <td>CD1</td>
3303 <td>Value initialization and default constructors</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003304 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003305 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003306 <tr id="544">
Richard Smith18e30762013-05-16 01:23:30 +00003307 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#544">544</a></td>
3308 <td>NAD</td>
3309 <td>Base class lookup in explicit specialization</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003310 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003311 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003312 <tr class="open" id="545">
Richard Smith18e30762013-05-16 01:23:30 +00003313 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#545">545</a></td>
3314 <td>open</td>
3315 <td>User-defined conversions and built-in operator overload resolution</td>
3316 <td align="center">Not resolved</td>
3317 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003318 <tr id="546">
Richard Smith18e30762013-05-16 01:23:30 +00003319 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#546">546</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003320 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003321 <td>Explicit instantiation of class template members</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003322 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003323 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003324 <tr id="547">
Richard Smith18e30762013-05-16 01:23:30 +00003325 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#547">547</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003326 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003327 <td>Partial specialization on member function types</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003328 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003329 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003330 <tr id="548">
Richard Smith18e30762013-05-16 01:23:30 +00003331 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#548">548</a></td>
3332 <td>dup</td>
3333 <td><I>qualified-id</I>s in declarations</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003334 <td class="full" align="center">Duplicate of <a href="#482">482</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00003335 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003336 <tr class="open" id="549">
Richard Smith18e30762013-05-16 01:23:30 +00003337 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#549">549</a></td>
3338 <td>drafting</td>
3339 <td>Non-deducible parameters in partial specializations</td>
3340 <td align="center">Not resolved</td>
3341 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07003342 <tr id="550">
3343 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#550">550</a></td>
3344 <td>dup</td>
Richard Smith18e30762013-05-16 01:23:30 +00003345 <td>Pointer to array of unknown bound in parameter declarations</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07003346 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00003347 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003348 <tr id="551">
Richard Smith18e30762013-05-16 01:23:30 +00003349 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#551">551</a></td>
3350 <td>CD1</td>
3351 <td>When is <TT>inline</TT> permitted in an explicit instantiation?</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003352 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00003353 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003354 <tr id="552">
Richard Smith18e30762013-05-16 01:23:30 +00003355 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#552">552</a></td>
3356 <td>NAD</td>
3357 <td>Use of <TT>typename</TT> in the type in a non-type <I>parameter-declaration</I></td>
Stephen Hines176edba2014-12-01 14:53:08 -08003358 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003359 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003360 <tr id="553">
Richard Smith18e30762013-05-16 01:23:30 +00003361 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#553">553</a></td>
3362 <td>NAD</td>
3363 <td>Problems with friend allocation and deallocation functions</td>
3364 <td class="none" align="center">Unknown</td>
3365 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003366 <tr class="open" id="554">
Richard Smith18e30762013-05-16 01:23:30 +00003367 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#554">554</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07003368 <td>open</td>
Richard Smith18e30762013-05-16 01:23:30 +00003369 <td>Definition of &#8220;declarative region&#8221; and &#8220;scope&#8221;</td>
3370 <td align="center">Not resolved</td>
3371 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003372 <tr class="open" id="555">
Richard Smith18e30762013-05-16 01:23:30 +00003373 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#555">555</a></td>
3374 <td>drafting</td>
3375 <td>Pseudo-destructor name lookup</td>
3376 <td align="center">Not resolved</td>
3377 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003378 <tr id="556">
Richard Smith18e30762013-05-16 01:23:30 +00003379 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#556">556</a></td>
3380 <td>CD2</td>
3381 <td>Conflicting requirements for acceptable aliasing</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003382 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003383 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003384 <tr id="557">
Richard Smith18e30762013-05-16 01:23:30 +00003385 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#557">557</a></td>
3386 <td>CD1</td>
3387 <td>Does argument-dependent lookup cause template instantiation?</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003388 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003389 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003390 <tr id="558">
Richard Smith18e30762013-05-16 01:23:30 +00003391 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#558">558</a></td>
3392 <td>CD1</td>
3393 <td>Excluded characters in universal character names</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003394 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003395 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003396 <tr id="559">
Richard Smith18e30762013-05-16 01:23:30 +00003397 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#559">559</a></td>
3398 <td>CD1</td>
3399 <td>Editing error in issue 382 resolution</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003400 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003401 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003402 <tr class="open" id="560">
Richard Smith18e30762013-05-16 01:23:30 +00003403 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#560">560</a></td>
3404 <td>drafting</td>
3405 <td>Use of the <TT>typename</TT> keyword in return types</td>
3406 <td align="center">Not resolved</td>
3407 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003408 <tr id="561">
Richard Smith18e30762013-05-16 01:23:30 +00003409 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#561">561</a></td>
3410 <td>CD2</td>
3411 <td>Internal linkage functions in dependent name lookup</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003412 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003413 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003414 <tr class="open" id="562">
Richard Smith18e30762013-05-16 01:23:30 +00003415 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#562">562</a></td>
3416 <td>open</td>
3417 <td><I>qualified-id</I>s in non-expression contexts</td>
3418 <td align="center">Not resolved</td>
3419 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003420 <tr class="open" id="563">
Richard Smith18e30762013-05-16 01:23:30 +00003421 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#563">563</a></td>
3422 <td>open</td>
3423 <td>Linkage specification for objects</td>
3424 <td align="center">Not resolved</td>
3425 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003426 <tr id="564">
Richard Smith18e30762013-05-16 01:23:30 +00003427 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#564">564</a></td>
3428 <td>CD2</td>
3429 <td>Agreement of language linkage or <I>linkage-specification</I>s?</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003430 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003431 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003432 <tr id="565">
Richard Smith18e30762013-05-16 01:23:30 +00003433 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#565">565</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003434 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00003435 <td>Conflict rules for <I>using-declaration</I>s naming function templates</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003436 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003437 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003438 <tr id="566">
Richard Smith18e30762013-05-16 01:23:30 +00003439 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#566">566</a></td>
3440 <td>NAD</td>
3441 <td>Conversion of negative floating point values to integer type</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003442 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003443 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003444 <tr id="567">
Richard Smith18e30762013-05-16 01:23:30 +00003445 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#567">567</a></td>
3446 <td>NAD</td>
3447 <td>Can <TT>size_t</TT> and <TT>ptrdiff_t</TT> be larger than <TT>long</TT>?</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003448 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003449 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003450 <tr id="568">
Richard Smith18e30762013-05-16 01:23:30 +00003451 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#568">568</a></td>
3452 <td>CD1</td>
3453 <td>Definition of POD is too strict</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003454 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00003455 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003456 <tr id="569">
Richard Smith18e30762013-05-16 01:23:30 +00003457 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#569">569</a></td>
3458 <td>CD2</td>
3459 <td>Spurious semicolons at namespace scope should be allowed</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003460 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00003461 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003462 <tr id="570">
Richard Smith18e30762013-05-16 01:23:30 +00003463 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#570">570</a></td>
3464 <td>CD2</td>
3465 <td>Are references subject to the ODR?</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003466 <td class="na" align="center">Duplicate of <a href="#633">633</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00003467 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003468 <tr id="571">
Richard Smith18e30762013-05-16 01:23:30 +00003469 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#571">571</a></td>
3470 <td>CD2</td>
3471 <td>References declared <TT>const</TT></td>
3472 <td class="none" align="center">Unknown</td>
3473 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003474 <tr id="572">
Richard Smith18e30762013-05-16 01:23:30 +00003475 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#572">572</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003476 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003477 <td>Standard conversions for non-built-in types</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003478 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003479 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003480 <tr id="573">
Richard Smith18e30762013-05-16 01:23:30 +00003481 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#573">573</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003482 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003483 <td>Conversions between function pointers and <TT>void*</TT></td>
Stephen Hines176edba2014-12-01 14:53:08 -08003484 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00003485 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003486 <tr id="574">
Richard Smith18e30762013-05-16 01:23:30 +00003487 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#574">574</a></td>
3488 <td>NAD</td>
3489 <td>Definition of &#8220;copy assignment operator&#8221;</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003490 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003491 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003492 <tr id="575">
Richard Smith18e30762013-05-16 01:23:30 +00003493 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#575">575</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003494 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003495 <td>Criteria for deduction failure</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003496 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003497 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003498 <tr id="576">
Richard Smith18e30762013-05-16 01:23:30 +00003499 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#576">576</a></td>
3500 <td>CD2</td>
3501 <td>Typedefs in function definitions</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003502 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003503 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003504 <tr id="577">
Richard Smith18e30762013-05-16 01:23:30 +00003505 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#577">577</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003506 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00003507 <td><TT>void</TT> in an empty parameter list</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003508 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003509 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003510 <tr class="open" id="578">
Richard Smith18e30762013-05-16 01:23:30 +00003511 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#578">578</a></td>
3512 <td>open</td>
3513 <td>Phase 1 replacement of characters with <I>universal-character-name</I>s</td>
3514 <td align="center">Not resolved</td>
3515 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003516 <tr class="open" id="579">
Richard Smith18e30762013-05-16 01:23:30 +00003517 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#579">579</a></td>
3518 <td>open</td>
3519 <td>What is a &#8220;nested&#8221; <TT>&gt;</TT> or <TT>&gt;&gt;</TT>?</td>
3520 <td align="center">Not resolved</td>
3521 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003522 <tr id="580">
Richard Smith18e30762013-05-16 01:23:30 +00003523 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#580">580</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003524 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003525 <td>Access in <I>template-parameter</I>s of member and friend definitions</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003526 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00003527 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003528 <tr class="open" id="581">
Richard Smith18e30762013-05-16 01:23:30 +00003529 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#581">581</a></td>
3530 <td>open</td>
3531 <td>Can a templated constructor be explicitly instantiated or specialized?</td>
3532 <td align="center">Not resolved</td>
3533 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003534 <tr id="582">
Richard Smith18e30762013-05-16 01:23:30 +00003535 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#582">582</a></td>
3536 <td>CD1</td>
3537 <td>Template conversion functions</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003538 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003539 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003540 <tr id="583">
Richard Smithf1e757d2013-11-07 05:34:58 +00003541 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#583">583</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003542 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00003543 <td>Relational pointer comparisons against the null pointer constant</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003544 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00003545 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003546 <tr id="584">
Richard Smith18e30762013-05-16 01:23:30 +00003547 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#584">584</a></td>
3548 <td>NAD</td>
3549 <td>Unions and aliasing</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003550 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003551 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003552 <tr id="585">
Richard Smith18e30762013-05-16 01:23:30 +00003553 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#585">585</a></td>
3554 <td>NAD</td>
3555 <td>Friend template template parameters</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003556 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003557 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003558 <tr id="586">
Richard Smith18e30762013-05-16 01:23:30 +00003559 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#586">586</a></td>
3560 <td>NAD</td>
3561 <td>Default <I>template-argument</I>s and template argument deduction</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003562 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003563 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003564 <tr id="587">
Richard Smith18e30762013-05-16 01:23:30 +00003565 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#587">587</a></td>
3566 <td>CD2</td>
3567 <td>Lvalue operands of a conditional expression differing only in cv-qualification</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003568 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003569 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003570 <tr id="588">
Richard Smith18e30762013-05-16 01:23:30 +00003571 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#588">588</a></td>
3572 <td>CD2</td>
3573 <td>Searching dependent bases of classes local to function templates</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003574 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003575 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003576 <tr id="589">
Richard Smith18e30762013-05-16 01:23:30 +00003577 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#589">589</a></td>
3578 <td>CD2</td>
3579 <td>Direct binding of class and array rvalues in reference initialization</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003580 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003581 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003582 <tr id="590">
Richard Smith18e30762013-05-16 01:23:30 +00003583 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#590">590</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003584 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003585 <td>Nested classes and the &#8220;current instantiation&#8221;</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003586 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003587 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003588 <tr id="591">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07003589 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#591">591</a></td>
3590 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00003591 <td>When a dependent base class is the current instantiation</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003592 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00003593 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003594 <tr id="592">
Richard Smith18e30762013-05-16 01:23:30 +00003595 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#592">592</a></td>
3596 <td>CD1</td>
3597 <td>Exceptions during construction of local static objects</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003598 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003599 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003600 <tr id="593">
Richard Smith18e30762013-05-16 01:23:30 +00003601 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#593">593</a></td>
3602 <td>NAD</td>
3603 <td>Falling off the end of a destructor's <I>function-try-block</I> handler</td>
3604 <td class="none" align="center">Unknown</td>
3605 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003606 <tr id="594">
Richard Smith18e30762013-05-16 01:23:30 +00003607 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#594">594</a></td>
3608 <td>CD1</td>
3609 <td>Coordinating issues 119 and 404 with delegating constructors</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003610 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003611 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003612 <tr id="595">
Richard Smith18e30762013-05-16 01:23:30 +00003613 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#595">595</a></td>
3614 <td>dup</td>
3615 <td>Exception specifications in templates instantiated from class bodies</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003616 <td class="none" align="center">Duplicate of <a href="#1330">1330</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00003617 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003618 <tr class="open" id="596">
Richard Smith18e30762013-05-16 01:23:30 +00003619 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#596">596</a></td>
3620 <td>open</td>
3621 <td>Replacing an exception object</td>
3622 <td align="center">Not resolved</td>
3623 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003624 <tr id="597">
Richard Smith18e30762013-05-16 01:23:30 +00003625 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#597">597</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003626 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00003627 <td>Conversions applied to out-of-lifetime non-POD lvalues</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003628 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003629 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003630 <tr id="598">
Richard Smith18e30762013-05-16 01:23:30 +00003631 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#598">598</a></td>
3632 <td>CD2</td>
3633 <td>Associated namespaces of overloaded functions and function templates</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003634 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003635 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003636 <tr id="599">
Richard Smith18e30762013-05-16 01:23:30 +00003637 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#599">599</a></td>
3638 <td>CD2</td>
3639 <td>Deleting a null function pointer</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003640 <td class="partial" align="center">Partial</td>
Richard Smith18e30762013-05-16 01:23:30 +00003641 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003642 <tr class="open" id="600">
Richard Smith18e30762013-05-16 01:23:30 +00003643 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#600">600</a></td>
3644 <td>open</td>
3645 <td>Does access control apply to members or to names?</td>
3646 <td align="center">Not resolved</td>
3647 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003648 <tr id="601">
Richard Smith18e30762013-05-16 01:23:30 +00003649 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#601">601</a></td>
3650 <td>CD2</td>
3651 <td>Type of literals in preprocessing expressions</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003652 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003653 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003654 <tr id="602">
Richard Smith18e30762013-05-16 01:23:30 +00003655 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#602">602</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003656 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003657 <td>When is the injected-class-name of a class template a template?</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003658 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003659 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003660 <tr id="603">
Richard Smith18e30762013-05-16 01:23:30 +00003661 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#603">603</a></td>
3662 <td>CD1</td>
3663 <td>Type equivalence and unsigned overflow</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003664 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003665 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003666 <tr id="604">
Richard Smith18e30762013-05-16 01:23:30 +00003667 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#604">604</a></td>
3668 <td>CD2</td>
3669 <td>Argument list for overload resolution in copy-initialization</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003670 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003671 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003672 <tr id="605">
Richard Smith18e30762013-05-16 01:23:30 +00003673 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#605">605</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003674 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003675 <td>Linkage of explicit specializations</td>
3676 <td class="none" align="center">Unknown</td>
3677 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003678 <tr id="606">
Richard Smith18e30762013-05-16 01:23:30 +00003679 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#606">606</a></td>
3680 <td>CD1</td>
3681 <td>Template argument deduction for rvalue references</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003682 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003683 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003684 <tr class="open" id="607">
Richard Smith18e30762013-05-16 01:23:30 +00003685 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#607">607</a></td>
3686 <td>open</td>
3687 <td>Lookup of <I>mem-initializer-id</I>s</td>
3688 <td align="center">Not resolved</td>
3689 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003690 <tr id="608">
Richard Smith18e30762013-05-16 01:23:30 +00003691 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#608">608</a></td>
3692 <td>CD2</td>
3693 <td>Determining the final overrider of a virtual function</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003694 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003695 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003696 <tr id="609">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07003697 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#609">609</a></td>
3698 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00003699 <td>What is a &#8220;top-level&#8221; cv-qualifier?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003700 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00003701 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003702 <tr id="610">
Richard Smith18e30762013-05-16 01:23:30 +00003703 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#610">610</a></td>
3704 <td>NAD</td>
3705 <td>Computing the negative of <TT>0U</TT></td>
Stephen Hines176edba2014-12-01 14:53:08 -08003706 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003707 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003708 <tr id="611">
Richard Smith18e30762013-05-16 01:23:30 +00003709 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#611">611</a></td>
3710 <td>CD2</td>
3711 <td>Zero-initializing references</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003712 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003713 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003714 <tr id="612">
Richard Smith18e30762013-05-16 01:23:30 +00003715 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#612">612</a></td>
3716 <td>CD2</td>
3717 <td>Requirements on a conforming implementation</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003718 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003719 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003720 <tr id="613">
Richard Smith18e30762013-05-16 01:23:30 +00003721 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#613">613</a></td>
3722 <td>CD1</td>
3723 <td>Unevaluated uses of non-static class members</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003724 <td class="full" align="center">Yes (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00003725 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003726 <tr id="614">
Richard Smith18e30762013-05-16 01:23:30 +00003727 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#614">614</a></td>
3728 <td>CD1</td>
3729 <td>Results of integer <TT>/</TT> and <TT>%</TT></td>
Stephen Hines176edba2014-12-01 14:53:08 -08003730 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003731 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003732 <tr id="615">
Richard Smith18e30762013-05-16 01:23:30 +00003733 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#615">615</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003734 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003735 <td>Incorrect description of variables that can be initialized</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003736 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003737 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003738 <tr id="616">
Richard Smith18e30762013-05-16 01:23:30 +00003739 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#616">616</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003740 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00003741 <td>Definition of &#8220;indeterminate value&#8221;</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003742 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00003743 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003744 <tr class="open" id="617">
Richard Smith18e30762013-05-16 01:23:30 +00003745 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#617">617</a></td>
3746 <td>drafting</td>
3747 <td>Lvalue-to-rvalue conversions of uninitialized <TT>char</TT> objects</td>
3748 <td align="center">Not resolved</td>
3749 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003750 <tr id="618">
Richard Smith18e30762013-05-16 01:23:30 +00003751 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#618">618</a></td>
3752 <td>CD2</td>
3753 <td>Casts in preprocessor conditional expressions</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003754 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003755 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003756 <tr id="619">
Richard Smith18e30762013-05-16 01:23:30 +00003757 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#619">619</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003758 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003759 <td>Completeness of array types</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003760 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003761 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003762 <tr id="620">
Richard Smith18e30762013-05-16 01:23:30 +00003763 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#620">620</a></td>
3764 <td>CD1</td>
3765 <td>Declaration order in layout-compatible POD structs</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003766 <td class="full" align="center">Duplicate of <a href="#568">568</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00003767 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003768 <tr id="621">
Richard Smith18e30762013-05-16 01:23:30 +00003769 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#621">621</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003770 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003771 <td>Template argument deduction from function return types</td>
3772 <td class="none" align="center">Unknown</td>
3773 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003774 <tr class="open" id="622">
Richard Smith18e30762013-05-16 01:23:30 +00003775 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#622">622</a></td>
3776 <td>extension</td>
3777 <td>Relational comparisons of arbitrary pointers</td>
3778 <td align="center">Not resolved</td>
3779 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003780 <tr id="623">
3781 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#623">623</a></td>
3782 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00003783 <td>Use of pointers to deallocated storage</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003784 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003785 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003786 <tr id="624">
Richard Smith18e30762013-05-16 01:23:30 +00003787 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#624">624</a></td>
3788 <td>CD1</td>
3789 <td>Overflow in calculating size of allocation</td>
3790 <td class="none" align="center">Unknown</td>
3791 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003792 <tr id="625">
Richard Smith18e30762013-05-16 01:23:30 +00003793 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#625">625</a></td>
3794 <td>CD2</td>
3795 <td>Use of <TT>auto</TT> as a <I>template-argument</I></td>
Stephen Hines176edba2014-12-01 14:53:08 -08003796 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003797 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003798 <tr id="626">
Richard Smith18e30762013-05-16 01:23:30 +00003799 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#626">626</a></td>
3800 <td>CD2</td>
3801 <td>Preprocessor string literals</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003802 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003803 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003804 <tr id="627">
Richard Smith18e30762013-05-16 01:23:30 +00003805 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#627">627</a></td>
3806 <td>NAD</td>
3807 <td>Values behaving as types</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003808 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003809 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003810 <tr id="628">
Richard Smith18e30762013-05-16 01:23:30 +00003811 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#628">628</a></td>
3812 <td>CD2</td>
3813 <td>The values of an enumeration with no enumerator</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003814 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003815 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003816 <tr id="629">
Richard Smith18e30762013-05-16 01:23:30 +00003817 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#629">629</a></td>
3818 <td>CD1</td>
3819 <td><TT>auto</TT> parsing ambiguity</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003820 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003821 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003822 <tr id="630">
Richard Smith18e30762013-05-16 01:23:30 +00003823 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#630">630</a></td>
3824 <td>CD2</td>
3825 <td>Equality of narrow and wide character values in the basic character set</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003826 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003827 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003828 <tr id="631">
Richard Smith18e30762013-05-16 01:23:30 +00003829 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#631">631</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003830 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00003831 <td>Jumping into a &#8220;then&#8221; clause</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003832 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003833 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003834 <tr id="632">
Richard Smith18e30762013-05-16 01:23:30 +00003835 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#632">632</a></td>
3836 <td>CD1</td>
3837 <td>Brace-enclosed initializer for scalar member of aggregate</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003838 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003839 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003840 <tr id="633">
Richard Smith18e30762013-05-16 01:23:30 +00003841 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#633">633</a></td>
3842 <td>CD2</td>
3843 <td>Specifications for variables that should also apply to references</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003844 <td class="na" align="center">N/A</td>
Richard Smith18e30762013-05-16 01:23:30 +00003845 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003846 <tr id="634">
Richard Smith18e30762013-05-16 01:23:30 +00003847 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#634">634</a></td>
3848 <td>CD1</td>
3849 <td>Conditionally-supported behavior for non-POD objects passed to ellipsis redux</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003850 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003851 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003852 <tr id="635">
Richard Smith18e30762013-05-16 01:23:30 +00003853 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#635">635</a></td>
3854 <td>NAD</td>
3855 <td>Names of constructors and destructors of templates</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003856 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003857 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003858 <tr class="open" id="636">
Richard Smith18e30762013-05-16 01:23:30 +00003859 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#636">636</a></td>
3860 <td>drafting</td>
3861 <td>Dynamic type of objects and aliasing</td>
3862 <td align="center">Not resolved</td>
3863 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003864 <tr id="637">
Richard Smith18e30762013-05-16 01:23:30 +00003865 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#637">637</a></td>
3866 <td>CD1</td>
3867 <td>Sequencing rules and example disagree</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003868 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003869 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003870 <tr id="638">
Richard Smith18e30762013-05-16 01:23:30 +00003871 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#638">638</a></td>
3872 <td>CD2</td>
3873 <td>Explicit specialization and friendship</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003874 <td class="none" align="center">No</td>
Richard Smith18e30762013-05-16 01:23:30 +00003875 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003876 <tr id="639">
Richard Smith18e30762013-05-16 01:23:30 +00003877 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#639">639</a></td>
3878 <td>CD1</td>
3879 <td>What makes side effects &#8220;different&#8221; from one another?</td>
Stephen Hines176edba2014-12-01 14:53:08 -08003880 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00003881 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003882 <tr class="open" id="640">
Richard Smith18e30762013-05-16 01:23:30 +00003883 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#640">640</a></td>
3884 <td>open</td>
3885 <td>Accessing destroyed local objects of static storage duration</td>
3886 <td align="center">Not resolved</td>
3887 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003888 <tr id="641">
Richard Smith18e30762013-05-16 01:23:30 +00003889 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#641">641</a></td>
3890 <td>CD2</td>
3891 <td>Overload resolution and conversion-to-same-type operators</td>
3892 <td class="none" align="center">Unknown</td>
3893 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003894 <tr id="642">
Richard Smith18e30762013-05-16 01:23:30 +00003895 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#642">642</a></td>
3896 <td>CD2</td>
3897 <td>Definition and use of &#8220;block scope&#8221; and &#8220;local scope&#8221;</td>
3898 <td class="none" align="center">Unknown</td>
3899 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003900 <tr id="643">
Richard Smith18e30762013-05-16 01:23:30 +00003901 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#643">643</a></td>
3902 <td>NAD</td>
3903 <td>Use of <TT>decltype</TT> in a class <I>member-specification</I></td>
3904 <td class="none" align="center">Unknown</td>
3905 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003906 <tr id="644">
Richard Smith18e30762013-05-16 01:23:30 +00003907 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#644">644</a></td>
3908 <td>CD1</td>
3909 <td>Should a trivial class type be a literal type?</td>
3910 <td class="none" align="center">Unknown</td>
3911 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003912 <tr id="645">
Richard Smith18e30762013-05-16 01:23:30 +00003913 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#645">645</a></td>
3914 <td>CD2</td>
3915 <td>Are bit-field and non-bit-field members layout compatible?</td>
3916 <td class="none" align="center">Unknown</td>
3917 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003918 <tr id="646">
Richard Smith18e30762013-05-16 01:23:30 +00003919 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#646">646</a></td>
3920 <td>NAD</td>
3921 <td>Can a class with a constexpr copy constructor be a literal type?</td>
3922 <td class="none" align="center">Unknown</td>
3923 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003924 <tr id="647">
Richard Smith18e30762013-05-16 01:23:30 +00003925 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#647">647</a></td>
3926 <td>CD1</td>
3927 <td>Non-constexpr instances of constexpr constructor templates</td>
3928 <td class="none" align="center">Unknown</td>
3929 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003930 <tr id="648">
Richard Smith18e30762013-05-16 01:23:30 +00003931 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#648">648</a></td>
3932 <td>CD1</td>
3933 <td>Constant expressions in constexpr initializers</td>
3934 <td class="none" align="center">Unknown</td>
3935 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003936 <tr id="649">
Richard Smith18e30762013-05-16 01:23:30 +00003937 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#649">649</a></td>
3938 <td>CD1</td>
3939 <td>Optionally ill-formed extended alignment requests</td>
3940 <td class="none" align="center">Unknown</td>
3941 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003942 <tr id="650">
Richard Smith18e30762013-05-16 01:23:30 +00003943 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#650">650</a></td>
3944 <td>CD2</td>
3945 <td>Order of destruction for temporaries bound to the returned value of a function</td>
3946 <td class="none" align="center">Unknown</td>
3947 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003948 <tr id="651">
Richard Smith18e30762013-05-16 01:23:30 +00003949 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#651">651</a></td>
3950 <td>CD1</td>
3951 <td>Problems in <TT>decltype</TT> specification and examples</td>
3952 <td class="none" align="center">Unknown</td>
3953 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003954 <tr id="652">
Richard Smith18e30762013-05-16 01:23:30 +00003955 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#652">652</a></td>
3956 <td>CD2</td>
3957 <td>Compile-time evaluation of floating-point expressions</td>
3958 <td class="none" align="center">Unknown</td>
3959 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003960 <tr id="653">
Richard Smith18e30762013-05-16 01:23:30 +00003961 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#653">653</a></td>
3962 <td>CD2</td>
3963 <td>Copy assignment of unions</td>
3964 <td class="none" align="center">Unknown</td>
3965 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003966 <tr id="654">
Richard Smith18e30762013-05-16 01:23:30 +00003967 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#654">654</a></td>
3968 <td>CD1</td>
3969 <td>Conversions to and from <TT>nullptr_t</TT></td>
3970 <td class="none" align="center">Unknown</td>
3971 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003972 <tr id="655">
Richard Smith18e30762013-05-16 01:23:30 +00003973 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#655">655</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07003974 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00003975 <td>Initialization not specified for forwarding constructors</td>
3976 <td class="none" align="center">Unknown</td>
3977 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003978 <tr id="656">
Richard Smith18e30762013-05-16 01:23:30 +00003979 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#656">656</a></td>
3980 <td>CD2</td>
3981 <td>Direct binding to the result of a conversion operator</td>
3982 <td class="none" align="center">Unknown</td>
3983 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003984 <tr id="657">
Richard Smith18e30762013-05-16 01:23:30 +00003985 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#657">657</a></td>
3986 <td>CD2</td>
3987 <td>Abstract class parameter in synthesized declaration</td>
3988 <td class="none" align="center">Unknown</td>
3989 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003990 <tr id="658">
Richard Smith18e30762013-05-16 01:23:30 +00003991 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#658">658</a></td>
3992 <td>CD2</td>
3993 <td>Defining <TT>reinterpret_cast</TT> for pointer types</td>
3994 <td class="none" align="center">Unknown</td>
3995 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07003996 <tr id="659">
Richard Smith18e30762013-05-16 01:23:30 +00003997 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#659">659</a></td>
3998 <td>CD1</td>
3999 <td>Alignment of function types</td>
4000 <td class="none" align="center">Unknown</td>
4001 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004002 <tr id="660">
Richard Smith18e30762013-05-16 01:23:30 +00004003 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#660">660</a></td>
4004 <td>CD1</td>
4005 <td>Unnamed scoped enumerations</td>
4006 <td class="none" align="center">Unknown</td>
4007 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004008 <tr id="661">
Richard Smith18e30762013-05-16 01:23:30 +00004009 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#661">661</a></td>
4010 <td>CD1</td>
4011 <td>Semantics of arithmetic comparisons</td>
4012 <td class="none" align="center">Unknown</td>
4013 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004014 <tr id="662">
Richard Smith18e30762013-05-16 01:23:30 +00004015 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#662">662</a></td>
4016 <td>NAD</td>
4017 <td>Forming a pointer to a reference type</td>
4018 <td class="none" align="center">Unknown</td>
4019 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004020 <tr id="663">
Richard Smith18e30762013-05-16 01:23:30 +00004021 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#663">663</a></td>
4022 <td>CD1</td>
4023 <td>Valid Cyrillic identifier characters</td>
4024 <td class="none" align="center">Unknown</td>
4025 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004026 <tr id="664">
Richard Smith18e30762013-05-16 01:23:30 +00004027 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#664">664</a></td>
4028 <td>CD2</td>
4029 <td>Direct binding of references to non-class rvalue references</td>
4030 <td class="none" align="center">Unknown</td>
4031 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004032 <tr id="665">
Richard Smith18e30762013-05-16 01:23:30 +00004033 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#665">665</a></td>
4034 <td>CD2</td>
4035 <td>Problems in the specification of <TT>dynamic_cast</TT></td>
4036 <td class="none" align="center">Unknown</td>
4037 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004038 <tr id="666">
Richard Smith18e30762013-05-16 01:23:30 +00004039 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#666">666</a></td>
4040 <td>CD1</td>
4041 <td>Dependent <I>qualified-id</I>s without the <TT>typename</TT> keyword</td>
4042 <td class="none" align="center">Unknown</td>
4043 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004044 <tr id="667">
Richard Smith18e30762013-05-16 01:23:30 +00004045 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#667">667</a></td>
4046 <td>CD2</td>
4047 <td>Trivial special member functions that cannot be implicitly defined</td>
4048 <td class="none" align="center">Unknown</td>
4049 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004050 <tr id="668">
Richard Smith18e30762013-05-16 01:23:30 +00004051 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#668">668</a></td>
4052 <td>CD2</td>
4053 <td>Throwing an exception from the destructor of a local static object</td>
4054 <td class="none" align="center">Unknown</td>
4055 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004056 <tr id="669">
Richard Smith18e30762013-05-16 01:23:30 +00004057 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#669">669</a></td>
4058 <td>NAD</td>
4059 <td>Confusing specification of the meaning of <TT>decltype</TT></td>
4060 <td class="none" align="center">Unknown</td>
4061 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004062 <tr class="open" id="670">
Richard Smith18e30762013-05-16 01:23:30 +00004063 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#670">670</a></td>
4064 <td>open</td>
4065 <td>Copy initialization via derived-to-base conversion in the second step</td>
4066 <td align="center">Not resolved</td>
4067 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004068 <tr id="671">
Richard Smith18e30762013-05-16 01:23:30 +00004069 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#671">671</a></td>
4070 <td>CD1</td>
4071 <td>Explicit conversion from a scoped enumeration type to integral type</td>
4072 <td class="none" align="center">Unknown</td>
4073 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004074 <tr id="672">
Richard Smith18e30762013-05-16 01:23:30 +00004075 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#672">672</a></td>
4076 <td>CD2</td>
4077 <td>Sequencing of initialization in <I>new-expression</I>s</td>
4078 <td class="none" align="center">Unknown</td>
4079 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004080 <tr id="673">
Richard Smith18e30762013-05-16 01:23:30 +00004081 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#673">673</a></td>
4082 <td>NAD</td>
4083 <td>Injection of names from <I>elaborated-type-specifier</I>s in <TT>friend</TT> declarations</td>
4084 <td class="none" align="center">Unknown</td>
4085 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004086 <tr id="674">
Richard Smith18e30762013-05-16 01:23:30 +00004087 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#674">674</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004088 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004089 <td>&#8220;matching specialization&#8221; for a friend declaration</td>
4090 <td class="none" align="center">Unknown</td>
4091 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004092 <tr id="675">
Richard Smith18e30762013-05-16 01:23:30 +00004093 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#675">675</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004094 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00004095 <td>Signedness of bit-field with typedef or template parameter type</td>
4096 <td class="none" align="center">Unknown</td>
4097 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004098 <tr id="676">
Richard Smith18e30762013-05-16 01:23:30 +00004099 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#676">676</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004100 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004101 <td><I>static_assert-declaration</I>s and general requirements for declarations</td>
4102 <td class="none" align="center">Unknown</td>
4103 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004104 <tr id="677">
Richard Smith18e30762013-05-16 01:23:30 +00004105 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#677">677</a></td>
4106 <td>CD1</td>
4107 <td>Deleted <TT>operator delete</TT> and virtual destructors</td>
4108 <td class="none" align="center">Unknown</td>
4109 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004110 <tr id="678">
Richard Smith18e30762013-05-16 01:23:30 +00004111 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#678">678</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004112 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004113 <td>Language linkage of member function parameter types and the ODR</td>
4114 <td class="none" align="center">Unknown</td>
4115 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004116 <tr id="679">
Richard Smith18e30762013-05-16 01:23:30 +00004117 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#679">679</a></td>
4118 <td>CD1</td>
4119 <td>Equivalence of <I>template-id</I>s and operator function templates</td>
4120 <td class="none" align="center">Unknown</td>
4121 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004122 <tr id="680">
Richard Smith18e30762013-05-16 01:23:30 +00004123 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#680">680</a></td>
4124 <td>CD2</td>
4125 <td>What is a move constructor?</td>
4126 <td class="none" align="center">Unknown</td>
4127 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004128 <tr id="681">
Richard Smith18e30762013-05-16 01:23:30 +00004129 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#681">681</a></td>
4130 <td>CD1</td>
4131 <td>Restrictions on declarators with late-specified return types</td>
4132 <td class="none" align="center">Unknown</td>
4133 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004134 <tr class="open" id="682">
Richard Smith18e30762013-05-16 01:23:30 +00004135 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#682">682</a></td>
4136 <td>drafting</td>
4137 <td>Missing description of lookup of template aliases</td>
4138 <td align="center">Not resolved</td>
4139 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004140 <tr id="683">
Richard Smith18e30762013-05-16 01:23:30 +00004141 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#683">683</a></td>
4142 <td>CD1</td>
4143 <td>Requirements for trivial subobject special functions</td>
4144 <td class="none" align="center">Unknown</td>
4145 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004146 <tr id="684">
Richard Smith18e30762013-05-16 01:23:30 +00004147 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#684">684</a></td>
4148 <td>CD1</td>
4149 <td>Constant expressions involving the address of an automatic variable</td>
4150 <td class="none" align="center">Unknown</td>
4151 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004152 <tr id="685">
Richard Smith18e30762013-05-16 01:23:30 +00004153 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#685">685</a></td>
4154 <td>CD2</td>
4155 <td>Integral promotion of enumeration ignores fixed underlying type</td>
4156 <td class="none" align="center">Unknown</td>
4157 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004158 <tr id="686">
Richard Smith18e30762013-05-16 01:23:30 +00004159 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#686">686</a></td>
4160 <td>CD1</td>
4161 <td>Type declarations/definitions in <I>type-specifier-seq</I>s and <I>type-id</I>s</td>
4162 <td class="none" align="center">Unknown</td>
4163 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004164 <tr class="open" id="687">
Richard Smith18e30762013-05-16 01:23:30 +00004165 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#687">687</a></td>
4166 <td>extension</td>
4167 <td><TT>template</TT> keyword with <I>unqualified-id</I>s</td>
4168 <td align="center">Not resolved</td>
4169 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004170 <tr id="688">
Richard Smith18e30762013-05-16 01:23:30 +00004171 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#688">688</a></td>
4172 <td>CD1</td>
4173 <td>Constexpr constructors and static initialization</td>
4174 <td class="none" align="center">Unknown</td>
4175 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004176 <tr class="open" id="689">
Richard Smith18e30762013-05-16 01:23:30 +00004177 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#689">689</a></td>
4178 <td>open</td>
4179 <td>Maximum values of signed and unsigned integers</td>
4180 <td align="center">Not resolved</td>
4181 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004182 <tr id="690">
Richard Smith18e30762013-05-16 01:23:30 +00004183 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#690">690</a></td>
4184 <td>CD2</td>
4185 <td>The dynamic type of an rvalue reference</td>
4186 <td class="none" align="center">Unknown</td>
4187 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004188 <tr id="691">
Richard Smith18e30762013-05-16 01:23:30 +00004189 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#691">691</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004190 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004191 <td>Template parameter packs in class template partial specializations</td>
4192 <td class="none" align="center">Unknown</td>
4193 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004194 <tr id="692">
Richard Smith18e30762013-05-16 01:23:30 +00004195 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#692">692</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004196 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004197 <td>Partial ordering of variadic class template partial specializations</td>
4198 <td class="none" align="center">Unknown</td>
4199 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004200 <tr id="693">
Richard Smith18e30762013-05-16 01:23:30 +00004201 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#693">693</a></td>
4202 <td>CD2</td>
4203 <td>New string types and deprecated conversion</td>
4204 <td class="none" align="center">Unknown</td>
4205 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004206 <tr id="694">
Richard Smith18e30762013-05-16 01:23:30 +00004207 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#694">694</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004208 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004209 <td>Zero- and value-initialization of union objects</td>
4210 <td class="none" align="center">Unknown</td>
4211 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004212 <tr id="695">
Richard Smith18e30762013-05-16 01:23:30 +00004213 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#695">695</a></td>
4214 <td>CD2</td>
4215 <td>Compile-time calculation errors in constexpr functions</td>
4216 <td class="none" align="center">Unknown</td>
4217 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004218 <tr id="696">
Richard Smith18e30762013-05-16 01:23:30 +00004219 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#696">696</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004220 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004221 <td>Use of block-scope constants in local classes</td>
4222 <td class="none" align="center">Unknown</td>
4223 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004224 <tr class="open" id="697">
Richard Smith18e30762013-05-16 01:23:30 +00004225 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#697">697</a></td>
4226 <td>open</td>
4227 <td>Deduction rules apply to more than functions</td>
4228 <td align="center">Not resolved</td>
4229 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004230 <tr class="open" id="698">
Richard Smith18e30762013-05-16 01:23:30 +00004231 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#698">698</a></td>
4232 <td>open</td>
4233 <td>The definition of &#8220;sequenced before&#8221; is too narrow</td>
4234 <td align="center">Not resolved</td>
4235 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004236 <tr id="699">
Richard Smith18e30762013-05-16 01:23:30 +00004237 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#699">699</a></td>
4238 <td>CD2</td>
4239 <td>Must constexpr member functions be defined in the class <I>member-specification</I>?</td>
4240 <td class="none" align="center">Unknown</td>
4241 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004242 <tr id="700">
Richard Smith18e30762013-05-16 01:23:30 +00004243 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#700">700</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004244 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004245 <td>Constexpr member functions of class templates</td>
4246 <td class="none" align="center">Unknown</td>
4247 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004248 <tr id="701">
Richard Smith18e30762013-05-16 01:23:30 +00004249 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#701">701</a></td>
4250 <td>CD2</td>
4251 <td>When is the array-to-pointer conversion applied?</td>
4252 <td class="none" align="center">Unknown</td>
4253 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004254 <tr id="702">
Richard Smith18e30762013-05-16 01:23:30 +00004255 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#702">702</a></td>
4256 <td>CD2</td>
4257 <td>Preferring conversion to <TT>std::initializer_list</TT></td>
4258 <td class="none" align="center">Unknown</td>
4259 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004260 <tr id="703">
Richard Smith18e30762013-05-16 01:23:30 +00004261 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#703">703</a></td>
4262 <td>CD2</td>
4263 <td>Narrowing for literals that cannot be exactly represented</td>
4264 <td class="none" align="center">Unknown</td>
4265 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004266 <tr id="704">
Richard Smith18e30762013-05-16 01:23:30 +00004267 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#704">704</a></td>
4268 <td>CD2</td>
4269 <td>To which <I>postfix-expression</I>s does overload resolution apply?</td>
4270 <td class="none" align="center">Unknown</td>
4271 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004272 <tr id="705">
Richard Smith18e30762013-05-16 01:23:30 +00004273 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#705">705</a></td>
4274 <td>CD2</td>
4275 <td>Suppressing argument-dependent lookup via parentheses</td>
4276 <td class="none" align="center">Unknown</td>
4277 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004278 <tr id="706">
Richard Smith18e30762013-05-16 01:23:30 +00004279 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#706">706</a></td>
4280 <td>NAD</td>
4281 <td>Use of <TT>auto</TT> with rvalue references</td>
4282 <td class="none" align="center">Unknown</td>
4283 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004284 <tr id="707">
Richard Smith18e30762013-05-16 01:23:30 +00004285 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#707">707</a></td>
4286 <td>CD2</td>
4287 <td>Undefined behavior in integral-to-floating conversions</td>
4288 <td class="none" align="center">Unknown</td>
4289 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004290 <tr class="open" id="708">
Richard Smith18e30762013-05-16 01:23:30 +00004291 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#708">708</a></td>
4292 <td>open</td>
4293 <td>Partial specialization of member templates of class templates</td>
4294 <td align="center">Not resolved</td>
4295 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004296 <tr id="709">
Richard Smith18e30762013-05-16 01:23:30 +00004297 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#709">709</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004298 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004299 <td>Enumeration names as <I>nested-name-specifier</I>s in deduction failure</td>
4300 <td class="none" align="center">Unknown</td>
4301 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004302 <tr id="710">
Richard Smith18e30762013-05-16 01:23:30 +00004303 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#710">710</a></td>
4304 <td>CD2</td>
4305 <td>Data races during construction</td>
4306 <td class="none" align="center">Unknown</td>
4307 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004308 <tr id="711">
Richard Smith18e30762013-05-16 01:23:30 +00004309 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#711">711</a></td>
4310 <td>CD2</td>
4311 <td><TT>auto</TT> with <I>braced-init-list</I></td>
4312 <td class="none" align="center">Unknown</td>
4313 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004314 <tr id="712">
Richard Smith18e30762013-05-16 01:23:30 +00004315 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#712">712</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004316 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00004317 <td>Are integer constant operands of a <I>conditional-expression</I> &#8220;used?&#8221;</td>
4318 <td class="none" align="center">Unknown</td>
4319 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004320 <tr id="713">
Richard Smith18e30762013-05-16 01:23:30 +00004321 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#713">713</a></td>
4322 <td>CD2</td>
4323 <td>Unclear note about cv-qualified function types</td>
4324 <td class="none" align="center">Unknown</td>
4325 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004326 <tr id="714">
Richard Smith18e30762013-05-16 01:23:30 +00004327 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#714">714</a></td>
4328 <td>CD2</td>
4329 <td>Static const data members and <I>braced-init-list</I>s</td>
4330 <td class="none" align="center">Unknown</td>
4331 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004332 <tr id="715">
Richard Smith18e30762013-05-16 01:23:30 +00004333 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#715">715</a></td>
4334 <td>CD2</td>
4335 <td>Class member access constant expressions</td>
4336 <td class="none" align="center">Unknown</td>
4337 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004338 <tr id="716">
Richard Smith18e30762013-05-16 01:23:30 +00004339 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#716">716</a></td>
4340 <td>CD2</td>
4341 <td>Specifications that should apply only to non-static union data members</td>
4342 <td class="none" align="center">Unknown</td>
4343 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004344 <tr id="717">
Richard Smith18e30762013-05-16 01:23:30 +00004345 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#717">717</a></td>
4346 <td>CD2</td>
4347 <td>Unintentional restrictions on the use of <TT>thread_local</TT></td>
4348 <td class="none" align="center">Unknown</td>
4349 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004350 <tr class="open" id="718">
Richard Smith18e30762013-05-16 01:23:30 +00004351 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#718">718</a></td>
4352 <td>open</td>
4353 <td>Non-class, non-function friend declarations</td>
4354 <td align="center">Not resolved</td>
4355 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004356 <tr id="719">
Richard Smith18e30762013-05-16 01:23:30 +00004357 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#719">719</a></td>
4358 <td>CD2</td>
4359 <td>Specifications for <I>operator-function-id</I> that should also apply to <I>literal-operator-id</I></td>
4360 <td class="none" align="center">Unknown</td>
4361 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004362 <tr id="720">
Richard Smith18e30762013-05-16 01:23:30 +00004363 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#720">720</a></td>
4364 <td>CD2</td>
4365 <td>Need examples of <I>lambda-expression</I>s</td>
4366 <td class="none" align="center">Unknown</td>
4367 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004368 <tr id="721">
Richard Smith18e30762013-05-16 01:23:30 +00004369 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#721">721</a></td>
4370 <td>CD2</td>
4371 <td>Where must a variable be initialized to be used in a constant expression?</td>
4372 <td class="none" align="center">Unknown</td>
4373 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004374 <tr id="722">
Richard Smith18e30762013-05-16 01:23:30 +00004375 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#722">722</a></td>
4376 <td>CD2</td>
4377 <td>Can <TT>nullptr</TT> be passed to an ellipsis?</td>
4378 <td class="none" align="center">Unknown</td>
4379 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004380 <tr id="726">
Richard Smith18e30762013-05-16 01:23:30 +00004381 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#726">726</a></td>
4382 <td>CD2</td>
4383 <td>Atomic and non-atomic objects in the memory model</td>
4384 <td class="none" align="center">Unknown</td>
4385 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004386 <tr class="open" id="727">
Richard Smithf1e757d2013-11-07 05:34:58 +00004387 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#727">727</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004388 <td>drafting</td>
Richard Smith18e30762013-05-16 01:23:30 +00004389 <td>In-class explicit specializations</td>
4390 <td align="center">Not resolved</td>
4391 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004392 <tr class="open" id="728">
Richard Smith18e30762013-05-16 01:23:30 +00004393 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#728">728</a></td>
4394 <td>extension</td>
4395 <td>Restrictions on local classes</td>
4396 <td align="center">Not resolved</td>
4397 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004398 <tr id="729">
Richard Smith18e30762013-05-16 01:23:30 +00004399 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#729">729</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004400 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00004401 <td>Qualification conversions and handlers of reference-to-pointer type</td>
4402 <td class="none" align="center">Unknown</td>
4403 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004404 <tr id="730">
Richard Smith18e30762013-05-16 01:23:30 +00004405 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#730">730</a></td>
4406 <td>CD2</td>
4407 <td>Explicit specializations of members of non-template classes</td>
4408 <td class="none" align="center">Unknown</td>
4409 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004410 <tr id="731">
Richard Smith18e30762013-05-16 01:23:30 +00004411 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#731">731</a></td>
4412 <td>CD2</td>
4413 <td>Omitted reference qualification of member function type</td>
4414 <td class="none" align="center">Unknown</td>
4415 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004416 <tr id="732">
Richard Smith18e30762013-05-16 01:23:30 +00004417 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#732">732</a></td>
4418 <td>CD2</td>
4419 <td>Late-specified return types in function definitions</td>
4420 <td class="none" align="center">Unknown</td>
4421 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004422 <tr id="733">
Richard Smith18e30762013-05-16 01:23:30 +00004423 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#733">733</a></td>
4424 <td>NAD</td>
4425 <td>Reference qualification of copy assignment operators</td>
4426 <td class="none" align="center">Unknown</td>
4427 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004428 <tr id="734">
Richard Smith18e30762013-05-16 01:23:30 +00004429 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#734">734</a></td>
4430 <td>CD2</td>
4431 <td>Are unique addresses required for namespace-scope variables?</td>
4432 <td class="none" align="center">Unknown</td>
4433 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004434 <tr id="735">
Richard Smith18e30762013-05-16 01:23:30 +00004435 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#735">735</a></td>
4436 <td>CD2</td>
4437 <td>Missing case in specification of safely-derived pointers</td>
4438 <td class="none" align="center">Unknown</td>
4439 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004440 <tr id="736">
Richard Smith18e30762013-05-16 01:23:30 +00004441 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#736">736</a></td>
4442 <td>NAD</td>
4443 <td>Is the <TT>&amp;</TT> <I>ref-qualifier</I> needed?</td>
4444 <td class="none" align="center">Unknown</td>
4445 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004446 <tr id="737">
Richard Smith18e30762013-05-16 01:23:30 +00004447 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#737">737</a></td>
4448 <td>CD2</td>
4449 <td>Uninitialized trailing characters in string initialization</td>
4450 <td class="none" align="center">Unknown</td>
4451 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004452 <tr id="738">
Richard Smith18e30762013-05-16 01:23:30 +00004453 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#738">738</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004454 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004455 <td><TT>constexpr</TT> not permitted by the syntax of constructor declarations</td>
4456 <td class="none" align="center">Unknown</td>
4457 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004458 <tr id="739">
Richard Smith18e30762013-05-16 01:23:30 +00004459 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#739">739</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004460 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00004461 <td>Signedness of plain bit-fields</td>
4462 <td class="none" align="center">Unknown</td>
4463 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004464 <tr id="740">
Richard Smith18e30762013-05-16 01:23:30 +00004465 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#740">740</a></td>
4466 <td>CD2</td>
4467 <td>Incorrect note on data races</td>
4468 <td class="none" align="center">Unknown</td>
4469 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004470 <tr id="741">
Richard Smith18e30762013-05-16 01:23:30 +00004471 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#741">741</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004472 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004473 <td>&#8220;plain&#8221; <TT>long long</TT> bit-fields</td>
4474 <td class="none" align="center">Unknown</td>
4475 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004476 <tr class="open" id="742">
Richard Smith18e30762013-05-16 01:23:30 +00004477 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#742">742</a></td>
4478 <td>open</td>
4479 <td>Postfix increment/decrement with long bit-field operands</td>
4480 <td align="center">Not resolved</td>
4481 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004482 <tr id="743">
Richard Smith18e30762013-05-16 01:23:30 +00004483 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#743">743</a></td>
4484 <td>CD2</td>
4485 <td>Use of <TT>decltype</TT> in a <I>nested-name-specifier</I></td>
4486 <td class="none" align="center">Unknown</td>
4487 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004488 <tr id="744">
Richard Smith18e30762013-05-16 01:23:30 +00004489 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#744">744</a></td>
4490 <td>CD2</td>
4491 <td>Matching template arguments with template template parameters with parameter packs</td>
4492 <td class="none" align="center">Unknown</td>
4493 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004494 <tr class="open" id="745">
Richard Smith18e30762013-05-16 01:23:30 +00004495 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#745">745</a></td>
4496 <td>open</td>
4497 <td>Effect of ill-formedness resulting from <TT>#error</TT></td>
4498 <td align="center">Not resolved</td>
4499 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004500 <tr id="746">
Richard Smith18e30762013-05-16 01:23:30 +00004501 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#746">746</a></td>
4502 <td>CD2</td>
4503 <td>Use of <TT>auto</TT> in <I>new-expression</I>s</td>
4504 <td class="none" align="center">Unknown</td>
4505 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004506 <tr id="747">
Richard Smith18e30762013-05-16 01:23:30 +00004507 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#747">747</a></td>
4508 <td>dup</td>
4509 <td>Access of protected base classes</td>
4510 <td class="none" align="center">Unknown</td>
4511 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004512 <tr id="749">
Richard Smith18e30762013-05-16 01:23:30 +00004513 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#749">749</a></td>
4514 <td>CD2</td>
4515 <td>References to function types with a <I>cv-qualifier</I> or <I>ref-qualifier</I></td>
4516 <td class="none" align="center">Unknown</td>
4517 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004518 <tr id="750">
Richard Smith18e30762013-05-16 01:23:30 +00004519 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#750">750</a></td>
4520 <td>CD2</td>
4521 <td>Implementation constraints on reference-only closure objects</td>
4522 <td class="none" align="center">Unknown</td>
4523 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004524 <tr id="751">
Richard Smith18e30762013-05-16 01:23:30 +00004525 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#751">751</a></td>
4526 <td>CD2</td>
4527 <td>Deriving from closure classes</td>
4528 <td class="none" align="center">Unknown</td>
4529 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004530 <tr id="752">
Richard Smith18e30762013-05-16 01:23:30 +00004531 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#752">752</a></td>
4532 <td>CD2</td>
4533 <td>Name lookup in nested <I>lambda-expression</I>s</td>
4534 <td class="none" align="center">Unknown</td>
4535 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004536 <tr id="753">
Richard Smith18e30762013-05-16 01:23:30 +00004537 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#753">753</a></td>
4538 <td>CD2</td>
4539 <td>Array names in lambda capture sets</td>
4540 <td class="none" align="center">Unknown</td>
4541 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004542 <tr id="754">
Richard Smith18e30762013-05-16 01:23:30 +00004543 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#754">754</a></td>
4544 <td>CD2</td>
4545 <td>Lambda expressions in default arguments of block-scope function declarations</td>
4546 <td class="none" align="center">Unknown</td>
4547 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004548 <tr id="755">
4549 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#755">755</a></td>
4550 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00004551 <td>Generalized <I>lambda-capture</I>s</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004552 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00004553 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004554 <tr id="756">
Richard Smith18e30762013-05-16 01:23:30 +00004555 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#756">756</a></td>
4556 <td>CD2</td>
4557 <td>Dropping cv-qualification on members of closure objects</td>
4558 <td class="none" align="center">Unknown</td>
4559 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004560 <tr id="757">
Richard Smith18e30762013-05-16 01:23:30 +00004561 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#757">757</a></td>
4562 <td>CD2</td>
4563 <td>Types without linkage in declarations</td>
4564 <td class="none" align="center">Unknown</td>
4565 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004566 <tr id="758">
Richard Smith18e30762013-05-16 01:23:30 +00004567 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#758">758</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004568 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004569 <td>Missing cases of declarations that are not definitions</td>
4570 <td class="none" align="center">Unknown</td>
4571 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004572 <tr id="759">
Richard Smith18e30762013-05-16 01:23:30 +00004573 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#759">759</a></td>
4574 <td>CD2</td>
4575 <td>Destruction of closure objects</td>
4576 <td class="none" align="center">Unknown</td>
4577 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004578 <tr id="760">
Richard Smith18e30762013-05-16 01:23:30 +00004579 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#760">760</a></td>
4580 <td>CD2</td>
4581 <td><TT>this</TT> inside a nested class of a non-static member function</td>
4582 <td class="none" align="center">Unknown</td>
4583 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004584 <tr id="761">
Richard Smith18e30762013-05-16 01:23:30 +00004585 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#761">761</a></td>
4586 <td>CD2</td>
4587 <td>Inferred return type of closure object call operator</td>
4588 <td class="none" align="center">Unknown</td>
4589 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004590 <tr id="762">
Richard Smith18e30762013-05-16 01:23:30 +00004591 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#762">762</a></td>
4592 <td>CD2</td>
4593 <td>Name lookup in the <I>compound-statement</I> of a lambda expression</td>
4594 <td class="none" align="center">Unknown</td>
4595 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004596 <tr id="763">
Richard Smith18e30762013-05-16 01:23:30 +00004597 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#763">763</a></td>
4598 <td>CD2</td>
4599 <td>Is a closure object's <TT>operator()</TT> inline?</td>
4600 <td class="none" align="center">Unknown</td>
4601 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004602 <tr id="764">
Richard Smith18e30762013-05-16 01:23:30 +00004603 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#764">764</a></td>
4604 <td>CD2</td>
4605 <td>Capturing unused variables in a lambda expression</td>
4606 <td class="none" align="center">Unknown</td>
4607 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004608 <tr id="765">
Richard Smith18e30762013-05-16 01:23:30 +00004609 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#765">765</a></td>
4610 <td>CD2</td>
4611 <td>Local types in inline functions with external linkage</td>
4612 <td class="none" align="center">Unknown</td>
4613 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004614 <tr id="766">
Richard Smith18e30762013-05-16 01:23:30 +00004615 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#766">766</a></td>
4616 <td>CD2</td>
4617 <td>Where may lambda expressions appear?</td>
4618 <td class="none" align="center">Unknown</td>
4619 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004620 <tr id="767">
Richard Smith18e30762013-05-16 01:23:30 +00004621 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#767">767</a></td>
4622 <td>CD2</td>
4623 <td><TT>void</TT> and other unnamed <I>lambda-parameter</I>s</td>
4624 <td class="none" align="center">Unknown</td>
4625 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004626 <tr id="768">
Richard Smith18e30762013-05-16 01:23:30 +00004627 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#768">768</a></td>
4628 <td>CD2</td>
4629 <td>Ellipsis in a lambda parameter list</td>
4630 <td class="none" align="center">Unknown</td>
4631 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004632 <tr id="769">
Richard Smith18e30762013-05-16 01:23:30 +00004633 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#769">769</a></td>
4634 <td>CD2</td>
4635 <td>Initialization of closure objects</td>
4636 <td class="none" align="center">Unknown</td>
4637 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004638 <tr id="770">
Richard Smith18e30762013-05-16 01:23:30 +00004639 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#770">770</a></td>
4640 <td>CD2</td>
4641 <td>Ambiguity in late-specified return type</td>
4642 <td class="none" align="center">Unknown</td>
4643 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004644 <tr id="771">
Richard Smith18e30762013-05-16 01:23:30 +00004645 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#771">771</a></td>
4646 <td>CD2</td>
4647 <td>Move-construction of reference members of closure objects</td>
4648 <td class="none" align="center">Unknown</td>
4649 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004650 <tr id="772">
Richard Smith18e30762013-05-16 01:23:30 +00004651 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#772">772</a></td>
4652 <td>CD2</td>
4653 <td><I>capture-default</I> in lambdas in local default arguments</td>
4654 <td class="none" align="center">Unknown</td>
4655 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004656 <tr id="773">
Richard Smith18e30762013-05-16 01:23:30 +00004657 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#773">773</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004658 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004659 <td>Parentheses in address non-type template arguments</td>
4660 <td class="none" align="center">Unknown</td>
4661 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004662 <tr id="774">
Richard Smith18e30762013-05-16 01:23:30 +00004663 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#774">774</a></td>
4664 <td>CD2</td>
4665 <td>Can a closure class be a POD?</td>
4666 <td class="none" align="center">Unknown</td>
4667 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004668 <tr id="775">
Richard Smith18e30762013-05-16 01:23:30 +00004669 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#775">775</a></td>
4670 <td>CD2</td>
4671 <td>Capturing references to functions</td>
4672 <td class="none" align="center">Unknown</td>
4673 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004674 <tr id="776">
Richard Smith18e30762013-05-16 01:23:30 +00004675 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#776">776</a></td>
4676 <td>CD2</td>
4677 <td>Delegating constructors, destructors, and <TT>std::exit</TT></td>
4678 <td class="none" align="center">Unknown</td>
4679 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004680 <tr id="777">
Richard Smith18e30762013-05-16 01:23:30 +00004681 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#777">777</a></td>
4682 <td>CD2</td>
4683 <td>Default arguments and parameter packs</td>
Pirama Arumuga Nainar33337ca2015-05-06 11:48:57 -07004684 <td class="svn" align="center">SVN</td>
Richard Smith18e30762013-05-16 01:23:30 +00004685 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004686 <tr id="778">
Richard Smith18e30762013-05-16 01:23:30 +00004687 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#778">778</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004688 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004689 <td>Template parameter packs in non-type template parameters</td>
4690 <td class="none" align="center">Unknown</td>
4691 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004692 <tr id="779">
Richard Smith18e30762013-05-16 01:23:30 +00004693 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#779">779</a></td>
4694 <td>CD2</td>
4695 <td>Rvalue reference members of closure objects?</td>
4696 <td class="none" align="center">Unknown</td>
4697 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004698 <tr id="782">
Richard Smith18e30762013-05-16 01:23:30 +00004699 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#782">782</a></td>
4700 <td>CD2</td>
4701 <td>Lambda expressions and argument-dependent lookup</td>
4702 <td class="none" align="center">Unknown</td>
4703 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004704 <tr class="open" id="783">
Richard Smith18e30762013-05-16 01:23:30 +00004705 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#783">783</a></td>
4706 <td>open</td>
4707 <td>Definition of &#8220;argument&#8221;</td>
4708 <td align="center">Not resolved</td>
4709 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004710 <tr id="784">
Richard Smith18e30762013-05-16 01:23:30 +00004711 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#784">784</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004712 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004713 <td>List of incompatibilities with the previous Standard</td>
4714 <td class="none" align="center">Unknown</td>
4715 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004716 <tr id="785">
Richard Smith18e30762013-05-16 01:23:30 +00004717 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#785">785</a></td>
4718 <td>CD2</td>
4719 <td>&#8220;Execution sequence&#8221; is inappropriate phraseology</td>
4720 <td class="none" align="center">Unknown</td>
4721 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004722 <tr id="786">
Richard Smith18e30762013-05-16 01:23:30 +00004723 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#786">786</a></td>
4724 <td>CD2</td>
4725 <td>Definition of &#8220;thread&#8221;</td>
4726 <td class="none" align="center">Unknown</td>
4727 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004728 <tr id="787">
Richard Smith18e30762013-05-16 01:23:30 +00004729 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#787">787</a></td>
4730 <td>CD2</td>
4731 <td>Unnecessary lexical undefined behavior</td>
4732 <td class="none" align="center">Unknown</td>
4733 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004734 <tr id="788">
Richard Smith18e30762013-05-16 01:23:30 +00004735 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#788">788</a></td>
4736 <td>CD2</td>
4737 <td>Relationship between locale and values of the execution character set</td>
4738 <td class="none" align="center">Unknown</td>
4739 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004740 <tr id="789">
Richard Smith18e30762013-05-16 01:23:30 +00004741 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#789">789</a></td>
4742 <td>CD2</td>
4743 <td>Deprecating trigraphs</td>
4744 <td class="none" align="center">Unknown</td>
4745 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004746 <tr id="790">
Richard Smith18e30762013-05-16 01:23:30 +00004747 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#790">790</a></td>
4748 <td>CD2</td>
4749 <td>Concatenation of raw and non-raw string literals</td>
4750 <td class="none" align="center">Unknown</td>
4751 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004752 <tr id="792">
Richard Smith18e30762013-05-16 01:23:30 +00004753 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#792">792</a></td>
4754 <td>CD2</td>
4755 <td>Effects of <TT>std::quick_exit</TT></td>
4756 <td class="none" align="center">Unknown</td>
4757 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004758 <tr id="793">
Richard Smith18e30762013-05-16 01:23:30 +00004759 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#793">793</a></td>
4760 <td>CD2</td>
4761 <td>Use of class members during destruction</td>
4762 <td class="none" align="center">Unknown</td>
4763 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004764 <tr class="open" id="794">
Richard Smith18e30762013-05-16 01:23:30 +00004765 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#794">794</a></td>
4766 <td>extension</td>
4767 <td>Base-derived conversion in member type of pointer-to-member conversion</td>
4768 <td align="center">Not resolved</td>
4769 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004770 <tr id="795">
Richard Smith18e30762013-05-16 01:23:30 +00004771 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#795">795</a></td>
4772 <td>NAD</td>
4773 <td>Dependency of lambdas on <TT>&lt;functional&gt;</TT></td>
4774 <td class="none" align="center">Unknown</td>
4775 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004776 <tr id="796">
Richard Smith18e30762013-05-16 01:23:30 +00004777 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#796">796</a></td>
4778 <td>CD2</td>
4779 <td>Lifetime of a closure object with members captured by reference</td>
4780 <td class="none" align="center">Unknown</td>
4781 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004782 <tr id="797">
Richard Smith18e30762013-05-16 01:23:30 +00004783 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#797">797</a></td>
4784 <td>CD2</td>
4785 <td>Converting a no-capture lambda to a function type</td>
4786 <td class="none" align="center">Unknown</td>
4787 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004788 <tr id="798">
Richard Smith18e30762013-05-16 01:23:30 +00004789 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#798">798</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004790 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004791 <td>Overloaded subscript operator described in clause 5</td>
4792 <td class="none" align="center">Unknown</td>
4793 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004794 <tr id="799">
Richard Smith18e30762013-05-16 01:23:30 +00004795 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#799">799</a></td>
4796 <td>CD2</td>
4797 <td>Can <TT>reinterpret_cast</TT> be used to cast an operand to its own type?</td>
4798 <td class="none" align="center">Unknown</td>
4799 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004800 <tr id="800">
Richard Smith18e30762013-05-16 01:23:30 +00004801 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#800">800</a></td>
4802 <td>NAD</td>
4803 <td>Safely-derived pointers and object pointers converted from function pointers</td>
4804 <td class="none" align="center">Unknown</td>
4805 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004806 <tr id="801">
Richard Smith18e30762013-05-16 01:23:30 +00004807 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#801">801</a></td>
4808 <td>CD2</td>
4809 <td>Casting away constness in a cast to rvalue reference type</td>
4810 <td class="none" align="center">Unknown</td>
4811 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004812 <tr id="803">
Richard Smith18e30762013-05-16 01:23:30 +00004813 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#803">803</a></td>
4814 <td>CD2</td>
4815 <td><TT>sizeof</TT> an enumeration type with a fixed underlying type</td>
4816 <td class="none" align="center">Unknown</td>
4817 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004818 <tr id="804">
Richard Smith18e30762013-05-16 01:23:30 +00004819 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#804">804</a></td>
4820 <td>CD2</td>
4821 <td>Deducing the type in <TT>new auto(x)</TT></td>
4822 <td class="none" align="center">Unknown</td>
4823 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004824 <tr id="805">
Richard Smith18e30762013-05-16 01:23:30 +00004825 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#805">805</a></td>
4826 <td>CD2</td>
4827 <td>Which exception to throw for overflow in array size calculation</td>
4828 <td class="none" align="center">Unknown</td>
4829 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004830 <tr id="806">
Richard Smith18e30762013-05-16 01:23:30 +00004831 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#806">806</a></td>
4832 <td>CD2</td>
4833 <td>Enumeration types in integral constant expressions</td>
4834 <td class="none" align="center">Unknown</td>
4835 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004836 <tr id="807">
Richard Smith18e30762013-05-16 01:23:30 +00004837 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#807">807</a></td>
4838 <td>NAD</td>
4839 <td><TT>typeid</TT> expressions in constant expressions</td>
4840 <td class="none" align="center">Unknown</td>
4841 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004842 <tr id="808">
Richard Smith18e30762013-05-16 01:23:30 +00004843 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#808">808</a></td>
4844 <td>CD2</td>
4845 <td>Non-type <I>decl-specifier</I>s versus max-munch</td>
4846 <td class="none" align="center">Unknown</td>
4847 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004848 <tr id="809">
Richard Smith18e30762013-05-16 01:23:30 +00004849 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#809">809</a></td>
4850 <td>CD2</td>
4851 <td>Deprecation of the <TT>register</TT> keyword</td>
4852 <td class="none" align="center">Unknown</td>
4853 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004854 <tr id="810">
Richard Smith18e30762013-05-16 01:23:30 +00004855 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#810">810</a></td>
4856 <td>CD2</td>
4857 <td>Block-scope <TT>thread_local</TT> variables should be implicitly <TT>static</TT></td>
4858 <td class="none" align="center">Unknown</td>
4859 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004860 <tr id="811">
Richard Smith18e30762013-05-16 01:23:30 +00004861 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#811">811</a></td>
4862 <td>CD2</td>
4863 <td>Unclear implications of const-qualification</td>
4864 <td class="none" align="center">Unknown</td>
4865 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004866 <tr id="812">
Richard Smith18e30762013-05-16 01:23:30 +00004867 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#812">812</a></td>
4868 <td>CD2</td>
4869 <td>Duplicate names in inline namespaces</td>
4870 <td class="none" align="center">Unknown</td>
4871 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004872 <tr class="open" id="813">
Richard Smith18e30762013-05-16 01:23:30 +00004873 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#813">813</a></td>
4874 <td>open</td>
4875 <td><TT>typename</TT> in a <I>using-declaration</I> with a non-dependent name</td>
4876 <td align="center">Not resolved</td>
4877 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004878 <tr id="814">
Richard Smith18e30762013-05-16 01:23:30 +00004879 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#814">814</a></td>
4880 <td>CD2</td>
4881 <td>Attribute to indicate that a function throws nothing</td>
4882 <td class="none" align="center">Unknown</td>
4883 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004884 <tr id="815">
Richard Smith18e30762013-05-16 01:23:30 +00004885 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#815">815</a></td>
4886 <td>CD2</td>
4887 <td>Parameter pack expansion inside attributes</td>
4888 <td class="none" align="center">Unknown</td>
4889 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004890 <tr id="816">
Richard Smith18e30762013-05-16 01:23:30 +00004891 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#816">816</a></td>
4892 <td>CD2</td>
4893 <td>Diagnosing violations of <TT>[[final]]</TT></td>
4894 <td class="none" align="center">Unknown</td>
4895 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004896 <tr id="817">
Richard Smith18e30762013-05-16 01:23:30 +00004897 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#817">817</a></td>
4898 <td>CD2</td>
4899 <td>Meaning of <TT>[[final]]</TT> applied to a class definition</td>
4900 <td class="none" align="center">Unknown</td>
4901 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004902 <tr id="818">
Richard Smith18e30762013-05-16 01:23:30 +00004903 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#818">818</a></td>
4904 <td>CD2</td>
4905 <td>Function parameter packs in non-final positions</td>
4906 <td class="none" align="center">Unknown</td>
4907 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004908 <tr id="819">
Richard Smith18e30762013-05-16 01:23:30 +00004909 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#819">819</a></td>
4910 <td>NAD</td>
4911 <td>Access control and deleted implicitly-declared special member functions</td>
4912 <td class="none" align="center">Unknown</td>
4913 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004914 <tr id="820">
Richard Smith18e30762013-05-16 01:23:30 +00004915 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#820">820</a></td>
4916 <td>CD2</td>
4917 <td>Deprecation of <TT>export</TT></td>
4918 <td class="none" align="center">Unknown</td>
4919 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004920 <tr class="open" id="822">
Richard Smith18e30762013-05-16 01:23:30 +00004921 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#822">822</a></td>
4922 <td>extension</td>
4923 <td>Additional contexts for template aliases</td>
4924 <td align="center">Not resolved</td>
4925 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004926 <tr id="823">
Richard Smith18e30762013-05-16 01:23:30 +00004927 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#823">823</a></td>
4928 <td>CD2</td>
4929 <td>Literal types with constexpr conversions as non-type template arguments</td>
4930 <td class="none" align="center">Unknown</td>
4931 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004932 <tr id="828">
Richard Smith18e30762013-05-16 01:23:30 +00004933 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#828">828</a></td>
4934 <td>CD2</td>
4935 <td>Destruction of exception objects</td>
4936 <td class="none" align="center">Unknown</td>
4937 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004938 <tr id="829">
Richard Smith18e30762013-05-16 01:23:30 +00004939 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#829">829</a></td>
4940 <td>NAD</td>
4941 <td>At what point is <TT>std::unexpected</TT> called?</td>
4942 <td class="none" align="center">Unknown</td>
4943 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004944 <tr id="830">
Richard Smith18e30762013-05-16 01:23:30 +00004945 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#830">830</a></td>
4946 <td>CD2</td>
4947 <td>Deprecating exception specifications</td>
4948 <td class="none" align="center">Unknown</td>
4949 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004950 <tr id="831">
Richard Smith18e30762013-05-16 01:23:30 +00004951 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#831">831</a></td>
4952 <td>CD2</td>
4953 <td>Limit on recursively nested template instantiations</td>
4954 <td class="none" align="center">Unknown</td>
4955 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004956 <tr id="832">
Richard Smith18e30762013-05-16 01:23:30 +00004957 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#832">832</a></td>
4958 <td>CD2</td>
4959 <td>Value of preprocessing numbers</td>
4960 <td class="none" align="center">Unknown</td>
4961 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004962 <tr id="833">
Richard Smith18e30762013-05-16 01:23:30 +00004963 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#833">833</a></td>
4964 <td>CD2</td>
4965 <td>Explicit conversion of a scoped enumeration value to a floating type</td>
4966 <td class="none" align="center">Unknown</td>
4967 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004968 <tr id="834">
Richard Smith18e30762013-05-16 01:23:30 +00004969 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#834">834</a></td>
4970 <td>CD2</td>
4971 <td>What is an &#8220;ordinary string literal&#8221;?</td>
4972 <td class="none" align="center">Unknown</td>
4973 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004974 <tr id="835">
Richard Smith18e30762013-05-16 01:23:30 +00004975 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#835">835</a></td>
4976 <td>CD2</td>
4977 <td>Scoped enumerations and the &#8220;usual arithmetic conversions&#8221;</td>
4978 <td class="none" align="center">Unknown</td>
4979 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004980 <tr id="836">
Richard Smith18e30762013-05-16 01:23:30 +00004981 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#836">836</a></td>
4982 <td>NAD</td>
4983 <td><TT>[[noreturn]]</TT> applied to function types</td>
4984 <td class="none" align="center">Unknown</td>
4985 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004986 <tr id="837">
Richard Smith18e30762013-05-16 01:23:30 +00004987 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#837">837</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004988 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004989 <td>Constexpr functions and <TT>return</TT> <I>braced-init-list</I></td>
4990 <td class="none" align="center">Unknown</td>
4991 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004992 <tr id="838">
Richard Smith18e30762013-05-16 01:23:30 +00004993 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#838">838</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07004994 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00004995 <td>Use of <TT>this</TT> in a <I>brace-or-equal-initializer</I></td>
4996 <td class="none" align="center">Unknown</td>
4997 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07004998 <tr id="839">
Richard Smith18e30762013-05-16 01:23:30 +00004999 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#839">839</a></td>
5000 <td>dup</td>
5001 <td><TT>sizeof</TT> with opaque enumerations</td>
5002 <td class="none" align="center">Unknown</td>
5003 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005004 <tr id="840">
Richard Smith18e30762013-05-16 01:23:30 +00005005 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#840">840</a></td>
5006 <td>CD2</td>
5007 <td>Rvalue references as nontype template parameters</td>
5008 <td class="none" align="center">Unknown</td>
5009 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005010 <tr id="842">
Richard Smith18e30762013-05-16 01:23:30 +00005011 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#842">842</a></td>
5012 <td>CD2</td>
5013 <td>Casting to rvalue reference type</td>
5014 <td class="none" align="center">Unknown</td>
5015 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005016 <tr id="845">
Richard Smith18e30762013-05-16 01:23:30 +00005017 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#845">845</a></td>
5018 <td>CD2</td>
5019 <td>What is the &#8220;first declaration&#8221; of an explicit specialization?</td>
5020 <td class="none" align="center">Unknown</td>
5021 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005022 <tr id="846">
Richard Smith18e30762013-05-16 01:23:30 +00005023 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#846">846</a></td>
5024 <td>CD2</td>
5025 <td>Rvalue references to functions</td>
5026 <td class="none" align="center">Unknown</td>
5027 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005028 <tr id="847">
Richard Smith18e30762013-05-16 01:23:30 +00005029 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#847">847</a></td>
5030 <td>CD2</td>
5031 <td>Error in rvalue reference deduction example</td>
5032 <td class="none" align="center">Unknown</td>
5033 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005034 <tr id="850">
Richard Smith18e30762013-05-16 01:23:30 +00005035 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#850">850</a></td>
5036 <td>CD2</td>
5037 <td>Restrictions on use of non-static data members</td>
5038 <td class="none" align="center">Unknown</td>
5039 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005040 <tr class="open" id="852">
Richard Smith18e30762013-05-16 01:23:30 +00005041 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#852">852</a></td>
5042 <td>open</td>
5043 <td><I>using-declaration</I>s and dependent base classes</td>
5044 <td align="center">Not resolved</td>
5045 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005046 <tr id="853">
Richard Smith18e30762013-05-16 01:23:30 +00005047 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#853">853</a></td>
5048 <td>CD2</td>
5049 <td>Support for relaxed pointer safety</td>
5050 <td class="none" align="center">Unknown</td>
5051 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005052 <tr id="854">
Richard Smith18e30762013-05-16 01:23:30 +00005053 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#854">854</a></td>
5054 <td>CD2</td>
5055 <td>Left shift and unsigned extended types</td>
5056 <td class="none" align="center">Unknown</td>
5057 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005058 <tr id="855">
Richard Smith18e30762013-05-16 01:23:30 +00005059 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#855">855</a></td>
5060 <td>CD2</td>
5061 <td>Incorrect comments in <I>braced-init-list</I> assignment example</td>
5062 <td class="none" align="center">Unknown</td>
5063 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005064 <tr id="858">
Richard Smith18e30762013-05-16 01:23:30 +00005065 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#858">858</a></td>
5066 <td>CD2</td>
5067 <td>Example binding an rvalue reference to an lvalue</td>
5068 <td class="none" align="center">Unknown</td>
5069 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005070 <tr id="860">
Richard Smith18e30762013-05-16 01:23:30 +00005071 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#860">860</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005072 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005073 <td>Explicit qualification of constexpr member functions</td>
5074 <td class="none" align="center">Unknown</td>
5075 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005076 <tr id="861">
Richard Smith18e30762013-05-16 01:23:30 +00005077 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#861">861</a></td>
5078 <td>CD2</td>
5079 <td>Unintended ambiguity in inline namespace lookup</td>
5080 <td class="none" align="center">Unknown</td>
5081 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005082 <tr id="862">
Richard Smith18e30762013-05-16 01:23:30 +00005083 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#862">862</a></td>
5084 <td>CD2</td>
5085 <td>Undefined behavior with enumerator value overflow</td>
5086 <td class="none" align="center">Unknown</td>
5087 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005088 <tr id="863">
Richard Smith18e30762013-05-16 01:23:30 +00005089 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#863">863</a></td>
5090 <td>CD2</td>
5091 <td>Rvalue reference cast to incomplete type</td>
5092 <td class="none" align="center">Unknown</td>
5093 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005094 <tr id="864">
Richard Smith18e30762013-05-16 01:23:30 +00005095 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#864">864</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005096 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005097 <td><I>braced-init-list</I> in the range-based <TT>for</TT> statement</td>
5098 <td class="none" align="center">Unknown</td>
5099 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005100 <tr id="865">
Richard Smith18e30762013-05-16 01:23:30 +00005101 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#865">865</a></td>
5102 <td>CD2</td>
5103 <td>Initializing a <TT>std::initializer_list</TT></td>
5104 <td class="none" align="center">Unknown</td>
5105 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005106 <tr id="869">
Richard Smith18e30762013-05-16 01:23:30 +00005107 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#869">869</a></td>
5108 <td>CD2</td>
5109 <td>Uninitialized <TT>thread_local</TT> objects</td>
5110 <td class="none" align="center">Unknown</td>
5111 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005112 <tr id="872">
Richard Smith18e30762013-05-16 01:23:30 +00005113 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#872">872</a></td>
5114 <td>CD2</td>
5115 <td>Lexical issues with raw strings</td>
5116 <td class="none" align="center">Unknown</td>
5117 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005118 <tr id="873">
Richard Smith18e30762013-05-16 01:23:30 +00005119 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#873">873</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005120 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005121 <td>Deducing rvalue references in declarative contexts</td>
5122 <td class="none" align="center">Unknown</td>
5123 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005124 <tr id="874">
Richard Smith18e30762013-05-16 01:23:30 +00005125 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#874">874</a></td>
5126 <td>CD2</td>
5127 <td>Class-scope definitions of enumeration types</td>
5128 <td class="none" align="center">Unknown</td>
5129 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005130 <tr id="876">
Richard Smith18e30762013-05-16 01:23:30 +00005131 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#876">876</a></td>
5132 <td>CD2</td>
5133 <td>Type references in rvalue reference deduction specification</td>
5134 <td class="none" align="center">Unknown</td>
5135 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005136 <tr id="877">
Richard Smith18e30762013-05-16 01:23:30 +00005137 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#877">877</a></td>
5138 <td>CD2</td>
5139 <td>Viable functions and binding references to rvalues</td>
5140 <td class="none" align="center">Unknown</td>
5141 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005142 <tr id="879">
Richard Smith18e30762013-05-16 01:23:30 +00005143 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#879">879</a></td>
5144 <td>CD2</td>
5145 <td>Missing built-in comparison operators for pointer types</td>
5146 <td class="none" align="center">Unknown</td>
5147 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005148 <tr id="880">
Richard Smith18e30762013-05-16 01:23:30 +00005149 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#880">880</a></td>
5150 <td>CD2</td>
5151 <td>Built-in conditional operator for scoped enumerations</td>
5152 <td class="none" align="center">Unknown</td>
5153 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005154 <tr id="882">
Richard Smith18e30762013-05-16 01:23:30 +00005155 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#882">882</a></td>
5156 <td>CD2</td>
5157 <td>Defining <TT>main</TT> as deleted</td>
5158 <td class="none" align="center">Unknown</td>
5159 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005160 <tr id="883">
Richard Smith18e30762013-05-16 01:23:30 +00005161 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#883">883</a></td>
5162 <td>CD2</td>
5163 <td><TT>std::memcpy</TT> vs <TT>std::memmove</TT></td>
5164 <td class="none" align="center">Unknown</td>
5165 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005166 <tr id="884">
Richard Smith18e30762013-05-16 01:23:30 +00005167 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#884">884</a></td>
5168 <td>CD2</td>
5169 <td>Defining an explicitly-specialized static data member</td>
5170 <td class="none" align="center">Unknown</td>
5171 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005172 <tr id="885">
Richard Smith18e30762013-05-16 01:23:30 +00005173 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#885">885</a></td>
5174 <td>NAD</td>
5175 <td>Partial ordering of function templates with unordered parameter pairs</td>
5176 <td class="none" align="center">Unknown</td>
5177 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005178 <tr id="886">
Richard Smith18e30762013-05-16 01:23:30 +00005179 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#886">886</a></td>
5180 <td>CD2</td>
5181 <td>Member initializers and aggregates</td>
5182 <td class="none" align="center">Unknown</td>
5183 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005184 <tr id="887">
Richard Smith18e30762013-05-16 01:23:30 +00005185 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#887">887</a></td>
5186 <td>CD2</td>
5187 <td>Move construction of thrown object</td>
5188 <td class="none" align="center">Unknown</td>
5189 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005190 <tr id="888">
Richard Smith18e30762013-05-16 01:23:30 +00005191 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#888">888</a></td>
5192 <td>CD2</td>
5193 <td>Union member initializers</td>
5194 <td class="none" align="center">Unknown</td>
5195 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005196 <tr id="891">
Richard Smith18e30762013-05-16 01:23:30 +00005197 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#891">891</a></td>
5198 <td>CD2</td>
5199 <td><TT>const_cast</TT> to rvalue reference from objectless rvalue</td>
5200 <td class="none" align="center">Unknown</td>
5201 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005202 <tr id="892">
Richard Smith18e30762013-05-16 01:23:30 +00005203 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#892">892</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005204 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005205 <td>Missing requirements for constexpr constructors</td>
5206 <td class="none" align="center">Unknown</td>
5207 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005208 <tr id="893">
Richard Smith18e30762013-05-16 01:23:30 +00005209 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#893">893</a></td>
5210 <td>NAD</td>
5211 <td>Brace syntax for <I>enumerator-definition</I>s</td>
5212 <td class="none" align="center">Unknown</td>
5213 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005214 <tr id="896">
Richard Smith18e30762013-05-16 01:23:30 +00005215 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#896">896</a></td>
5216 <td>CD2</td>
5217 <td>Rvalue references and rvalue-reference conversion functions</td>
5218 <td class="none" align="center">Unknown</td>
5219 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005220 <tr class="open" id="897">
Richard Smith18e30762013-05-16 01:23:30 +00005221 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#897">897</a></td>
5222 <td>open</td>
5223 <td><TT>_Pragma</TT> and extended <I>string-literal</I>s</td>
5224 <td align="center">Not resolved</td>
5225 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005226 <tr id="898">
Richard Smith18e30762013-05-16 01:23:30 +00005227 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#898">898</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005228 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005229 <td>Declarations in constexpr functions</td>
5230 <td class="none" align="center">Unknown</td>
5231 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005232 <tr id="899">
Richard Smith18e30762013-05-16 01:23:30 +00005233 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#899">899</a></td>
5234 <td>CD2</td>
5235 <td>Explicit conversion functions in direct class initialization</td>
5236 <td class="none" align="center">Unknown</td>
5237 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005238 <tr id="900">
Richard Smith18e30762013-05-16 01:23:30 +00005239 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#900">900</a></td>
5240 <td>NAD</td>
5241 <td>Lifetime of temporaries in range-based <TT>for</TT></td>
5242 <td class="none" align="center">Unknown</td>
5243 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005244 <tr class="open" id="901">
Richard Smith18e30762013-05-16 01:23:30 +00005245 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#901">901</a></td>
5246 <td>drafting</td>
5247 <td>Deleted <TT>operator delete</TT></td>
5248 <td align="center">Not resolved</td>
5249 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005250 <tr id="902">
Richard Smith18e30762013-05-16 01:23:30 +00005251 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#902">902</a></td>
5252 <td>NAD</td>
5253 <td>In-class initialization of non-constant static data members</td>
5254 <td class="none" align="center">Unknown</td>
5255 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005256 <tr id="903">
Richard Smith18e30762013-05-16 01:23:30 +00005257 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#903">903</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005258 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00005259 <td>Value-dependent integral null pointer constants</td>
5260 <td class="none" align="center">Unknown</td>
5261 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005262 <tr id="904">
Richard Smith18e30762013-05-16 01:23:30 +00005263 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#904">904</a></td>
5264 <td>CD2</td>
5265 <td>Parameter packs in <I>lambda-capture</I>s</td>
5266 <td class="none" align="center">Unknown</td>
5267 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005268 <tr id="905">
Richard Smith18e30762013-05-16 01:23:30 +00005269 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#905">905</a></td>
5270 <td>CD2</td>
5271 <td>Explicit defaulted copy constructors and trivial copyability</td>
5272 <td class="none" align="center">Unknown</td>
5273 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005274 <tr id="906">
Richard Smith18e30762013-05-16 01:23:30 +00005275 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#906">906</a></td>
5276 <td>CD2</td>
5277 <td>Which special member functions can be defaulted?</td>
5278 <td class="none" align="center">Unknown</td>
5279 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005280 <tr id="908">
Richard Smith18e30762013-05-16 01:23:30 +00005281 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#908">908</a></td>
5282 <td>CD2</td>
5283 <td>Deleted global allocation and deallocation functions</td>
5284 <td class="none" align="center">Unknown</td>
5285 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005286 <tr id="909">
Richard Smith18e30762013-05-16 01:23:30 +00005287 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#909">909</a></td>
5288 <td>NAD</td>
5289 <td>Old-style casts with conversion functions</td>
5290 <td class="none" align="center">Unknown</td>
5291 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005292 <tr id="910">
Richard Smith18e30762013-05-16 01:23:30 +00005293 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#910">910</a></td>
5294 <td>CD2</td>
5295 <td>Move constructors and implicitly-declared copy constructors</td>
5296 <td class="none" align="center">Unknown</td>
5297 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005298 <tr id="912">
Richard Smith18e30762013-05-16 01:23:30 +00005299 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#912">912</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005300 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00005301 <td>Character literals and <I>universal-character-name</I>s</td>
5302 <td class="none" align="center">Unknown</td>
5303 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005304 <tr id="913">
Richard Smith18e30762013-05-16 01:23:30 +00005305 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#913">913</a></td>
5306 <td>CD2</td>
5307 <td>Deduction rules for array- and function-type conversion functions</td>
5308 <td class="none" align="center">Unknown</td>
5309 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005310 <tr class="open" id="914">
Richard Smith18e30762013-05-16 01:23:30 +00005311 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#914">914</a></td>
5312 <td>extension</td>
5313 <td>Value-initialization of array types</td>
5314 <td align="center">Not resolved</td>
5315 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005316 <tr id="915">
Richard Smith18e30762013-05-16 01:23:30 +00005317 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#915">915</a></td>
5318 <td>CD2</td>
5319 <td>Deleted specializations of member function templates</td>
5320 <td class="none" align="center">Unknown</td>
5321 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005322 <tr class="open" id="916">
Richard Smith18e30762013-05-16 01:23:30 +00005323 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#916">916</a></td>
5324 <td>open</td>
5325 <td>Does a reference type have a destructor?</td>
5326 <td align="center">Not resolved</td>
5327 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005328 <tr id="919">
Richard Smith18e30762013-05-16 01:23:30 +00005329 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#919">919</a></td>
5330 <td>CD2</td>
5331 <td>Contradictions regarding inline namespaces</td>
5332 <td class="none" align="center">Unknown</td>
5333 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005334 <tr id="920">
Richard Smith18e30762013-05-16 01:23:30 +00005335 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#920">920</a></td>
5336 <td>CD2</td>
5337 <td>Interaction of inline namespaces and <I>using-declaration</I>s</td>
5338 <td class="none" align="center">Unknown</td>
5339 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005340 <tr id="921">
Richard Smith18e30762013-05-16 01:23:30 +00005341 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#921">921</a></td>
5342 <td>CD2</td>
5343 <td>Unclear specification of inline namespaces</td>
5344 <td class="none" align="center">Unknown</td>
5345 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005346 <tr id="922">
Richard Smith18e30762013-05-16 01:23:30 +00005347 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#922">922</a></td>
5348 <td>CD2</td>
5349 <td>Implicit default constructor definitions and <TT>const</TT> variant members</td>
5350 <td class="none" align="center">Unknown</td>
5351 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005352 <tr id="923">
Richard Smith18e30762013-05-16 01:23:30 +00005353 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#923">923</a></td>
5354 <td>CD2</td>
5355 <td>Inline explicit specializations</td>
5356 <td class="none" align="center">Unknown</td>
5357 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005358 <tr id="924">
Richard Smith18e30762013-05-16 01:23:30 +00005359 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#924">924</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005360 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005361 <td><I>alias-declaration</I> as a class member</td>
5362 <td class="none" align="center">Unknown</td>
5363 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005364 <tr class="open" id="925">
Richard Smith18e30762013-05-16 01:23:30 +00005365 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#925">925</a></td>
5366 <td>open</td>
5367 <td>Type of character literals in preprocessor expressions</td>
5368 <td align="center">Not resolved</td>
5369 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005370 <tr id="926">
Richard Smith18e30762013-05-16 01:23:30 +00005371 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#926">926</a></td>
5372 <td>CD2</td>
5373 <td>Inline unnamed namespaces</td>
5374 <td class="none" align="center">Unknown</td>
5375 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005376 <tr id="927">
Richard Smith18e30762013-05-16 01:23:30 +00005377 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#927">927</a></td>
5378 <td>CD2</td>
5379 <td>Implicitly-deleted default constructors and member initializers</td>
5380 <td class="none" align="center">Unknown</td>
5381 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005382 <tr id="928">
Richard Smith18e30762013-05-16 01:23:30 +00005383 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#928">928</a></td>
5384 <td>CD2</td>
5385 <td>Defaulting a function that would be implicitly defined as deleted</td>
5386 <td class="none" align="center">Unknown</td>
5387 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005388 <tr id="929">
Richard Smith18e30762013-05-16 01:23:30 +00005389 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#929">929</a></td>
5390 <td>CD2</td>
5391 <td>What is a template alias?</td>
5392 <td class="none" align="center">Unknown</td>
5393 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005394 <tr id="930">
Richard Smith18e30762013-05-16 01:23:30 +00005395 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#930">930</a></td>
5396 <td>CD2</td>
5397 <td><TT>alignof</TT> with incomplete array type</td>
5398 <td class="none" align="center">Unknown</td>
5399 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005400 <tr id="931">
Richard Smith18e30762013-05-16 01:23:30 +00005401 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#931">931</a></td>
5402 <td>CD2</td>
5403 <td>Confusing reference to the length of a user-defined string literal</td>
5404 <td class="none" align="center">Unknown</td>
5405 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005406 <tr id="932">
Richard Smith18e30762013-05-16 01:23:30 +00005407 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#932">932</a></td>
5408 <td>CD2</td>
5409 <td>UCNs in closing delimiters of raw string literals</td>
5410 <td class="none" align="center">Unknown</td>
5411 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005412 <tr id="933">
Richard Smith18e30762013-05-16 01:23:30 +00005413 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#933">933</a></td>
5414 <td>CD2</td>
5415 <td>32-bit UCNs with 16-bit <TT>wchar_t</TT></td>
5416 <td class="none" align="center">Unknown</td>
5417 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005418 <tr id="934">
Richard Smith18e30762013-05-16 01:23:30 +00005419 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#934">934</a></td>
5420 <td>CD2</td>
5421 <td>List-initialization of references</td>
5422 <td class="none" align="center">Unknown</td>
5423 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005424 <tr id="935">
Richard Smith18e30762013-05-16 01:23:30 +00005425 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#935">935</a></td>
5426 <td>CD2</td>
5427 <td>Missing overloads for character types for user-defined literals</td>
5428 <td class="none" align="center">Unknown</td>
5429 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005430 <tr id="936">
Richard Smith18e30762013-05-16 01:23:30 +00005431 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#936">936</a></td>
5432 <td>CD2</td>
5433 <td>Array initialization with new string literals</td>
5434 <td class="none" align="center">Unknown</td>
5435 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005436 <tr id="937">
Richard Smith18e30762013-05-16 01:23:30 +00005437 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#937">937</a></td>
5438 <td>NAD</td>
5439 <td>Restrictions on values of template arguments in user-defined literals</td>
5440 <td class="none" align="center">Unknown</td>
5441 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005442 <tr id="938">
Richard Smith18e30762013-05-16 01:23:30 +00005443 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#938">938</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005444 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005445 <td>Initializer lists and array new</td>
5446 <td class="none" align="center">Unknown</td>
5447 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005448 <tr id="939">
Richard Smith18e30762013-05-16 01:23:30 +00005449 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#939">939</a></td>
5450 <td>CD2</td>
5451 <td>Explicitly checking virtual function overriding</td>
5452 <td class="none" align="center">Unknown</td>
5453 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005454 <tr id="940">
Richard Smith18e30762013-05-16 01:23:30 +00005455 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#940">940</a></td>
5456 <td>CD2</td>
5457 <td>Global anonymous unions</td>
5458 <td class="none" align="center">Unknown</td>
5459 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005460 <tr id="941">
Richard Smith18e30762013-05-16 01:23:30 +00005461 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#941">941</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005462 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005463 <td>Explicit specialization of deleted function template</td>
5464 <td class="none" align="center">Unknown</td>
5465 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005466 <tr id="942">
Richard Smith18e30762013-05-16 01:23:30 +00005467 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#942">942</a></td>
5468 <td>CD2</td>
5469 <td>Is <TT>this</TT> an entity?</td>
5470 <td class="none" align="center">Unknown</td>
5471 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005472 <tr class="open" id="943">
Richard Smith18e30762013-05-16 01:23:30 +00005473 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#943">943</a></td>
5474 <td>open</td>
5475 <td>Is <TT>T()</TT> a temporary?</td>
5476 <td align="center">Not resolved</td>
5477 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005478 <tr class="open" id="944">
Richard Smith18e30762013-05-16 01:23:30 +00005479 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#944">944</a></td>
5480 <td>open</td>
5481 <td><TT>reinterpret_cast</TT> for all types with the same size and alignment</td>
5482 <td align="center">Not resolved</td>
5483 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005484 <tr id="945">
Richard Smith18e30762013-05-16 01:23:30 +00005485 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#945">945</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005486 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005487 <td>Use of <TT>this</TT> in a late-specified return type</td>
5488 <td class="none" align="center">Unknown</td>
5489 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005490 <tr id="946">
Richard Smith18e30762013-05-16 01:23:30 +00005491 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#946">946</a></td>
5492 <td>CD2</td>
5493 <td>Order of destruction of local static objects and calls to <TT>std::atexit</TT></td>
5494 <td class="none" align="center">Unknown</td>
5495 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005496 <tr id="947">
Richard Smith18e30762013-05-16 01:23:30 +00005497 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#947">947</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005498 <td>NAD</td>
Richard Smith18e30762013-05-16 01:23:30 +00005499 <td>Deducing type template arguments from default function arguments</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005500 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00005501 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005502 <tr id="948">
Richard Smith18e30762013-05-16 01:23:30 +00005503 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#948">948</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005504 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005505 <td><TT>constexpr</TT> in <I>condition</I>s</td>
5506 <td class="none" align="center">Unknown</td>
5507 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005508 <tr class="open" id="949">
Richard Smith18e30762013-05-16 01:23:30 +00005509 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#949">949</a></td>
5510 <td>open</td>
5511 <td>Requirements for freestanding implementations</td>
5512 <td align="center">Not resolved</td>
5513 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005514 <tr id="950">
Richard Smith18e30762013-05-16 01:23:30 +00005515 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#950">950</a></td>
5516 <td>CD2</td>
5517 <td>Use of <TT>decltype</TT> as a <I>class-name</I></td>
5518 <td class="none" align="center">Unknown</td>
5519 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005520 <tr id="951">
Richard Smith18e30762013-05-16 01:23:30 +00005521 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#951">951</a></td>
5522 <td>CD2</td>
5523 <td>Problems with <I>attribute-specifier</I>s</td>
5524 <td class="none" align="center">Unknown</td>
5525 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005526 <tr class="open" id="952">
Richard Smith18e30762013-05-16 01:23:30 +00005527 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#952">952</a></td>
5528 <td>drafting</td>
5529 <td>Insufficient description of &#8220;naming class&#8221;</td>
5530 <td align="center">Not resolved</td>
5531 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005532 <tr id="953">
Richard Smith18e30762013-05-16 01:23:30 +00005533 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#953">953</a></td>
5534 <td>CD2</td>
5535 <td>Rvalue references and function viability</td>
5536 <td class="none" align="center">Unknown</td>
5537 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005538 <tr class="open" id="954">
Richard Smith18e30762013-05-16 01:23:30 +00005539 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#954">954</a></td>
5540 <td>open</td>
5541 <td>Overload resolution of conversion operator templates with built-in types</td>
5542 <td align="center">Not resolved</td>
5543 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005544 <tr id="955">
Richard Smith18e30762013-05-16 01:23:30 +00005545 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#955">955</a></td>
5546 <td>CD2</td>
5547 <td>Can a closure type's <TT>operator()</TT> be virtual?</td>
5548 <td class="none" align="center">Unknown</td>
5549 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005550 <tr id="956">
Richard Smith18e30762013-05-16 01:23:30 +00005551 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#956">956</a></td>
5552 <td>CD2</td>
5553 <td>Function prototype scope with late-specified return types</td>
5554 <td class="none" align="center">Unknown</td>
5555 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005556 <tr id="957">
Richard Smith18e30762013-05-16 01:23:30 +00005557 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#957">957</a></td>
5558 <td>CD2</td>
5559 <td>Alternative tokens and <I>attribute-token</I>s</td>
5560 <td class="none" align="center">Unknown</td>
5561 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005562 <tr id="958">
Richard Smith18e30762013-05-16 01:23:30 +00005563 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#958">958</a></td>
5564 <td>NAD</td>
5565 <td>Lambdas and <TT>decltype</TT></td>
5566 <td class="none" align="center">Unknown</td>
5567 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005568 <tr id="959">
Richard Smith18e30762013-05-16 01:23:30 +00005569 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#959">959</a></td>
5570 <td>CD2</td>
5571 <td>Alignment attribute for class and enumeration types</td>
5572 <td class="none" align="center">Unknown</td>
5573 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005574 <tr id="960">
Richard Smith18e30762013-05-16 01:23:30 +00005575 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#960">960</a></td>
5576 <td>CD2</td>
5577 <td>Covariant functions and lvalue/rvalue references</td>
5578 <td class="none" align="center">Unknown</td>
5579 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005580 <tr id="961">
Richard Smith18e30762013-05-16 01:23:30 +00005581 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#961">961</a></td>
5582 <td>CD2</td>
5583 <td>Overload resolution and conversion of <TT>std::nullptr_t</TT> to <TT>bool</TT></td>
5584 <td class="none" align="center">Unknown</td>
5585 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005586 <tr id="962">
Richard Smith18e30762013-05-16 01:23:30 +00005587 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#962">962</a></td>
5588 <td>CD2</td>
5589 <td>Attributes appertaining to class and enum types</td>
5590 <td class="none" align="center">Unknown</td>
5591 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005592 <tr id="963">
Richard Smith18e30762013-05-16 01:23:30 +00005593 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#963">963</a></td>
5594 <td>CD2</td>
5595 <td>Comparing <TT>nullptr</TT> with 0</td>
5596 <td class="none" align="center">Unknown</td>
5597 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005598 <tr id="964">
Richard Smith18e30762013-05-16 01:23:30 +00005599 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#964">964</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005600 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005601 <td>Incorrect description of when the lvalue-to-rvalue conversion applies</td>
5602 <td class="none" align="center">Unknown</td>
5603 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005604 <tr id="965">
Richard Smith18e30762013-05-16 01:23:30 +00005605 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#965">965</a></td>
5606 <td>CD2</td>
5607 <td>Limiting the applicability of the <TT>carries_dependency</TT> attribute</td>
5608 <td class="none" align="center">Unknown</td>
5609 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005610 <tr id="966">
Richard Smith18e30762013-05-16 01:23:30 +00005611 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#966">966</a></td>
5612 <td>CD2</td>
5613 <td>Nested types without linkage</td>
5614 <td class="none" align="center">Unknown</td>
5615 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07005616 <tr id="967">
5617 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#967">967</a></td>
5618 <td>NAD</td>
Richard Smith18e30762013-05-16 01:23:30 +00005619 <td>Exception specification of replacement allocation function</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07005620 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00005621 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005622 <tr id="968">
Richard Smith18e30762013-05-16 01:23:30 +00005623 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#968">968</a></td>
5624 <td>CD2</td>
5625 <td>Syntactic ambiguity of the attribute notation</td>
5626 <td class="none" align="center">Unknown</td>
5627 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005628 <tr id="969">
Richard Smith18e30762013-05-16 01:23:30 +00005629 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#969">969</a></td>
5630 <td>CD2</td>
5631 <td>Explicit instantiation declarations of class template specializations</td>
5632 <td class="none" align="center">Unknown</td>
5633 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005634 <tr id="970">
Richard Smith18e30762013-05-16 01:23:30 +00005635 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#970">970</a></td>
5636 <td>CD2</td>
5637 <td>Consistent use of &#8220;appertain&#8221; and &#8220;apply&#8221;</td>
5638 <td class="none" align="center">Unknown</td>
5639 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005640 <tr id="971">
Richard Smith18e30762013-05-16 01:23:30 +00005641 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#971">971</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005642 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005643 <td>Incorrect treatment of <I>exception-declaration</I>s</td>
5644 <td class="none" align="center">Unknown</td>
5645 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005646 <tr id="972">
Richard Smith18e30762013-05-16 01:23:30 +00005647 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#972">972</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005648 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005649 <td>Allowing multiple <I>attribute-specifier</I>s</td>
5650 <td class="none" align="center">Unknown</td>
5651 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005652 <tr id="973">
Richard Smith18e30762013-05-16 01:23:30 +00005653 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#973">973</a></td>
5654 <td>CD2</td>
5655 <td>Function types in <I>exception-specification</I>s</td>
5656 <td class="none" align="center">Unknown</td>
5657 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005658 <tr id="974">
Richard Smith18e30762013-05-16 01:23:30 +00005659 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#974">974</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005660 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00005661 <td>Default arguments for lambdas</td>
5662 <td class="none" align="center">Unknown</td>
5663 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005664 <tr id="975">
Richard Smith18e30762013-05-16 01:23:30 +00005665 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#975">975</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005666 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00005667 <td>Restrictions on return type deduction for lambdas</td>
5668 <td class="none" align="center">Unknown</td>
5669 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005670 <tr id="976">
Richard Smith18e30762013-05-16 01:23:30 +00005671 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#976">976</a></td>
5672 <td>CD2</td>
5673 <td>Deduction for <TT>const T&amp;</TT> conversion operators</td>
5674 <td class="none" align="center">Unknown</td>
5675 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005676 <tr id="977">
Richard Smith18e30762013-05-16 01:23:30 +00005677 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#977">977</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005678 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00005679 <td>When is an enumeration type complete?</td>
5680 <td class="none" align="center">Unknown</td>
5681 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005682 <tr id="978">
Richard Smith18e30762013-05-16 01:23:30 +00005683 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#978">978</a></td>
5684 <td>CD2</td>
5685 <td>Incorrect specification for copy initialization</td>
5686 <td class="none" align="center">Unknown</td>
5687 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005688 <tr id="979">
Richard Smith18e30762013-05-16 01:23:30 +00005689 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#979">979</a></td>
5690 <td>CD2</td>
5691 <td>Position of <I>attribute-specifier</I> in declarator syntax</td>
5692 <td class="none" align="center">Unknown</td>
5693 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005694 <tr id="980">
Richard Smith18e30762013-05-16 01:23:30 +00005695 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#980">980</a></td>
5696 <td>CD2</td>
5697 <td>Explicit instantiation of a member of a class template</td>
5698 <td class="none" align="center">Unknown</td>
5699 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005700 <tr id="981">
Richard Smith18e30762013-05-16 01:23:30 +00005701 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#981">981</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005702 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005703 <td>Constexpr constructor templates and literal types</td>
5704 <td class="none" align="center">Unknown</td>
5705 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005706 <tr id="982">
Richard Smith18e30762013-05-16 01:23:30 +00005707 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#982">982</a></td>
5708 <td>NAD</td>
5709 <td>Initialization with an empty initializer list</td>
5710 <td class="none" align="center">Unknown</td>
5711 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005712 <tr id="983">
Richard Smith18e30762013-05-16 01:23:30 +00005713 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#983">983</a></td>
5714 <td>CD2</td>
5715 <td>Ambiguous pointer-to-member constant</td>
5716 <td class="none" align="center">Unknown</td>
5717 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005718 <tr id="984">
Richard Smith18e30762013-05-16 01:23:30 +00005719 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#984">984</a></td>
5720 <td>CD2</td>
5721 <td>&#8220;Deduced type&#8221; is unclear in <TT>auto</TT> type deduction</td>
5722 <td class="none" align="center">Unknown</td>
5723 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005724 <tr id="985">
Richard Smith18e30762013-05-16 01:23:30 +00005725 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#985">985</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005726 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005727 <td>Alternative tokens and user-defined literals</td>
5728 <td class="none" align="center">Unknown</td>
5729 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005730 <tr id="986">
Richard Smith18e30762013-05-16 01:23:30 +00005731 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#986">986</a></td>
5732 <td>CD2</td>
5733 <td>Transitivity of <I>using-directive</I>s versus qualified lookup</td>
5734 <td class="none" align="center">Unknown</td>
5735 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07005736 <tr id="987">
5737 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#987">987</a></td>
5738 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00005739 <td>Which declarations introduce namespace members?</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07005740 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00005741 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005742 <tr id="988">
Richard Smith18e30762013-05-16 01:23:30 +00005743 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#988">988</a></td>
5744 <td>CD2</td>
5745 <td>Reference-to-reference collapsing with <TT>decltype</TT></td>
5746 <td class="none" align="center">Unknown</td>
5747 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005748 <tr id="989">
Richard Smith18e30762013-05-16 01:23:30 +00005749 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#989">989</a></td>
5750 <td>CD2</td>
5751 <td>Misplaced list-initialization example</td>
5752 <td class="none" align="center">Unknown</td>
5753 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005754 <tr id="990">
Richard Smith18e30762013-05-16 01:23:30 +00005755 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#990">990</a></td>
5756 <td>CD2</td>
5757 <td>Value initialization with multiple initializer-list constructors</td>
Stephen Hines176edba2014-12-01 14:53:08 -08005758 <td class="full" align="center">Clang 3.5</td>
Richard Smith18e30762013-05-16 01:23:30 +00005759 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005760 <tr id="991">
Richard Smith18e30762013-05-16 01:23:30 +00005761 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#991">991</a></td>
5762 <td>CD2</td>
5763 <td>Reference parameters of constexpr functions and constructors</td>
5764 <td class="none" align="center">Unknown</td>
5765 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005766 <tr id="992">
Richard Smith18e30762013-05-16 01:23:30 +00005767 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#992">992</a></td>
5768 <td>NAD</td>
5769 <td>Inheriting explicitness</td>
5770 <td class="none" align="center">Unknown</td>
5771 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005772 <tr id="993">
Richard Smith18e30762013-05-16 01:23:30 +00005773 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#993">993</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005774 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005775 <td>Freedom to perform instantiation at the end of the translation unit</td>
5776 <td class="none" align="center">Unknown</td>
5777 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005778 <tr id="994">
Richard Smith18e30762013-05-16 01:23:30 +00005779 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#994">994</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005780 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005781 <td><I>braced-init-list</I> as a default argument</td>
5782 <td class="none" align="center">Unknown</td>
5783 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005784 <tr id="995">
Richard Smith18e30762013-05-16 01:23:30 +00005785 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#995">995</a></td>
5786 <td>CD2</td>
5787 <td>Incorrect example for <I>using-declaration</I> and explicit instantiation</td>
5788 <td class="none" align="center">Unknown</td>
5789 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005790 <tr id="996">
Richard Smith18e30762013-05-16 01:23:30 +00005791 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#996">996</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005792 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005793 <td>Ambiguous partial specializations of member class templates</td>
5794 <td class="none" align="center">Unknown</td>
5795 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005796 <tr id="997">
Richard Smith18e30762013-05-16 01:23:30 +00005797 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#997">997</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005798 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005799 <td>Argument-dependent lookup and dependent function template parameter types</td>
5800 <td class="none" align="center">Unknown</td>
5801 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005802 <tr id="998">
Richard Smith18e30762013-05-16 01:23:30 +00005803 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#998">998</a></td>
5804 <td>dup</td>
5805 <td>Function parameter transformations and template functions</td>
5806 <td class="none" align="center">Unknown</td>
5807 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005808 <tr id="999">
Richard Smith18e30762013-05-16 01:23:30 +00005809 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#999">999</a></td>
5810 <td>CD2</td>
5811 <td>&#8220;Implicit&#8221; or &#8220;implied&#8221; object argument/parameter?</td>
5812 <td class="none" align="center">Unknown</td>
5813 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005814 <tr id="1000">
Richard Smith18e30762013-05-16 01:23:30 +00005815 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1000">1000</a></td>
5816 <td>CD2</td>
5817 <td>Mistaking member typedefs for constructors</td>
5818 <td class="none" align="center">Unknown</td>
5819 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005820 <tr class="open" id="1001">
Richard Smith18e30762013-05-16 01:23:30 +00005821 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1001">1001</a></td>
5822 <td>drafting</td>
5823 <td>Parameter type adjustment in dependent parameter types</td>
5824 <td align="center">Not resolved</td>
5825 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005826 <tr id="1002">
Richard Smith18e30762013-05-16 01:23:30 +00005827 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1002">1002</a></td>
5828 <td>NAD</td>
5829 <td>Pack expansion for function arguments</td>
5830 <td class="none" align="center">Unknown</td>
5831 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005832 <tr id="1003">
Richard Smith18e30762013-05-16 01:23:30 +00005833 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1003">1003</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005834 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00005835 <td>Acceptable definitions of <TT>main</TT></td>
5836 <td class="none" align="center">Unknown</td>
5837 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005838 <tr id="1004">
Richard Smith18e30762013-05-16 01:23:30 +00005839 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1004">1004</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005840 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005841 <td>Injected-class-names as arguments for template template parameters</td>
5842 <td class="none" align="center">Unknown</td>
5843 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005844 <tr id="1005">
Richard Smith18e30762013-05-16 01:23:30 +00005845 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1005">1005</a></td>
5846 <td>NAD</td>
5847 <td>Qualified name resolution in member functions of class templates</td>
5848 <td class="none" align="center">Unknown</td>
5849 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005850 <tr id="1006">
Richard Smith18e30762013-05-16 01:23:30 +00005851 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1006">1006</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005852 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005853 <td><TT>std::nullptr_t</TT> as a non-type template parameter</td>
5854 <td class="none" align="center">Unknown</td>
5855 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005856 <tr id="1007">
Richard Smith18e30762013-05-16 01:23:30 +00005857 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1007">1007</a></td>
5858 <td>NAD</td>
5859 <td>Protected access and pointers to members</td>
5860 <td class="none" align="center">Unknown</td>
5861 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005862 <tr class="open" id="1008">
Richard Smith18e30762013-05-16 01:23:30 +00005863 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1008">1008</a></td>
5864 <td>extension</td>
5865 <td>Querying the alignment of an object</td>
5866 <td align="center">Not resolved</td>
5867 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005868 <tr id="1009">
Richard Smith18e30762013-05-16 01:23:30 +00005869 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1009">1009</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005870 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005871 <td>Missing cases in the <I>declarator-id</I> of a function template declaration</td>
5872 <td class="none" align="center">Unknown</td>
5873 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005874 <tr id="1010">
Richard Smith18e30762013-05-16 01:23:30 +00005875 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1010">1010</a></td>
5876 <td>CD2</td>
5877 <td>Address of object with dynamic storage duration in constant expression</td>
5878 <td class="none" align="center">Unknown</td>
5879 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005880 <tr id="1011">
Richard Smith18e30762013-05-16 01:23:30 +00005881 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1011">1011</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005882 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005883 <td>Standard conversions that cannot be inverted</td>
5884 <td class="none" align="center">Unknown</td>
5885 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005886 <tr id="1012">
Richard Smith18e30762013-05-16 01:23:30 +00005887 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1012">1012</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005888 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005889 <td>Undeprecating <TT>static</TT></td>
5890 <td class="none" align="center">Unknown</td>
5891 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005892 <tr id="1013">
Richard Smith18e30762013-05-16 01:23:30 +00005893 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1013">1013</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005894 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00005895 <td>Uninitialized <TT>std::nullptr_t</TT> objects</td>
5896 <td class="none" align="center">Unknown</td>
5897 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005898 <tr id="1014">
Richard Smith18e30762013-05-16 01:23:30 +00005899 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1014">1014</a></td>
5900 <td>NAD</td>
5901 <td>Overload resolution between <TT>const T&amp;</TT> and <TT>T&amp;&amp;</TT></td>
5902 <td class="none" align="center">Unknown</td>
5903 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005904 <tr id="1015">
Richard Smith18e30762013-05-16 01:23:30 +00005905 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1015">1015</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005906 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005907 <td>Template arguments and argument-dependent lookup</td>
5908 <td class="none" align="center">Unknown</td>
5909 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005910 <tr id="1016">
Richard Smith18e30762013-05-16 01:23:30 +00005911 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1016">1016</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005912 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005913 <td>Overloadable declarations, function templates, and references</td>
5914 <td class="none" align="center">Unknown</td>
5915 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005916 <tr id="1017">
Richard Smith18e30762013-05-16 01:23:30 +00005917 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1017">1017</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005918 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005919 <td>Member access transformation in unevaluated operands</td>
5920 <td class="none" align="center">Unknown</td>
5921 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005922 <tr id="1018">
Richard Smith18e30762013-05-16 01:23:30 +00005923 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1018">1018</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005924 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005925 <td>Ambiguity between <I>simple-declaration</I> and <I>attribute-declaration</I></td>
5926 <td class="none" align="center">Unknown</td>
5927 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005928 <tr id="1019">
Richard Smith18e30762013-05-16 01:23:30 +00005929 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1019">1019</a></td>
5930 <td>dup</td>
5931 <td>Dependent <I>simple-template-id</I>s in <I>base-specifier</I>s and <I>mem-initializer</I>s</td>
5932 <td class="none" align="center">Unknown</td>
5933 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005934 <tr id="1020">
Richard Smith18e30762013-05-16 01:23:30 +00005935 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1020">1020</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005936 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005937 <td>Implicitly-defined copy constructors and explicit base class constructors</td>
5938 <td class="none" align="center">Unknown</td>
5939 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07005940 <tr id="1021">
5941 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1021">1021</a></td>
5942 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00005943 <td>Definitions of namespace members</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07005944 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00005945 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005946 <tr id="1022">
Richard Smith18e30762013-05-16 01:23:30 +00005947 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1022">1022</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005948 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005949 <td>Can an enumeration variable have values outside the values of the enumeration?</td>
5950 <td class="none" align="center">Unknown</td>
5951 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005952 <tr id="1023">
Richard Smith18e30762013-05-16 01:23:30 +00005953 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1023">1023</a></td>
5954 <td>dup</td>
5955 <td><TT>thread_local</TT> objects as non-type template arguments</td>
5956 <td class="none" align="center">Unknown</td>
5957 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005958 <tr id="1024">
Richard Smith18e30762013-05-16 01:23:30 +00005959 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1024">1024</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005960 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00005961 <td>Limits on multicharacter literals</td>
5962 <td class="none" align="center">Unknown</td>
5963 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005964 <tr id="1025">
Richard Smith18e30762013-05-16 01:23:30 +00005965 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1025">1025</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005966 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005967 <td>Use of a reference as a non-type template argument</td>
5968 <td class="none" align="center">Unknown</td>
5969 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005970 <tr id="1026">
Richard Smith18e30762013-05-16 01:23:30 +00005971 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1026">1026</a></td>
5972 <td>NAD</td>
5973 <td>Cv-qualified non-class rvalues</td>
5974 <td class="none" align="center">Unknown</td>
5975 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005976 <tr class="open" id="1027">
Richard Smith18e30762013-05-16 01:23:30 +00005977 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1027">1027</a></td>
5978 <td>drafting</td>
5979 <td>Type consistency and reallocation of scalar types</td>
5980 <td align="center">Not resolved</td>
5981 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005982 <tr class="open" id="1028">
Richard Smith18e30762013-05-16 01:23:30 +00005983 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1028">1028</a></td>
5984 <td>open</td>
5985 <td>Dependent names in non-defining declarations</td>
5986 <td align="center">Not resolved</td>
5987 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005988 <tr id="1029">
Richard Smith18e30762013-05-16 01:23:30 +00005989 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1029">1029</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005990 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005991 <td>Type of a destructor call</td>
5992 <td class="none" align="center">Unknown</td>
5993 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07005994 <tr id="1030">
Richard Smith18e30762013-05-16 01:23:30 +00005995 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1030">1030</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07005996 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00005997 <td>Evaluation order in <I>initializer-list</I>s used in aggregate initialization</td>
5998 <td class="none" align="center">Unknown</td>
5999 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006000 <tr id="1031">
Richard Smith18e30762013-05-16 01:23:30 +00006001 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1031">1031</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006002 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006003 <td>Optional elements in attributes</td>
6004 <td class="none" align="center">Unknown</td>
6005 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006006 <tr id="1032">
Richard Smith18e30762013-05-16 01:23:30 +00006007 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1032">1032</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006008 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006009 <td>Empty pack expansions</td>
6010 <td class="none" align="center">Unknown</td>
6011 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006012 <tr id="1033">
Richard Smith18e30762013-05-16 01:23:30 +00006013 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1033">1033</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006014 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006015 <td>Restrictions on alignment attributes</td>
6016 <td class="none" align="center">Unknown</td>
6017 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006018 <tr id="1034">
Richard Smith18e30762013-05-16 01:23:30 +00006019 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1034">1034</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006020 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006021 <td>Attributes for <TT>return</TT> statements in lambdas</td>
6022 <td class="none" align="center">Unknown</td>
6023 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006024 <tr id="1035">
Richard Smith18e30762013-05-16 01:23:30 +00006025 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1035">1035</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006026 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006027 <td>Omitted and required <I>decl-specifier</I>s</td>
6028 <td class="none" align="center">Unknown</td>
6029 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006030 <tr id="1036">
Richard Smith18e30762013-05-16 01:23:30 +00006031 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1036">1036</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006032 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006033 <td>Alignment attribute in an <I>exception-declaration</I></td>
6034 <td class="none" align="center">Unknown</td>
6035 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006036 <tr id="1037">
Richard Smith18e30762013-05-16 01:23:30 +00006037 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1037">1037</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006038 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006039 <td>Requirements for operands of <I>delete-expression</I>s and deallocation functions</td>
6040 <td class="none" align="center">Unknown</td>
6041 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006042 <tr class="open" id="1038">
Richard Smith18e30762013-05-16 01:23:30 +00006043 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1038">1038</a></td>
6044 <td>open</td>
6045 <td>Overload resolution of <TT>&amp;x.static_func</TT></td>
6046 <td align="center">Not resolved</td>
6047 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006048 <tr id="1039">
Richard Smith18e30762013-05-16 01:23:30 +00006049 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1039">1039</a></td>
6050 <td>dup</td>
6051 <td>Coordinating C and C++ alignment specifications</td>
6052 <td class="none" align="center">Unknown</td>
6053 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006054 <tr id="1040">
Richard Smith18e30762013-05-16 01:23:30 +00006055 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1040">1040</a></td>
6056 <td>NAD</td>
6057 <td>Memory model issues</td>
6058 <td class="none" align="center">Unknown</td>
6059 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006060 <tr id="1041">
Richard Smith18e30762013-05-16 01:23:30 +00006061 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1041">1041</a></td>
6062 <td>dup</td>
6063 <td><I>alias-declaration</I>s as class members</td>
6064 <td class="none" align="center">Unknown</td>
6065 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006066 <tr id="1042">
Richard Smith18e30762013-05-16 01:23:30 +00006067 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1042">1042</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006068 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006069 <td>Attributes in <I>alias-declaration</I>s</td>
6070 <td class="none" align="center">Unknown</td>
6071 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006072 <tr id="1043">
Richard Smith18e30762013-05-16 01:23:30 +00006073 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1043">1043</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006074 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006075 <td>Qualified name lookup in the current instantiation</td>
6076 <td class="none" align="center">Unknown</td>
6077 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006078 <tr id="1044">
Richard Smith18e30762013-05-16 01:23:30 +00006079 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1044">1044</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006080 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006081 <td>Point of declaration for an <I>alias-declaration</I></td>
6082 <td class="none" align="center">Unknown</td>
6083 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006084 <tr id="1045">
Richard Smith18e30762013-05-16 01:23:30 +00006085 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1045">1045</a></td>
6086 <td>NAD</td>
6087 <td>Requiring explicit instantiation declarations</td>
6088 <td class="none" align="center">Unknown</td>
6089 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006090 <tr class="open" id="1046">
Richard Smith18e30762013-05-16 01:23:30 +00006091 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1046">1046</a></td>
6092 <td>open</td>
6093 <td>What is a &#8220;use&#8221; of a class specialization?</td>
6094 <td align="center">Not resolved</td>
6095 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006096 <tr id="1047">
Richard Smith18e30762013-05-16 01:23:30 +00006097 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1047">1047</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006098 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006099 <td>When is <TT>typeid</TT> value-dependent?</td>
6100 <td class="none" align="center">Unknown</td>
6101 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07006102 <tr id="1048">
6103 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1048">1048</a></td>
6104 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00006105 <td><TT>auto</TT> deduction and lambda return type deduction.</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07006106 <td class="full" align="center">Clang 3.6</td>
Richard Smith18e30762013-05-16 01:23:30 +00006107 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006108 <tr class="open" id="1049">
Richard Smith18e30762013-05-16 01:23:30 +00006109 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1049">1049</a></td>
6110 <td>open</td>
6111 <td>Copy elision through reference parameters of inline functions</td>
6112 <td align="center">Not resolved</td>
6113 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006114 <tr id="1050">
Richard Smith18e30762013-05-16 01:23:30 +00006115 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1050">1050</a></td>
6116 <td>NAD</td>
6117 <td>Effects of thread support on object lifetime</td>
6118 <td class="none" align="center">Unknown</td>
6119 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006120 <tr id="1051">
Richard Smith18e30762013-05-16 01:23:30 +00006121 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1051">1051</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006122 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006123 <td>Reference members and generated copy constructors</td>
6124 <td class="none" align="center">Unknown</td>
6125 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006126 <tr id="1052">
Richard Smith18e30762013-05-16 01:23:30 +00006127 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1052">1052</a></td>
6128 <td>dup</td>
6129 <td><TT>const</TT> non-static data member and PODness</td>
6130 <td class="none" align="center">Unknown</td>
6131 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006132 <tr id="1053">
Richard Smith18e30762013-05-16 01:23:30 +00006133 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1053">1053</a></td>
6134 <td>NAD</td>
6135 <td>Terminate vs undefined behavior for noexcept violation</td>
6136 <td class="none" align="center">Unknown</td>
6137 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006138 <tr id="1054">
Richard Smith18e30762013-05-16 01:23:30 +00006139 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1054">1054</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006140 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006141 <td>Lvalue-to-rvalue conversions in expression statements</td>
6142 <td class="none" align="center">Unknown</td>
6143 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006144 <tr id="1055">
Richard Smith18e30762013-05-16 01:23:30 +00006145 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1055">1055</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006146 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006147 <td>Permissible uses of <TT>void</TT></td>
6148 <td class="none" align="center">Unknown</td>
6149 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006150 <tr id="1056">
Richard Smith18e30762013-05-16 01:23:30 +00006151 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1056">1056</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006152 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006153 <td>Template aliases, member definitions, and the current instantiation</td>
6154 <td class="none" align="center">Unknown</td>
6155 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006156 <tr id="1057">
Richard Smith18e30762013-05-16 01:23:30 +00006157 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1057">1057</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006158 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006159 <td><TT>decltype</TT> and the current instantiation</td>
6160 <td class="none" align="center">Unknown</td>
6161 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006162 <tr id="1058">
Richard Smith18e30762013-05-16 01:23:30 +00006163 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1058">1058</a></td>
6164 <td>NAD</td>
6165 <td>Reference binding of incompatible array types</td>
6166 <td class="none" align="center">Unknown</td>
6167 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006168 <tr id="1059">
Richard Smith18e30762013-05-16 01:23:30 +00006169 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1059">1059</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006170 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00006171 <td>Cv-qualified array types (with rvalues)</td>
6172 <td class="none" align="center">Unknown</td>
6173 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006174 <tr id="1060">
Richard Smith18e30762013-05-16 01:23:30 +00006175 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1060">1060</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006176 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006177 <td>Scoped enumerators in integral constant expressions</td>
6178 <td class="none" align="center">Unknown</td>
6179 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006180 <tr id="1061">
Richard Smith18e30762013-05-16 01:23:30 +00006181 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1061">1061</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006182 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006183 <td>Negative array bounds in a <I>new-expression</I></td>
6184 <td class="none" align="center">Unknown</td>
6185 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006186 <tr id="1062">
Richard Smith18e30762013-05-16 01:23:30 +00006187 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1062">1062</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006188 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006189 <td>Syntax of <I>attribute-specifier</I>s in lambdas</td>
6190 <td class="none" align="center">Unknown</td>
6191 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006192 <tr id="1063">
Richard Smith18e30762013-05-16 01:23:30 +00006193 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1063">1063</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006194 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006195 <td><TT>[[hiding]]</TT> with non-attribute declarations</td>
6196 <td class="none" align="center">Unknown</td>
6197 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006198 <tr id="1064">
Richard Smith18e30762013-05-16 01:23:30 +00006199 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1064">1064</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006200 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006201 <td>Defaulted move constructor for a union</td>
6202 <td class="none" align="center">Unknown</td>
6203 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006204 <tr id="1065">
Richard Smith18e30762013-05-16 01:23:30 +00006205 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1065">1065</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006206 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006207 <td><TT>[[hiding]]</TT> with <TT>[[override]]</TT></td>
6208 <td class="none" align="center">Unknown</td>
6209 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006210 <tr id="1066">
Richard Smith18e30762013-05-16 01:23:30 +00006211 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1066">1066</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006212 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006213 <td>When is a copy/move assignment operator implicitly defined?</td>
6214 <td class="none" align="center">Unknown</td>
6215 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006216 <tr id="1067">
Richard Smith18e30762013-05-16 01:23:30 +00006217 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1067">1067</a></td>
6218 <td>NAD</td>
6219 <td><TT>[[hiding]]</TT>, <I>using-declaration</I>s, and multiple inheritance</td>
6220 <td class="none" align="center">Unknown</td>
6221 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006222 <tr id="1068">
Richard Smith18e30762013-05-16 01:23:30 +00006223 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1068">1068</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006224 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006225 <td>Template aliases with default arguments and template parameter packs</td>
6226 <td class="none" align="center">Unknown</td>
6227 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006228 <tr id="1069">
Richard Smith18e30762013-05-16 01:23:30 +00006229 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1069">1069</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006230 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006231 <td>Incorrect function type with <I>trailing-return-type</I></td>
6232 <td class="none" align="center">Unknown</td>
6233 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006234 <tr id="1070">
Richard Smith18e30762013-05-16 01:23:30 +00006235 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1070">1070</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006236 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006237 <td>Missing initializer clauses in aggregate initialization</td>
Stephen Hines176edba2014-12-01 14:53:08 -08006238 <td class="full" align="center">Clang 3.5</td>
Richard Smith18e30762013-05-16 01:23:30 +00006239 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006240 <tr id="1071">
Richard Smith18e30762013-05-16 01:23:30 +00006241 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1071">1071</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006242 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006243 <td>Literal class types and trivial default constructors</td>
6244 <td class="none" align="center">Unknown</td>
6245 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006246 <tr id="1072">
Richard Smith18e30762013-05-16 01:23:30 +00006247 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1072">1072</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006248 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006249 <td>Scoped enumerator with the same name as its containing class</td>
6250 <td class="none" align="center">Unknown</td>
6251 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006252 <tr id="1073">
Richard Smith18e30762013-05-16 01:23:30 +00006253 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1073">1073</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006254 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006255 <td>Merging <I>dynamic-exception-specification</I>s and <I>noexcept-specification</I>s</td>
6256 <td class="none" align="center">Unknown</td>
6257 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006258 <tr id="1074">
Richard Smith18e30762013-05-16 01:23:30 +00006259 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1074">1074</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006260 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006261 <td>Value-dependent <I>noexcept-expression</I>s</td>
6262 <td class="none" align="center">Unknown</td>
6263 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006264 <tr id="1075">
Richard Smith18e30762013-05-16 01:23:30 +00006265 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1075">1075</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006266 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006267 <td>Grammar does not allow template alias in <I>type-name</I></td>
6268 <td class="none" align="center">Unknown</td>
6269 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006270 <tr class="open" id="1076">
Richard Smith18e30762013-05-16 01:23:30 +00006271 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1076">1076</a></td>
6272 <td>open</td>
6273 <td>Value categories and lvalue temporaries</td>
6274 <td align="center">Not resolved</td>
6275 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006276 <tr class="open" id="1077">
Richard Smith18e30762013-05-16 01:23:30 +00006277 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1077">1077</a></td>
6278 <td>extension</td>
6279 <td>Explicit specializations in non-containing namespaces</td>
6280 <td align="center">Not resolved</td>
6281 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006282 <tr id="1078">
Richard Smith18e30762013-05-16 01:23:30 +00006283 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1078">1078</a></td>
6284 <td>NAD</td>
6285 <td>Narrowing and the usual arithmetic conversions</td>
6286 <td class="none" align="center">Unknown</td>
6287 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006288 <tr id="1079">
Richard Smith18e30762013-05-16 01:23:30 +00006289 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1079">1079</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006290 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006291 <td>Overload resolution involving aggregate initialization</td>
6292 <td class="none" align="center">Unknown</td>
6293 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006294 <tr id="1080">
Richard Smith18e30762013-05-16 01:23:30 +00006295 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1080">1080</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006296 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006297 <td>Confusing relationship between templates and copy constructors</td>
6298 <td class="none" align="center">Unknown</td>
6299 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006300 <tr id="1081">
Richard Smith18e30762013-05-16 01:23:30 +00006301 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1081">1081</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006302 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006303 <td>Defaulted destructor and unusable operator delete</td>
6304 <td class="none" align="center">Unknown</td>
6305 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006306 <tr id="1082">
Richard Smith18e30762013-05-16 01:23:30 +00006307 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1082">1082</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006308 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006309 <td>Implicit copy function if subobject has none?</td>
6310 <td class="none" align="center">Unknown</td>
6311 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006312 <tr id="1083">
Richard Smith18e30762013-05-16 01:23:30 +00006313 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1083">1083</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006314 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006315 <td>Passing an object to ellipsis with non-trivial move constructor</td>
6316 <td class="none" align="center">Unknown</td>
6317 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006318 <tr id="1084">
Richard Smith18e30762013-05-16 01:23:30 +00006319 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1084">1084</a></td>
6320 <td>NAD</td>
6321 <td>Conditions for a deleted move function</td>
6322 <td class="none" align="center">Unknown</td>
6323 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006324 <tr id="1085">
Richard Smith18e30762013-05-16 01:23:30 +00006325 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1085">1085</a></td>
6326 <td>NAD</td>
6327 <td>Move assignment operators and virtual bases</td>
6328 <td class="none" align="center">Unknown</td>
6329 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006330 <tr id="1086">
Richard Smith18e30762013-05-16 01:23:30 +00006331 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1086">1086</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006332 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006333 <td><TT>const_cast</TT> to rvalue reference to function type</td>
6334 <td class="none" align="center">Unknown</td>
6335 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006336 <tr id="1087">
Richard Smith18e30762013-05-16 01:23:30 +00006337 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1087">1087</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006338 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006339 <td>Additional applications of issue 899</td>
6340 <td class="none" align="center">Unknown</td>
6341 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006342 <tr id="1088">
Richard Smith18e30762013-05-16 01:23:30 +00006343 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1088">1088</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006344 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006345 <td>Dependent non-type template arguments</td>
6346 <td class="none" align="center">Unknown</td>
6347 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006348 <tr class="open" id="1089">
Richard Smith18e30762013-05-16 01:23:30 +00006349 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1089">1089</a></td>
6350 <td>drafting</td>
6351 <td>Template parameters in member selections</td>
6352 <td align="center">Not resolved</td>
6353 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006354 <tr id="1090">
Richard Smith18e30762013-05-16 01:23:30 +00006355 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1090">1090</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006356 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006357 <td>Alignment of subobjects</td>
6358 <td class="none" align="center">Unknown</td>
6359 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006360 <tr id="1091">
Richard Smith18e30762013-05-16 01:23:30 +00006361 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1091">1091</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006362 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006363 <td>Inconsistent use of the term &#8220;object expression&#8221;</td>
6364 <td class="none" align="center">Unknown</td>
6365 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006366 <tr class="open" id="1092">
Richard Smith18e30762013-05-16 01:23:30 +00006367 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1092">1092</a></td>
6368 <td>drafting</td>
6369 <td>Cycles in overload resolution during instantiation</td>
6370 <td align="center">Not resolved</td>
6371 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006372 <tr id="1093">
Richard Smith18e30762013-05-16 01:23:30 +00006373 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1093">1093</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006374 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00006375 <td>Value-initializing non-objects</td>
6376 <td class="none" align="center">Unknown</td>
6377 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006378 <tr id="1094">
Richard Smith18e30762013-05-16 01:23:30 +00006379 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1094">1094</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006380 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006381 <td>Converting floating-point values to scoped enumeration types</td>
6382 <td class="none" align="center">Unknown</td>
6383 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006384 <tr id="1095">
Richard Smith18e30762013-05-16 01:23:30 +00006385 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1095">1095</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006386 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006387 <td>List-initialization of references</td>
6388 <td class="none" align="center">Unknown</td>
6389 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006390 <tr id="1096">
Richard Smith18e30762013-05-16 01:23:30 +00006391 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1096">1096</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006392 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006393 <td>Missing requirement for template definitions</td>
6394 <td class="none" align="center">Unknown</td>
6395 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006396 <tr id="1097">
Richard Smith18e30762013-05-16 01:23:30 +00006397 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1097">1097</a></td>
6398 <td>NAD</td>
6399 <td>Aggregate initialization of function parameters</td>
6400 <td class="none" align="center">Unknown</td>
6401 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006402 <tr id="1098">
Richard Smith18e30762013-05-16 01:23:30 +00006403 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1098">1098</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006404 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006405 <td>Pointer conversions in constant expressions</td>
6406 <td class="none" align="center">Unknown</td>
6407 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006408 <tr id="1099">
Richard Smith18e30762013-05-16 01:23:30 +00006409 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1099">1099</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006410 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006411 <td>Infinite recursion in <TT>constexpr</TT> functions</td>
6412 <td class="none" align="center">Unknown</td>
6413 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006414 <tr id="1100">
Richard Smith18e30762013-05-16 01:23:30 +00006415 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1100">1100</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006416 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006417 <td><TT>constexpr</TT> conversion functions and non-type template arguments</td>
6418 <td class="none" align="center">Unknown</td>
6419 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006420 <tr id="1101">
Richard Smith18e30762013-05-16 01:23:30 +00006421 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1101">1101</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006422 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006423 <td>Non-integral initialized static data members</td>
6424 <td class="none" align="center">Unknown</td>
6425 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006426 <tr id="1102">
Richard Smith18e30762013-05-16 01:23:30 +00006427 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1102">1102</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006428 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006429 <td>Better example of undefined behavior</td>
6430 <td class="none" align="center">Unknown</td>
6431 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006432 <tr id="1103">
Richard Smith18e30762013-05-16 01:23:30 +00006433 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1103">1103</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006434 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006435 <td>Reversion of phase 1 and 2 transformations in raw string literals</td>
6436 <td class="none" align="center">Unknown</td>
6437 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006438 <tr id="1104">
Richard Smith18e30762013-05-16 01:23:30 +00006439 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1104">1104</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006440 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006441 <td>Global-scope template arguments vs the <TT>&lt;:</TT> digraph</td>
6442 <td class="none" align="center">Unknown</td>
6443 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006444 <tr id="1105">
Richard Smith18e30762013-05-16 01:23:30 +00006445 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1105">1105</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006446 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006447 <td>Issues relating to TR 10176:2003</td>
6448 <td class="none" align="center">Unknown</td>
6449 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006450 <tr id="1106">
Richard Smith18e30762013-05-16 01:23:30 +00006451 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1106">1106</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006452 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006453 <td>Need more detail in <TT>nullptr</TT> keyword description</td>
6454 <td class="none" align="center">Unknown</td>
6455 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006456 <tr id="1107">
Richard Smith18e30762013-05-16 01:23:30 +00006457 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1107">1107</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006458 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006459 <td>Overload resolution for user-defined integer literals</td>
6460 <td class="none" align="center">Unknown</td>
6461 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006462 <tr id="1108">
Richard Smith18e30762013-05-16 01:23:30 +00006463 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1108">1108</a></td>
6464 <td>NAD</td>
6465 <td>User-defined literals have not been implemented</td>
6466 <td class="none" align="center">Unknown</td>
6467 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006468 <tr id="1109">
Richard Smith18e30762013-05-16 01:23:30 +00006469 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1109">1109</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006470 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006471 <td>When is &#8220;use&#8221; a reference to the ODR meaning?</td>
6472 <td class="none" align="center">Unknown</td>
6473 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006474 <tr id="1110">
Richard Smith18e30762013-05-16 01:23:30 +00006475 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1110">1110</a></td>
6476 <td>NAD</td>
6477 <td>Incomplete return type should be allowed in <TT>decltype</TT> operand</td>
6478 <td class="none" align="center">Unknown</td>
6479 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006480 <tr id="1111">
Richard Smith18e30762013-05-16 01:23:30 +00006481 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1111">1111</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006482 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006483 <td>Remove dual-scope lookup of member template names</td>
6484 <td class="none" align="center">Unknown</td>
6485 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006486 <tr id="1112">
Richard Smith18e30762013-05-16 01:23:30 +00006487 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1112">1112</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006488 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006489 <td><TT>constexpr</TT> variables should have internal linkage like <TT>const</TT></td>
6490 <td class="none" align="center">Unknown</td>
6491 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006492 <tr id="1113">
Richard Smith18e30762013-05-16 01:23:30 +00006493 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1113">1113</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006494 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006495 <td>Linkage of namespace member of unnamed namespace</td>
6496 <td class="none" align="center">Unknown</td>
6497 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006498 <tr id="1114">
Richard Smith18e30762013-05-16 01:23:30 +00006499 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1114">1114</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006500 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006501 <td>Incorrect use of placement <TT>new</TT> in example</td>
6502 <td class="none" align="center">Unknown</td>
6503 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006504 <tr id="1115">
Richard Smith18e30762013-05-16 01:23:30 +00006505 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1115">1115</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006506 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006507 <td>C-compatible alignment specification</td>
6508 <td class="none" align="center">Unknown</td>
6509 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006510 <tr class="open" id="1116">
Richard Smith18e30762013-05-16 01:23:30 +00006511 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1116">1116</a></td>
6512 <td>drafting</td>
6513 <td>Aliasing of union members</td>
6514 <td align="center">Not resolved</td>
6515 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006516 <tr id="1117">
Richard Smith18e30762013-05-16 01:23:30 +00006517 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1117">1117</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006518 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006519 <td>Incorrect note about xvalue member access expressions</td>
6520 <td class="none" align="center">Unknown</td>
6521 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006522 <tr id="1118">
Richard Smith18e30762013-05-16 01:23:30 +00006523 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1118">1118</a></td>
6524 <td>NAD</td>
6525 <td>Implicit lambda capture via explicit copy constructor</td>
6526 <td class="none" align="center">Unknown</td>
6527 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006528 <tr id="1119">
Richard Smith18e30762013-05-16 01:23:30 +00006529 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1119">1119</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006530 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006531 <td>Missing case in description of member access ambiguity</td>
6532 <td class="none" align="center">Unknown</td>
6533 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006534 <tr id="1120">
Richard Smith18e30762013-05-16 01:23:30 +00006535 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1120">1120</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006536 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006537 <td><TT>reinterpret_cast</TT> and <TT>void*</TT></td>
6538 <td class="none" align="center">Unknown</td>
6539 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006540 <tr id="1121">
Richard Smith18e30762013-05-16 01:23:30 +00006541 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1121">1121</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006542 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006543 <td>Unnecessary ambiguity error in formation of pointer to member</td>
6544 <td class="none" align="center">Unknown</td>
6545 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006546 <tr id="1122">
Richard Smith18e30762013-05-16 01:23:30 +00006547 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1122">1122</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006548 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006549 <td>Circular definition of <TT>std::size_t</TT></td>
6550 <td class="none" align="center">Unknown</td>
6551 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006552 <tr id="1123">
Richard Smith18e30762013-05-16 01:23:30 +00006553 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1123">1123</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006554 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006555 <td>Destructors should be <TT>noexcept</TT> by default</td>
6556 <td class="none" align="center">Unknown</td>
6557 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006558 <tr id="1124">
Richard Smith18e30762013-05-16 01:23:30 +00006559 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1124">1124</a></td>
6560 <td>NAD</td>
6561 <td>Error in description of value category of pointer-to-member expression</td>
6562 <td class="none" align="center">Unknown</td>
6563 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006564 <tr id="1125">
Richard Smith18e30762013-05-16 01:23:30 +00006565 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1125">1125</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006566 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006567 <td>Unclear definition of &#8220;potential constant expression&#8221;</td>
6568 <td class="none" align="center">Unknown</td>
6569 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006570 <tr id="1126">
Richard Smith18e30762013-05-16 01:23:30 +00006571 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1126">1126</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006572 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006573 <td><TT>constexpr</TT> functions in <TT>const</TT> initializers</td>
6574 <td class="none" align="center">Unknown</td>
6575 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006576 <tr id="1127">
Richard Smith18e30762013-05-16 01:23:30 +00006577 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1127">1127</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006578 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006579 <td>Overload resolution in <TT>constexpr</TT> functions</td>
6580 <td class="none" align="center">Unknown</td>
6581 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006582 <tr id="1128">
Richard Smith18e30762013-05-16 01:23:30 +00006583 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1128">1128</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006584 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006585 <td><I>attribute-specifier</I>s in <I>decl-specifier-seq</I>s</td>
6586 <td class="none" align="center">Unknown</td>
6587 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006588 <tr id="1129">
Richard Smith18e30762013-05-16 01:23:30 +00006589 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1129">1129</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006590 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006591 <td>Default <TT>nothrow</TT> for <TT>constexpr</TT> functions</td>
6592 <td class="none" align="center">Unknown</td>
6593 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006594 <tr id="1130">
Richard Smith18e30762013-05-16 01:23:30 +00006595 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1130">1130</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006596 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006597 <td>Function parameter type adjustments and <TT>decltype</TT></td>
6598 <td class="none" align="center">Unknown</td>
6599 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006600 <tr id="1131">
Richard Smith18e30762013-05-16 01:23:30 +00006601 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1131">1131</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006602 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006603 <td>Template aliases in <I>elaborated-type-specifier</I>s</td>
6604 <td class="none" align="center">Unknown</td>
6605 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006606 <tr id="1132">
Richard Smith18e30762013-05-16 01:23:30 +00006607 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1132">1132</a></td>
6608 <td>NAD</td>
6609 <td>Keyword vs attribute for <TT>noreturn</TT></td>
6610 <td class="none" align="center">Unknown</td>
6611 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006612 <tr id="1133">
Richard Smith18e30762013-05-16 01:23:30 +00006613 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1133">1133</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006614 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006615 <td>Keywords vs attributes for control of hiding and overriding</td>
6616 <td class="none" align="center">Unknown</td>
6617 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006618 <tr id="1134">
Richard Smith18e30762013-05-16 01:23:30 +00006619 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1134">1134</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006620 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006621 <td>When is an explicitly-defaulted function defined?</td>
6622 <td class="none" align="center">Unknown</td>
6623 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006624 <tr id="1135">
Richard Smith18e30762013-05-16 01:23:30 +00006625 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1135">1135</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006626 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006627 <td>Explicitly-defaulted non-public special member functions</td>
6628 <td class="none" align="center">Unknown</td>
6629 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006630 <tr id="1136">
Richard Smith18e30762013-05-16 01:23:30 +00006631 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1136">1136</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006632 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006633 <td>Explicitly-defaulted explicit constructors</td>
6634 <td class="none" align="center">Unknown</td>
6635 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006636 <tr id="1137">
Richard Smith18e30762013-05-16 01:23:30 +00006637 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1137">1137</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006638 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006639 <td>Explicitly-defaulted virtual special member functions</td>
6640 <td class="none" align="center">Unknown</td>
6641 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006642 <tr id="1138">
Richard Smith18e30762013-05-16 01:23:30 +00006643 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1138">1138</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006644 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006645 <td>Rvalue-ness check for rvalue reference binding is wrong</td>
6646 <td class="none" align="center">Unknown</td>
6647 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006648 <tr id="1139">
Richard Smith18e30762013-05-16 01:23:30 +00006649 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1139">1139</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006650 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006651 <td>Rvalue reference binding to scalar xvalues</td>
6652 <td class="none" align="center">Unknown</td>
6653 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006654 <tr id="1140">
Richard Smith18e30762013-05-16 01:23:30 +00006655 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1140">1140</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006656 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006657 <td>Incorrect redefinition of POD class</td>
6658 <td class="none" align="center">Unknown</td>
6659 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006660 <tr id="1141">
Richard Smith18e30762013-05-16 01:23:30 +00006661 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1141">1141</a></td>
6662 <td>NAD</td>
6663 <td>Non-static data member initializers have not been implemented</td>
6664 <td class="none" align="center">Unknown</td>
6665 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006666 <tr id="1142">
Richard Smith18e30762013-05-16 01:23:30 +00006667 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1142">1142</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006668 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006669 <td><TT>friend</TT> declaration of member function of containing class</td>
6670 <td class="none" align="center">Unknown</td>
6671 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006672 <tr id="1143">
Richard Smith18e30762013-05-16 01:23:30 +00006673 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1143">1143</a></td>
6674 <td>NAD</td>
6675 <td>Move semantics for <TT>*this</TT> have not been implemented</td>
6676 <td class="none" align="center">Unknown</td>
6677 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006678 <tr id="1144">
Richard Smith18e30762013-05-16 01:23:30 +00006679 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1144">1144</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006680 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006681 <td>Remove access declarations</td>
6682 <td class="none" align="center">Unknown</td>
6683 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006684 <tr id="1145">
Richard Smith18e30762013-05-16 01:23:30 +00006685 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1145">1145</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006686 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006687 <td>Defaulting and triviality</td>
6688 <td class="none" align="center">Unknown</td>
6689 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006690 <tr id="1146">
Richard Smith18e30762013-05-16 01:23:30 +00006691 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1146">1146</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006692 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006693 <td><I>exception-specification</I>s of defaulted functions</td>
6694 <td class="none" align="center">Unknown</td>
6695 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006696 <tr id="1147">
Richard Smith18e30762013-05-16 01:23:30 +00006697 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1147">1147</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006698 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006699 <td>Destructors should be default <TT>nothrow</TT></td>
6700 <td class="none" align="center">Unknown</td>
6701 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006702 <tr id="1148">
Richard Smith18e30762013-05-16 01:23:30 +00006703 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1148">1148</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006704 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006705 <td>Copy elision and move construction of function parameters</td>
6706 <td class="none" align="center">Unknown</td>
6707 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006708 <tr id="1149">
Richard Smith18e30762013-05-16 01:23:30 +00006709 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1149">1149</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006710 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006711 <td>Trivial non-public copy operators in subobjects</td>
6712 <td class="none" align="center">Unknown</td>
6713 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006714 <tr id="1150">
Richard Smith18e30762013-05-16 01:23:30 +00006715 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1150">1150</a></td>
6716 <td>NAD</td>
6717 <td>Inheriting constructors have not been implemented</td>
6718 <td class="none" align="center">Unknown</td>
6719 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006720 <tr id="1151">
Richard Smith18e30762013-05-16 01:23:30 +00006721 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1151">1151</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006722 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006723 <td>Overload resolution with initializer-list and non-list constructors</td>
6724 <td class="none" align="center">Unknown</td>
6725 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006726 <tr id="1152">
Richard Smith18e30762013-05-16 01:23:30 +00006727 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1152">1152</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006728 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006729 <td>Rules for determining existence of implicit conversion sequence</td>
6730 <td class="none" align="center">Unknown</td>
6731 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006732 <tr id="1153">
Richard Smith18e30762013-05-16 01:23:30 +00006733 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1153">1153</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006734 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006735 <td>Type matching in address of overloaded function</td>
6736 <td class="none" align="center">Unknown</td>
6737 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006738 <tr id="1154">
Richard Smith18e30762013-05-16 01:23:30 +00006739 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1154">1154</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006740 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006741 <td>Address of <TT>thread_local</TT> variable as non-type template argument</td>
6742 <td class="none" align="center">Unknown</td>
6743 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006744 <tr id="1155">
Richard Smith18e30762013-05-16 01:23:30 +00006745 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1155">1155</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006746 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006747 <td>Internal-linkage non-type template arguments</td>
6748 <td class="none" align="center">Unknown</td>
6749 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006750 <tr id="1156">
Richard Smith18e30762013-05-16 01:23:30 +00006751 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1156">1156</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006752 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006753 <td>Partial ordering in a non-call context</td>
6754 <td class="none" align="center">Unknown</td>
6755 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006756 <tr class="open" id="1157">
Richard Smith18e30762013-05-16 01:23:30 +00006757 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1157">1157</a></td>
6758 <td>open</td>
6759 <td>Partial ordering of function templates is still underspecified</td>
6760 <td align="center">Not resolved</td>
6761 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006762 <tr id="1158">
Richard Smith18e30762013-05-16 01:23:30 +00006763 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1158">1158</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006764 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006765 <td>Recursive instantiation via alias template</td>
6766 <td class="none" align="center">Unknown</td>
6767 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006768 <tr id="1159">
Richard Smith18e30762013-05-16 01:23:30 +00006769 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1159">1159</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006770 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006771 <td>Class and enumeration definitions in template aliases</td>
6772 <td class="none" align="center">Unknown</td>
6773 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006774 <tr id="1160">
Richard Smith18e30762013-05-16 01:23:30 +00006775 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1160">1160</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006776 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006777 <td>Definitions of template members and the current instantiation</td>
6778 <td class="none" align="center">Unknown</td>
6779 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006780 <tr id="1161">
Richard Smith18e30762013-05-16 01:23:30 +00006781 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1161">1161</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006782 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006783 <td>Dependent <I>nested-name-specifier</I> in a pointer-to-member declarator</td>
6784 <td class="none" align="center">Unknown</td>
6785 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006786 <tr id="1162">
Richard Smith18e30762013-05-16 01:23:30 +00006787 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1162">1162</a></td>
6788 <td>NAD</td>
6789 <td>Dependent <I>elaborated-type-specifier</I>s in non-deduced contexts</td>
6790 <td class="none" align="center">Unknown</td>
6791 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006792 <tr id="1163">
Richard Smith18e30762013-05-16 01:23:30 +00006793 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1163">1163</a></td>
6794 <td>NAD</td>
6795 <td><TT>extern template</TT> prevents inlining functions not marked <TT>inline</TT></td>
6796 <td class="none" align="center">Unknown</td>
6797 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006798 <tr id="1164">
Richard Smith18e30762013-05-16 01:23:30 +00006799 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1164">1164</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006800 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006801 <td>Partial ordering of <TT>f(T&amp;)</TT> and <TT>f(T&amp;&amp;)</TT></td>
6802 <td class="none" align="center">Unknown</td>
6803 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006804 <tr id="1165">
Richard Smith18e30762013-05-16 01:23:30 +00006805 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1165">1165</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006806 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006807 <td>Exceptions when destroying array elements</td>
6808 <td class="none" align="center">Unknown</td>
6809 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006810 <tr id="1166">
Richard Smith18e30762013-05-16 01:23:30 +00006811 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1166">1166</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006812 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006813 <td><I>exception-declaration</I>s that do not declare objects</td>
6814 <td class="none" align="center">Unknown</td>
6815 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006816 <tr id="1167">
Richard Smith18e30762013-05-16 01:23:30 +00006817 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1167">1167</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006818 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006819 <td><I>function-try-block</I>s for destructors</td>
6820 <td class="none" align="center">Unknown</td>
6821 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006822 <tr id="1168">
Richard Smith18e30762013-05-16 01:23:30 +00006823 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1168">1168</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006824 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006825 <td>Additional reasons to call <TT>std::terminate</TT></td>
6826 <td class="none" align="center">Unknown</td>
6827 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006828 <tr id="1169">
Richard Smith18e30762013-05-16 01:23:30 +00006829 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1169">1169</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006830 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006831 <td>Missing feature macro for strict pointer safety</td>
6832 <td class="none" align="center">Unknown</td>
6833 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006834 <tr id="1170">
Richard Smith18e30762013-05-16 01:23:30 +00006835 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1170">1170</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006836 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006837 <td>Access checking during template argument deduction</td>
6838 <td class="none" align="center">Unknown</td>
6839 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006840 <tr id="1171">
Richard Smith18e30762013-05-16 01:23:30 +00006841 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1171">1171</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006842 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006843 <td>Partial stack unwinding with <TT>noexcept</TT> violation</td>
6844 <td class="none" align="center">Unknown</td>
6845 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006846 <tr class="open" id="1172">
Richard Smith18e30762013-05-16 01:23:30 +00006847 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1172">1172</a></td>
6848 <td>drafting</td>
6849 <td>&#8220;instantiation-dependent&#8221; constructs</td>
6850 <td align="center">Not resolved</td>
6851 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006852 <tr id="1173">
Richard Smith18e30762013-05-16 01:23:30 +00006853 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1173">1173</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006854 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006855 <td>Unclear specification of effects of signal handling</td>
6856 <td class="none" align="center">Unknown</td>
6857 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006858 <tr id="1174">
Richard Smith18e30762013-05-16 01:23:30 +00006859 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1174">1174</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006860 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006861 <td>When is a pure virtual function &#8220;used?&#8221;</td>
6862 <td class="none" align="center">Unknown</td>
6863 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006864 <tr id="1175">
Richard Smith18e30762013-05-16 01:23:30 +00006865 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1175">1175</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006866 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006867 <td>Disambiguating user-defined literals</td>
6868 <td class="none" align="center">Unknown</td>
6869 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006870 <tr id="1176">
Richard Smith18e30762013-05-16 01:23:30 +00006871 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1176">1176</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006872 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006873 <td>Definition of release sequence</td>
6874 <td class="none" align="center">Unknown</td>
6875 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006876 <tr id="1177">
Richard Smith18e30762013-05-16 01:23:30 +00006877 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1177">1177</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006878 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006879 <td>Intra-thread dependency-ordered-before</td>
6880 <td class="none" align="center">Unknown</td>
6881 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006882 <tr id="1178">
Richard Smith18e30762013-05-16 01:23:30 +00006883 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1178">1178</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006884 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006885 <td>Deduction failure matching placement new</td>
6886 <td class="none" align="center">Unknown</td>
6887 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006888 <tr id="1179">
Richard Smith18e30762013-05-16 01:23:30 +00006889 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1179">1179</a></td>
6890 <td>NAD</td>
6891 <td>Cv-qualification of non-type template parameters</td>
6892 <td class="none" align="center">Unknown</td>
6893 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006894 <tr id="1180">
Richard Smith18e30762013-05-16 01:23:30 +00006895 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1180">1180</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006896 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006897 <td>Over-aligned class types</td>
6898 <td class="none" align="center">Unknown</td>
6899 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006900 <tr id="1181">
Richard Smith18e30762013-05-16 01:23:30 +00006901 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1181">1181</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006902 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006903 <td>What is a &#8220;built-in type?&#8221;</td>
6904 <td class="none" align="center">Unknown</td>
6905 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006906 <tr id="1182">
Richard Smith18e30762013-05-16 01:23:30 +00006907 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1182">1182</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006908 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006909 <td>Incorrect description of pack expansion syntax</td>
6910 <td class="none" align="center">Unknown</td>
6911 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006912 <tr id="1183">
Richard Smith18e30762013-05-16 01:23:30 +00006913 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1183">1183</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006914 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006915 <td>Expansion of parameter packs in declarators</td>
6916 <td class="none" align="center">Unknown</td>
6917 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006918 <tr id="1184">
Richard Smith18e30762013-05-16 01:23:30 +00006919 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1184">1184</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006920 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006921 <td>Argument conversions to nondeduced parameter types</td>
6922 <td class="none" align="center">Unknown</td>
6923 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006924 <tr id="1185">
Richard Smith18e30762013-05-16 01:23:30 +00006925 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1185">1185</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006926 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006927 <td>Misleading description of language linkage and member function types</td>
6928 <td class="none" align="center">Unknown</td>
6929 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006930 <tr id="1186">
Richard Smith18e30762013-05-16 01:23:30 +00006931 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1186">1186</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006932 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006933 <td>Non-dependent <TT>constexpr</TT> violations in function templates</td>
6934 <td class="none" align="center">Unknown</td>
6935 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006936 <tr id="1187">
Richard Smith18e30762013-05-16 01:23:30 +00006937 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1187">1187</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006938 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006939 <td>Problems in initialization example</td>
6940 <td class="none" align="center">Unknown</td>
6941 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006942 <tr id="1188">
Richard Smith18e30762013-05-16 01:23:30 +00006943 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1188">1188</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006944 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006945 <td>Type punning in constant expressions</td>
6946 <td class="none" align="center">Unknown</td>
6947 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006948 <tr id="1189">
Richard Smith18e30762013-05-16 01:23:30 +00006949 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1189">1189</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006950 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006951 <td>Address of distinct base class subobjects</td>
6952 <td class="none" align="center">Unknown</td>
6953 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006954 <tr id="1190">
Richard Smith18e30762013-05-16 01:23:30 +00006955 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1190">1190</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006956 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006957 <td>Operations on non-safely-derived pointers</td>
6958 <td class="none" align="center">Unknown</td>
6959 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006960 <tr id="1191">
Richard Smith18e30762013-05-16 01:23:30 +00006961 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1191">1191</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006962 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006963 <td>Deleted subobject destructors and implicitly-defined constructors</td>
6964 <td class="none" align="center">Unknown</td>
6965 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006966 <tr id="1192">
Richard Smith18e30762013-05-16 01:23:30 +00006967 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1192">1192</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006968 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006969 <td>Inadvertent change to ODR and templates</td>
6970 <td class="none" align="center">Unknown</td>
6971 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006972 <tr id="1193">
Richard Smith18e30762013-05-16 01:23:30 +00006973 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1193">1193</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006974 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006975 <td>Use of address-constant pointers in constant expressions</td>
6976 <td class="none" align="center">Unknown</td>
6977 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006978 <tr id="1194">
Richard Smith18e30762013-05-16 01:23:30 +00006979 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1194">1194</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006980 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006981 <td>Constexpr references</td>
6982 <td class="none" align="center">Unknown</td>
6983 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006984 <tr id="1195">
Richard Smith18e30762013-05-16 01:23:30 +00006985 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1195">1195</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006986 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006987 <td>References to non-literal types in constexpr functions</td>
6988 <td class="none" align="center">Unknown</td>
6989 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006990 <tr id="1196">
Richard Smith18e30762013-05-16 01:23:30 +00006991 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1196">1196</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006992 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006993 <td>Definition required for explicit instantiation after explicit specialization?</td>
6994 <td class="none" align="center">Unknown</td>
6995 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07006996 <tr id="1197">
Richard Smith18e30762013-05-16 01:23:30 +00006997 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1197">1197</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07006998 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00006999 <td>Constexpr arrays</td>
7000 <td class="none" align="center">Unknown</td>
7001 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007002 <tr id="1198">
Richard Smith18e30762013-05-16 01:23:30 +00007003 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1198">1198</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007004 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007005 <td>Literal types and copy constructors</td>
7006 <td class="none" align="center">Unknown</td>
7007 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007008 <tr id="1199">
Richard Smith18e30762013-05-16 01:23:30 +00007009 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1199">1199</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007010 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007011 <td>Deleted constexpr functions</td>
7012 <td class="none" align="center">Unknown</td>
7013 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007014 <tr class="open" id="1200">
Richard Smith18e30762013-05-16 01:23:30 +00007015 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1200">1200</a></td>
7016 <td>open</td>
7017 <td>Lookup rules for template parameters</td>
7018 <td align="center">Not resolved</td>
7019 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007020 <tr id="1201">
Richard Smith18e30762013-05-16 01:23:30 +00007021 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1201">1201</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007022 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007023 <td>Are deleted and defaulted functions definitions?</td>
7024 <td class="none" align="center">Unknown</td>
7025 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007026 <tr id="1202">
Richard Smith18e30762013-05-16 01:23:30 +00007027 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1202">1202</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007028 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007029 <td>Calling virtual functions during destruction</td>
7030 <td class="none" align="center">Unknown</td>
7031 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007032 <tr id="1203">
Richard Smith18e30762013-05-16 01:23:30 +00007033 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1203">1203</a></td>
7034 <td>dup</td>
7035 <td>Misleading note regarding initialized static data members</td>
7036 <td class="none" align="center">Unknown</td>
7037 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007038 <tr id="1204">
Richard Smith18e30762013-05-16 01:23:30 +00007039 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1204">1204</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007040 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007041 <td>Specifiers in a <I>for-range-declaration</I></td>
7042 <td class="none" align="center">Unknown</td>
7043 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007044 <tr id="1205">
Richard Smith18e30762013-05-16 01:23:30 +00007045 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1205">1205</a></td>
7046 <td>dup</td>
7047 <td>Lvalue reference binding and function viability</td>
7048 <td class="none" align="center">Unknown</td>
7049 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007050 <tr id="1206">
Richard Smith18e30762013-05-16 01:23:30 +00007051 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1206">1206</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007052 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007053 <td>Defining opaque enumeration members of class templates</td>
7054 <td class="none" align="center">Unknown</td>
7055 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007056 <tr id="1207">
Richard Smith18e30762013-05-16 01:23:30 +00007057 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1207">1207</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007058 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007059 <td>Type of class member in <I>trailing-return-type</I></td>
7060 <td class="none" align="center">Unknown</td>
7061 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007062 <tr id="1208">
Richard Smith18e30762013-05-16 01:23:30 +00007063 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1208">1208</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007064 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007065 <td>Explicit <TT>noexcept</TT> in defaulted definition</td>
7066 <td class="none" align="center">Unknown</td>
7067 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007068 <tr class="open" id="1209">
Richard Smith18e30762013-05-16 01:23:30 +00007069 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1209">1209</a></td>
7070 <td>open</td>
7071 <td>Is a potentially-evaluated expression in a template definition a &#8220;use?&#8221;</td>
7072 <td align="center">Not resolved</td>
7073 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007074 <tr id="1210">
Richard Smith18e30762013-05-16 01:23:30 +00007075 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1210">1210</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007076 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007077 <td>Injection of <I>elaborated-type-specifier</I> in enumeration scope</td>
7078 <td class="none" align="center">Unknown</td>
7079 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007080 <tr class="open" id="1211">
Richard Smith18e30762013-05-16 01:23:30 +00007081 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1211">1211</a></td>
7082 <td>drafting</td>
7083 <td>Misaligned lvalues</td>
7084 <td align="center">Not resolved</td>
7085 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007086 <tr id="1212">
Richard Smith18e30762013-05-16 01:23:30 +00007087 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1212">1212</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007088 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007089 <td>Non-function-call xvalues and <TT>decltype</TT></td>
7090 <td class="none" align="center">Unknown</td>
7091 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007092 <tr id="1213">
Richard Smith18e30762013-05-16 01:23:30 +00007093 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1213">1213</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007094 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007095 <td>Array subscripting and xvalues</td>
7096 <td class="none" align="center">Unknown</td>
7097 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007098 <tr id="1214">
Richard Smith18e30762013-05-16 01:23:30 +00007099 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1214">1214</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007100 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007101 <td>Kinds of initializers</td>
7102 <td class="none" align="center">Unknown</td>
7103 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007104 <tr id="1215">
Richard Smith18e30762013-05-16 01:23:30 +00007105 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1215">1215</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007106 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007107 <td>Definition of POD struct</td>
7108 <td class="none" align="center">Unknown</td>
7109 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007110 <tr id="1216">
Richard Smith18e30762013-05-16 01:23:30 +00007111 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1216">1216</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007112 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007113 <td>Exceptions &#8220;allowed&#8221; by a <I>noexcept-specification</I></td>
7114 <td class="none" align="center">Unknown</td>
7115 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007116 <tr id="1217">
Richard Smith18e30762013-05-16 01:23:30 +00007117 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1217">1217</a></td>
7118 <td>NAD</td>
7119 <td>Are deleted functions implicitly <TT>noexcept</TT>?</td>
7120 <td class="none" align="center">Unknown</td>
7121 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007122 <tr id="1218">
Richard Smith18e30762013-05-16 01:23:30 +00007123 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1218">1218</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007124 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007125 <td>What is the &#8220;currently-handled exception&#8221; in a multi-threaded program?</td>
7126 <td class="none" align="center">Unknown</td>
7127 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007128 <tr id="1219">
Richard Smith18e30762013-05-16 01:23:30 +00007129 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1219">1219</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007130 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007131 <td>Non-static data member initializers in constant expressions</td>
7132 <td class="none" align="center">Unknown</td>
7133 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007134 <tr id="1220">
Richard Smith18e30762013-05-16 01:23:30 +00007135 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1220">1220</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007136 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007137 <td>Looking up <I>conversion-type-id</I>s</td>
7138 <td class="none" align="center">Unknown</td>
7139 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007140 <tr class="open" id="1221">
Richard Smith18e30762013-05-16 01:23:30 +00007141 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1221">1221</a></td>
7142 <td>open</td>
7143 <td>Partial ordering and reference collapsing</td>
7144 <td align="center">Not resolved</td>
7145 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007146 <tr id="1222">
Richard Smith18e30762013-05-16 01:23:30 +00007147 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1222">1222</a></td>
7148 <td>NAD</td>
7149 <td>Unnecessary restriction on <TT>auto</TT> array types</td>
7150 <td class="none" align="center">Unknown</td>
7151 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007152 <tr class="open" id="1223">
Richard Smith18e30762013-05-16 01:23:30 +00007153 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1223">1223</a></td>
7154 <td>drafting</td>
7155 <td>Syntactic disambiguation and <I>trailing-return-type</I>s</td>
7156 <td align="center">Not resolved</td>
7157 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007158 <tr id="1224">
Richard Smith18e30762013-05-16 01:23:30 +00007159 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1224">1224</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007160 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007161 <td><TT>constexpr</TT> defaulted copy constructors</td>
7162 <td class="none" align="center">Unknown</td>
7163 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007164 <tr id="1225">
Richard Smith18e30762013-05-16 01:23:30 +00007165 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1225">1225</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007166 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007167 <td><TT>constexpr</TT> constructors and virtual bases</td>
7168 <td class="none" align="center">Unknown</td>
7169 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007170 <tr id="1226">
Richard Smith18e30762013-05-16 01:23:30 +00007171 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1226">1226</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007172 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007173 <td>Converting a <I>braced-init-list</I> default argument</td>
7174 <td class="none" align="center">Unknown</td>
7175 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007176 <tr id="1227">
Richard Smith18e30762013-05-16 01:23:30 +00007177 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1227">1227</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007178 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007179 <td>Mixing immediate and non-immediate contexts in deduction failure</td>
7180 <td class="none" align="center">Unknown</td>
7181 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007182 <tr id="1228">
Richard Smith18e30762013-05-16 01:23:30 +00007183 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1228">1228</a></td>
7184 <td>NAD</td>
7185 <td>Copy-list-initialization and <TT>explicit</TT> constructors</td>
7186 <td class="none" align="center">Unknown</td>
7187 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007188 <tr id="1229">
Richard Smith18e30762013-05-16 01:23:30 +00007189 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1229">1229</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007190 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007191 <td>Overload resolution with empty <I>braced-init-list</I> argument</td>
7192 <td class="none" align="center">Unknown</td>
7193 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007194 <tr class="open" id="1230">
Richard Smith18e30762013-05-16 01:23:30 +00007195 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1230">1230</a></td>
7196 <td>open</td>
7197 <td>Confusing description of ambiguity of destructor name</td>
7198 <td align="center">Not resolved</td>
7199 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007200 <tr id="1231">
Richard Smith18e30762013-05-16 01:23:30 +00007201 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1231">1231</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007202 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007203 <td>Variadic templates requiring an empty pack expansion</td>
7204 <td class="none" align="center">Unknown</td>
7205 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007206 <tr id="1232">
Richard Smith18e30762013-05-16 01:23:30 +00007207 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1232">1232</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007208 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007209 <td>Creation of array temporaries using a <I>braced-init-list</I></td>
7210 <td class="none" align="center">Unknown</td>
7211 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007212 <tr id="1233">
Richard Smith18e30762013-05-16 01:23:30 +00007213 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1233">1233</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007214 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007215 <td>Pack expansions and dependent calls</td>
7216 <td class="none" align="center">Unknown</td>
7217 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007218 <tr id="1234">
Richard Smith18e30762013-05-16 01:23:30 +00007219 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1234">1234</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007220 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007221 <td><I>abstract-declarator</I> does not permit <TT>...</TT> after <I>ptr-operator</I></td>
7222 <td class="none" align="center">Unknown</td>
7223 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007224 <tr id="1235">
Richard Smith18e30762013-05-16 01:23:30 +00007225 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1235">1235</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007226 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007227 <td>&#8220;Unused&#8221; ellipsis and default arguments in partial ordering</td>
7228 <td class="none" align="center">Unknown</td>
7229 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007230 <tr id="1236">
Richard Smith18e30762013-05-16 01:23:30 +00007231 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1236">1236</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007232 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007233 <td>Inconsistently-interrelated examples</td>
7234 <td class="none" align="center">Unknown</td>
7235 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007236 <tr id="1237">
Richard Smith18e30762013-05-16 01:23:30 +00007237 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1237">1237</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007238 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007239 <td>Deprecated implicit copy assignment in example</td>
7240 <td class="none" align="center">Unknown</td>
7241 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007242 <tr id="1238">
Richard Smith18e30762013-05-16 01:23:30 +00007243 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1238">1238</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007244 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007245 <td>Overloading ambiguity binding reference to function</td>
7246 <td class="none" align="center">Unknown</td>
7247 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007248 <tr id="1239">
Richard Smith18e30762013-05-16 01:23:30 +00007249 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1239">1239</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007250 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007251 <td>Hexadecimal floating-point literals vs user-defined literals</td>
7252 <td class="none" align="center">Unknown</td>
7253 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007254 <tr id="1240">
Richard Smith18e30762013-05-16 01:23:30 +00007255 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1240">1240</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007256 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007257 <td><TT>constexpr</TT> defaulted constructors</td>
7258 <td class="none" align="center">Unknown</td>
7259 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007260 <tr id="1241">
Richard Smith18e30762013-05-16 01:23:30 +00007261 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1241">1241</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007262 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007263 <td>Which members does a destructor destroy?</td>
7264 <td class="none" align="center">Unknown</td>
7265 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007266 <tr id="1242">
Richard Smith18e30762013-05-16 01:23:30 +00007267 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1242">1242</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007268 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007269 <td>Initializing variant class members</td>
7270 <td class="none" align="center">Unknown</td>
7271 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007272 <tr id="1243">
Richard Smith18e30762013-05-16 01:23:30 +00007273 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1243">1243</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007274 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007275 <td>Misleading footnote regarding multiple-declarator declarations</td>
7276 <td class="none" align="center">Unknown</td>
7277 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007278 <tr id="1244">
Richard Smith18e30762013-05-16 01:23:30 +00007279 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1244">1244</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007280 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007281 <td>Equivalence of alias templates and class templates</td>
7282 <td class="none" align="center">Unknown</td>
7283 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007284 <tr id="1245">
Richard Smith18e30762013-05-16 01:23:30 +00007285 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1245">1245</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007286 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007287 <td>Matching declarations involving <TT>decltype</TT></td>
7288 <td class="none" align="center">Unknown</td>
7289 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007290 <tr id="1246">
Richard Smith18e30762013-05-16 01:23:30 +00007291 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1246">1246</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007292 <td>C++11</td>
Richard Smith18e30762013-05-16 01:23:30 +00007293 <td>Non-deduced non-final parameter packs</td>
7294 <td class="none" align="center">Unknown</td>
7295 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007296 <tr class="open" id="1247">
Richard Smith18e30762013-05-16 01:23:30 +00007297 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1247">1247</a></td>
7298 <td>drafting</td>
7299 <td>Restriction on alias name appearing in <I>type-id</I></td>
7300 <td align="center">Not resolved</td>
7301 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007302 <tr class="open" id="1248">
Richard Smith18e30762013-05-16 01:23:30 +00007303 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1248">1248</a></td>
7304 <td>open</td>
7305 <td>Updating Annex C to C99</td>
7306 <td align="center">Not resolved</td>
7307 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007308 <tr class="open" id="1249">
Richard Smith18e30762013-05-16 01:23:30 +00007309 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1249">1249</a></td>
7310 <td>drafting</td>
7311 <td>Cv-qualification of nested lambda capture</td>
7312 <td align="center">Not resolved</td>
7313 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007314 <tr id="1250">
Richard Smith18e30762013-05-16 01:23:30 +00007315 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1250">1250</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007316 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007317 <td>Cv-qualification of incomplete virtual function return types</td>
7318 <td class="none" align="center">Unknown</td>
7319 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007320 <tr id="1251">
Richard Smith18e30762013-05-16 01:23:30 +00007321 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1251">1251</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007322 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007323 <td>C compatibility: casting to unqualified <TT>void*</TT></td>
7324 <td class="none" align="center">Unknown</td>
7325 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007326 <tr class="open" id="1252">
Richard Smith18e30762013-05-16 01:23:30 +00007327 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1252">1252</a></td>
7328 <td>drafting</td>
7329 <td>Overloading member function templates based on dependent return type</td>
7330 <td align="center">Not resolved</td>
7331 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007332 <tr class="open" id="1253">
Richard Smith18e30762013-05-16 01:23:30 +00007333 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1253">1253</a></td>
7334 <td>drafting</td>
7335 <td>Generic non-template members</td>
7336 <td align="center">Not resolved</td>
7337 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007338 <tr id="1254">
Richard Smith18e30762013-05-16 01:23:30 +00007339 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1254">1254</a></td>
7340 <td>NAD</td>
7341 <td>odr-use vs template arguments and constexpr functions</td>
7342 <td class="none" align="center">Unknown</td>
7343 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007344 <tr class="open" id="1255">
Richard Smith18e30762013-05-16 01:23:30 +00007345 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1255">1255</a></td>
7346 <td>drafting</td>
7347 <td>Definition problems with <TT>constexpr</TT> functions</td>
7348 <td align="center">Not resolved</td>
7349 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007350 <tr class="open" id="1256">
Richard Smith18e30762013-05-16 01:23:30 +00007351 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1256">1256</a></td>
7352 <td>open</td>
7353 <td>Unevaluated operands are not necessarily constant expressions</td>
7354 <td align="center">Not resolved</td>
7355 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007356 <tr class="open" id="1257">
Richard Smith18e30762013-05-16 01:23:30 +00007357 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1257">1257</a></td>
7358 <td>open</td>
7359 <td>Instantiation via non-dependent references in uninstantiated templates</td>
7360 <td align="center">Not resolved</td>
7361 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007362 <tr class="open" id="1258">
Richard Smith18e30762013-05-16 01:23:30 +00007363 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1258">1258</a></td>
7364 <td>drafting</td>
7365 <td>&#8220;Instantiation context&#8221; differs from dependent lookup rules</td>
7366 <td align="center">Not resolved</td>
7367 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007368 <tr class="open" id="1259">
Richard Smith18e30762013-05-16 01:23:30 +00007369 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1259">1259</a></td>
7370 <td>extension</td>
7371 <td>Deleting a POD via a pointer to base</td>
7372 <td align="center">Not resolved</td>
7373 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007374 <tr id="1260">
Richard Smith18e30762013-05-16 01:23:30 +00007375 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1260">1260</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007376 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007377 <td>Incorrect use of term &#8220;overloaded&#8221; in description of odr-use</td>
7378 <td class="none" align="center">Unknown</td>
7379 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007380 <tr id="1261">
Richard Smith18e30762013-05-16 01:23:30 +00007381 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1261">1261</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007382 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007383 <td>Explicit handling of cv-qualification with non-class prvalues</td>
7384 <td class="none" align="center">Unknown</td>
7385 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007386 <tr id="1262">
Richard Smith18e30762013-05-16 01:23:30 +00007387 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1262">1262</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007388 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007389 <td>Default template arguments and deduction failure</td>
7390 <td class="none" align="center">Unknown</td>
7391 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007392 <tr id="1263">
Richard Smith18e30762013-05-16 01:23:30 +00007393 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1263">1263</a></td>
7394 <td>NAD</td>
7395 <td>Mismatch between rvalue reference binding and overload resolution</td>
7396 <td class="none" align="center">Unknown</td>
7397 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007398 <tr id="1264">
Richard Smith18e30762013-05-16 01:23:30 +00007399 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1264">1264</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007400 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007401 <td>Use of <TT>this</TT> in <TT>constexpr</TT> constructor</td>
7402 <td class="none" align="center">Unknown</td>
7403 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007404 <tr id="1265">
Richard Smith18e30762013-05-16 01:23:30 +00007405 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1265">1265</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007406 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007407 <td>Mixed use of the <TT>auto</TT> specifier</td>
7408 <td class="none" align="center">Unknown</td>
7409 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007410 <tr class="open" id="1266">
Richard Smith18e30762013-05-16 01:23:30 +00007411 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1266">1266</a></td>
7412 <td>open</td>
7413 <td><I>user-defined-integer-literal</I> overflow</td>
7414 <td align="center">Not resolved</td>
7415 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007416 <tr id="1267">
Richard Smith18e30762013-05-16 01:23:30 +00007417 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1267">1267</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007418 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007419 <td>Rvalue reference types in <I>exception-specification</I>s</td>
7420 <td class="none" align="center">Unknown</td>
7421 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007422 <tr id="1268">
Richard Smith18e30762013-05-16 01:23:30 +00007423 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1268">1268</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007424 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007425 <td><TT>reinterpret_cast</TT> of an xvalue operand</td>
7426 <td class="none" align="center">Unknown</td>
7427 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007428 <tr id="1269">
Richard Smith18e30762013-05-16 01:23:30 +00007429 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1269">1269</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007430 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007431 <td><TT>dynamic_cast</TT> of an xvalue operand</td>
7432 <td class="none" align="center">Unknown</td>
7433 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007434 <tr id="1270">
Richard Smith18e30762013-05-16 01:23:30 +00007435 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1270">1270</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007436 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007437 <td>Brace elision in array temporary initialization</td>
7438 <td class="none" align="center">Unknown</td>
7439 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007440 <tr class="open" id="1271">
Richard Smith18e30762013-05-16 01:23:30 +00007441 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1271">1271</a></td>
7442 <td>drafting</td>
7443 <td>Imprecise wording regarding dependent types</td>
7444 <td align="center">Not resolved</td>
7445 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007446 <tr class="open" id="1272">
Richard Smith18e30762013-05-16 01:23:30 +00007447 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1272">1272</a></td>
7448 <td>extension</td>
7449 <td>Implicit definition of static data member of const literal type</td>
7450 <td align="center">Not resolved</td>
7451 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007452 <tr id="1273">
Richard Smith18e30762013-05-16 01:23:30 +00007453 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1273">1273</a></td>
7454 <td>NAD</td>
7455 <td>Accessibility and function signatures</td>
7456 <td class="none" align="center">Unknown</td>
7457 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007458 <tr class="open" id="1274">
Richard Smith18e30762013-05-16 01:23:30 +00007459 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1274">1274</a></td>
7460 <td>drafting</td>
7461 <td>Common nonterminal for <I>expression</I> and <I>braced-init-list</I></td>
7462 <td align="center">Not resolved</td>
7463 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007464 <tr id="1275">
Richard Smith18e30762013-05-16 01:23:30 +00007465 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1275">1275</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007466 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007467 <td>Incorrect comment in example of template parameter pack restriction</td>
7468 <td class="none" align="center">Unknown</td>
7469 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007470 <tr id="1276">
Richard Smith18e30762013-05-16 01:23:30 +00007471 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1276">1276</a></td>
7472 <td>NAD</td>
7473 <td>Reference to <TT>stdint.h</TT></td>
7474 <td class="none" align="center">Unknown</td>
7475 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007476 <tr id="1277">
Richard Smith18e30762013-05-16 01:23:30 +00007477 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1277">1277</a></td>
7478 <td>NAD</td>
7479 <td>Lax definition of <TT>intmax_t</TT> and <TT>uintmax_t</TT></td>
7480 <td class="none" align="center">Unknown</td>
7481 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007482 <tr class="open" id="1278">
Richard Smith18e30762013-05-16 01:23:30 +00007483 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1278">1278</a></td>
7484 <td>drafting</td>
7485 <td>Incorrect treatment of contrived object</td>
7486 <td align="center">Not resolved</td>
7487 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007488 <tr class="open" id="1279">
Richard Smith18e30762013-05-16 01:23:30 +00007489 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1279">1279</a></td>
7490 <td>drafting</td>
7491 <td>Additional differences between C++ 2003 and C++ 2011</td>
7492 <td align="center">Not resolved</td>
7493 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007494 <tr id="1280">
Richard Smith18e30762013-05-16 01:23:30 +00007495 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1280">1280</a></td>
7496 <td>NAD</td>
7497 <td>Object reallocation and reference members</td>
7498 <td class="none" align="center">Unknown</td>
7499 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007500 <tr id="1281">
Richard Smith18e30762013-05-16 01:23:30 +00007501 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1281">1281</a></td>
7502 <td>NAD</td>
7503 <td>Virtual and dependent base classes</td>
7504 <td class="none" align="center">Unknown</td>
7505 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007506 <tr id="1282">
Richard Smith18e30762013-05-16 01:23:30 +00007507 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1282">1282</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007508 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007509 <td>Underspecified destructor <I>exception-specification</I></td>
7510 <td class="none" align="center">Unknown</td>
7511 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007512 <tr class="open" id="1283">
Richard Smith18e30762013-05-16 01:23:30 +00007513 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1283">1283</a></td>
7514 <td>drafting</td>
7515 <td>Static data members of classes with typedef name for linkage purposes</td>
7516 <td align="center">Not resolved</td>
7517 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007518 <tr class="open" id="1284">
Richard Smith18e30762013-05-16 01:23:30 +00007519 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1284">1284</a></td>
7520 <td>drafting</td>
7521 <td>Should the lifetime of an array be independent of that of its elements?</td>
7522 <td align="center">Not resolved</td>
7523 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007524 <tr class="open" id="1285">
Richard Smith18e30762013-05-16 01:23:30 +00007525 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1285">1285</a></td>
7526 <td>open</td>
7527 <td>Trivial destructors and object lifetime</td>
7528 <td align="center">Not resolved</td>
7529 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007530 <tr class="open" id="1286">
Richard Smith18e30762013-05-16 01:23:30 +00007531 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1286">1286</a></td>
7532 <td>drafting</td>
7533 <td>Equivalence of alias templates</td>
7534 <td align="center">Not resolved</td>
7535 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007536 <tr id="1287">
Richard Smithf1e757d2013-11-07 05:34:58 +00007537 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1287">1287</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007538 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00007539 <td>Direct initialization vs &#8220;implicit&#8221; conversion in reference binding</td>
7540 <td class="none" align="center">Unknown</td>
7541 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007542 <tr id="1288">
Richard Smith18e30762013-05-16 01:23:30 +00007543 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1288">1288</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007544 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007545 <td>Reference list initialization</td>
7546 <td class="none" align="center">Unknown</td>
7547 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007548 <tr id="1289">
Richard Smith18e30762013-05-16 01:23:30 +00007549 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1289">1289</a></td>
7550 <td>NAD</td>
7551 <td>Can an alias template name the current instantiation?</td>
7552 <td class="none" align="center">Unknown</td>
7553 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007554 <tr id="1290">
Richard Smith18e30762013-05-16 01:23:30 +00007555 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1290">1290</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007556 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007557 <td>Lifetime of the underlying array of an <TT>initializer_list</TT> member</td>
7558 <td class="none" align="center">Unknown</td>
7559 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007560 <tr class="open" id="1291">
Richard Smith18e30762013-05-16 01:23:30 +00007561 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1291">1291</a></td>
7562 <td>drafting</td>
7563 <td>Looking up a <I>conversion-type-id</I></td>
7564 <td align="center">Not resolved</td>
7565 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007566 <tr id="1292">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007567 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1292">1292</a></td>
7568 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00007569 <td>Dependent calls with <I>braced-init-list</I>s containing a pack expansion</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007570 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00007571 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007572 <tr id="1293">
Richard Smith18e30762013-05-16 01:23:30 +00007573 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1293">1293</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007574 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007575 <td>String literals in constant expressions</td>
7576 <td class="none" align="center">Unknown</td>
7577 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007578 <tr class="open" id="1294">
Richard Smith18e30762013-05-16 01:23:30 +00007579 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1294">1294</a></td>
7580 <td>drafting</td>
7581 <td>Side effects in dynamic/static initialization</td>
7582 <td align="center">Not resolved</td>
7583 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007584 <tr id="1295">
Richard Smith18e30762013-05-16 01:23:30 +00007585 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1295">1295</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007586 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007587 <td>Binding a reference to an rvalue bit-field</td>
7588 <td class="none" align="center">Unknown</td>
7589 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007590 <tr id="1296">
Richard Smith18e30762013-05-16 01:23:30 +00007591 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1296">1296</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007592 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007593 <td>Ill-formed template declarations (not just definitions)</td>
7594 <td class="none" align="center">Unknown</td>
7595 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007596 <tr id="1297">
Richard Smith18e30762013-05-16 01:23:30 +00007597 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1297">1297</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007598 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007599 <td>Misplaced function <I>attribute-specifier</I></td>
7600 <td class="none" align="center">Unknown</td>
7601 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007602 <tr id="1298">
Richard Smith18e30762013-05-16 01:23:30 +00007603 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1298">1298</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007604 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007605 <td>Incorrect example in overload resolution</td>
7606 <td class="none" align="center">Unknown</td>
7607 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007608 <tr class="open" id="1299">
Richard Smith18e30762013-05-16 01:23:30 +00007609 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1299">1299</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007610 <td>drafting</td>
Richard Smith18e30762013-05-16 01:23:30 +00007611 <td>&#8220;Temporary objects&#8221; vs &#8220;temporary expressions&#8221;</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007612 <td align="center">Not resolved</td>
Richard Smith18e30762013-05-16 01:23:30 +00007613 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007614 <tr id="1300">
Richard Smith18e30762013-05-16 01:23:30 +00007615 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1300">1300</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007616 <td>dup</td>
Richard Smith18e30762013-05-16 01:23:30 +00007617 <td><TT>T()</TT> for array types</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007618 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00007619 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007620 <tr id="1301">
Richard Smith18e30762013-05-16 01:23:30 +00007621 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1301">1301</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007622 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007623 <td>Value initialization of union</td>
7624 <td class="none" align="center">Unknown</td>
7625 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007626 <tr id="1302">
Richard Smith18e30762013-05-16 01:23:30 +00007627 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1302">1302</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007628 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007629 <td><TT>noexcept</TT> applied to expression of type <TT>void</TT></td>
7630 <td class="none" align="center">Unknown</td>
7631 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007632 <tr id="1303">
Richard Smith18e30762013-05-16 01:23:30 +00007633 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1303">1303</a></td>
7634 <td>NAD</td>
7635 <td>C language linkage for template with internal linkage</td>
7636 <td class="none" align="center">Unknown</td>
7637 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007638 <tr class="open" id="1304">
Richard Smith18e30762013-05-16 01:23:30 +00007639 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1304">1304</a></td>
7640 <td>drafting</td>
7641 <td>Omitted array bound with string initialization</td>
7642 <td align="center">Not resolved</td>
7643 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007644 <tr id="1305">
Richard Smith18e30762013-05-16 01:23:30 +00007645 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1305">1305</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007646 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007647 <td><TT>alignof</TT> applied to array of unknown size</td>
7648 <td class="none" align="center">Unknown</td>
7649 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007650 <tr id="1306">
Richard Smith18e30762013-05-16 01:23:30 +00007651 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1306">1306</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007652 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007653 <td>Modifying an object within a <TT>const</TT> member function</td>
7654 <td class="none" align="center">Unknown</td>
7655 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007656 <tr id="1307">
Richard Smithf1e757d2013-11-07 05:34:58 +00007657 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1307">1307</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007658 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00007659 <td>Overload resolution based on size of array <I>initializer-list</I></td>
7660 <td class="none" align="center">Unknown</td>
7661 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007662 <tr id="1308">
Richard Smith18e30762013-05-16 01:23:30 +00007663 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1308">1308</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007664 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007665 <td>Completeness of class type within an <I>exception-specification</I></td>
7666 <td class="none" align="center">Unknown</td>
7667 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007668 <tr id="1309">
Richard Smith18e30762013-05-16 01:23:30 +00007669 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1309">1309</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007670 <td>ready</td>
Richard Smith18e30762013-05-16 01:23:30 +00007671 <td>Incorrect note regarding lookup of a member of the current instantiation</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007672 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00007673 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007674 <tr id="1310">
Richard Smith18e30762013-05-16 01:23:30 +00007675 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1310">1310</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007676 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007677 <td>What is an &#8220;acceptable lookup result?&#8221;</td>
7678 <td class="none" align="center">Unknown</td>
7679 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007680 <tr id="1311">
Richard Smith18e30762013-05-16 01:23:30 +00007681 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1311">1311</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007682 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007683 <td>Volatile lvalues in constant expressions</td>
7684 <td class="none" align="center">Unknown</td>
7685 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007686 <tr id="1312">
Richard Smith18e30762013-05-16 01:23:30 +00007687 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1312">1312</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007688 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007689 <td>Simulated <TT>reinterpret_cast</TT> in constant expressions</td>
7690 <td class="none" align="center">Unknown</td>
7691 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007692 <tr id="1313">
Richard Smith18e30762013-05-16 01:23:30 +00007693 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1313">1313</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007694 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007695 <td>Undefined pointer arithmetic in constant expressions</td>
7696 <td class="none" align="center">Unknown</td>
7697 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007698 <tr id="1314">
Richard Smith18e30762013-05-16 01:23:30 +00007699 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1314">1314</a></td>
7700 <td>NAD</td>
7701 <td>Pointer arithmetic within standard-layout objects</td>
7702 <td class="none" align="center">Unknown</td>
7703 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007704 <tr class="open" id="1315">
Richard Smith18e30762013-05-16 01:23:30 +00007705 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1315">1315</a></td>
7706 <td>drafting</td>
7707 <td>Restrictions on non-type template arguments in partial specializations</td>
7708 <td align="center">Not resolved</td>
7709 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007710 <tr id="1316">
Richard Smith18e30762013-05-16 01:23:30 +00007711 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1316">1316</a></td>
7712 <td>NAD</td>
7713 <td><TT>constexpr</TT> function requirements and class scope</td>
7714 <td class="none" align="center">Unknown</td>
7715 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007716 <tr id="1317">
Richard Smith18e30762013-05-16 01:23:30 +00007717 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1317">1317</a></td>
7718 <td>NAD</td>
7719 <td>Unnamed scoped enumerations</td>
7720 <td class="none" align="center">Unknown</td>
7721 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007722 <tr id="1318">
Richard Smith18e30762013-05-16 01:23:30 +00007723 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1318">1318</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007724 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007725 <td>Syntactic ambiguities with <TT>final</TT></td>
7726 <td class="none" align="center">Unknown</td>
7727 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007728 <tr id="1319">
Richard Smith18e30762013-05-16 01:23:30 +00007729 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1319">1319</a></td>
7730 <td>NAD</td>
7731 <td>Error in pack expansion example</td>
7732 <td class="none" align="center">Unknown</td>
7733 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007734 <tr id="1320">
Richard Smith18e30762013-05-16 01:23:30 +00007735 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1320">1320</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007736 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007737 <td>Converting scoped enumerations to <TT>bool</TT></td>
7738 <td class="none" align="center">Unknown</td>
7739 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007740 <tr id="1321">
Richard Smith18e30762013-05-16 01:23:30 +00007741 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1321">1321</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007742 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007743 <td>Equivalency of dependent calls</td>
7744 <td class="none" align="center">Unknown</td>
7745 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007746 <tr class="open" id="1322">
Richard Smith18e30762013-05-16 01:23:30 +00007747 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1322">1322</a></td>
7748 <td>drafting</td>
7749 <td>Function parameter type decay in templates</td>
7750 <td align="center">Not resolved</td>
7751 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007752 <tr id="1323">
Richard Smith18e30762013-05-16 01:23:30 +00007753 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1323">1323</a></td>
7754 <td>NAD</td>
7755 <td>Nonexistent nonterminal in <I>alignment-specifier</I> grammar</td>
7756 <td class="none" align="center">Unknown</td>
7757 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007758 <tr id="1324">
Richard Smith18e30762013-05-16 01:23:30 +00007759 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1324">1324</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007760 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007761 <td>Value initialization and defaulted constructors</td>
7762 <td class="none" align="center">Unknown</td>
7763 </tr>
Stephen Hinesc568f1e2014-07-21 00:47:37 -07007764 <tr id="1325">
7765 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1325">1325</a></td>
7766 <td>NAD</td>
Richard Smith18e30762013-05-16 01:23:30 +00007767 <td>Omitted declarator in <TT>friend</TT> declarations</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -07007768 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00007769 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007770 <tr class="open" id="1326">
Richard Smith18e30762013-05-16 01:23:30 +00007771 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1326">1326</a></td>
7772 <td>extension</td>
7773 <td>Deducing an array bound from an <I>initializer-list</I></td>
7774 <td align="center">Not resolved</td>
7775 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007776 <tr id="1327">
Richard Smith18e30762013-05-16 01:23:30 +00007777 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1327">1327</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007778 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007779 <td><I>virt-specifier</I> in a defaulted definition</td>
7780 <td class="none" align="center">Unknown</td>
7781 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007782 <tr id="1328">
Richard Smith18e30762013-05-16 01:23:30 +00007783 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1328">1328</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007784 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007785 <td>Conflict in reference binding vs overload resolution</td>
7786 <td class="none" align="center">Unknown</td>
7787 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007788 <tr id="1329">
Richard Smith18e30762013-05-16 01:23:30 +00007789 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1329">1329</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007790 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007791 <td>Recursive deduction substitutions</td>
7792 <td class="none" align="center">Unknown</td>
7793 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007794 <tr id="1330">
Richard Smith18e30762013-05-16 01:23:30 +00007795 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1330">1330</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007796 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007797 <td>Delayed instantiation of <TT>noexcept</TT> specifiers</td>
7798 <td class="none" align="center">Unknown</td>
7799 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007800 <tr class="open" id="1331">
Richard Smith18e30762013-05-16 01:23:30 +00007801 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1331">1331</a></td>
7802 <td>extension</td>
7803 <td><TT>const</TT> mismatch with defaulted copy constructor</td>
7804 <td align="center">Not resolved</td>
7805 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007806 <tr class="open" id="1332">
Richard Smith18e30762013-05-16 01:23:30 +00007807 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1332">1332</a></td>
7808 <td>drafting</td>
7809 <td>Handling of invalid universal-character-names</td>
7810 <td align="center">Not resolved</td>
7811 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007812 <tr id="1333">
Richard Smith18e30762013-05-16 01:23:30 +00007813 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1333">1333</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007814 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007815 <td>Omission of <TT>const</TT> in a defaulted copy constructor</td>
7816 <td class="none" align="center">Unknown</td>
7817 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007818 <tr id="1334">
Richard Smith18e30762013-05-16 01:23:30 +00007819 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1334">1334</a></td>
7820 <td>NAD</td>
7821 <td>Layout compatibility and cv-qualification</td>
7822 <td class="none" align="center">Unknown</td>
7823 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007824 <tr class="open" id="1335">
Richard Smith18e30762013-05-16 01:23:30 +00007825 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1335">1335</a></td>
7826 <td>drafting</td>
7827 <td>Stringizing, extended characters, and universal-character-names</td>
7828 <td align="center">Not resolved</td>
7829 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007830 <tr id="1336">
Richard Smith18e30762013-05-16 01:23:30 +00007831 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1336">1336</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007832 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007833 <td>Definition of &#8220;converting constructor&#8221;</td>
7834 <td class="none" align="center">Unknown</td>
7835 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007836 <tr id="1337">
Richard Smith18e30762013-05-16 01:23:30 +00007837 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1337">1337</a></td>
7838 <td>dup</td>
7839 <td>Partial ordering and non-deduced parameters</td>
7840 <td class="none" align="center">Unknown</td>
7841 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007842 <tr id="1338">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007843 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1338">1338</a></td>
7844 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00007845 <td>Aliasing and allocation functions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007846 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00007847 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007848 <tr id="1339">
Richard Smith18e30762013-05-16 01:23:30 +00007849 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1339">1339</a></td>
7850 <td>NAD</td>
7851 <td>Parenthesized <I>braced-init-list</I> and arrays</td>
7852 <td class="none" align="center">Unknown</td>
7853 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007854 <tr id="1340">
Richard Smith18e30762013-05-16 01:23:30 +00007855 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1340">1340</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007856 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007857 <td>Complete type in member pointer expressions</td>
7858 <td class="none" align="center">Unknown</td>
7859 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007860 <tr class="open" id="1341">
Richard Smith18e30762013-05-16 01:23:30 +00007861 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1341">1341</a></td>
7862 <td>drafting</td>
7863 <td>Bit-field initializers</td>
7864 <td align="center">Not resolved</td>
7865 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007866 <tr class="open" id="1342">
Richard Smith18e30762013-05-16 01:23:30 +00007867 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1342">1342</a></td>
7868 <td>drafting</td>
7869 <td>Order of initialization with multiple declarators</td>
7870 <td align="center">Not resolved</td>
7871 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007872 <tr class="open" id="1343">
Richard Smith18e30762013-05-16 01:23:30 +00007873 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1343">1343</a></td>
7874 <td>drafting</td>
7875 <td>Sequencing of non-class initialization</td>
7876 <td align="center">Not resolved</td>
7877 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007878 <tr id="1344">
7879 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1344">1344</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007880 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00007881 <td>Adding new special member functions to a class via default arguments</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00007882 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00007883 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007884 <tr id="1345">
Richard Smith18e30762013-05-16 01:23:30 +00007885 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1345">1345</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007886 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007887 <td>Initialization of anonymous union class members</td>
7888 <td class="none" align="center">Unknown</td>
7889 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007890 <tr id="1346">
Richard Smith18e30762013-05-16 01:23:30 +00007891 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1346">1346</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007892 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007893 <td><I>expression-list</I> initializers and the <TT>auto</TT> specifier</td>
Stephen Hines176edba2014-12-01 14:53:08 -08007894 <td class="full" align="center">Clang 3.5</td>
Richard Smith18e30762013-05-16 01:23:30 +00007895 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007896 <tr id="1347">
Richard Smith18e30762013-05-16 01:23:30 +00007897 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1347">1347</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007898 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007899 <td>Consistency of <TT>auto</TT> in multiple-declarator declarations</td>
7900 <td class="none" align="center">Unknown</td>
7901 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007902 <tr class="open" id="1348">
Richard Smith18e30762013-05-16 01:23:30 +00007903 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1348">1348</a></td>
7904 <td>drafting</td>
7905 <td>Use of <TT>auto</TT> in a <I>trailing-return-type</I></td>
7906 <td align="center">Not resolved</td>
7907 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007908 <tr id="1349">
7909 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1349">1349</a></td>
7910 <td>dup</td>
Richard Smith18e30762013-05-16 01:23:30 +00007911 <td>Consistency of alias template redeclarations</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007912 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00007913 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007914 <tr id="1350">
Richard Smith18e30762013-05-16 01:23:30 +00007915 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1350">1350</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007916 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007917 <td>Incorrect exception specification for inherited constructors</td>
7918 <td class="none" align="center">Unknown</td>
7919 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007920 <tr id="1351">
7921 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1351">1351</a></td>
7922 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00007923 <td>Problems with implicitly-declared <I>exception-specification</I>s</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007924 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00007925 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007926 <tr id="1352">
Richard Smith18e30762013-05-16 01:23:30 +00007927 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1352">1352</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007928 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007929 <td>Inconsistent class scope and completeness rules</td>
7930 <td class="none" align="center">Unknown</td>
7931 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007932 <tr class="open" id="1353">
Richard Smith18e30762013-05-16 01:23:30 +00007933 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1353">1353</a></td>
7934 <td>drafting</td>
7935 <td>Array and variant members and deleted special member functions</td>
7936 <td align="center">Not resolved</td>
7937 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007938 <tr id="1354">
Richard Smith18e30762013-05-16 01:23:30 +00007939 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1354">1354</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007940 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007941 <td>Destructor exceptions for temporaries in noexcept expressions</td>
7942 <td class="none" align="center">Unknown</td>
7943 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007944 <tr id="1355">
Richard Smith18e30762013-05-16 01:23:30 +00007945 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1355">1355</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007946 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007947 <td>Aggregates and &#8220;user-provided&#8221; constructors</td>
7948 <td class="none" align="center">Unknown</td>
7949 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007950 <tr id="1356">
7951 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1356">1356</a></td>
7952 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00007953 <td>Exception specifications of copy assignment operators with virtual bases</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007954 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00007955 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007956 <tr id="1357">
Richard Smith18e30762013-05-16 01:23:30 +00007957 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1357">1357</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007958 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007959 <td><I>brace-or-equal-initializer</I>s for function and typedef members</td>
7960 <td class="none" align="center">Unknown</td>
7961 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007962 <tr id="1358">
Richard Smith18e30762013-05-16 01:23:30 +00007963 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1358">1358</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007964 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007965 <td>Unintentionally ill-formed <TT>constexpr</TT> function template instances</td>
7966 <td class="none" align="center">Unknown</td>
7967 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007968 <tr id="1359">
Richard Smith18e30762013-05-16 01:23:30 +00007969 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1359">1359</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007970 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007971 <td><TT>constexpr</TT> union constructors</td>
7972 <td class="none" align="center">Unknown</td>
7973 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007974 <tr class="open" id="1360">
Richard Smith18e30762013-05-16 01:23:30 +00007975 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1360">1360</a></td>
7976 <td>drafting</td>
7977 <td><TT>constexpr</TT> defaulted default constructors</td>
7978 <td align="center">Not resolved</td>
7979 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007980 <tr id="1361">
Richard Smith18e30762013-05-16 01:23:30 +00007981 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1361">1361</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007982 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007983 <td>Requirement on <I>brace-or-equal-initializer</I>s of literal types</td>
7984 <td class="none" align="center">Unknown</td>
7985 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007986 <tr id="1362">
Richard Smith18e30762013-05-16 01:23:30 +00007987 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1362">1362</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007988 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007989 <td>Complete type required for implicit conversion to <TT>T&amp;</TT></td>
7990 <td class="none" align="center">Unknown</td>
7991 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007992 <tr id="1363">
Richard Smith18e30762013-05-16 01:23:30 +00007993 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1363">1363</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07007994 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00007995 <td>Triviality vs multiple default constructors</td>
7996 <td class="none" align="center">Unknown</td>
7997 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07007998 <tr id="1364">
Richard Smith18e30762013-05-16 01:23:30 +00007999 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1364">1364</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008000 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008001 <td><TT>constexpr</TT> function parameters</td>
8002 <td class="none" align="center">Unknown</td>
8003 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008004 <tr id="1365">
Richard Smith18e30762013-05-16 01:23:30 +00008005 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1365">1365</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008006 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008007 <td>Calling undefined <TT>constexpr</TT> functions</td>
8008 <td class="none" align="center">Unknown</td>
8009 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008010 <tr id="1366">
Richard Smith18e30762013-05-16 01:23:30 +00008011 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1366">1366</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008012 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008013 <td>Deleted <TT>constexpr</TT> constructors and virtual base classes</td>
8014 <td class="none" align="center">Unknown</td>
8015 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008016 <tr id="1367">
Richard Smith18e30762013-05-16 01:23:30 +00008017 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1367">1367</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008018 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008019 <td>Use of <TT>this</TT> in a constant expression</td>
8020 <td class="none" align="center">Unknown</td>
8021 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008022 <tr id="1368">
Richard Smith18e30762013-05-16 01:23:30 +00008023 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1368">1368</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008024 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008025 <td>Value initialization and defaulted constructors (part 2)</td>
8026 <td class="none" align="center">Unknown</td>
8027 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008028 <tr id="1369">
Richard Smith18e30762013-05-16 01:23:30 +00008029 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1369">1369</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008030 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008031 <td>Function invocation substitution of <TT>this</TT></td>
8032 <td class="none" align="center">Unknown</td>
8033 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008034 <tr id="1370">
Richard Smith18e30762013-05-16 01:23:30 +00008035 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1370">1370</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008036 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008037 <td><I>identifier-list</I> cannot contain ellipsis</td>
8038 <td class="none" align="center">Unknown</td>
8039 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008040 <tr id="1371">
Richard Smith18e30762013-05-16 01:23:30 +00008041 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1371">1371</a></td>
8042 <td>NAD</td>
8043 <td>Deduction from <TT>T&amp;&amp;</TT> in return types</td>
8044 <td class="none" align="center">Unknown</td>
8045 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008046 <tr id="1372">
Richard Smith18e30762013-05-16 01:23:30 +00008047 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1372">1372</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008048 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008049 <td>Cross-references incorrect in conversion function template argument deduction</td>
8050 <td class="none" align="center">Unknown</td>
8051 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008052 <tr id="1373">
Richard Smith18e30762013-05-16 01:23:30 +00008053 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1373">1373</a></td>
8054 <td>dup</td>
8055 <td>Overload resolution changes matching reference-binding changes</td>
8056 <td class="none" align="center">Unknown</td>
8057 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008058 <tr id="1374">
Richard Smith18e30762013-05-16 01:23:30 +00008059 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1374">1374</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008060 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008061 <td>Qualification conversion vs difference in reference binding</td>
8062 <td class="none" align="center">Unknown</td>
8063 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008064 <tr id="1375">
Richard Smith18e30762013-05-16 01:23:30 +00008065 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1375">1375</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008066 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008067 <td>Reference to anonymous union?</td>
8068 <td class="none" align="center">Unknown</td>
8069 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008070 <tr id="1376">
8071 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1376">1376</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008072 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00008073 <td><TT>static_cast</TT> of temporary to rvalue reference</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00008074 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008075 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008076 <tr id="1377">
Richard Smith18e30762013-05-16 01:23:30 +00008077 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1377">1377</a></td>
8078 <td>dup</td>
8079 <td>Access declarations not mentioned in Annex C</td>
8080 <td class="none" align="center">Unknown</td>
8081 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008082 <tr class="open" id="1378">
Richard Smith18e30762013-05-16 01:23:30 +00008083 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1378">1378</a></td>
8084 <td>open</td>
8085 <td>When is an instantiation required?</td>
8086 <td align="center">Not resolved</td>
8087 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008088 <tr id="1379">
Richard Smith18e30762013-05-16 01:23:30 +00008089 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1379">1379</a></td>
8090 <td>NAD</td>
8091 <td>Is <TT>std::initializer_list</TT> an aggregate?</td>
8092 <td class="none" align="center">Unknown</td>
8093 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008094 <tr id="1380">
Richard Smith18e30762013-05-16 01:23:30 +00008095 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1380">1380</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008096 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008097 <td>Type definitions in <I>template-parameter</I> <I>parameter-declaration</I>s</td>
8098 <td class="none" align="center">Unknown</td>
8099 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008100 <tr id="1381">
Richard Smith18e30762013-05-16 01:23:30 +00008101 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1381">1381</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008102 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008103 <td>Implicitly-declared special member functions and default <TT>nothrow</TT></td>
8104 <td class="none" align="center">Unknown</td>
8105 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008106 <tr id="1382">
Richard Smith18e30762013-05-16 01:23:30 +00008107 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1382">1382</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008108 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008109 <td>Dead code for constructor names</td>
8110 <td class="none" align="center">Unknown</td>
8111 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008112 <tr id="1383">
Richard Smith18e30762013-05-16 01:23:30 +00008113 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1383">1383</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008114 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008115 <td>Clarifying discarded-value expressions</td>
8116 <td class="none" align="center">Unknown</td>
8117 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008118 <tr id="1384">
Richard Smith18e30762013-05-16 01:23:30 +00008119 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1384">1384</a></td>
8120 <td>NAD</td>
8121 <td><TT>reinterpret_cast</TT> in constant expressions</td>
8122 <td class="none" align="center">Unknown</td>
8123 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008124 <tr id="1385">
Richard Smith18e30762013-05-16 01:23:30 +00008125 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1385">1385</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008126 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008127 <td>Syntactic forms of conversion functions for surrogate call functions</td>
8128 <td class="none" align="center">Unknown</td>
8129 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008130 <tr id="1386">
Richard Smith18e30762013-05-16 01:23:30 +00008131 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1386">1386</a></td>
8132 <td>NAD</td>
8133 <td>Explicitly-specified partial argument list with multiple parameter packs</td>
8134 <td class="none" align="center">Unknown</td>
8135 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008136 <tr id="1387">
Richard Smith18e30762013-05-16 01:23:30 +00008137 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1387">1387</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008138 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008139 <td>Missing non-deduced context for <TT>decltype</TT></td>
8140 <td class="none" align="center">Unknown</td>
8141 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008142 <tr id="1388">
Richard Smith18e30762013-05-16 01:23:30 +00008143 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1388">1388</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008144 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008145 <td>Missing non-deduced context following a function parameter pack</td>
8146 <td class="none" align="center">Unknown</td>
8147 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008148 <tr id="1389">
Richard Smith18e30762013-05-16 01:23:30 +00008149 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1389">1389</a></td>
8150 <td>NAD</td>
8151 <td>Recursive reference in <I>trailing-return-type</I></td>
8152 <td class="none" align="center">Unknown</td>
8153 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008154 <tr class="open" id="1390">
Richard Smith18e30762013-05-16 01:23:30 +00008155 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1390">1390</a></td>
8156 <td>drafting</td>
8157 <td>Dependency of alias template specializations</td>
8158 <td align="center">Not resolved</td>
8159 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008160 <tr class="open" id="1391">
Richard Smith18e30762013-05-16 01:23:30 +00008161 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1391">1391</a></td>
8162 <td>drafting</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008163 <td>Conversions to parameter types with non-deduced template arguments</td>
Richard Smith18e30762013-05-16 01:23:30 +00008164 <td align="center">Not resolved</td>
8165 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008166 <tr id="1392">
Richard Smith18e30762013-05-16 01:23:30 +00008167 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1392">1392</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008168 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008169 <td>Explicit conversion functions for references and non-references</td>
8170 <td class="none" align="center">Unknown</td>
8171 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008172 <tr class="open" id="1393">
Richard Smith18e30762013-05-16 01:23:30 +00008173 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1393">1393</a></td>
8174 <td>extension</td>
8175 <td>Pack expansions in <I>using-declaration</I>s</td>
8176 <td align="center">Not resolved</td>
8177 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008178 <tr id="1394">
Richard Smith18e30762013-05-16 01:23:30 +00008179 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1394">1394</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008180 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008181 <td>Incomplete types as parameters of deleted functions</td>
8182 <td class="none" align="center">Unknown</td>
8183 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008184 <tr class="open" id="1395">
Richard Smith18e30762013-05-16 01:23:30 +00008185 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1395">1395</a></td>
8186 <td>drafting</td>
8187 <td>Partial ordering of variadic templates reconsidered</td>
8188 <td align="center">Not resolved</td>
8189 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008190 <tr class="open" id="1396">
Richard Smith18e30762013-05-16 01:23:30 +00008191 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1396">1396</a></td>
8192 <td>drafting</td>
8193 <td>Deferred instantiation and checking of non-static data member initializers</td>
8194 <td align="center">Not resolved</td>
8195 </tr>
Stephen Hinesc568f1e2014-07-21 00:47:37 -07008196 <tr id="1397">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008197 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1397">1397</a></td>
8198 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00008199 <td>Class completeness in non-static data member initializers</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -07008200 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008201 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008202 <tr id="1398">
Richard Smith18e30762013-05-16 01:23:30 +00008203 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1398">1398</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008204 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008205 <td>Non-type template parameters of type <TT>std::nullptr_t</TT></td>
8206 <td class="none" align="center">Unknown</td>
8207 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008208 <tr id="1399">
Richard Smith18e30762013-05-16 01:23:30 +00008209 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1399">1399</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008210 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008211 <td>Deduction with multiple function parameter packs</td>
8212 <td class="none" align="center">Unknown</td>
8213 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008214 <tr id="1400">
Richard Smith18e30762013-05-16 01:23:30 +00008215 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1400">1400</a></td>
8216 <td>NAD</td>
8217 <td>Function pointer equality</td>
8218 <td class="none" align="center">Unknown</td>
8219 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008220 <tr id="1401">
Richard Smith18e30762013-05-16 01:23:30 +00008221 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1401">1401</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008222 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008223 <td>Similar types and reference compatibility</td>
8224 <td class="none" align="center">Unknown</td>
8225 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008226 <tr id="1402">
Richard Smith18e30762013-05-16 01:23:30 +00008227 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1402">1402</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008228 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008229 <td>Move functions too often deleted</td>
8230 <td class="none" align="center">Unknown</td>
8231 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008232 <tr class="open" id="1403">
Richard Smith18e30762013-05-16 01:23:30 +00008233 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1403">1403</a></td>
8234 <td>open</td>
8235 <td>Universal-character-names in comments</td>
8236 <td align="center">Not resolved</td>
8237 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008238 <tr class="open" id="1404">
Richard Smith18e30762013-05-16 01:23:30 +00008239 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1404">1404</a></td>
8240 <td>drafting</td>
8241 <td>Object reallocation in unions</td>
8242 <td align="center">Not resolved</td>
8243 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008244 <tr id="1405">
Richard Smith18e30762013-05-16 01:23:30 +00008245 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1405">1405</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008246 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008247 <td><TT>constexpr</TT> and mutable members of literal types</td>
8248 <td class="none" align="center">Unknown</td>
8249 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008250 <tr id="1406">
Richard Smith18e30762013-05-16 01:23:30 +00008251 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1406">1406</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008252 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008253 <td><I>ref-qualifier</I>s and added parameters of non-static member function templates</td>
8254 <td class="none" align="center">Unknown</td>
8255 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008256 <tr id="1407">
Richard Smith18e30762013-05-16 01:23:30 +00008257 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1407">1407</a></td>
8258 <td>NAD</td>
8259 <td>Integral to <TT>bool</TT> conversion in converted constant expressions</td>
8260 <td class="none" align="center">Unknown</td>
8261 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008262 <tr id="1408">
Richard Smith18e30762013-05-16 01:23:30 +00008263 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1408">1408</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008264 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008265 <td>What is &#8220;the same aggregate initialization?&#8221;</td>
8266 <td class="none" align="center">Unknown</td>
8267 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008268 <tr id="1409">
Richard Smith18e30762013-05-16 01:23:30 +00008269 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1409">1409</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008270 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008271 <td>What is the second standard conversion sequence of a list-initialization sequence?</td>
8272 <td class="none" align="center">Unknown</td>
8273 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008274 <tr id="1410">
Richard Smith18e30762013-05-16 01:23:30 +00008275 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1410">1410</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008276 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008277 <td>Reference overload tiebreakers should apply to rvalue references</td>
8278 <td class="none" align="center">Unknown</td>
8279 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008280 <tr id="1411">
Richard Smith18e30762013-05-16 01:23:30 +00008281 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1411">1411</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008282 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008283 <td>More on global scope <TT>::</TT> in <I>nested-name-specifier</I></td>
8284 <td class="none" align="center">Unknown</td>
8285 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008286 <tr id="1412">
Richard Smith18e30762013-05-16 01:23:30 +00008287 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1412">1412</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008288 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008289 <td>Problems in specifying pointer conversions</td>
8290 <td class="none" align="center">Unknown</td>
8291 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008292 <tr id="1413">
Richard Smith18e30762013-05-16 01:23:30 +00008293 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1413">1413</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008294 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008295 <td>Missing cases of value-dependency</td>
8296 <td class="none" align="center">Unknown</td>
8297 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008298 <tr class="open" id="1414">
Richard Smith18e30762013-05-16 01:23:30 +00008299 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1414">1414</a></td>
8300 <td>drafting</td>
8301 <td>Binding an rvalue reference to a reference-unrelated lvalue</td>
8302 <td align="center">Not resolved</td>
8303 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008304 <tr id="1415">
Richard Smith18e30762013-05-16 01:23:30 +00008305 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1415">1415</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008306 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008307 <td>Missing prohibition of block-scope definition of <TT>extern</TT> object</td>
8308 <td class="none" align="center">Unknown</td>
8309 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008310 <tr id="1416">
Richard Smith18e30762013-05-16 01:23:30 +00008311 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1416">1416</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008312 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008313 <td>Function cv-qualifiers and <TT>typeid</TT></td>
8314 <td class="none" align="center">Unknown</td>
8315 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008316 <tr id="1417">
Richard Smithf1e757d2013-11-07 05:34:58 +00008317 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1417">1417</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008318 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00008319 <td>Pointers/references to functions with cv-qualifiers or <I>ref-qualifier</I></td>
8320 <td class="none" align="center">Unknown</td>
8321 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008322 <tr id="1418">
Richard Smith18e30762013-05-16 01:23:30 +00008323 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1418">1418</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008324 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008325 <td>Type of <TT>initializer_list</TT> backing array</td>
8326 <td class="none" align="center">Unknown</td>
8327 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008328 <tr id="1419">
Richard Smith18e30762013-05-16 01:23:30 +00008329 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1419">1419</a></td>
8330 <td>NAD</td>
8331 <td>Evaluation order in aggregate initialization</td>
8332 <td class="none" align="center">Unknown</td>
8333 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008334 <tr id="1420">
Richard Smith18e30762013-05-16 01:23:30 +00008335 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1420">1420</a></td>
8336 <td>NAD</td>
8337 <td>Abstract final classes</td>
8338 <td class="none" align="center">Unknown</td>
8339 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008340 <tr id="1421">
Richard Smith18e30762013-05-16 01:23:30 +00008341 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1421">1421</a></td>
8342 <td>NAD</td>
8343 <td>Full expressions and aggregate initialization</td>
8344 <td class="none" align="center">Unknown</td>
8345 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008346 <tr id="1422">
Richard Smith18e30762013-05-16 01:23:30 +00008347 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1422">1422</a></td>
8348 <td>dup</td>
8349 <td>Type of character literals containing universal-character-names</td>
8350 <td class="none" align="center">Unknown</td>
8351 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008352 <tr id="1423">
Richard Smith18e30762013-05-16 01:23:30 +00008353 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1423">1423</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008354 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008355 <td>Convertibility of <TT>nullptr</TT> to <TT>bool</TT></td>
8356 <td class="none" align="center">Unknown</td>
8357 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008358 <tr id="1424">
Richard Smithf1e757d2013-11-07 05:34:58 +00008359 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1424">1424</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008360 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00008361 <td>When must sub-object destructors be accessible?</td>
8362 <td class="none" align="center">Unknown</td>
8363 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008364 <tr id="1425">
Richard Smith18e30762013-05-16 01:23:30 +00008365 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1425">1425</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008366 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008367 <td>Base-class subobjects of standard-layout structs</td>
8368 <td class="none" align="center">Unknown</td>
8369 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008370 <tr class="open" id="1426">
Richard Smith18e30762013-05-16 01:23:30 +00008371 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1426">1426</a></td>
8372 <td>extension</td>
8373 <td>Allowing additional parameter types in defaulted functions</td>
8374 <td align="center">Not resolved</td>
8375 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008376 <tr id="1427">
Richard Smith18e30762013-05-16 01:23:30 +00008377 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1427">1427</a></td>
8378 <td>NAD</td>
8379 <td>Default constructor and deleted or inaccessible destructors</td>
8380 <td class="none" align="center">Unknown</td>
8381 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008382 <tr id="1428">
Richard Smith18e30762013-05-16 01:23:30 +00008383 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1428">1428</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008384 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008385 <td>Dynamic const objects</td>
8386 <td class="none" align="center">Unknown</td>
8387 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008388 <tr id="1429">
Richard Smith18e30762013-05-16 01:23:30 +00008389 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1429">1429</a></td>
8390 <td>NAD</td>
8391 <td>Scope of a member template's template parameter</td>
8392 <td class="none" align="center">Unknown</td>
8393 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008394 <tr class="open" id="1430">
Richard Smith18e30762013-05-16 01:23:30 +00008395 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1430">1430</a></td>
8396 <td>drafting</td>
8397 <td>Pack expansion into fixed alias template parameter list</td>
8398 <td align="center">Not resolved</td>
8399 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008400 <tr id="1431">
Richard Smith18e30762013-05-16 01:23:30 +00008401 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1431">1431</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008402 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008403 <td>Exceptions from other than <I>throw-expression</I>s</td>
8404 <td class="none" align="center">Unknown</td>
8405 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008406 <tr class="open" id="1432">
Richard Smith18e30762013-05-16 01:23:30 +00008407 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1432">1432</a></td>
8408 <td>drafting</td>
8409 <td>Newly-ambiguous variadic template expansions</td>
8410 <td align="center">Not resolved</td>
8411 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008412 <tr class="open" id="1433">
Richard Smith18e30762013-05-16 01:23:30 +00008413 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1433">1433</a></td>
8414 <td>extension</td>
8415 <td><I>trailing-return-type</I> and point of declaration</td>
8416 <td align="center">Not resolved</td>
8417 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008418 <tr id="1434">
Richard Smith18e30762013-05-16 01:23:30 +00008419 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1434">1434</a></td>
8420 <td>NAD</td>
8421 <td>Parenthesized <I>braced-init-list</I></td>
8422 <td class="none" align="center">Unknown</td>
8423 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008424 <tr id="1435">
Richard Smith18e30762013-05-16 01:23:30 +00008425 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1435">1435</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008426 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008427 <td><I>template-id</I> as the declarator for a class template constructor</td>
8428 <td class="none" align="center">Unknown</td>
8429 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008430 <tr class="open" id="1436">
Richard Smith18e30762013-05-16 01:23:30 +00008431 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1436">1436</a></td>
8432 <td>drafting</td>
8433 <td>Interaction of constant expression changes with preprocessor expressions</td>
8434 <td align="center">Not resolved</td>
8435 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008436 <tr id="1437">
Richard Smith18e30762013-05-16 01:23:30 +00008437 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1437">1437</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008438 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008439 <td><TT>alignas</TT> in <I>alias-declaration</I></td>
8440 <td class="none" align="center">Unknown</td>
8441 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008442 <tr id="1438">
Richard Smith18e30762013-05-16 01:23:30 +00008443 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1438">1438</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008444 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008445 <td>Non-dereference use of invalid pointers</td>
8446 <td class="none" align="center">Unknown</td>
8447 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008448 <tr id="1439">
Richard Smith18e30762013-05-16 01:23:30 +00008449 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1439">1439</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008450 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008451 <td>Lookup and friend template declarations</td>
8452 <td class="none" align="center">Unknown</td>
8453 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008454 <tr id="1440">
Richard Smith18e30762013-05-16 01:23:30 +00008455 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1440">1440</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008456 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008457 <td>Acceptable <I>decltype-specifier</I>s used as <I>nested-name-specifier</I>s</td>
8458 <td class="none" align="center">Unknown</td>
8459 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008460 <tr id="1441">
8461 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1441">1441</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008462 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00008463 <td>Unclear wording for signal handler restrictions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008464 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008465 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008466 <tr id="1442">
Richard Smith18e30762013-05-16 01:23:30 +00008467 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1442">1442</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008468 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008469 <td>Argument-dependent lookup in the range-based <TT>for</TT></td>
8470 <td class="none" align="center">Unknown</td>
8471 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008472 <tr id="1443">
Richard Smith18e30762013-05-16 01:23:30 +00008473 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1443">1443</a></td>
8474 <td>NAD</td>
8475 <td>Default arguments and non-static data members</td>
8476 <td class="none" align="center">Unknown</td>
8477 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008478 <tr class="open" id="1444">
Richard Smith18e30762013-05-16 01:23:30 +00008479 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1444">1444</a></td>
8480 <td>drafting</td>
8481 <td>Type adjustments of non-type template parameters</td>
8482 <td align="center">Not resolved</td>
8483 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008484 <tr id="1445">
Richard Smith18e30762013-05-16 01:23:30 +00008485 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1445">1445</a></td>
8486 <td>dup</td>
8487 <td>Argument-dependent lookup of <TT>begin</TT> and <TT>end</TT></td>
8488 <td class="none" align="center">Unknown</td>
8489 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008490 <tr id="1446">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008491 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1446">1446</a></td>
8492 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00008493 <td>Member function with no <I>ref-qualifier</I> and non-member function with rvalue reference</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008494 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008495 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008496 <tr id="1447">
Richard Smith18e30762013-05-16 01:23:30 +00008497 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1447">1447</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008498 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008499 <td><TT>static_cast</TT> of bit-field lvalue to rvalue reference</td>
8500 <td class="none" align="center">Unknown</td>
8501 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008502 <tr id="1448">
Richard Smith18e30762013-05-16 01:23:30 +00008503 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1448">1448</a></td>
8504 <td>NAD</td>
8505 <td>Integral values of type <TT>bool</TT></td>
8506 <td class="none" align="center">Unknown</td>
8507 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008508 <tr id="1449">
Richard Smith18e30762013-05-16 01:23:30 +00008509 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1449">1449</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008510 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008511 <td>Narrowing conversion of negative value to unsigned type</td>
8512 <td class="none" align="center">Unknown</td>
8513 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008514 <tr id="1450">
Richard Smith18e30762013-05-16 01:23:30 +00008515 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1450">1450</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008516 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008517 <td><TT>INT_MIN % -1</TT></td>
8518 <td class="none" align="center">Unknown</td>
8519 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008520 <tr class="open" id="1451">
Richard Smith18e30762013-05-16 01:23:30 +00008521 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1451">1451</a></td>
8522 <td>extension</td>
8523 <td>Objects with no linkage in non-type template arguments</td>
8524 <td align="center">Not resolved</td>
8525 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008526 <tr class="open" id="1452">
Richard Smith18e30762013-05-16 01:23:30 +00008527 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1452">1452</a></td>
8528 <td>drafting</td>
8529 <td>Value-initialized objects may be constants</td>
8530 <td align="center">Not resolved</td>
8531 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008532 <tr id="1453">
Richard Smith18e30762013-05-16 01:23:30 +00008533 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1453">1453</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008534 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008535 <td>Volatile members in literal classes?</td>
8536 <td class="none" align="center">Unknown</td>
8537 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008538 <tr id="1454">
Richard Smith18e30762013-05-16 01:23:30 +00008539 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1454">1454</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008540 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008541 <td>Passing constants through <TT>constexpr</TT> functions via references</td>
8542 <td class="none" align="center">Unknown</td>
8543 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008544 <tr id="1455">
Richard Smith18e30762013-05-16 01:23:30 +00008545 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1455">1455</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008546 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008547 <td>Lvalue converted constant expressions</td>
8548 <td class="none" align="center">Unknown</td>
8549 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008550 <tr id="1456">
Richard Smith18e30762013-05-16 01:23:30 +00008551 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1456">1456</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008552 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008553 <td>Address constant expression designating the one-past-the-end address</td>
8554 <td class="none" align="center">Unknown</td>
8555 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008556 <tr id="1457">
Richard Smith18e30762013-05-16 01:23:30 +00008557 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1457">1457</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008558 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008559 <td>Undefined behavior in left-shift</td>
8560 <td class="none" align="center">Unknown</td>
8561 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008562 <tr id="1458">
Richard Smith18e30762013-05-16 01:23:30 +00008563 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1458">1458</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008564 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008565 <td>Address of incomplete type vs <TT>operator&amp;()</TT></td>
8566 <td class="none" align="center">Unknown</td>
8567 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008568 <tr class="open" id="1459">
Richard Smith18e30762013-05-16 01:23:30 +00008569 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1459">1459</a></td>
8570 <td>open</td>
8571 <td>Reference-binding tiebreakers in overload resolution</td>
8572 <td align="center">Not resolved</td>
8573 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008574 <tr id="1460">
Richard Smithf1e757d2013-11-07 05:34:58 +00008575 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1460">1460</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008576 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00008577 <td>What is an empty union?</td>
Stephen Hines176edba2014-12-01 14:53:08 -08008578 <td class="full" align="center">Clang 3.5</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008579 </tr>
8580 <tr id="1461">
8581 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1461">1461</a></td>
8582 <td>NAD</td>
8583 <td>Narrowing conversions to bit-fields</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00008584 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008585 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008586 <tr id="1462">
Richard Smith18e30762013-05-16 01:23:30 +00008587 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1462">1462</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008588 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008589 <td>Deduction failure vs &#8220;ill-formed, no diagnostic required&#8221;</td>
8590 <td class="none" align="center">Unknown</td>
8591 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008592 <tr class="open" id="1463">
Richard Smith18e30762013-05-16 01:23:30 +00008593 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1463">1463</a></td>
8594 <td>extension</td>
8595 <td><TT>extern "C"</TT> alias templates</td>
8596 <td align="center">Not resolved</td>
8597 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008598 <tr id="1464">
Richard Smith18e30762013-05-16 01:23:30 +00008599 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1464">1464</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008600 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008601 <td>Negative array bound in a <I>new-expression</I></td>
8602 <td class="none" align="center">Unknown</td>
8603 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008604 <tr id="1465">
8605 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1465">1465</a></td>
8606 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00008607 <td><TT>noexcept</TT> and <TT>std::bad_array_new_length</TT></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008608 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008609 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008610 <tr id="1466">
8611 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1466">1466</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008612 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00008613 <td>Visible sequences of side effects are redundant</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008614 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008615 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008616 <tr id="1467">
8617 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1467">1467</a></td>
8618 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00008619 <td>List-initialization of aggregate from same-type object</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008620 <td class="svn" align="center">SVN (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00008621 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008622 <tr class="open" id="1468">
Richard Smith18e30762013-05-16 01:23:30 +00008623 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1468">1468</a></td>
8624 <td>drafting</td>
8625 <td><TT>typeid</TT>, overload resolution, and implicit lambda capture</td>
8626 <td align="center">Not resolved</td>
8627 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008628 <tr class="open" id="1469">
8629 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1469">1469</a></td>
8630 <td>extension</td>
Richard Smith18e30762013-05-16 01:23:30 +00008631 <td>Omitted bound in array <I>new-expression</I></td>
8632 <td align="center">Not resolved</td>
8633 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008634 <tr id="1470">
Richard Smithf1e757d2013-11-07 05:34:58 +00008635 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1470">1470</a></td>
8636 <td>NAD</td>
Richard Smith18e30762013-05-16 01:23:30 +00008637 <td>Thread migration</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00008638 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008639 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008640 <tr id="1471">
Richard Smith18e30762013-05-16 01:23:30 +00008641 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1471">1471</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008642 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008643 <td>Nested type of non-dependent base</td>
8644 <td class="none" align="center">Unknown</td>
8645 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008646 <tr id="1472">
Richard Smith18e30762013-05-16 01:23:30 +00008647 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1472">1472</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008648 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008649 <td>odr-use of reference variables</td>
8650 <td class="none" align="center">Unknown</td>
8651 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008652 <tr id="1473">
Richard Smith18e30762013-05-16 01:23:30 +00008653 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1473">1473</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008654 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008655 <td>Syntax of <I>literal-operator-id</I></td>
8656 <td class="none" align="center">Unknown</td>
8657 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008658 <tr id="1474">
Richard Smith18e30762013-05-16 01:23:30 +00008659 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1474">1474</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008660 <td>NAD</td>
Richard Smith18e30762013-05-16 01:23:30 +00008661 <td>User-defined literals and <TT>&lt;inttypes.h&gt;</TT> format macros</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008662 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008663 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008664 <tr id="1475">
Richard Smith18e30762013-05-16 01:23:30 +00008665 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1475">1475</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008666 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008667 <td>Errors in <TT>[[carries_dependency]]</TT> example</td>
8668 <td class="none" align="center">Unknown</td>
8669 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008670 <tr id="1476">
Richard Smith18e30762013-05-16 01:23:30 +00008671 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1476">1476</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008672 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008673 <td>Definition of user-defined type</td>
8674 <td class="none" align="center">Unknown</td>
8675 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008676 <tr id="1477">
Richard Smith18e30762013-05-16 01:23:30 +00008677 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1477">1477</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008678 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008679 <td>Definition of a <TT>friend</TT> outside its namespace</td>
8680 <td class="none" align="center">Unknown</td>
8681 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008682 <tr class="open" id="1478">
Richard Smith18e30762013-05-16 01:23:30 +00008683 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1478">1478</a></td>
8684 <td>drafting</td>
8685 <td><TT>template</TT> keyword for dependent template template arguments</td>
8686 <td align="center">Not resolved</td>
8687 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008688 <tr id="1479">
Richard Smith18e30762013-05-16 01:23:30 +00008689 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1479">1479</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008690 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008691 <td>Literal operators and default arguments</td>
8692 <td class="none" align="center">Unknown</td>
8693 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008694 <tr id="1480">
8695 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1480">1480</a></td>
8696 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008697 <td>Constant initialization via non-constant temporary</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008698 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008699 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008700 <tr id="1481">
Richard Smith18e30762013-05-16 01:23:30 +00008701 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1481">1481</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008702 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008703 <td>Increment/decrement operators with reference parameters</td>
8704 <td class="none" align="center">Unknown</td>
8705 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008706 <tr id="1482">
Richard Smith18e30762013-05-16 01:23:30 +00008707 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1482">1482</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008708 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008709 <td>Point of declaration of enumeration</td>
8710 <td class="none" align="center">Unknown</td>
8711 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008712 <tr id="1483">
Richard Smith18e30762013-05-16 01:23:30 +00008713 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1483">1483</a></td>
8714 <td>NAD</td>
8715 <td>Non-dependent <I>static_assert-declaration</I>s</td>
8716 <td class="none" align="center">Unknown</td>
8717 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008718 <tr id="1484">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008719 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1484">1484</a></td>
8720 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00008721 <td>Unused local classes of function templates</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008722 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008723 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008724 <tr class="open" id="1485">
Richard Smith18e30762013-05-16 01:23:30 +00008725 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1485">1485</a></td>
8726 <td>drafting</td>
8727 <td>Out-of-class definition of member unscoped opaque enumeration</td>
8728 <td align="center">Not resolved</td>
8729 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008730 <tr class="open" id="1486">
Richard Smith18e30762013-05-16 01:23:30 +00008731 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1486">1486</a></td>
8732 <td>drafting</td>
8733 <td>Base-derived conversion in member pointer deduction</td>
8734 <td align="center">Not resolved</td>
8735 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008736 <tr id="1487">
Richard Smith18e30762013-05-16 01:23:30 +00008737 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1487">1487</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008738 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008739 <td>When are inheriting constructors declared?</td>
8740 <td class="none" align="center">Unknown</td>
8741 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008742 <tr class="open" id="1488">
Richard Smith18e30762013-05-16 01:23:30 +00008743 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1488">1488</a></td>
8744 <td>drafting</td>
8745 <td><I>abstract-pack-declarator</I>s in <I>type-id</I>s</td>
8746 <td align="center">Not resolved</td>
8747 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008748 <tr id="1489">
Richard Smith18e30762013-05-16 01:23:30 +00008749 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1489">1489</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008750 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008751 <td>Is value-initialization of an array constant initialization?</td>
8752 <td class="none" align="center">Unknown</td>
8753 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008754 <tr id="1490">
8755 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1490">1490</a></td>
8756 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00008757 <td>List-initialization from a string literal</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008758 <td class="svn" align="center">SVN (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00008759 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008760 <tr id="1491">
8761 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1491">1491</a></td>
8762 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008763 <td>Move construction and rvalue reference members</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008764 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008765 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008766 <tr id="1492">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008767 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1492">1492</a></td>
8768 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008769 <td>Exception specifications on template destructors</td>
8770 <td class="none" align="center">Unknown</td>
8771 </tr>
8772 <tr id="1493">
8773 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1493">1493</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008774 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00008775 <td>Criteria for move-construction</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00008776 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008777 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008778 <tr id="1494">
Richard Smith18e30762013-05-16 01:23:30 +00008779 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1494">1494</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008780 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008781 <td>Temporary initialization for reference binding in list-initialization</td>
8782 <td class="none" align="center">Unknown</td>
8783 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008784 <tr id="1495">
Richard Smith18e30762013-05-16 01:23:30 +00008785 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1495">1495</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008786 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008787 <td>Partial specialization of variadic class template</td>
8788 <td class="none" align="center">Unknown</td>
8789 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008790 <tr class="open" id="1496">
Richard Smith18e30762013-05-16 01:23:30 +00008791 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1496">1496</a></td>
8792 <td>drafting</td>
8793 <td>Triviality with deleted and missing default constructors</td>
8794 <td align="center">Not resolved</td>
8795 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008796 <tr id="1497">
Richard Smith18e30762013-05-16 01:23:30 +00008797 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1497">1497</a></td>
8798 <td>NAD</td>
8799 <td>Aggregate initialization with parenthesized string literal</td>
8800 <td class="none" align="center">Unknown</td>
8801 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008802 <tr id="1498">
Richard Smith18e30762013-05-16 01:23:30 +00008803 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1498">1498</a></td>
8804 <td>dup</td>
8805 <td>Lifetime of temporaries in range-based <TT>for</TT></td>
8806 <td class="none" align="center">Unknown</td>
8807 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008808 <tr class="open" id="1499">
Richard Smith18e30762013-05-16 01:23:30 +00008809 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1499">1499</a></td>
8810 <td>drafting</td>
8811 <td>Missing case for deleted move assignment operator</td>
8812 <td align="center">Not resolved</td>
8813 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008814 <tr class="open" id="1500">
Richard Smith18e30762013-05-16 01:23:30 +00008815 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1500">1500</a></td>
8816 <td>open</td>
8817 <td>Name lookup of dependent conversion function</td>
8818 <td align="center">Not resolved</td>
8819 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008820 <tr id="1501">
Richard Smith18e30762013-05-16 01:23:30 +00008821 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1501">1501</a></td>
8822 <td>NAD</td>
8823 <td>Nested braces in list-initialization</td>
8824 <td class="none" align="center">Unknown</td>
8825 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008826 <tr id="1502">
Richard Smith18e30762013-05-16 01:23:30 +00008827 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1502">1502</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008828 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008829 <td>Value initialization of unions with member initializers</td>
8830 <td class="none" align="center">Unknown</td>
8831 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008832 <tr id="1503">
Richard Smith18e30762013-05-16 01:23:30 +00008833 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1503">1503</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008834 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008835 <td>Exceptions during copy to exception object</td>
8836 <td class="none" align="center">Unknown</td>
8837 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008838 <tr id="1504">
Richard Smith18e30762013-05-16 01:23:30 +00008839 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1504">1504</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008840 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008841 <td>Pointer arithmetic after derived-base conversion</td>
8842 <td class="none" align="center">Unknown</td>
8843 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008844 <tr id="1505">
Richard Smith18e30762013-05-16 01:23:30 +00008845 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1505">1505</a></td>
8846 <td>dup</td>
8847 <td>Direct binding of reference to temporary in list-initialization</td>
8848 <td class="none" align="center">Unknown</td>
8849 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008850 <tr id="1506">
Richard Smith18e30762013-05-16 01:23:30 +00008851 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1506">1506</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008852 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008853 <td>Value category of <TT>initializer_list</TT> object</td>
8854 <td class="none" align="center">Unknown</td>
8855 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008856 <tr id="1507">
Richard Smith18e30762013-05-16 01:23:30 +00008857 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1507">1507</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008858 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008859 <td>Value initialization with trivial inaccessible default constructor</td>
8860 <td class="none" align="center">Unknown</td>
8861 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008862 <tr id="1508">
Richard Smithf1e757d2013-11-07 05:34:58 +00008863 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1508">1508</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008864 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00008865 <td>Template initializer-list constructors</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00008866 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008867 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008868 <tr id="1509">
Richard Smithf1e757d2013-11-07 05:34:58 +00008869 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1509">1509</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008870 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00008871 <td>Definition of &#8220;non-template function&#8221;</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00008872 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008873 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008874 <tr id="1510">
Richard Smith18e30762013-05-16 01:23:30 +00008875 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1510">1510</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008876 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008877 <td>cv-qualified references via <TT>decltype</TT></td>
8878 <td class="none" align="center">Unknown</td>
8879 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008880 <tr id="1511">
Richard Smith18e30762013-05-16 01:23:30 +00008881 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1511">1511</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008882 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008883 <td><TT>const volatile</TT> variables and the one-definition rule</td>
8884 <td class="none" align="center">Unknown</td>
8885 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008886 <tr id="1512">
Richard Smith18e30762013-05-16 01:23:30 +00008887 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1512">1512</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008888 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008889 <td>Pointer comparison vs qualification conversions</td>
8890 <td class="none" align="center">Unknown</td>
8891 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008892 <tr class="open" id="1513">
Richard Smith18e30762013-05-16 01:23:30 +00008893 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1513">1513</a></td>
8894 <td>drafting</td>
8895 <td><TT>initializer_list</TT> deduction failure</td>
8896 <td align="center">Not resolved</td>
8897 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008898 <tr id="1514">
Richard Smithf1e757d2013-11-07 05:34:58 +00008899 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1514">1514</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07008900 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00008901 <td>Ambiguity between enumeration definition and zero-length bit-field</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00008902 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008903 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008904 <tr id="1515">
Richard Smith18e30762013-05-16 01:23:30 +00008905 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1515">1515</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008906 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008907 <td>Modulo 2<SUP><I>n</I></SUP> arithmetic for implicitly-unsigned types</td>
8908 <td class="none" align="center">Unknown</td>
8909 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008910 <tr id="1516">
Richard Smith18e30762013-05-16 01:23:30 +00008911 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1516">1516</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008912 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008913 <td>Definition of &#8220;virtual function call&#8221;</td>
8914 <td class="none" align="center">Unknown</td>
8915 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008916 <tr class="open" id="1517">
Richard Smith18e30762013-05-16 01:23:30 +00008917 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1517">1517</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008918 <td>drafting</td>
Richard Smith18e30762013-05-16 01:23:30 +00008919 <td>Unclear/missing description of behavior during construction/destruction</td>
8920 <td align="center">Not resolved</td>
8921 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008922 <tr class="open" id="1518">
Richard Smith18e30762013-05-16 01:23:30 +00008923 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1518">1518</a></td>
8924 <td>drafting</td>
8925 <td>Explicit default constructors and copy-list-initialization</td>
8926 <td align="center">Not resolved</td>
8927 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008928 <tr id="1519">
Richard Smith18e30762013-05-16 01:23:30 +00008929 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1519">1519</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008930 <td>NAD</td>
Richard Smith18e30762013-05-16 01:23:30 +00008931 <td>Conflicting default and variadic constructors</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008932 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00008933 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008934 <tr id="1520">
Richard Smith18e30762013-05-16 01:23:30 +00008935 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1520">1520</a></td>
8936 <td>NAD</td>
8937 <td>Alias template specialization vs pack expansion</td>
8938 <td class="none" align="center">Unknown</td>
8939 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008940 <tr class="open" id="1521">
Richard Smith18e30762013-05-16 01:23:30 +00008941 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1521">1521</a></td>
8942 <td>drafting</td>
8943 <td><TT>T{</TT><I>expr</I><TT>}</TT> with reference types</td>
8944 <td align="center">Not resolved</td>
8945 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008946 <tr id="1522">
Richard Smith18e30762013-05-16 01:23:30 +00008947 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1522">1522</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008948 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008949 <td>Access checking for <TT>initializer_list</TT> array initialization</td>
8950 <td class="none" align="center">Unknown</td>
8951 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008952 <tr class="open" id="1523">
Richard Smith18e30762013-05-16 01:23:30 +00008953 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1523">1523</a></td>
8954 <td>drafting</td>
8955 <td>Point of declaration in range-based <TT>for</TT></td>
8956 <td align="center">Not resolved</td>
8957 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008958 <tr class="open" id="1524">
Richard Smith18e30762013-05-16 01:23:30 +00008959 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1524">1524</a></td>
8960 <td>drafting</td>
8961 <td>Incompletely-defined class template base</td>
8962 <td align="center">Not resolved</td>
8963 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008964 <tr id="1525">
Richard Smith18e30762013-05-16 01:23:30 +00008965 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1525">1525</a></td>
8966 <td>NAD</td>
8967 <td>Array bound inference in temporary array</td>
8968 <td class="none" align="center">Unknown</td>
8969 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008970 <tr id="1526">
Richard Smith18e30762013-05-16 01:23:30 +00008971 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1526">1526</a></td>
8972 <td>dup</td>
8973 <td>Dependent-class lookup in the current instantiation</td>
8974 <td class="none" align="center">Unknown</td>
8975 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008976 <tr id="1527">
Richard Smith18e30762013-05-16 01:23:30 +00008977 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1527">1527</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008978 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008979 <td>Assignment from <I>braced-init-list</I></td>
8980 <td class="none" align="center">Unknown</td>
8981 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008982 <tr id="1528">
Richard Smith18e30762013-05-16 01:23:30 +00008983 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1528">1528</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07008984 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00008985 <td>Repeated <I>cv-qualifier</I>s in declarators</td>
8986 <td class="none" align="center">Unknown</td>
8987 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008988 <tr class="open" id="1529">
Richard Smith18e30762013-05-16 01:23:30 +00008989 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1529">1529</a></td>
8990 <td>drafting</td>
8991 <td>Nomenclature for variable vs reference non-static data member</td>
8992 <td align="center">Not resolved</td>
8993 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07008994 <tr class="open" id="1530">
Richard Smith18e30762013-05-16 01:23:30 +00008995 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1530">1530</a></td>
8996 <td>drafting</td>
8997 <td>Member access in out-of-lifetime objects</td>
8998 <td align="center">Not resolved</td>
8999 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009000 <tr id="1531">
Richard Smithf1e757d2013-11-07 05:34:58 +00009001 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1531">1531</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009002 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009003 <td>Definition of &#8220;access&#8221; (verb)</td>
9004 <td class="none" align="center">Unknown</td>
9005 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009006 <tr id="1532">
Richard Smith18e30762013-05-16 01:23:30 +00009007 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1532">1532</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009008 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009009 <td>Explicit instantiation and member templates</td>
9010 <td class="none" align="center">Unknown</td>
9011 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009012 <tr id="1533">
Richard Smith18e30762013-05-16 01:23:30 +00009013 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1533">1533</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009014 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009015 <td>Function pack expansion for member initialization</td>
9016 <td class="none" align="center">Unknown</td>
9017 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009018 <tr id="1534">
Richard Smith18e30762013-05-16 01:23:30 +00009019 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1534">1534</a></td>
9020 <td>dup</td>
9021 <td>cv-qualification of prvalue of type &#8220;array of class&#8221;</td>
9022 <td class="none" align="center">Unknown</td>
9023 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009024 <tr id="1535">
Richard Smith18e30762013-05-16 01:23:30 +00009025 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1535">1535</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009026 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009027 <td><TT>typeid</TT> in core constant expressions</td>
9028 <td class="none" align="center">Unknown</td>
9029 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009030 <tr class="open" id="1536">
Richard Smith18e30762013-05-16 01:23:30 +00009031 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1536">1536</a></td>
9032 <td>drafting</td>
9033 <td>Overload resolution with temporary from initializer list</td>
9034 <td align="center">Not resolved</td>
9035 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009036 <tr id="1537">
Richard Smith18e30762013-05-16 01:23:30 +00009037 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1537">1537</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009038 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009039 <td>Optional compile-time evaluation of constant expressions</td>
9040 <td class="none" align="center">Unknown</td>
9041 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009042 <tr id="1538">
Richard Smith18e30762013-05-16 01:23:30 +00009043 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1538">1538</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009044 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009045 <td>C-style cast in <I>braced-init-list</I> assignment</td>
9046 <td class="none" align="center">Unknown</td>
9047 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009048 <tr id="1539">
Richard Smith18e30762013-05-16 01:23:30 +00009049 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1539">1539</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009050 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009051 <td>Definition of &#8220;character type&#8221;</td>
9052 <td class="none" align="center">Unknown</td>
9053 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009054 <tr id="1540">
Richard Smith18e30762013-05-16 01:23:30 +00009055 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1540">1540</a></td>
9056 <td>NAD</td>
9057 <td>Use of address constants in constant expressions</td>
9058 <td class="none" align="center">Unknown</td>
9059 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009060 <tr id="1541">
Richard Smith18e30762013-05-16 01:23:30 +00009061 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1541">1541</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009062 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009063 <td><I>cv</I> <TT>void</TT> return types</td>
9064 <td class="none" align="center">Unknown</td>
9065 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009066 <tr class="open" id="1542">
Richard Smith18e30762013-05-16 01:23:30 +00009067 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1542">1542</a></td>
9068 <td>drafting</td>
9069 <td>Compound assignment of <I>braced-init-list</I></td>
9070 <td align="center">Not resolved</td>
9071 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009072 <tr id="1543">
Richard Smith18e30762013-05-16 01:23:30 +00009073 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1543">1543</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009074 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009075 <td>Implicit conversion sequence for empty initializer list</td>
9076 <td class="none" align="center">Unknown</td>
9077 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009078 <tr id="1544">
Richard Smith18e30762013-05-16 01:23:30 +00009079 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1544">1544</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009080 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009081 <td>Linkage of member of unnamed namespace</td>
9082 <td class="none" align="center">Unknown</td>
9083 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009084 <tr class="open" id="1545">
Richard Smith18e30762013-05-16 01:23:30 +00009085 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1545">1545</a></td>
9086 <td>drafting</td>
9087 <td><TT>friend</TT> function templates defined in class templates</td>
9088 <td align="center">Not resolved</td>
9089 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009090 <tr id="1546">
Richard Smith18e30762013-05-16 01:23:30 +00009091 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1546">1546</a></td>
9092 <td>NAD</td>
9093 <td>Errors in function template default arguments</td>
9094 <td class="none" align="center">Unknown</td>
9095 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009096 <tr id="1547">
Richard Smith18e30762013-05-16 01:23:30 +00009097 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1547">1547</a></td>
9098 <td>NAD</td>
9099 <td><TT>typename</TT> keyword in <I>alias-declaration</I>s</td>
9100 <td class="none" align="center">Unknown</td>
9101 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009102 <tr class="open" id="1548">
Richard Smith18e30762013-05-16 01:23:30 +00009103 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1548">1548</a></td>
9104 <td>drafting</td>
9105 <td>Copy/move construction and conversion functions</td>
9106 <td align="center">Not resolved</td>
9107 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009108 <tr class="open" id="1549">
Richard Smith18e30762013-05-16 01:23:30 +00009109 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1549">1549</a></td>
9110 <td>open</td>
9111 <td>Overloaded comma operator with <TT>void</TT> operand</td>
9112 <td align="center">Not resolved</td>
9113 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009114 <tr id="1550">
Richard Smith18e30762013-05-16 01:23:30 +00009115 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1550">1550</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009116 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009117 <td>Parenthesized <I>throw-expression</I> operand of <I>conditional-expression</I></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009118 <td class="full" align="center">Yes</td>
Richard Smith18e30762013-05-16 01:23:30 +00009119 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009120 <tr id="1551">
Richard Smithf1e757d2013-11-07 05:34:58 +00009121 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1551">1551</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009122 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009123 <td>Wording problems in <I>using-declaration</I> specification</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009124 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009125 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009126 <tr id="1552">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009127 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1552">1552</a></td>
9128 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009129 <td><I>exception-specification</I>s and defaulted special member functions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009130 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009131 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009132 <tr id="1553">
Richard Smith18e30762013-05-16 01:23:30 +00009133 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1553">1553</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009134 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009135 <td><TT>sizeof</TT> and xvalue bit-fields</td>
9136 <td class="none" align="center">Unknown</td>
9137 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009138 <tr class="open" id="1554">
Richard Smith18e30762013-05-16 01:23:30 +00009139 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1554">1554</a></td>
9140 <td>drafting</td>
9141 <td>Access and alias templates</td>
9142 <td align="center">Not resolved</td>
9143 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009144 <tr class="open" id="1555">
Richard Smith18e30762013-05-16 01:23:30 +00009145 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1555">1555</a></td>
9146 <td>extension</td>
9147 <td>Language linkage and function type compatibility</td>
9148 <td align="center">Not resolved</td>
9149 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009150 <tr id="1556">
Richard Smith18e30762013-05-16 01:23:30 +00009151 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1556">1556</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009152 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009153 <td>Constructors and explicit conversion functions in direct initialization</td>
9154 <td class="none" align="center">Unknown</td>
9155 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009156 <tr id="1557">
Richard Smith18e30762013-05-16 01:23:30 +00009157 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1557">1557</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009158 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009159 <td>Language linkage of converted lambda function pointer</td>
9160 <td class="none" align="center">Unknown</td>
9161 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009162 <tr id="1558">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009163 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1558">1558</a></td>
9164 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009165 <td>Unused arguments in alias template specializations</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009166 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009167 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009168 <tr id="1559">
Richard Smith18e30762013-05-16 01:23:30 +00009169 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1559">1559</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009170 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009171 <td>String too long in initializer list of <I>new-expression</I></td>
9172 <td class="none" align="center">Unknown</td>
9173 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009174 <tr id="1560">
Richard Smith18e30762013-05-16 01:23:30 +00009175 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1560">1560</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009176 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009177 <td>Gratuitous lvalue-to-rvalue conversion in <I>conditional-expression</I> with <I>throw-expression</I> operand</td>
Stephen Hines176edba2014-12-01 14:53:08 -08009178 <td class="full" align="center">Clang 3.5</td>
Richard Smith18e30762013-05-16 01:23:30 +00009179 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009180 <tr class="open" id="1561">
Richard Smith18e30762013-05-16 01:23:30 +00009181 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1561">1561</a></td>
9182 <td>extension</td>
9183 <td>Aggregates with empty base classes</td>
9184 <td align="center">Not resolved</td>
9185 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009186 <tr id="1562">
Richard Smithf1e757d2013-11-07 05:34:58 +00009187 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1562">1562</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009188 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009189 <td>Non-static data member initializers and union <I>ctor-initializer</I></td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009190 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009191 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009192 <tr id="1563">
Richard Smith18e30762013-05-16 01:23:30 +00009193 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1563">1563</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009194 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009195 <td>List-initialization and overloaded function disambiguation</td>
9196 <td class="none" align="center">Unknown</td>
9197 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009198 <tr class="open" id="1564">
Richard Smith18e30762013-05-16 01:23:30 +00009199 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1564">1564</a></td>
9200 <td>extension</td>
9201 <td>Template argument deduction from an initializer list</td>
9202 <td align="center">Not resolved</td>
9203 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009204 <tr class="open" id="1565">
Richard Smith18e30762013-05-16 01:23:30 +00009205 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1565">1565</a></td>
9206 <td>drafting</td>
9207 <td>Copy elision and lifetime of <TT>initializer_list</TT> underlying array</td>
9208 <td align="center">Not resolved</td>
9209 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009210 <tr id="1566">
Richard Smith18e30762013-05-16 01:23:30 +00009211 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1566">1566</a></td>
9212 <td>NAD</td>
9213 <td>Should <TT>new std::initializer_list&lt;T&gt;</TT> be ill-formed?</td>
9214 <td class="none" align="center">Unknown</td>
9215 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009216 <tr id="1567">
Richard Smithf1e757d2013-11-07 05:34:58 +00009217 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1567">1567</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009218 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009219 <td>Inheriting constructors and copy/move constructors</td>
9220 <td class="none" align="center">Unknown</td>
9221 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009222 <tr id="1568">
Richard Smith18e30762013-05-16 01:23:30 +00009223 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1568">1568</a></td>
9224 <td>dup</td>
9225 <td>Temporary lifetime extension with intervening cast</td>
9226 <td class="none" align="center">Unknown</td>
9227 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009228 <tr id="1569">
Richard Smithf1e757d2013-11-07 05:34:58 +00009229 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1569">1569</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009230 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009231 <td>Deducing a function parameter pack before ellipsis</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009232 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009233 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009234 <tr id="1570">
Richard Smithf1e757d2013-11-07 05:34:58 +00009235 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1570">1570</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009236 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009237 <td>Address of subobject as non-type template argument</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009238 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009239 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009240 <tr id="1571">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009241 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1571">1571</a></td>
9242 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009243 <td>cv-qualification for indirect reference binding via conversion function</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009244 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009245 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009246 <tr id="1572">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009247 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1572">1572</a></td>
9248 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009249 <td>Incorrect example for rvalue reference binding via conversion function</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009250 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009251 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009252 <tr id="1573">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009253 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1573">1573</a></td>
9254 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009255 <td>Inherited constructor characteristics</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009256 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009257 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009258 <tr id="1574">
Richard Smith18e30762013-05-16 01:23:30 +00009259 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1574">1574</a></td>
9260 <td>NAD</td>
9261 <td>Explicitly-defaulted <TT>constexpr</TT> functions in wrapper templates</td>
9262 <td class="none" align="center">Unknown</td>
9263 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009264 <tr id="1575">
Richard Smithf1e757d2013-11-07 05:34:58 +00009265 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1575">1575</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009266 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009267 <td>Incorrect definition of &#8220;strict pointer safety&#8221;</td>
9268 <td class="none" align="center">Unknown</td>
9269 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009270 <tr id="1576">
Richard Smithf1e757d2013-11-07 05:34:58 +00009271 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1576">1576</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009272 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009273 <td>Discarded-value volatile xvalues</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009274 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009275 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009276 <tr class="open" id="1577">
Richard Smith18e30762013-05-16 01:23:30 +00009277 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1577">1577</a></td>
9278 <td>extension</td>
9279 <td>Unnecessary restrictions on partial specializations</td>
9280 <td align="center">Not resolved</td>
9281 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009282 <tr id="1578">
Richard Smith18e30762013-05-16 01:23:30 +00009283 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1578">1578</a></td>
9284 <td>NAD</td>
9285 <td>Value-initialization of aggregates</td>
9286 <td class="none" align="center">Unknown</td>
9287 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009288 <tr id="1579">
9289 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1579">1579</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009290 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009291 <td>Return by converting move constructor</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009292 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009293 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009294 <tr class="open" id="1580">
Richard Smith18e30762013-05-16 01:23:30 +00009295 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1580">1580</a></td>
9296 <td>drafting</td>
9297 <td>Default arguments in explicit instantiations</td>
9298 <td align="center">Not resolved</td>
9299 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009300 <tr class="open" id="1581">
Richard Smith18e30762013-05-16 01:23:30 +00009301 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1581">1581</a></td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009302 <td>drafting</td>
Richard Smith18e30762013-05-16 01:23:30 +00009303 <td>When are <TT>constexpr</TT> member functions defined?</td>
9304 <td align="center">Not resolved</td>
9305 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009306 <tr class="open" id="1582">
9307 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1582">1582</a></td>
9308 <td>extension</td>
Richard Smith18e30762013-05-16 01:23:30 +00009309 <td>Template default arguments and deduction failure</td>
9310 <td align="center">Not resolved</td>
9311 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009312 <tr id="1583">
Richard Smithf1e757d2013-11-07 05:34:58 +00009313 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1583">1583</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009314 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009315 <td>Incorrect example of unspecified behavior</td>
9316 <td class="none" align="center">Unknown</td>
9317 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009318 <tr class="open" id="1584">
Richard Smith18e30762013-05-16 01:23:30 +00009319 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1584">1584</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009320 <td>open</td>
Richard Smith18e30762013-05-16 01:23:30 +00009321 <td>Deducing function types from cv-qualified types</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009322 <td align="center">Not resolved</td>
Richard Smith18e30762013-05-16 01:23:30 +00009323 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009324 <tr id="1585">
Richard Smith18e30762013-05-16 01:23:30 +00009325 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1585">1585</a></td>
9326 <td>NAD</td>
9327 <td>Value category of member access of rvalue reference member</td>
9328 <td class="none" align="center">Unknown</td>
9329 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009330 <tr class="open" id="1586">
9331 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1586">1586</a></td>
9332 <td>extension</td>
Richard Smith18e30762013-05-16 01:23:30 +00009333 <td>Naming a destructor via <TT>decltype</TT></td>
9334 <td align="center">Not resolved</td>
9335 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009336 <tr id="1587">
Richard Smithf1e757d2013-11-07 05:34:58 +00009337 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1587">1587</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009338 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009339 <td><TT>constexpr</TT> initialization and nested anonymous unions</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009340 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009341 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009342 <tr id="1588">
Richard Smith18e30762013-05-16 01:23:30 +00009343 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1588">1588</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009344 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009345 <td>Deducing cv-qualified <TT>auto</TT></td>
9346 <td class="none" align="center">Unknown</td>
9347 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009348 <tr id="1589">
9349 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1589">1589</a></td>
9350 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009351 <td>Ambiguous ranking of list-initialization sequences</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009352 <td class="svn" align="center">SVN (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00009353 </tr>
Stephen Hinesc568f1e2014-07-21 00:47:37 -07009354 <tr class="open" id="1590">
Richard Smith18e30762013-05-16 01:23:30 +00009355 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1590">1590</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009356 <td>drafting</td>
Richard Smith18e30762013-05-16 01:23:30 +00009357 <td>Bypassing non-copy/move constructor copying</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -07009358 <td align="center">Not resolved</td>
Richard Smith18e30762013-05-16 01:23:30 +00009359 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009360 <tr id="1591">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009361 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1591">1591</a></td>
9362 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009363 <td>Deducing array bound and element type from initializer list</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009364 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009365 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009366 <tr id="1592">
Richard Smithf1e757d2013-11-07 05:34:58 +00009367 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1592">1592</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009368 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009369 <td>When do template parameters match?</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009370 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009371 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009372 <tr id="1593">
Richard Smithf1e757d2013-11-07 05:34:58 +00009373 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1593">1593</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009374 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009375 <td>&#8220;Parameter type&#8221; of special member functions</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009376 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009377 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009378 <tr class="open" id="1594">
Richard Smith18e30762013-05-16 01:23:30 +00009379 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1594">1594</a></td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009380 <td>drafting</td>
Richard Smith18e30762013-05-16 01:23:30 +00009381 <td>Lazy declaration of special members vs overload errors</td>
9382 <td align="center">Not resolved</td>
9383 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009384 <tr id="1595">
Richard Smithf1e757d2013-11-07 05:34:58 +00009385 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1595">1595</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009386 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009387 <td>Constructors &#8220;involved in&#8221; subobject initialization</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009388 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009389 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009390 <tr id="1596">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009391 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1596">1596</a></td>
9392 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009393 <td>Non-array objects as <TT>array[1]</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009394 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009395 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009396 <tr id="1597">
Richard Smithf1e757d2013-11-07 05:34:58 +00009397 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1597">1597</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009398 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009399 <td>Misleading <TT>constexpr</TT> example</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009400 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009401 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009402 <tr id="1598">
9403 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1598">1598</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009404 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009405 <td>Criterion for equality of pointers to members</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009406 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009407 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009408 <tr class="open" id="1599">
Richard Smith18e30762013-05-16 01:23:30 +00009409 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1599">1599</a></td>
9410 <td>open</td>
9411 <td>Lifetime of <TT>initializer_list</TT> underlying array</td>
9412 <td align="center">Not resolved</td>
9413 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009414 <tr id="1600">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009415 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1600">1600</a></td>
9416 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009417 <td>Erroneous reference initialization in example</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009418 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009419 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009420 <tr id="1601">
Richard Smithf1e757d2013-11-07 05:34:58 +00009421 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1601">1601</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009422 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009423 <td>Promotion of enumeration with fixed underlying type</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009424 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009425 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009426 <tr class="open" id="1602">
Richard Smith18e30762013-05-16 01:23:30 +00009427 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1602">1602</a></td>
9428 <td>open</td>
9429 <td>Linkage of specialization vs linkage of template arguments</td>
9430 <td align="center">Not resolved</td>
9431 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009432 <tr id="1603">
9433 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1603">1603</a></td>
9434 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009435 <td>Errors resulting from giving unnamed namespaces internal linkage</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009436 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009437 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009438 <tr id="1604">
9439 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1604">1604</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009440 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009441 <td>Double temporaries in reference initialization</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009442 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009443 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009444 <tr id="1605">
Richard Smith18e30762013-05-16 01:23:30 +00009445 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1605">1605</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009446 <td>CD3</td>
Richard Smith18e30762013-05-16 01:23:30 +00009447 <td>Misleading parenthetical comment for explicit destructor call</td>
9448 <td class="none" align="center">Unknown</td>
9449 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009450 <tr id="1606">
Richard Smith18e30762013-05-16 01:23:30 +00009451 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1606">1606</a></td>
9452 <td>NAD</td>
9453 <td><TT>sizeof</TT> closure class</td>
9454 <td class="none" align="center">Unknown</td>
9455 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009456 <tr id="1607">
9457 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1607">1607</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009458 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009459 <td>Lambdas in template parameters</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009460 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009461 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009462 <tr id="1608">
Richard Smithf1e757d2013-11-07 05:34:58 +00009463 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1608">1608</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009464 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009465 <td>Operator lookup in trailing return type</td>
9466 <td class="none" align="center">Unknown</td>
9467 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009468 <tr class="open" id="1609">
Richard Smith18e30762013-05-16 01:23:30 +00009469 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1609">1609</a></td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009470 <td>open</td>
Richard Smith18e30762013-05-16 01:23:30 +00009471 <td>Default arguments and function parameter packs</td>
9472 <td align="center">Not resolved</td>
9473 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009474 <tr class="open" id="1610">
Richard Smith18e30762013-05-16 01:23:30 +00009475 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1610">1610</a></td>
9476 <td>drafting</td>
9477 <td>Cv-qualification in deduction of reference to array</td>
9478 <td align="center">Not resolved</td>
9479 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009480 <tr id="1611">
9481 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1611">1611</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009482 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009483 <td>Deleted default constructor for abstract class</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009484 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009485 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009486 <tr id="1612">
9487 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1612">1612</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009488 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009489 <td>Implicit lambda capture and anonymous unions</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009490 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009491 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009492 <tr id="1613">
9493 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1613">1613</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009494 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009495 <td>Constant expressions and lambda capture</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009496 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009497 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009498 <tr id="1614">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009499 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1614">1614</a></td>
9500 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009501 <td>Address of pure virtual function vs odr-use</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009502 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009503 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009504 <tr id="1615">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009505 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1615">1615</a></td>
9506 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009507 <td>Alignment of types, variables, and members</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009508 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009509 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009510 <tr class="open" id="1616">
Richard Smith18e30762013-05-16 01:23:30 +00009511 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1616">1616</a></td>
9512 <td>drafting</td>
9513 <td>Disambiguation parsing and template parameters</td>
9514 <td align="center">Not resolved</td>
9515 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009516 <tr class="open" id="1617">
Richard Smith18e30762013-05-16 01:23:30 +00009517 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1617">1617</a></td>
9518 <td>open</td>
9519 <td><TT>alignas</TT> and non-defining declarations</td>
9520 <td align="center">Not resolved</td>
9521 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009522 <tr id="1618">
Richard Smithf1e757d2013-11-07 05:34:58 +00009523 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1618">1618</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009524 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009525 <td>Gratuitously-unsigned underlying enum type</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009526 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009527 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009528 <tr class="open" id="1619">
Richard Smith18e30762013-05-16 01:23:30 +00009529 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1619">1619</a></td>
9530 <td>open</td>
9531 <td>Definition of current instantiation</td>
9532 <td align="center">Not resolved</td>
9533 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009534 <tr class="open" id="1620">
Richard Smith18e30762013-05-16 01:23:30 +00009535 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1620">1620</a></td>
9536 <td>open</td>
9537 <td>User-defined literals and extended integer types</td>
9538 <td align="center">Not resolved</td>
9539 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009540 <tr class="open" id="1621">
Richard Smith18e30762013-05-16 01:23:30 +00009541 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1621">1621</a></td>
9542 <td>drafting</td>
9543 <td>Member initializers in anonymous unions</td>
9544 <td align="center">Not resolved</td>
9545 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009546 <tr class="open" id="1622">
Richard Smith18e30762013-05-16 01:23:30 +00009547 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1622">1622</a></td>
9548 <td>drafting</td>
9549 <td>Empty aggregate initializer for union</td>
9550 <td align="center">Not resolved</td>
9551 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009552 <tr class="open" id="1623">
Richard Smith18e30762013-05-16 01:23:30 +00009553 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1623">1623</a></td>
9554 <td>drafting</td>
9555 <td>Deleted default union constructor and member initializers</td>
9556 <td align="center">Not resolved</td>
9557 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009558 <tr id="1624">
Richard Smith18e30762013-05-16 01:23:30 +00009559 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1624">1624</a></td>
9560 <td>NAD</td>
9561 <td>Destruction of union members with member initializers</td>
9562 <td class="none" align="center">Unknown</td>
9563 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009564 <tr class="open" id="1625">
Richard Smith18e30762013-05-16 01:23:30 +00009565 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1625">1625</a></td>
9566 <td>open</td>
9567 <td>Adding spaces between tokens in stringizing</td>
9568 <td align="center">Not resolved</td>
9569 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009570 <tr class="open" id="1626">
Richard Smith18e30762013-05-16 01:23:30 +00009571 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1626">1626</a></td>
9572 <td>drafting</td>
9573 <td><TT>constexpr</TT> member functions in <I>brace-or-equal-initializer</I>s</td>
9574 <td align="center">Not resolved</td>
9575 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009576 <tr id="1627">
Richard Smith18e30762013-05-16 01:23:30 +00009577 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1627">1627</a></td>
9578 <td>NAD</td>
9579 <td>Agreement of dependent <TT>alignas</TT> specifiers</td>
9580 <td class="none" align="center">Unknown</td>
9581 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009582 <tr class="open" id="1628">
Richard Smith18e30762013-05-16 01:23:30 +00009583 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1628">1628</a></td>
9584 <td>open</td>
9585 <td>Deallocation function templates</td>
9586 <td align="center">Not resolved</td>
9587 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009588 <tr id="1629">
9589 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1629">1629</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009590 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009591 <td>Can a closure class be a literal type?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009592 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009593 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009594 <tr id="1630">
9595 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1630">1630</a></td>
9596 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009597 <td>Multiple default constructor templates</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009598 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009599 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009600 <tr id="1631">
9601 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1631">1631</a></td>
9602 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009603 <td>Incorrect overload resolution for single-element <I>initializer-list</I></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009604 <td class="svn" align="center">SVN (C++11 onwards)</td>
Richard Smith18e30762013-05-16 01:23:30 +00009605 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009606 <tr class="open" id="1632">
Richard Smith18e30762013-05-16 01:23:30 +00009607 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1632">1632</a></td>
9608 <td>open</td>
9609 <td>Lambda capture in member initializers</td>
9610 <td align="center">Not resolved</td>
9611 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009612 <tr id="1633">
9613 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1633">1633</a></td>
9614 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009615 <td>Copy-initialization in member initialization</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009616 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009617 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009618 <tr class="open" id="1634">
Richard Smith18e30762013-05-16 01:23:30 +00009619 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1634">1634</a></td>
9620 <td>drafting</td>
9621 <td>Temporary storage duration</td>
9622 <td align="center">Not resolved</td>
9623 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009624 <tr class="open" id="1635">
Richard Smith18e30762013-05-16 01:23:30 +00009625 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1635">1635</a></td>
9626 <td>drafting</td>
9627 <td>How similar are template default arguments to function default arguments?</td>
9628 <td align="center">Not resolved</td>
9629 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009630 <tr class="open" id="1636">
Richard Smith18e30762013-05-16 01:23:30 +00009631 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1636">1636</a></td>
9632 <td>drafting</td>
9633 <td>Bits required for negative enumerator values</td>
9634 <td align="center">Not resolved</td>
9635 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009636 <tr id="1637">
Richard Smith18e30762013-05-16 01:23:30 +00009637 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1637">1637</a></td>
9638 <td>NAD</td>
9639 <td>Recursion in <TT>constexpr</TT> template default constructor</td>
9640 <td class="none" align="center">Unknown</td>
9641 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009642 <tr class="open" id="1638">
Richard Smith18e30762013-05-16 01:23:30 +00009643 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1638">1638</a></td>
9644 <td>drafting</td>
9645 <td>Declaring an explicit specialization of a scoped enumeration</td>
9646 <td align="center">Not resolved</td>
9647 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009648 <tr id="1639">
9649 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1639">1639</a></td>
9650 <td>DR</td>
Richard Smith18e30762013-05-16 01:23:30 +00009651 <td><I>exception-specification</I>s and pointer/pointer-to-member expressions</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009652 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009653 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009654 <tr class="open" id="1640">
Richard Smith18e30762013-05-16 01:23:30 +00009655 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1640">1640</a></td>
9656 <td>drafting</td>
9657 <td>Array of abstract instance of class template</td>
9658 <td align="center">Not resolved</td>
9659 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009660 <tr id="1641">
Richard Smith18e30762013-05-16 01:23:30 +00009661 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1641">1641</a></td>
9662 <td>NAD</td>
9663 <td>Assignment in member initializer</td>
9664 <td class="none" align="center">Unknown</td>
9665 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009666 <tr class="open" id="1642">
Richard Smith18e30762013-05-16 01:23:30 +00009667 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1642">1642</a></td>
9668 <td>open</td>
9669 <td>Missing requirements for prvalue operands</td>
9670 <td align="center">Not resolved</td>
9671 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009672 <tr class="open" id="1643">
Richard Smith18e30762013-05-16 01:23:30 +00009673 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1643">1643</a></td>
9674 <td>extension</td>
9675 <td>Default arguments for template parameter packs</td>
9676 <td align="center">Not resolved</td>
9677 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009678 <tr class="open" id="1644">
Richard Smith18e30762013-05-16 01:23:30 +00009679 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1644">1644</a></td>
9680 <td>open</td>
9681 <td>Equivalent <I>exception-specification</I>s in function template declarations</td>
9682 <td align="center">Not resolved</td>
9683 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009684 <tr class="open" id="1645">
Richard Smith18e30762013-05-16 01:23:30 +00009685 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1645">1645</a></td>
9686 <td>drafting</td>
9687 <td>Identical inheriting constructors via default arguments</td>
9688 <td align="center">Not resolved</td>
9689 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009690 <tr class="open" id="1646">
Richard Smith18e30762013-05-16 01:23:30 +00009691 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1646">1646</a></td>
9692 <td>drafting</td>
9693 <td><I>decltype-specifier</I>s, abstract classes, and deduction failure</td>
9694 <td align="center">Not resolved</td>
9695 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009696 <tr class="open" id="1647">
Richard Smith18e30762013-05-16 01:23:30 +00009697 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1647">1647</a></td>
9698 <td>drafting</td>
9699 <td>Type agreement of non-type template arguments in partial specializations</td>
9700 <td align="center">Not resolved</td>
9701 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009702 <tr id="1648">
Richard Smithf1e757d2013-11-07 05:34:58 +00009703 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1648">1648</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009704 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009705 <td><TT>thread_local</TT> vs block extern declarations</td>
9706 <td class="none" align="center">Unknown</td>
9707 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009708 <tr id="1649">
Richard Smithf1e757d2013-11-07 05:34:58 +00009709 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1649">1649</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009710 <td>C++14</td>
Richard Smith18e30762013-05-16 01:23:30 +00009711 <td>Error in the syntax of <I>mem-initializer-list</I></td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009712 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009713 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009714 <tr id="1650">
9715 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1650">1650</a></td>
9716 <td>NAD</td>
Richard Smith18e30762013-05-16 01:23:30 +00009717 <td>Class prvalues in reference initialization</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009718 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009719 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009720 <tr class="open" id="1651">
Richard Smith18e30762013-05-16 01:23:30 +00009721 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1651">1651</a></td>
Richard Smith18e30762013-05-16 01:23:30 +00009722 <td>drafting</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009723 <td>Lifetime extension of temporary via reference to subobject</td>
Richard Smith18e30762013-05-16 01:23:30 +00009724 <td align="center">Not resolved</td>
9725 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009726 <tr id="1652">
9727 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1652">1652</a></td>
9728 <td>ready</td>
9729 <td>Object addresses in <TT>constexpr</TT> expressions</td>
9730 <td class="none" align="center">Unknown</td>
9731 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009732 <tr class="open" id="1653">
Richard Smith18e30762013-05-16 01:23:30 +00009733 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1653">1653</a></td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009734 <td>drafting</td>
Richard Smith18e30762013-05-16 01:23:30 +00009735 <td>Removing deprecated increment of <TT>bool</TT></td>
9736 <td align="center">Not resolved</td>
9737 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009738 <tr id="1654">
Richard Smithf1e757d2013-11-07 05:34:58 +00009739 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1654">1654</a></td>
9740 <td>dup</td>
Richard Smith18e30762013-05-16 01:23:30 +00009741 <td>Literal types and <TT>constexpr</TT> defaulted constructors</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009742 <td class="none" align="center">Unknown</td>
Richard Smith18e30762013-05-16 01:23:30 +00009743 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009744 <tr class="open" id="1655">
Richard Smith18e30762013-05-16 01:23:30 +00009745 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1655">1655</a></td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009746 <td>drafting</td>
Richard Smith18e30762013-05-16 01:23:30 +00009747 <td>Line endings in raw string literals</td>
9748 <td align="center">Not resolved</td>
9749 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009750 <tr class="open" id="1656">
Richard Smith18e30762013-05-16 01:23:30 +00009751 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1656">1656</a></td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009752 <td>drafting</td>
Richard Smith18e30762013-05-16 01:23:30 +00009753 <td>Encoding of numerically-escaped characters</td>
9754 <td align="center">Not resolved</td>
9755 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009756 <tr class="open" id="1657">
Richard Smithf1e757d2013-11-07 05:34:58 +00009757 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1657">1657</a></td>
9758 <td>extension</td>
9759 <td>Attributes for namespaces and enumerators</td>
9760 <td align="center">Not resolved</td>
9761 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009762 <tr id="1658">
9763 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1658">1658</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009764 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009765 <td>Deleted default constructor for abstract class via destructor</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009766 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009767 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009768 <tr class="open" id="1659">
Richard Smithf1e757d2013-11-07 05:34:58 +00009769 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1659">1659</a></td>
9770 <td>open</td>
9771 <td>Initialization order of thread_local template static data members</td>
9772 <td align="center">Not resolved</td>
9773 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009774 <tr id="1660">
9775 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1660">1660</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009776 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009777 <td><I>member-declaration</I> requirements and unnamed bit-fields</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009778 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009779 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009780 <tr class="open" id="1661">
Richard Smithf1e757d2013-11-07 05:34:58 +00009781 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1661">1661</a></td>
9782 <td>concurrency</td>
9783 <td>Preservation of infinite loops</td>
9784 <td align="center">Not resolved</td>
9785 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009786 <tr id="1662">
9787 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1662">1662</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009788 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009789 <td>Capturing function parameter packs</td>
9790 <td class="none" align="center">Unknown</td>
9791 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009792 <tr id="1663">
Richard Smithf1e757d2013-11-07 05:34:58 +00009793 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1663">1663</a></td>
9794 <td>NAD</td>
9795 <td>Capturing an empty pack expansion</td>
9796 <td class="none" align="center">Unknown</td>
9797 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009798 <tr id="1664">
9799 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1664">1664</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009800 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009801 <td>Argument-dependent lookup of lambdas used in default arguments</td>
9802 <td class="none" align="center">Unknown</td>
9803 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009804 <tr class="open" id="1665">
Richard Smithf1e757d2013-11-07 05:34:58 +00009805 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1665">1665</a></td>
9806 <td>drafting</td>
9807 <td>Declaration matching in explicit instantiations</td>
9808 <td align="center">Not resolved</td>
9809 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009810 <tr id="1666">
9811 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1666">1666</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009812 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009813 <td>Address constant expressions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009814 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009815 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009816 <tr id="1667">
Richard Smithf1e757d2013-11-07 05:34:58 +00009817 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1667">1667</a></td>
9818 <td>NAD</td>
9819 <td>Function exiting via exception called by destructor during unwinding</td>
9820 <td class="none" align="center">Unknown</td>
9821 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009822 <tr class="open" id="1668">
Richard Smithf1e757d2013-11-07 05:34:58 +00009823 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1668">1668</a></td>
9824 <td>drafting</td>
9825 <td>Parameter type determination still not clear enough</td>
9826 <td align="center">Not resolved</td>
9827 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009828 <tr id="1669">
9829 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1669">1669</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009830 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009831 <td><TT>auto</TT> return type for <TT>main</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009832 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009833 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009834 <tr class="open" id="1670">
Richard Smithf1e757d2013-11-07 05:34:58 +00009835 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1670">1670</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009836 <td>drafting</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009837 <td><TT>auto</TT> as <I>conversion-type-id</I></td>
9838 <td align="center">Not resolved</td>
9839 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009840 <tr id="1671">
Richard Smithf1e757d2013-11-07 05:34:58 +00009841 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1671">1671</a></td>
9842 <td>NAD</td>
9843 <td>Unclear rules for deduction with cv-qualification</td>
9844 <td class="none" align="center">Unknown</td>
9845 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009846 <tr id="1672">
9847 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1672">1672</a></td>
9848 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009849 <td>Layout compatibility with multiple empty bases</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009850 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009851 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009852 <tr id="1673">
9853 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1673">1673</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009854 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009855 <td>Clarifying overload resolution for the second step of copy-initialization</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009856 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009857 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009858 <tr id="1674">
9859 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1674">1674</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009860 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009861 <td>Return type deduction for address of function</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009862 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009863 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009864 <tr id="1675">
9865 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1675">1675</a></td>
9866 <td>NAD</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009867 <td>Size limit for automatic array object</td>
9868 <td class="none" align="center">Unknown</td>
9869 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009870 <tr class="open" id="1676">
Richard Smithf1e757d2013-11-07 05:34:58 +00009871 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1676">1676</a></td>
9872 <td>drafting</td>
9873 <td><TT>auto</TT> return type for allocation and deallocation functions</td>
9874 <td align="center">Not resolved</td>
9875 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009876 <tr class="open" id="1677">
Richard Smithf1e757d2013-11-07 05:34:58 +00009877 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1677">1677</a></td>
9878 <td>drafting</td>
9879 <td>Constant initialization via aggregate initialization</td>
9880 <td align="center">Not resolved</td>
9881 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009882 <tr id="1678">
Richard Smithf1e757d2013-11-07 05:34:58 +00009883 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1678">1678</a></td>
9884 <td>NAD</td>
9885 <td>Naming the type of an array of runtime bound</td>
9886 <td class="none" align="center">Unknown</td>
9887 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009888 <tr id="1679">
Richard Smithf1e757d2013-11-07 05:34:58 +00009889 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1679">1679</a></td>
9890 <td>NAD</td>
9891 <td>Range-based <TT>for</TT> and array of runtime bound</td>
9892 <td class="none" align="center">Unknown</td>
9893 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009894 <tr class="open" id="1680">
Richard Smithf1e757d2013-11-07 05:34:58 +00009895 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1680">1680</a></td>
9896 <td>drafting</td>
9897 <td>Including <TT>&lt;initializer_list&gt;</TT> for range-based <TT>for</TT></td>
9898 <td align="center">Not resolved</td>
9899 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009900 <tr id="1681">
9901 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1681">1681</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009902 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009903 <td><I>init-capture</I>s and nested lambdas</td>
9904 <td class="none" align="center">Unknown</td>
9905 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009906 <tr class="open" id="1682">
Richard Smithf1e757d2013-11-07 05:34:58 +00009907 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1682">1682</a></td>
9908 <td>open</td>
9909 <td>Overly-restrictive rules on function templates as allocation functions</td>
9910 <td align="center">Not resolved</td>
9911 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009912 <tr class="open" id="1683">
Richard Smithf1e757d2013-11-07 05:34:58 +00009913 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1683">1683</a></td>
9914 <td>review</td>
9915 <td>Incorrect example after <TT>constexpr</TT> changes</td>
9916 <td align="center">Not resolved</td>
9917 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009918 <tr id="1684">
9919 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1684">1684</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009920 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009921 <td>Static <TT>constexpr</TT> member functions for non-literal classes</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009922 <td class="full" align="center">Clang 3.6</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009923 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009924 <tr id="1685">
9925 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1685">1685</a></td>
9926 <td>NAD</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009927 <td>Value category of <TT>noexcept</TT> expression</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009928 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009929 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009930 <tr id="1686">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009931 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1686">1686</a></td>
9932 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009933 <td>Which variables are &#8220;explicitly declared <TT>const</TT>?&#8221;</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009934 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009935 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009936 <tr id="1687">
9937 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1687">1687</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009938 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009939 <td>Conversions of operands of built-in operators</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009940 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009941 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009942 <tr id="1688">
Richard Smithf1e757d2013-11-07 05:34:58 +00009943 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1688">1688</a></td>
9944 <td>NAD</td>
9945 <td>Volatile <TT>constexpr</TT> variables</td>
9946 <td class="none" align="center">Unknown</td>
9947 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009948 <tr id="1689">
9949 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1689">1689</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009950 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009951 <td>Syntactic nonterminal for operand of <TT>alignas</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009952 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009953 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009954 <tr id="1690">
9955 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1690">1690</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009956 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009957 <td>Associated namespace for local type</td>
9958 <td class="none" align="center">Unknown</td>
9959 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009960 <tr id="1691">
9961 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1691">1691</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009962 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009963 <td>Argument-dependent lookup and opaque enumerations</td>
9964 <td class="none" align="center">Unknown</td>
9965 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009966 <tr id="1692">
9967 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1692">1692</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009968 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009969 <td>Associated namespaces of doubly-nested classes</td>
9970 <td class="none" align="center">Unknown</td>
9971 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009972 <tr id="1693">
9973 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1693">1693</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009974 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009975 <td>Superfluous semicolons in class definitions</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009976 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009977 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009978 <tr id="1694">
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009979 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1694">1694</a></td>
9980 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009981 <td>Restriction on reference to temporary as a constant expression</td>
Stephen Hines651f13c2014-04-23 16:59:28 -07009982 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009983 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009984 <tr id="1695">
9985 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1695">1695</a></td>
9986 <td>NAD</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009987 <td>Lifetime extension via <I>init-capture</I></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009988 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009989 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009990 <tr id="1696">
9991 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1696">1696</a></td>
9992 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009993 <td>Temporary lifetime and non-static data member initializers</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -07009994 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +00009995 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -07009996 <tr class="open" id="1697">
Richard Smithf1e757d2013-11-07 05:34:58 +00009997 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1697">1697</a></td>
9998 <td>drafting</td>
9999 <td>Lifetime extension and copy elision</td>
10000 <td align="center">Not resolved</td>
10001 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010002 <tr class="open" id="1698">
Richard Smithf1e757d2013-11-07 05:34:58 +000010003 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1698">1698</a></td>
10004 <td>open</td>
10005 <td>Files ending in <TT>\</TT></td>
10006 <td align="center">Not resolved</td>
10007 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010008 <tr class="open" id="1699">
Richard Smithf1e757d2013-11-07 05:34:58 +000010009 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1699">1699</a></td>
10010 <td>drafting</td>
10011 <td>Does befriending a class befriend its friends?</td>
10012 <td align="center">Not resolved</td>
10013 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010014 <tr id="1700">
Richard Smithf1e757d2013-11-07 05:34:58 +000010015 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1700">1700</a></td>
10016 <td>NAD</td>
10017 <td>Does the special rvalue-reference deduction apply to alias templates?</td>
10018 <td class="none" align="center">Unknown</td>
10019 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010020 <tr class="open" id="1701">
Richard Smithf1e757d2013-11-07 05:34:58 +000010021 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1701">1701</a></td>
10022 <td>drafting</td>
10023 <td>Array vs sequence in object representation</td>
10024 <td align="center">Not resolved</td>
10025 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010026 <tr class="open" id="1702">
Richard Smithf1e757d2013-11-07 05:34:58 +000010027 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1702">1702</a></td>
10028 <td>drafting</td>
10029 <td>Rephrasing the definition of &#8220;anonymous union&#8221;</td>
10030 <td align="center">Not resolved</td>
10031 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010032 <tr id="1703">
Richard Smithf1e757d2013-11-07 05:34:58 +000010033 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1703">1703</a></td>
10034 <td>NAD</td>
10035 <td>Language linkage of names of functions with internal linkage</td>
10036 <td class="none" align="center">Unknown</td>
10037 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010038 <tr class="open" id="1704">
Richard Smithf1e757d2013-11-07 05:34:58 +000010039 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1704">1704</a></td>
10040 <td>drafting</td>
10041 <td>Type checking in explicit instantiation of variable templates</td>
10042 <td align="center">Not resolved</td>
10043 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010044 <tr id="1705">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010045 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1705">1705</a></td>
10046 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010047 <td>Unclear specification of &#8220;more specialized&#8221;</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010048 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010049 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010050 <tr class="open" id="1706">
Richard Smithf1e757d2013-11-07 05:34:58 +000010051 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1706">1706</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010052 <td>drafting</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010053 <td><TT>alignas</TT> pack expansion syntax</td>
10054 <td align="center">Not resolved</td>
10055 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010056 <tr id="1707">
10057 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1707">1707</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010058 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010059 <td><TT>template</TT> in <I>elaborated-type-specifier</I> without <I>nested-name-specifier</I></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010060 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010061 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010062 <tr id="1708">
10063 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1708">1708</a></td>
10064 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010065 <td>overly-strict requirements for names with C language linkage</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010066 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010067 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010068 <tr class="open" id="1709">
Richard Smithf1e757d2013-11-07 05:34:58 +000010069 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1709">1709</a></td>
10070 <td>drafting</td>
10071 <td>Stringizing raw string literals containing newline</td>
10072 <td align="center">Not resolved</td>
10073 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010074 <tr class="open" id="1710">
Richard Smithf1e757d2013-11-07 05:34:58 +000010075 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1710">1710</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010076 <td>review</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010077 <td>Missing <TT>template</TT> keyword in <I>class-or-decltype</I></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010078 <td align="center">Not resolved</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010079 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010080 <tr class="open" id="1711">
Richard Smithf1e757d2013-11-07 05:34:58 +000010081 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1711">1711</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010082 <td>drafting</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010083 <td>Missing specification of variable template partial specializations</td>
10084 <td align="center">Not resolved</td>
10085 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010086 <tr id="1712">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010087 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1712">1712</a></td>
10088 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010089 <td><TT>constexpr</TT> variable template declarations</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010090 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010091 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010092 <tr class="open" id="1713">
Richard Smithf1e757d2013-11-07 05:34:58 +000010093 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1713">1713</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010094 <td>drafting</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010095 <td>Linkage of variable template specializations</td>
10096 <td align="center">Not resolved</td>
10097 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010098 <tr id="1714">
10099 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1714">1714</a></td>
10100 <td>NAD</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010101 <td>odr-use of <TT>this</TT> from a local class</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010102 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010103 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010104 <tr class="open" id="1715">
Richard Smithf1e757d2013-11-07 05:34:58 +000010105 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1715">1715</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010106 <td>drafting</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010107 <td>Access and inherited constructor templates</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010108 <td align="center">Not resolved</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010109 </tr>
10110 <tr id="1716">
10111 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1716">1716</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010112 <td>C++14</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010113 <td>When are default arguments evaluated?</td>
10114 <td class="none" align="center">Unknown</td>
10115 </tr>
10116 <tr id="1717">
10117 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1717">1717</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010118 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010119 <td>Missing specification of type of binary literal</td>
10120 <td class="none" align="center">Unknown</td>
10121 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010122 <tr class="open" id="1718">
Richard Smithf1e757d2013-11-07 05:34:58 +000010123 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1718">1718</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010124 <td>drafting</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010125 <td>Macro invocation spanning end-of-file</td>
10126 <td align="center">Not resolved</td>
10127 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010128 <tr id="1719">
10129 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1719">1719</a></td>
10130 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010131 <td>Layout compatibility and cv-qualification revisited</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010132 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010133 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010134 <tr id="1720">
Richard Smithf1e757d2013-11-07 05:34:58 +000010135 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1720">1720</a></td>
10136 <td>NAD</td>
10137 <td>Macro invocation in <TT>#include</TT> directive</td>
10138 <td class="none" align="center">Unknown</td>
10139 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010140 <tr class="open" id="1721">
Richard Smithf1e757d2013-11-07 05:34:58 +000010141 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1721">1721</a></td>
10142 <td>drafting</td>
10143 <td>Diagnosing ODR violations for static data members</td>
10144 <td align="center">Not resolved</td>
10145 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010146 <tr class="open" id="1722">
Richard Smithf1e757d2013-11-07 05:34:58 +000010147 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1722">1722</a></td>
10148 <td>drafting</td>
10149 <td>Should lambda to function pointer conversion function be <TT>noexcept</TT>?</td>
10150 <td align="center">Not resolved</td>
10151 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010152 <tr class="open" id="1723">
Richard Smithf1e757d2013-11-07 05:34:58 +000010153 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1723">1723</a></td>
10154 <td>drafting</td>
10155 <td>Multicharacter user-defined character literals</td>
10156 <td align="center">Not resolved</td>
10157 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010158 <tr class="open" id="1724">
Richard Smithf1e757d2013-11-07 05:34:58 +000010159 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1724">1724</a></td>
10160 <td>drafting</td>
10161 <td>Unclear rules for deduction failure</td>
10162 <td align="center">Not resolved</td>
10163 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010164 <tr id="1725">
Richard Smithf1e757d2013-11-07 05:34:58 +000010165 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1725">1725</a></td>
10166 <td>NAD</td>
10167 <td>Trailing return type with nested function declarator</td>
10168 <td class="none" align="center">Unknown</td>
10169 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010170 <tr class="open" id="1726">
Richard Smithf1e757d2013-11-07 05:34:58 +000010171 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1726">1726</a></td>
10172 <td>drafting</td>
10173 <td>Declarator operators and conversion function</td>
10174 <td align="center">Not resolved</td>
10175 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010176 <tr id="1727">
Richard Smithf1e757d2013-11-07 05:34:58 +000010177 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1727">1727</a></td>
10178 <td>NAD</td>
10179 <td>Type of a specialization of a variable template</td>
10180 <td class="none" align="center">Unknown</td>
10181 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010182 <tr class="open" id="1728">
Richard Smithf1e757d2013-11-07 05:34:58 +000010183 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1728">1728</a></td>
10184 <td>drafting</td>
10185 <td>Type of an explicit instantiation of a variable template</td>
10186 <td align="center">Not resolved</td>
10187 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010188 <tr class="open" id="1729">
Richard Smithf1e757d2013-11-07 05:34:58 +000010189 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1729">1729</a></td>
10190 <td>drafting</td>
10191 <td>Matching declarations and definitions of variable templates</td>
10192 <td align="center">Not resolved</td>
10193 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010194 <tr class="open" id="1730">
Richard Smithf1e757d2013-11-07 05:34:58 +000010195 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1730">1730</a></td>
10196 <td>drafting</td>
10197 <td>Can a variable template have an unnamed type?</td>
10198 <td align="center">Not resolved</td>
10199 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010200 <tr id="1731">
Richard Smithf1e757d2013-11-07 05:34:58 +000010201 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1731">1731</a></td>
10202 <td>NAD</td>
10203 <td><TT>is_trivially_</TT><I>X</I> and definitions of special member functions</td>
10204 <td class="none" align="center">Unknown</td>
10205 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010206 <tr id="1732">
10207 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1732">1732</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010208 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010209 <td>Defining types in <I>condition</I>s and range-based <TT>for</TT> statements</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010210 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010211 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010212 <tr class="open" id="1733">
Richard Smithf1e757d2013-11-07 05:34:58 +000010213 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1733">1733</a></td>
10214 <td>drafting</td>
10215 <td>Return type and value for <TT>operator=</TT> with <I>ref-qualifier</I></td>
10216 <td align="center">Not resolved</td>
10217 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010218 <tr class="open" id="1734">
Richard Smithf1e757d2013-11-07 05:34:58 +000010219 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1734">1734</a></td>
10220 <td>drafting</td>
10221 <td>Nontrivial deleted copy functions</td>
10222 <td align="center">Not resolved</td>
10223 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010224 <tr class="open" id="1735">
Richard Smithf1e757d2013-11-07 05:34:58 +000010225 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1735">1735</a></td>
10226 <td>drafting</td>
10227 <td>Out-of-range literals in <I>user-defined-literal</I>s</td>
10228 <td align="center">Not resolved</td>
10229 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010230 <tr class="open" id="1736">
Richard Smithf1e757d2013-11-07 05:34:58 +000010231 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1736">1736</a></td>
10232 <td>drafting</td>
10233 <td>Inheriting constructor templates in a local class</td>
10234 <td align="center">Not resolved</td>
10235 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010236 <tr id="1737">
10237 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1737">1737</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010238 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010239 <td>Type dependence of call to a member of the current instantiation</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010240 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010241 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010242 <tr id="1738">
10243 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1738">1738</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010244 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010245 <td>Explicit instantiation/specialization of inheriting constructor templates</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010246 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010247 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010248 <tr id="1739">
10249 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1739">1739</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010250 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010251 <td>Conversion of floating point to enumeration</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010252 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010253 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010254 <tr id="1740">
10255 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1740">1740</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010256 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010257 <td>Disambiguation of <TT>noexcept</TT></td>
10258 <td class="none" align="center">Unknown</td>
10259 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010260 <tr id="1741">
10261 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1741">1741</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010262 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010263 <td>odr-use of class object in lvalue-to-rvalue conversion</td>
10264 <td class="none" align="center">Unknown</td>
10265 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010266 <tr class="open" id="1742">
Richard Smithf1e757d2013-11-07 05:34:58 +000010267 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1742">1742</a></td>
10268 <td>open</td>
10269 <td><I>using-declaration</I>s and scoped enumerators</td>
10270 <td align="center">Not resolved</td>
10271 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010272 <tr class="open" id="1743">
Richard Smithf1e757d2013-11-07 05:34:58 +000010273 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1743">1743</a></td>
10274 <td>open</td>
10275 <td><I>init-capture</I>s in nested lambdas</td>
10276 <td align="center">Not resolved</td>
10277 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010278 <tr id="1744">
10279 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1744">1744</a></td>
10280 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010281 <td>Unordered initialization for variable template specializations</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010282 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010283 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010284 <tr id="1745">
10285 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1745">1745</a></td>
10286 <td>NAD</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010287 <td><TT>thread_local constexpr</TT> variable</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010288 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010289 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010290 <tr id="1746">
10291 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1746">1746</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010292 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010293 <td>Are volatile scalar types trivially copyable?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010294 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010295 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010296 <tr id="1747">
10297 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1747">1747</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010298 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010299 <td>Constant initialization of reference to function</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010300 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010301 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010302 <tr id="1748">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010303 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1748">1748</a></td>
10304 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010305 <td>Placement new with a null pointer</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010306 <td class="svn" align="center">SVN</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010307 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010308 <tr id="1749">
10309 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1749">1749</a></td>
10310 <td>NAD</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010311 <td>Confusing definition for constant initializer</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010312 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010313 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010314 <tr id="1750">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010315 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1750">1750</a></td>
10316 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010317 <td>&#8220;Argument&#8221; vs &#8220;parameter&#8221;</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010318 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010319 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010320 <tr id="1751">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010321 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1751">1751</a></td>
10322 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010323 <td>Non-trivial operations vs non-trivial initialization</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010324 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010325 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010326 <tr id="1752">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010327 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1752">1752</a></td>
10328 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010329 <td>Right-recursion in <I>mem-initializer-list</I></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010330 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010331 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010332 <tr id="1753">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010333 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1753">1753</a></td>
10334 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010335 <td><I>decltype-specifier</I> in <I>nested-name-specifier</I> of destructor</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010336 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010337 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010338 <tr class="open" id="1754">
10339 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1754">1754</a></td>
10340 <td>extension</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010341 <td>Declaration of partial specialization of static data member template</td>
10342 <td align="center">Not resolved</td>
10343 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010344 <tr class="open" id="1755">
Richard Smithf1e757d2013-11-07 05:34:58 +000010345 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1755">1755</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010346 <td>drafting</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010347 <td>Out-of-class partial specializations of member templates</td>
10348 <td align="center">Not resolved</td>
10349 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010350 <tr id="1756">
10351 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1756">1756</a></td>
10352 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010353 <td>Direct-list-initialization of a non-class object</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010354 <td class="svn" align="center">SVN (C++11 onwards)</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010355 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010356 <tr id="1757">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010357 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1757">1757</a></td>
10358 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010359 <td>Const integral subobjects</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010360 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010361 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010362 <tr id="1758">
10363 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1758">1758</a></td>
10364 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010365 <td>Explicit conversion in copy/move list initialization</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010366 <td class="svn" align="center">SVN (C++11 onwards)</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010367 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010368 <tr id="1759">
10369 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1759">1759</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010370 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010371 <td>UTF-8 code units in plain <TT>char</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010372 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010373 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010374 <tr id="1760">
10375 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1760">1760</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010376 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010377 <td>Access of member corresponding to <I>init-capture</I></td>
10378 <td class="none" align="center">Unknown</td>
10379 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010380 <tr id="1761">
10381 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1761">1761</a></td>
10382 <td>NAD</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010383 <td>Runtime check on size of automatic array</td>
10384 <td class="none" align="center">Unknown</td>
10385 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010386 <tr id="1762">
10387 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1762">1762</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010388 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010389 <td>Reserved identifier used in <I>literal-operator-id</I> example</td>
10390 <td class="none" align="center">Unknown</td>
10391 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010392 <tr class="open" id="1763">
Richard Smithf1e757d2013-11-07 05:34:58 +000010393 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1763">1763</a></td>
10394 <td>open</td>
10395 <td>Length mismatch in template type deduction</td>
10396 <td align="center">Not resolved</td>
10397 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010398 <tr id="1764">
10399 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1764">1764</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010400 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010401 <td>Hiding of function from using-declaration by signature</td>
10402 <td class="none" align="center">Unknown</td>
10403 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010404 <tr id="1765">
10405 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1765">1765</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010406 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010407 <td>Overflow of enumeration used as enumerator value</td>
10408 <td class="none" align="center">Unknown</td>
10409 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010410 <tr id="1766">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010411 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1766">1766</a></td>
10412 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010413 <td>Values outside the range of the values of an enumeration</td>
10414 <td class="none" align="center">Unknown</td>
10415 </tr>
10416 <tr id="1767">
10417 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1767">1767</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010418 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010419 <td>Scoped enumeration in a <TT>switch</TT> statement</td>
10420 <td class="none" align="center">Unknown</td>
10421 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010422 <tr id="1768">
10423 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1768">1768</a></td>
10424 <td>NAD</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010425 <td>Zero-element array of runtime bound</td>
10426 <td class="none" align="center">Unknown</td>
10427 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010428 <tr id="1769">
10429 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1769">1769</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010430 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010431 <td>Catching a base class of the exception object</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010432 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010433 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010434 <tr id="1770">
10435 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1770">1770</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010436 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010437 <td>Type matching of non-type template parameters and arguments</td>
10438 <td class="none" align="center">Unknown</td>
10439 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010440 <tr class="open" id="1771">
Richard Smithf1e757d2013-11-07 05:34:58 +000010441 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1771">1771</a></td>
10442 <td>open</td>
10443 <td>Restricted lookup in <I>nested-name-specifier</I></td>
10444 <td align="center">Not resolved</td>
10445 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010446 <tr id="1772">
10447 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1772">1772</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010448 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010449 <td><TT>__func__</TT> in a lambda body</td>
10450 <td class="none" align="center">Unknown</td>
10451 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010452 <tr id="1773">
10453 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1773">1773</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010454 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010455 <td>Out-of-lifetime lvalue-to-rvalue conversion</td>
10456 <td class="none" align="center">Unknown</td>
10457 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010458 <tr id="1774">
10459 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1774">1774</a></td>
10460 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010461 <td>Discrepancy between subobject destruction and stack unwinding</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010462 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010463 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010464 <tr id="1775">
10465 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1775">1775</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010466 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010467 <td>Undefined behavior of line splice in raw string literal</td>
10468 <td class="none" align="center">Unknown</td>
10469 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010470 <tr class="open" id="1776">
Richard Smithf1e757d2013-11-07 05:34:58 +000010471 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1776">1776</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010472 <td>drafting</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010473 <td>Replacement of class objects containing reference members</td>
10474 <td align="center">Not resolved</td>
10475 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010476 <tr id="1777">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010477 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1777">1777</a></td>
10478 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010479 <td>Empty pack expansion in <I>dynamic-exception-specification</I></td>
10480 <td class="none" align="center">Unknown</td>
10481 </tr>
10482 <tr id="1778">
10483 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1778">1778</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010484 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010485 <td><I>exception-specification</I> in explicitly-defaulted functions</td>
10486 <td class="none" align="center">Unknown</td>
10487 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010488 <tr id="1779">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010489 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1779">1779</a></td>
10490 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010491 <td>Type dependency of <TT>__func__</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010492 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010493 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010494 <tr id="1780">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010495 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1780">1780</a></td>
10496 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010497 <td>Explicit instantiation/specialization of generic lambda <TT>operator()</TT></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010498 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010499 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010500 <tr class="open" id="1781">
Richard Smithf1e757d2013-11-07 05:34:58 +000010501 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1781">1781</a></td>
10502 <td>open</td>
10503 <td>Converting from <TT>nullptr_t</TT> to <TT>bool</TT> in overload resolution</td>
10504 <td align="center">Not resolved</td>
10505 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010506 <tr id="1782">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010507 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1782">1782</a></td>
10508 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010509 <td>Form of initialization for <TT>nullptr_t</TT> to <TT>bool</TT> conversion</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010510 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010511 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010512 <tr id="1783">
10513 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1783">1783</a></td>
10514 <td>NAD</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010515 <td>Why are virtual destructors non-trivial?</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010516 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010517 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010518 <tr class="open" id="1784">
Richard Smithf1e757d2013-11-07 05:34:58 +000010519 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1784">1784</a></td>
10520 <td>concurrency</td>
10521 <td>Concurrent execution during static local initialization</td>
10522 <td align="center">Not resolved</td>
10523 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010524 <tr class="open" id="1785">
Richard Smithf1e757d2013-11-07 05:34:58 +000010525 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1785">1785</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010526 <td>drafting</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010527 <td>Conflicting diagnostic requirements for template definitions</td>
10528 <td align="center">Not resolved</td>
10529 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010530 <tr id="1786">
10531 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1786">1786</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010532 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010533 <td>Effect of merging allocations on memory leakage</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010534 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010535 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010536 <tr id="1787">
10537 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1787">1787</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010538 <td>C++14</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010539 <td>Uninitialized <TT>unsigned char</TT> values</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010540 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010541 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010542 <tr id="1788">
10543 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1788">1788</a></td>
10544 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010545 <td>Sized deallocation of array of non-class type</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010546 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010547 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010548 <tr class="open" id="1789">
Richard Smithf1e757d2013-11-07 05:34:58 +000010549 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1789">1789</a></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010550 <td>drafting</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010551 <td>Array reference vs array decay in overload resolution</td>
10552 <td align="center">Not resolved</td>
10553 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010554 <tr class="open" id="1790">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010555 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1790">1790</a></td>
10556 <td>extension</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010557 <td>Ellipsis following function parameter pack</td>
10558 <td align="center">Not resolved</td>
10559 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010560 <tr id="1791">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010561 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1791">1791</a></td>
10562 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010563 <td>Incorrect restrictions on <I>cv-qualifier-seq</I> and <I>ref-qualifier</I></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010564 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010565 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010566 <tr id="1792">
10567 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1792">1792</a></td>
10568 <td>NAD</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010569 <td>Incorrect example of explicit specialization of member enumeration</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010570 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010571 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010572 <tr id="1793">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010573 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1793">1793</a></td>
10574 <td>DR</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010575 <td><TT>thread_local</TT> in explicit specializations</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010576 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010577 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010578 <tr class="open" id="1794">
Richard Smithf1e757d2013-11-07 05:34:58 +000010579 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1794">1794</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010580 <td>review</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010581 <td><TT>template</TT> keyword and alias templates</td>
10582 <td align="center">Not resolved</td>
10583 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010584 <tr id="1795">
10585 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1795">1795</a></td>
10586 <td>DR</td>
10587 <td>Disambiguating <I>original-namespace-definition</I> and <I>extension-namespace-definition</I></td>
10588 <td class="none" align="center">Unknown</td>
10589 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010590 <tr id="1796">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010591 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1796">1796</a></td>
10592 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010593 <td>Is all-bits-zero for null characters a meaningful requirement?</td>
10594 <td class="none" align="center">Unknown</td>
10595 </tr>
10596 <tr id="1797">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010597 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1797">1797</a></td>
10598 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010599 <td>Are all bit patterns of <TT>unsigned char</TT> distinct numbers?</td>
10600 <td class="none" align="center">Unknown</td>
10601 </tr>
10602 <tr class="open" id="1798">
10603 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1798">1798</a></td>
10604 <td>extension</td>
10605 <td><I>exception-specification</I>s of template arguments</td>
10606 <td align="center">Not resolved</td>
10607 </tr>
10608 <tr id="1799">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010609 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1799">1799</a></td>
10610 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010611 <td><TT>mutable</TT> and non-explicit const qualification</td>
10612 <td class="none" align="center">Unknown</td>
10613 </tr>
10614 <tr id="1800">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010615 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1800">1800</a></td>
10616 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010617 <td>Pointer to member of nested anonymous union</td>
10618 <td class="none" align="center">Unknown</td>
10619 </tr>
10620 <tr class="open" id="1801">
10621 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1801">1801</a></td>
10622 <td>drafting</td>
10623 <td>Kind of expression referring to member of anonymous union</td>
10624 <td align="center">Not resolved</td>
10625 </tr>
10626 <tr id="1802">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010627 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1802">1802</a></td>
10628 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010629 <td><TT>char16_t</TT> string literals and surrogate pairs</td>
10630 <td class="none" align="center">Unknown</td>
10631 </tr>
10632 <tr class="open" id="1803">
10633 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1803">1803</a></td>
10634 <td>drafting</td>
10635 <td><I>opaque-enum-declaration</I> as <I>member-declaration</I></td>
10636 <td align="center">Not resolved</td>
10637 </tr>
10638 <tr id="1804">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010639 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1804">1804</a></td>
10640 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010641 <td>Partial specialization and friendship</td>
10642 <td class="none" align="center">Unknown</td>
10643 </tr>
10644 <tr id="1805">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010645 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1805">1805</a></td>
10646 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010647 <td>Conversions of array operands in <I>conditional-expression</I>s</td>
10648 <td class="none" align="center">Unknown</td>
10649 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010650 <tr id="1806">
10651 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1806">1806</a></td>
10652 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010653 <td>Virtual bases and move-assignment</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010654 <td class="none" align="center">Unknown</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010655 </tr>
10656 <tr id="1807">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010657 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1807">1807</a></td>
10658 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010659 <td>Order of destruction of array elements after an exception</td>
10660 <td class="none" align="center">Unknown</td>
10661 </tr>
10662 <tr class="open" id="1808">
10663 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1808">1808</a></td>
Richard Smithf1e757d2013-11-07 05:34:58 +000010664 <td>open</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010665 <td>Constructor templates vs default constructors</td>
10666 <td align="center">Not resolved</td>
10667 </tr>
10668 <tr id="1809">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010669 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1809">1809</a></td>
10670 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010671 <td>Narrowing and template argument deduction</td>
10672 <td class="none" align="center">Unknown</td>
10673 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010674 <tr id="1810">
10675 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1810">1810</a></td>
10676 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010677 <td>Invalid <I>ud-suffix</I>es</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010678 <td class="none" align="center">Unknown</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010679 </tr>
10680 <tr id="1811">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010681 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1811">1811</a></td>
10682 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010683 <td>Lookup of deallocation function in a virtual destructor definition</td>
10684 <td class="none" align="center">Unknown</td>
10685 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010686 <tr class="open" id="1812">
Stephen Hines651f13c2014-04-23 16:59:28 -070010687 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1812">1812</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010688 <td>review</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010689 <td>Omission of <TT>template</TT> in a <I>typename-specifier</I></td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010690 <td align="center">Not resolved</td>
10691 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010692 <tr id="1813">
10693 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1813">1813</a></td>
10694 <td>DR</td>
10695 <td>Direct vs indirect bases in standard-layout classes</td>
10696 <td class="none" align="center">Unknown</td>
10697 </tr>
Stephen Hines651f13c2014-04-23 16:59:28 -070010698 <tr id="1814">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010699 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1814">1814</a></td>
10700 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010701 <td>Default arguments in <I>lambda-expression</I>s</td>
10702 <td class="none" align="center">Unknown</td>
10703 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010704 <tr id="1815">
10705 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1815">1815</a></td>
10706 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010707 <td>Lifetime extension in aggregate initialization</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010708 <td class="none" align="center">Unknown</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010709 </tr>
10710 <tr id="1816">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010711 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1816">1816</a></td>
10712 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010713 <td>Unclear specification of bit-field values</td>
10714 <td class="none" align="center">Unknown</td>
10715 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010716 <tr class="open" id="1817">
Stephen Hines651f13c2014-04-23 16:59:28 -070010717 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1817">1817</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010718 <td>drafting</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010719 <td>Linkage specifications and nested scopes</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010720 <td align="center">Not resolved</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010721 </tr>
10722 <tr class="open" id="1818">
10723 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1818">1818</a></td>
10724 <td>open</td>
10725 <td>Visibility and inherited language linkage</td>
10726 <td align="center">Not resolved</td>
10727 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010728 <tr id="1819">
10729 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1819">1819</a></td>
10730 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010731 <td>Acceptable scopes for definition of partial specialization</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010732 <td class="none" align="center">Unknown</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010733 </tr>
10734 <tr class="open" id="1820">
10735 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1820">1820</a></td>
10736 <td>open</td>
10737 <td>Qualified typedef names</td>
10738 <td align="center">Not resolved</td>
10739 </tr>
10740 <tr class="open" id="1821">
10741 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1821">1821</a></td>
10742 <td>open</td>
10743 <td>Qualified redeclarations in a class <I>member-specification</I></td>
10744 <td align="center">Not resolved</td>
10745 </tr>
10746 <tr class="open" id="1822">
10747 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1822">1822</a></td>
10748 <td>open</td>
10749 <td>Lookup of parameter names in <I>lambda-expression</I>s</td>
10750 <td align="center">Not resolved</td>
10751 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010752 <tr id="1823">
10753 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1823">1823</a></td>
10754 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010755 <td>String literal uniqueness in inline functions</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010756 <td class="none" align="center">Unknown</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010757 </tr>
10758 <tr id="1824">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010759 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1824">1824</a></td>
10760 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010761 <td>Completeness of return type vs point of instantiation</td>
10762 <td class="none" align="center">Unknown</td>
10763 </tr>
10764 <tr class="open" id="1825">
10765 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1825">1825</a></td>
10766 <td>drafting</td>
10767 <td>Partial ordering between variadic and non-variadic function templates</td>
10768 <td align="center">Not resolved</td>
10769 </tr>
10770 <tr class="open" id="1826">
10771 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1826">1826</a></td>
10772 <td>extension</td>
10773 <td><TT>const</TT> floating-point in constant expressions</td>
10774 <td align="center">Not resolved</td>
10775 </tr>
10776 <tr class="open" id="1827">
10777 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1827">1827</a></td>
10778 <td>drafting</td>
10779 <td>Reference binding with ambiguous conversions</td>
10780 <td align="center">Not resolved</td>
10781 </tr>
10782 <tr class="open" id="1828">
10783 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1828">1828</a></td>
10784 <td>drafting</td>
10785 <td><I>nested-name-specifier</I> ambiguity</td>
10786 <td align="center">Not resolved</td>
10787 </tr>
10788 <tr class="open" id="1829">
10789 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1829">1829</a></td>
10790 <td>open</td>
10791 <td>Dependent unnamed types</td>
10792 <td align="center">Not resolved</td>
10793 </tr>
10794 <tr id="1830">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010795 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1830">1830</a></td>
10796 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010797 <td>Repeated specifiers</td>
10798 <td class="none" align="center">Unknown</td>
10799 </tr>
10800 <tr id="1831">
10801 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1831">1831</a></td>
10802 <td>NAD</td>
10803 <td>Explicitly vs implicitly deleted move constructors</td>
10804 <td class="none" align="center">Unknown</td>
10805 </tr>
10806 <tr id="1832">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010807 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1832">1832</a></td>
10808 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010809 <td>Casting to incomplete enumeration</td>
10810 <td class="none" align="center">Unknown</td>
10811 </tr>
10812 <tr class="open" id="1833">
10813 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1833">1833</a></td>
10814 <td>extension</td>
10815 <td><TT>friend</TT> declarations naming implicitly-declared member functions</td>
10816 <td align="center">Not resolved</td>
10817 </tr>
10818 <tr id="1834">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010819 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1834">1834</a></td>
10820 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010821 <td>Constant initialization binding a reference to an xvalue</td>
10822 <td class="none" align="center">Unknown</td>
10823 </tr>
10824 <tr class="open" id="1835">
10825 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1835">1835</a></td>
10826 <td>drafting</td>
10827 <td>Dependent member lookup before <TT>&lt;</TT></td>
10828 <td align="center">Not resolved</td>
10829 </tr>
10830 <tr class="open" id="1836">
10831 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1836">1836</a></td>
10832 <td>drafting</td>
10833 <td>Use of class type being defined in <I>trailing-return-type</I></td>
10834 <td align="center">Not resolved</td>
10835 </tr>
10836 <tr class="open" id="1837">
10837 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1837">1837</a></td>
10838 <td>drafting</td>
10839 <td>Use of <TT>this</TT> in <TT>friend</TT> and local class declarations</td>
10840 <td align="center">Not resolved</td>
10841 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010842 <tr id="1838">
10843 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1838">1838</a></td>
10844 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010845 <td>Definition via <I>unqualified-id</I> and <I>using-declaration</I></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010846 <td class="none" align="center">Unknown</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010847 </tr>
10848 <tr class="open" id="1839">
10849 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1839">1839</a></td>
10850 <td>drafting</td>
10851 <td>Lookup of block-scope <TT>extern</TT> declarations</td>
10852 <td align="center">Not resolved</td>
10853 </tr>
10854 <tr class="open" id="1840">
10855 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1840">1840</a></td>
10856 <td>drafting</td>
10857 <td>Non-deleted explicit specialization of deleted function template</td>
10858 <td align="center">Not resolved</td>
10859 </tr>
10860 <tr class="open" id="1841">
10861 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1841">1841</a></td>
10862 <td>drafting</td>
10863 <td><TT>&lt;</TT> following template injected-class-name</td>
10864 <td align="center">Not resolved</td>
10865 </tr>
10866 <tr class="open" id="1842">
10867 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1842">1842</a></td>
10868 <td>concurrency</td>
10869 <td>Unevaluated operands and &#8220;carries a dependency&#8221;</td>
10870 <td align="center">Not resolved</td>
10871 </tr>
10872 <tr id="1843">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010873 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1843">1843</a></td>
10874 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010875 <td>Bit-field in conditional operator with <TT>throw</TT> operand</td>
10876 <td class="none" align="center">Unknown</td>
10877 </tr>
10878 <tr class="open" id="1844">
10879 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1844">1844</a></td>
10880 <td>drafting</td>
10881 <td>Defining &#8220;immediate context&#8221;</td>
10882 <td align="center">Not resolved</td>
10883 </tr>
10884 <tr class="open" id="1845">
10885 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1845">1845</a></td>
10886 <td>drafting</td>
10887 <td>Point of instantiation of a variable template specialization</td>
10888 <td align="center">Not resolved</td>
10889 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010890 <tr id="1846">
10891 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1846">1846</a></td>
10892 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010893 <td>Declaring explicitly-defaulted implicitly-deleted functions</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010894 <td class="none" align="center">Unknown</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010895 </tr>
10896 <tr class="open" id="1847">
10897 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1847">1847</a></td>
10898 <td>drafting</td>
10899 <td>Clarifying compatibility during partial ordering</td>
10900 <td align="center">Not resolved</td>
10901 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010902 <tr id="1848">
10903 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1848">1848</a></td>
10904 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010905 <td>Parenthesized constructor and destructor declarators</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010906 <td class="none" align="center">Unknown</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010907 </tr>
10908 <tr class="open" id="1849">
10909 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1849">1849</a></td>
10910 <td>drafting</td>
10911 <td>Variable templates and the ODR</td>
10912 <td align="center">Not resolved</td>
10913 </tr>
10914 <tr id="1850">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010915 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1850">1850</a></td>
10916 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010917 <td>Differences between definition context and point of instantiation</td>
10918 <td class="none" align="center">Unknown</td>
10919 </tr>
10920 <tr id="1851">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010921 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1851">1851</a></td>
10922 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010923 <td><TT>decltype(auto)</TT> in <I>new-expression</I>s</td>
10924 <td class="none" align="center">Unknown</td>
10925 </tr>
10926 <tr id="1852">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010927 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1852">1852</a></td>
10928 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010929 <td>Wording issues regarding <TT>decltype(auto)</TT></td>
10930 <td class="none" align="center">Unknown</td>
10931 </tr>
10932 <tr class="open" id="1853">
10933 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1853">1853</a></td>
10934 <td>drafting</td>
10935 <td>Defining &#8220;allocated storage&#8221;</td>
10936 <td align="center">Not resolved</td>
10937 </tr>
10938 <tr class="open" id="1854">
10939 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1854">1854</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010940 <td>drafting</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010941 <td>Disallowing use of implicitly-deleted functions</td>
10942 <td align="center">Not resolved</td>
10943 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010944 <tr id="1855">
10945 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1855">1855</a></td>
10946 <td>dup</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010947 <td>Out-of-lifetime access to nonstatic data members</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010948 <td class="none" align="center">Unknown</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010949 </tr>
10950 <tr class="open" id="1856">
10951 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1856">1856</a></td>
10952 <td>open</td>
10953 <td>Indirect nested classes of class templates</td>
10954 <td align="center">Not resolved</td>
10955 </tr>
10956 <tr class="open" id="1857">
10957 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1857">1857</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010958 <td>drafting</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010959 <td>Additional questions about bits</td>
10960 <td align="center">Not resolved</td>
10961 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010962 <tr id="1858">
10963 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1858">1858</a></td>
10964 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010965 <td>Comparing pointers to union members</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010966 <td class="none" align="center">Unknown</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010967 </tr>
10968 <tr class="open" id="1859">
10969 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1859">1859</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010970 <td>drafting</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010971 <td>UTF-16 in <TT>char16_t</TT> string literals</td>
10972 <td align="center">Not resolved</td>
10973 </tr>
10974 <tr class="open" id="1860">
10975 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1860">1860</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010976 <td>drafting</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010977 <td>What is a &#8220;direct member?&#8221;</td>
10978 <td align="center">Not resolved</td>
10979 </tr>
10980 <tr class="open" id="1861">
10981 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1861">1861</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010982 <td>drafting</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010983 <td>Values of a bit-field</td>
10984 <td align="center">Not resolved</td>
10985 </tr>
10986 <tr class="open" id="1862">
10987 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1862">1862</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010988 <td>drafting</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010989 <td>Determining &#8220;corresponding members&#8221; for friendship</td>
10990 <td align="center">Not resolved</td>
10991 </tr>
10992 <tr class="open" id="1863">
10993 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1863">1863</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010994 <td>drafting</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070010995 <td>Requirements on thrown object type to support <TT>std::current_exception()</TT></td>
10996 <td align="center">Not resolved</td>
10997 </tr>
10998 <tr class="open" id="1864">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070010999 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1864">1864</a></td>
11000 <td>extension</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070011001 <td>List-initialization of array objects</td>
11002 <td align="center">Not resolved</td>
11003 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011004 <tr id="1865">
11005 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1865">1865</a></td>
11006 <td>DR</td>
Stephen Hines651f13c2014-04-23 16:59:28 -070011007 <td>Pointer arithmetic and multi-level qualification conversions</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011008 <td class="none" align="center">Unknown</td>
Richard Smithf1e757d2013-11-07 05:34:58 +000011009 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011010 <tr id="1866">
11011 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1866">1866</a></td>
11012 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011013 <td>Initializing variant members with non-trivial destructors</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011014 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011015 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011016 <tr id="1867">
11017 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1867">1867</a></td>
11018 <td>NAD</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011019 <td>Function/expression ambiguity with qualified parameter name</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011020 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011021 </tr>
11022 <tr class="open" id="1868">
11023 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1868">1868</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011024 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011025 <td>Meaning of &#8220;placeholder type&#8221;</td>
11026 <td align="center">Not resolved</td>
11027 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011028 <tr id="1869">
11029 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1869">1869</a></td>
11030 <td>NAD</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011031 <td><TT>thread_local</TT> vs <I>linkage-specification</I>s</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011032 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011033 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011034 <tr id="1870">
11035 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1870">1870</a></td>
11036 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011037 <td>Contradictory wording about definitions vs explicit specialization/instantiation</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011038 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011039 </tr>
11040 <tr class="open" id="1871">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011041 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1871">1871</a></td>
11042 <td>extension</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011043 <td>Non-identifier characters in <I>ud-suffix</I></td>
11044 <td align="center">Not resolved</td>
11045 </tr>
11046 <tr class="open" id="1872">
11047 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1872">1872</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011048 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011049 <td>Instantiations of <TT>constexpr</TT> templates that cannot appear in constant expressions</td>
11050 <td align="center">Not resolved</td>
11051 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011052 <tr id="1873">
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011053 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1873">1873</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011054 <td>ready</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011055 <td>Protected member access from derived class friends</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011056 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011057 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011058 <tr id="1874">
11059 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1874">1874</a></td>
11060 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011061 <td>Type vs non-type template parameters with <TT>class</TT> keyword</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011062 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011063 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011064 <tr id="1875">
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011065 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1875">1875</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011066 <td>ready</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011067 <td>Reordering declarations in class scope</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011068 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011069 </tr>
11070 <tr class="open" id="1876">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011071 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1876">1876</a></td>
11072 <td>extension</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011073 <td>Preventing explicit specialization</td>
11074 <td align="center">Not resolved</td>
11075 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011076 <tr id="1877">
11077 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1877">1877</a></td>
11078 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011079 <td>Return type deduction from <TT>return</TT> with no operand</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011080 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011081 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011082 <tr id="1878">
11083 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1878">1878</a></td>
11084 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011085 <td><TT>operator auto</TT> template</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011086 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011087 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011088 <tr id="1879">
11089 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1879">1879</a></td>
11090 <td>NAD</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011091 <td>Inadequate definition of alignment requirement</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011092 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011093 </tr>
11094 <tr class="open" id="1880">
11095 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1880">1880</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011096 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011097 <td>When are parameter objects destroyed?</td>
11098 <td align="center">Not resolved</td>
11099 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011100 <tr id="1881">
11101 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1881">1881</a></td>
11102 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011103 <td>Standard-layout classes and unnamed bit-fields</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011104 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011105 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011106 <tr id="1882">
11107 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1882">1882</a></td>
11108 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011109 <td>Reserved names without library use</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011110 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011111 </tr>
11112 <tr class="open" id="1883">
11113 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1883">1883</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011114 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011115 <td>Protected access to constructors in <I>mem-initializer</I>s</td>
11116 <td align="center">Not resolved</td>
11117 </tr>
11118 <tr class="open" id="1884">
11119 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1884">1884</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011120 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011121 <td>Unclear requirements for same-named external-linkage entities</td>
11122 <td align="center">Not resolved</td>
11123 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011124 <tr id="1885">
11125 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1885">1885</a></td>
11126 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011127 <td>Return value of a function is underspecified</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011128 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011129 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011130 <tr id="1886">
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011131 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1886">1886</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011132 <td>tentatively ready</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011133 <td>Language linkage for <TT>main()</TT></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011134 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011135 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011136 <tr id="1887">
11137 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1887">1887</a></td>
11138 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011139 <td>Problems with <TT>::</TT> as <I>nested-name-specifier</I></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011140 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011141 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011142 <tr id="1888">
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011143 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1888">1888</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011144 <td>tentatively ready</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011145 <td>Implicitly-declared default constructors and <TT>explicit</TT></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011146 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011147 </tr>
11148 <tr class="open" id="1889">
11149 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1889">1889</a></td>
11150 <td>open</td>
11151 <td>Unclear effect of <TT>#pragma</TT> on conformance</td>
11152 <td align="center">Not resolved</td>
11153 </tr>
11154 <tr class="open" id="1890">
11155 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1890">1890</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011156 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011157 <td>Member type depending on definition of member function</td>
11158 <td align="center">Not resolved</td>
11159 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011160 <tr id="1891">
11161 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1891">1891</a></td>
11162 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011163 <td>Move constructor/assignment for closure class</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011164 <td class="full" align="center">Clang 3.6</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011165 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011166 <tr id="1892">
11167 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1892">1892</a></td>
11168 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011169 <td>Use of <TT>auto</TT> in function type</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011170 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011171 </tr>
11172 <tr class="open" id="1893">
11173 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1893">1893</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011174 <td>drafting</td>
11175 <td>Function-style cast with <I>braced-init-list</I>s and empty pack expansions</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011176 <td align="center">Not resolved</td>
11177 </tr>
11178 <tr class="open" id="1894">
11179 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1894">1894</a></td>
11180 <td>open</td>
11181 <td><I>typedef-name</I>s and <I>using-declaration</I>s</td>
11182 <td align="center">Not resolved</td>
11183 </tr>
11184 <tr class="open" id="1895">
11185 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1895">1895</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011186 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011187 <td>Deleted conversions in conditional operator operands</td>
11188 <td align="center">Not resolved</td>
11189 </tr>
11190 <tr class="open" id="1896">
11191 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1896">1896</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011192 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011193 <td>Repeated alias templates</td>
11194 <td align="center">Not resolved</td>
11195 </tr>
11196 <tr class="open" id="1897">
11197 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1897">1897</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011198 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011199 <td>ODR vs alternative tokens</td>
11200 <td align="center">Not resolved</td>
11201 </tr>
11202 <tr class="open" id="1898">
11203 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1898">1898</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011204 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011205 <td>Use of &#8220;equivalent&#8221; in overload resolution</td>
11206 <td align="center">Not resolved</td>
11207 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011208 <tr id="1899">
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011209 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1899">1899</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011210 <td>tentatively ready</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011211 <td>Value-dependent constant expressions</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011212 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011213 </tr>
11214 <tr class="open" id="1900">
11215 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1900">1900</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011216 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011217 <td>Do <TT>friend</TT> declarations count as &#8220;previous declarations&#8221;?</td>
11218 <td align="center">Not resolved</td>
11219 </tr>
11220 <tr class="open" id="1901">
11221 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1901">1901</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011222 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011223 <td><I>punctuator</I> referenced but not defined</td>
11224 <td align="center">Not resolved</td>
11225 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011226 <tr id="1902">
11227 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1902">1902</a></td>
11228 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011229 <td>What makes a conversion &#8220;otherwise ill-formed&#8221;?</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011230 <td class="svn" align="center">SVN</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011231 </tr>
11232 <tr class="open" id="1903">
11233 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1903">1903</a></td>
11234 <td>open</td>
11235 <td>What declarations are introduced by a non-member <I>using-declaration</I>?</td>
11236 <td align="center">Not resolved</td>
11237 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011238 <tr id="1904">
11239 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1904">1904</a></td>
11240 <td>NAD</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011241 <td>Default template arguments for members of class templates</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011242 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011243 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011244 <tr id="1905">
11245 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/">1905</a></td>
11246 <td>MAD</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011247 <td>Dependent types and injected-class-names</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011248 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011249 </tr>
11250 <tr class="open" id="1906">
11251 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1906">1906</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011252 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011253 <td>Name lookup in member <TT>friend</TT> declaration</td>
11254 <td align="center">Not resolved</td>
11255 </tr>
11256 <tr class="open" id="1907">
11257 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1907">1907</a></td>
11258 <td>open</td>
11259 <td><I>using-declaration</I>s and default arguments</td>
11260 <td align="center">Not resolved</td>
11261 </tr>
11262 <tr class="open" id="1908">
11263 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1908">1908</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011264 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011265 <td>Dual destructor lookup and <I>template-id</I>s</td>
11266 <td align="center">Not resolved</td>
11267 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011268 <tr id="1909">
11269 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1909">1909</a></td>
11270 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011271 <td>Member class template with the same name as the class</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011272 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011273 </tr>
11274 <tr class="open" id="1910">
11275 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1910">1910</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011276 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011277 <td>&#8220;Shall&#8221; requirement applied to runtime behavior</td>
11278 <td align="center">Not resolved</td>
11279 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011280 <tr id="1911">
11281 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1911">1911</a></td>
11282 <td>DR</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011283 <td><TT>constexpr</TT> constructor with non-literal base class</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011284 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011285 </tr>
11286 <tr class="open" id="1912">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011287 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1912">1912</a></td>
11288 <td>extension</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011289 <td><I>exception-specification</I> of defaulted function</td>
11290 <td align="center">Not resolved</td>
11291 </tr>
11292 <tr class="open" id="1913">
11293 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1913">1913</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011294 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011295 <td><TT>decltype((x))</TT> in <I>lambda-expression</I>s</td>
11296 <td align="center">Not resolved</td>
11297 </tr>
11298 <tr class="open" id="1914">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011299 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1914">1914</a></td>
11300 <td>extension</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011301 <td>Duplicate standard attributes</td>
11302 <td align="center">Not resolved</td>
11303 </tr>
11304 <tr class="open" id="1915">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011305 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1915">1915</a></td>
11306 <td>extension</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011307 <td>Potentially-invoked destructors in non-throwing constructors</td>
11308 <td align="center">Not resolved</td>
11309 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011310 <tr id="1916">
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011311 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1916">1916</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011312 <td>tentatively ready</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011313 <td>&#8220;Same cv-unqualified type&#8221;</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011314 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011315 </tr>
11316 <tr class="open" id="1917">
11317 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1917">1917</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011318 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011319 <td>decltype-qualified enumeration names</td>
11320 <td align="center">Not resolved</td>
11321 </tr>
11322 <tr class="open" id="1918">
11323 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1918">1918</a></td>
11324 <td>open</td>
11325 <td><TT>friend</TT> templates with dependent scopes</td>
11326 <td align="center">Not resolved</td>
11327 </tr>
11328 <tr class="open" id="1919">
11329 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1919">1919</a></td>
11330 <td>open</td>
11331 <td>Overload resolution for <TT>!</TT> with explicit conversion operator</td>
11332 <td align="center">Not resolved</td>
11333 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011334 <tr id="1920">
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011335 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1920">1920</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011336 <td>tentatively ready</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011337 <td>Qualification mismatch in <I>pseudo-destructor-name</I></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011338 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011339 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011340 <tr id="1921">
11341 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1921">1921</a></td>
11342 <td>NAD</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011343 <td><TT>constexpr</TT> constructors and point of initialization of <TT>const</TT> variables</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011344 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011345 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011346 <tr id="1922">
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011347 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1922">1922</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011348 <td>tentatively ready</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011349 <td>Injected class template names and default arguments</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011350 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011351 </tr>
11352 <tr class="open" id="1923">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011353 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1923">1923</a></td>
11354 <td>extension</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011355 <td>Lvalues of type <TT>void</TT></td>
11356 <td align="center">Not resolved</td>
11357 </tr>
11358 <tr class="open" id="1924">
11359 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1924">1924</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011360 <td>drafting</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011361 <td>Definition of &#8220;literal&#8221; and kinds of literals</td>
11362 <td align="center">Not resolved</td>
11363 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011364 <tr id="1925">
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011365 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1925">1925</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011366 <td>tentatively ready</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011367 <td>Bit-field prvalues</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011368 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011369 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011370 <tr id="1926">
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011371 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1926">1926</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011372 <td>tentatively ready</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011373 <td>Potential results of subscript operator</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011374 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011375 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011376 <tr id="1927">
11377 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1927">1927</a></td>
11378 <td>dup</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011379 <td>Lifetime of temporaries in <I>init-capture</I>s</td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011380 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011381 </tr>
11382 <tr class="open" id="1928">
11383 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1928">1928</a></td>
11384 <td>open</td>
11385 <td>Triviality of deleted special member functions</td>
11386 <td align="center">Not resolved</td>
11387 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011388 <tr id="1929">
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011389 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1929">1929</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011390 <td>tentatively ready</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011391 <td><TT>template</TT> keyword following namespace <I>nested-name-specifier</I></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011392 <td class="none" align="center">Unknown</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011393 </tr>
11394 <tr class="open" id="1930">
11395 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1930">1930</a></td>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011396 <td>review</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011397 <td><I>init-declarator-list</I> vs <I>member-declarator-list</I></td>
11398 <td align="center">Not resolved</td>
11399 </tr>
11400 <tr class="open" id="1931">
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011401 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1931">1931</a></td>
11402 <td>extension</td>
Stephen Hinesc568f1e2014-07-21 00:47:37 -070011403 <td>Default-constructible and copy-assignable closure types</td>
11404 <td align="center">Not resolved</td>
11405 </tr>
Stephen Hines0e2c34f2015-03-23 12:09:02 -070011406 <tr class="open" id="1932">
11407 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1932">1932</a></td>
11408 <td>drafting</td>
11409 <td>Bit-field results of conditional operators</td>
11410 <td align="center">Not resolved</td>
11411 </tr>
11412 <tr id="1933">
11413 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1933">1933</a></td>
11414 <td>NAD</td>
11415 <td>Implementation limit for <I>initializer-list</I> elements</td>
11416 <td class="none" align="center">Unknown</td>
11417 </tr>
11418 <tr class="open" id="1934">
11419 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1934">1934</a></td>
11420 <td>extension</td>
11421 <td>Relaxing <I>exception-specification</I> compatibility requirements</td>
11422 <td align="center">Not resolved</td>
11423 </tr>
11424 <tr class="open" id="1935">
11425 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1935">1935</a></td>
11426 <td>drafting</td>
11427 <td>Reuse of placement arguments in deallocation</td>
11428 <td align="center">Not resolved</td>
11429 </tr>
11430 <tr class="open" id="1936">
11431 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1936">1936</a></td>
11432 <td>drafting</td>
11433 <td>Dependent <I>qualified-id</I>s</td>
11434 <td align="center">Not resolved</td>
11435 </tr>
11436 <tr class="open" id="1937">
11437 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1937">1937</a></td>
11438 <td>drafting</td>
11439 <td>Incomplete specification of function pointer from lambda</td>
11440 <td align="center">Not resolved</td>
11441 </tr>
11442 <tr class="open" id="1938">
11443 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1938">1938</a></td>
11444 <td>drafting</td>
11445 <td>Should hosted/freestanding be implementation-defined?</td>
11446 <td align="center">Not resolved</td>
11447 </tr>
11448 <tr class="open" id="1939">
11449 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1939">1939</a></td>
11450 <td>drafting</td>
11451 <td>Argument conversions to nondeduced parameter types revisited</td>
11452 <td align="center">Not resolved</td>
11453 </tr>
11454 <tr id="1940">
11455 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1940">1940</a></td>
11456 <td>DR</td>
11457 <td><TT>static_assert</TT> in anonymous unions</td>
11458 <td class="full" align="center">Yes</td>
11459 </tr>
11460 <tr class="open" id="1941">
11461 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1941">1941</a></td>
11462 <td>drafting</td>
11463 <td>SFINAE and inherited constructor default arguments</td>
11464 <td align="center">Not resolved</td>
11465 </tr>
11466 <tr id="1942">
11467 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1942">1942</a></td>
11468 <td>tentatively ready</td>
11469 <td>Incorrect reference to <I>trailing-return-type</I></td>
11470 <td class="none" align="center">Unknown</td>
11471 </tr>
11472 <tr class="open" id="1943">
11473 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1943">1943</a></td>
11474 <td>open</td>
11475 <td>Unspecified meaning of &#8220;bit&#8221;</td>
11476 <td align="center">Not resolved</td>
11477 </tr>
11478 <tr class="open" id="1944">
11479 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1944">1944</a></td>
11480 <td>open</td>
11481 <td>New C incompatibilities</td>
11482 <td align="center">Not resolved</td>
11483 </tr>
11484 <tr class="open" id="1945">
11485 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1945">1945</a></td>
11486 <td>open</td>
11487 <td>Friend declarations naming members of class templates in non-templates</td>
11488 <td align="center">Not resolved</td>
11489 </tr>
11490 <tr class="open" id="1946">
11491 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1946">1946</a></td>
11492 <td>open</td>
11493 <td><I>exception-specification</I>s vs pointer dereference</td>
11494 <td align="center">Not resolved</td>
11495 </tr>
11496 <tr id="1947">
11497 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1947">1947</a></td>
11498 <td>NAD</td>
11499 <td>Digit separators following non-octal prefix</td>
11500 <td class="full" align="center">Yes</td>
11501 </tr>
11502 <tr id="1948">
11503 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1948">1948</a></td>
11504 <td>NAD</td>
11505 <td><I>exception-specification</I> of replacement global <TT>new</TT></td>
11506 <td class="full" align="center">Yes</td>
11507 </tr>
11508 <tr class="open" id="1949">
11509 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1949">1949</a></td>
11510 <td>drafting</td>
11511 <td>&#8220;sequenced after&#8221; instead of &#8220;sequenced before&#8221;</td>
11512 <td align="center">Not resolved</td>
11513 </tr>
11514 <tr id="1950">
11515 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1950">1950</a></td>
11516 <td>NAD</td>
11517 <td>Restructuring description of ranks of conversion sequences</td>
11518 <td class="none" align="center">Unknown</td>
11519 </tr>
11520 <tr class="open" id="1951">
11521 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1951">1951</a></td>
11522 <td>drafting</td>
11523 <td>Cv-qualification and literal types</td>
11524 <td align="center">Not resolved</td>
11525 </tr>
11526 <tr class="open" id="1952">
11527 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1952">1952</a></td>
11528 <td>drafting</td>
11529 <td>Constant expressions and library undefined behavior</td>
11530 <td align="center">Not resolved</td>
11531 </tr>
11532 <tr class="open" id="1953">
11533 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1953">1953</a></td>
11534 <td>open</td>
11535 <td>Data races and common initial sequence</td>
11536 <td align="center">Not resolved</td>
11537 </tr>
11538 <tr class="open" id="1954">
11539 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1954">1954</a></td>
11540 <td>open</td>
11541 <td><TT>typeid</TT> null dereference check in subexpressions</td>
11542 <td align="center">Not resolved</td>
11543 </tr>
11544 <tr class="open" id="1955">
11545 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1955">1955</a></td>
11546 <td>review</td>
11547 <td><TT>#elif</TT> with invalid controlling expression</td>
11548 <td align="center">Not resolved</td>
11549 </tr>
11550 <tr id="1956">
11551 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1956">1956</a></td>
11552 <td>tentatively ready</td>
11553 <td>Reuse of storage of automatic variables</td>
11554 <td class="none" align="center">Unknown</td>
11555 </tr>
11556 <tr class="open" id="1957">
11557 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1957">1957</a></td>
11558 <td>extension</td>
11559 <td><TT>decltype(auto)</TT> with direct-list-initialization</td>
11560 <td align="center">Not resolved</td>
11561 </tr>
11562 <tr class="open" id="1958">
11563 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1958">1958</a></td>
11564 <td>drafting</td>
11565 <td><TT>decltype(auto)</TT> with parenthesized initializer</td>
11566 <td align="center">Not resolved</td>
11567 </tr>
11568 <tr class="open" id="1959">
11569 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1959">1959</a></td>
11570 <td>drafting</td>
11571 <td>Inadvertently inherited copy constructor</td>
11572 <td align="center">Not resolved</td>
11573 </tr>
11574 <tr id="1960">
11575 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1960">1960</a></td>
11576 <td>NAD</td>
11577 <td>Visibility of entity named in class-scope <I>using-declaration</I></td>
11578 <td class="none" align="center">Unknown</td>
11579 </tr>
11580 <tr class="open" id="1961">
11581 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1961">1961</a></td>
11582 <td>concurrency</td>
11583 <td>Potentially-concurrent actions within a signal handler</td>
11584 <td align="center">Not resolved</td>
11585 </tr>
11586 <tr class="open" id="1962">
11587 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1962">1962</a></td>
11588 <td>open</td>
11589 <td>Type of <TT>__func__</TT></td>
11590 <td align="center">Not resolved</td>
11591 </tr>
11592 <tr class="open" id="1963">
11593 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1963">1963</a></td>
11594 <td>drafting</td>
11595 <td>Implementation-defined identifier characters</td>
11596 <td align="center">Not resolved</td>
11597 </tr>
11598 <tr id="1964">
11599 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1964">1964</a></td>
11600 <td>NAD</td>
11601 <td><I>opaque-enum-declaration</I> in <I>alias-declaration</I>?</td>
11602 <td class="none" align="center">Unknown</td>
11603 </tr>
11604 <tr class="open" id="1965">
11605 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1965">1965</a></td>
11606 <td>open</td>
11607 <td>Explicit casts to reference types</td>
11608 <td align="center">Not resolved</td>
11609 </tr>
11610 <tr class="open" id="1966">
11611 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1966">1966</a></td>
11612 <td>drafting</td>
11613 <td>Colon following enumeration <I>elaborated-type-specifier</I></td>
11614 <td align="center">Not resolved</td>
11615 </tr>
11616 <tr class="open" id="1967">
11617 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1967">1967</a></td>
11618 <td>drafting</td>
11619 <td>Temporary lifetime and move-elision</td>
11620 <td align="center">Not resolved</td>
11621 </tr>
11622 <tr id="1968">
11623 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1968">1968</a></td>
11624 <td>NAD</td>
11625 <td>Address of <TT>typeid</TT> in constant expressions</td>
11626 <td class="full" align="center">Yes</td>
11627 </tr>
11628 <tr class="open" id="1969">
11629 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1969">1969</a></td>
11630 <td>open</td>
11631 <td>Missing exclusion of <TT>~S</TT> as an ordinary function name</td>
11632 <td align="center">Not resolved</td>
11633 </tr>
11634 <tr id="1970">
11635 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1970">1970</a></td>
11636 <td>NAD</td>
11637 <td>Ambiguity resolution for <TT>(T())*x</TT></td>
11638 <td class="none" align="center">Unknown</td>
11639 </tr>
11640 <tr id="1971">
11641 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1971">1971</a></td>
11642 <td>tentatively ready</td>
11643 <td>Unclear disambiguation of destructor and <TT>operator~</TT></td>
11644 <td class="none" align="center">Unknown</td>
11645 </tr>
11646 <tr class="open" id="1972">
11647 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1972">1972</a></td>
11648 <td>open</td>
11649 <td>Identifier character restrictions in non-<I>identifier</I>s</td>
11650 <td align="center">Not resolved</td>
11651 </tr>
11652 <tr class="open" id="1973">
11653 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1973">1973</a></td>
11654 <td>drafting</td>
11655 <td>Which <I>parameter-declaration-clause</I> in a <I>lambda-expression</I>?</td>
11656 <td align="center">Not resolved</td>
11657 </tr>
11658 <tr class="open" id="1974">
11659 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1974">1974</a></td>
11660 <td>open</td>
11661 <td>Redundant specification of non-type <I>typename-specifier</I></td>
11662 <td align="center">Not resolved</td>
11663 </tr>
11664 <tr class="open" id="1975">
11665 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1975">1975</a></td>
11666 <td>drafting</td>
11667 <td>Permissible declarations for <I>exception-specification</I>s</td>
11668 <td align="center">Not resolved</td>
11669 </tr>
11670 <tr id="1976">
11671 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1976">1976</a></td>
11672 <td>NAD</td>
11673 <td>Ambiguity of <I>namespace-alias</I>es</td>
11674 <td class="none" align="center">Unknown</td>
11675 </tr>
11676 <tr class="open" id="1977">
11677 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1977">1977</a></td>
11678 <td>drafting</td>
11679 <td>Contradictory results of failed destructor lookup</td>
11680 <td align="center">Not resolved</td>
11681 </tr>
11682 <tr class="open" id="1978">
11683 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1978">1978</a></td>
11684 <td>drafting</td>
11685 <td>Redundant description of explicit constructor use</td>
11686 <td align="center">Not resolved</td>
11687 </tr>
11688 <tr class="open" id="1979">
11689 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1979">1979</a></td>
11690 <td>open</td>
11691 <td>Alias template specialization in template member definition</td>
11692 <td align="center">Not resolved</td>
11693 </tr>
11694 <tr class="open" id="1980">
11695 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1980">1980</a></td>
11696 <td>drafting</td>
11697 <td>Equivalent but not functionally-equivalent redeclarations</td>
11698 <td align="center">Not resolved</td>
11699 </tr>
11700 <tr class="open" id="1981">
11701 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1981">1981</a></td>
11702 <td>drafting</td>
11703 <td>Implicit contextual conversions and <TT>explicit</TT></td>
11704 <td align="center">Not resolved</td>
11705 </tr>
11706 <tr id="1982">
11707 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1982">1982</a></td>
11708 <td>NAD</td>
11709 <td>Deduction extending parameter pack</td>
11710 <td class="none" align="center">Unknown</td>
11711 </tr>
11712 <tr class="open" id="1983">
11713 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1983">1983</a></td>
11714 <td>drafting</td>
11715 <td>Inappropriate use of <I>virt-specifier</I></td>
11716 <td align="center">Not resolved</td>
11717 </tr>
11718 <tr id="1984">
11719 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1984">1984</a></td>
11720 <td>NAD</td>
11721 <td>Lossless narrowing conversions</td>
11722 <td class="none" align="center">Unknown</td>
11723 </tr>
11724 <tr id="1985">
11725 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1985">1985</a></td>
11726 <td>NAD</td>
11727 <td>Unknown bound array member with <I>brace-or-equal-initializer</I></td>
11728 <td class="none" align="center">Unknown</td>
11729 </tr>
11730 <tr id="1986">
11731 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1986">1986</a></td>
11732 <td>ready</td>
11733 <td>odr-use and delayed initialization</td>
11734 <td class="none" align="center">Unknown</td>
11735 </tr>
11736 <tr id="1987">
11737 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1987">1987</a></td>
11738 <td>NAD</td>
11739 <td><TT>constexpr</TT> static data members across translation units</td>
11740 <td class="none" align="center">Unknown</td>
11741 </tr>
11742 <tr class="open" id="1988">
11743 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1988">1988</a></td>
11744 <td>drafting</td>
11745 <td>Ambiguity between dependent and non-dependent bases in implicit member access</td>
11746 <td align="center">Not resolved</td>
11747 </tr>
11748 <tr class="open" id="1989">
11749 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1989">1989</a></td>
11750 <td>drafting</td>
11751 <td>Insufficient restrictions on parameters of postfix operators</td>
11752 <td align="center">Not resolved</td>
11753 </tr>
11754 <tr class="open" id="1990">
11755 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1990">1990</a></td>
11756 <td>drafting</td>
11757 <td>Ambiguity due to optional <I>decl-specifier-seq</I></td>
11758 <td align="center">Not resolved</td>
11759 </tr>
11760 <tr class="open" id="1991">
11761 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1991">1991</a></td>
11762 <td>open</td>
11763 <td>Inheriting constructors vs default arguments</td>
11764 <td align="center">Not resolved</td>
11765 </tr>
11766 <tr class="open" id="1992">
11767 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1992">1992</a></td>
11768 <td>drafting</td>
11769 <td><TT>new (std::nothrow) int[N]</TT> can throw</td>
11770 <td align="center">Not resolved</td>
11771 </tr>
11772 <tr class="open" id="1993">
11773 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1993">1993</a></td>
11774 <td>open</td>
11775 <td>Use of <TT>template&lt;&gt;</TT> defining member of explicit specialization</td>
11776 <td align="center">Not resolved</td>
11777 </tr>
11778 <tr id="1994">
11779 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1994">1994</a></td>
11780 <td>dup</td>
11781 <td>Confusing wording regarding multiple <TT>template&lt;&gt;</TT> prefixes</td>
11782 <td class="none" align="center">Duplicate of <a href="#529">529</a></td>
11783 </tr>
11784 <tr class="open" id="1995">
11785 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1995">1995</a></td>
11786 <td>open</td>
11787 <td><I>exception-specification</I>s and non-type template parameters</td>
11788 <td align="center">Not resolved</td>
11789 </tr>
11790 <tr class="open" id="1996">
11791 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1996">1996</a></td>
11792 <td>open</td>
11793 <td>Reference list-initialization ignores conversion functions</td>
11794 <td align="center">Not resolved</td>
11795 </tr>
11796 <tr class="open" id="1997">
11797 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1997">1997</a></td>
11798 <td>drafting</td>
11799 <td>Placement new and previous initialization</td>
11800 <td align="center">Not resolved</td>
11801 </tr>
11802 <tr id="1998">
11803 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1998">1998</a></td>
11804 <td>NAD</td>
11805 <td>Additional sources of xvalue expressions</td>
11806 <td class="none" align="center">Unknown</td>
11807 </tr>
11808 <tr class="open" id="1999">
11809 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1999">1999</a></td>
11810 <td>drafting</td>
11811 <td>Representation of source characters as universal-character-names</td>
11812 <td align="center">Not resolved</td>
11813 </tr>
11814 <tr class="open" id="2000">
11815 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2000">2000</a></td>
11816 <td>drafting</td>
11817 <td><I>header-name</I> outside <TT>#include</TT> directive</td>
11818 <td align="center">Not resolved</td>
11819 </tr>
11820 <tr class="open" id="2001">
11821 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2001">2001</a></td>
11822 <td>drafting</td>
11823 <td><I>non-directive</I> is underspecified</td>
11824 <td align="center">Not resolved</td>
11825 </tr>
11826 <tr class="open" id="2002">
11827 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2002">2002</a></td>
11828 <td>open</td>
11829 <td>White space within preprocessing directives</td>
11830 <td align="center">Not resolved</td>
11831 </tr>
11832 <tr class="open" id="2003">
11833 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2003">2003</a></td>
11834 <td>drafting</td>
11835 <td>Zero-argument macros incorrectly specified</td>
11836 <td align="center">Not resolved</td>
11837 </tr>
11838 <tr class="open" id="2004">
11839 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2004">2004</a></td>
11840 <td>drafting</td>
11841 <td>Unions with mutable members in constant expressions</td>
11842 <td align="center">Not resolved</td>
11843 </tr>
11844 <tr id="2005">
11845 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2005">2005</a></td>
11846 <td>NAD</td>
11847 <td>Incorrect <TT>constexpr</TT> reference initialization requirements</td>
11848 <td class="none" align="center">Unknown</td>
11849 </tr>
11850 <tr class="open" id="2006">
11851 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2006">2006</a></td>
11852 <td>drafting</td>
11853 <td>Cv-qualified <TT>void</TT> types</td>
11854 <td align="center">Not resolved</td>
11855 </tr>
11856 <tr class="open" id="2007">
11857 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2007">2007</a></td>
11858 <td>drafting</td>
11859 <td>Argument-dependent lookup for <TT>operator=</TT></td>
11860 <td align="center">Not resolved</td>
11861 </tr>
11862 <tr class="open" id="2008">
11863 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2008">2008</a></td>
11864 <td>review</td>
11865 <td>Default <I>template-argument</I>s underspecified</td>
11866 <td align="center">Not resolved</td>
11867 </tr>
11868 <tr class="open" id="2009">
11869 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2009">2009</a></td>
11870 <td>open</td>
11871 <td>Unclear specification of class scope</td>
11872 <td align="center">Not resolved</td>
11873 </tr>
11874 <tr class="open" id="2010">
11875 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2010">2010</a></td>
11876 <td>open</td>
11877 <td><I>exception-specification</I>s and conversion operators</td>
11878 <td align="center">Not resolved</td>
11879 </tr>
11880 <tr class="open" id="2011">
11881 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2011">2011</a></td>
11882 <td>review</td>
11883 <td>Unclear effect of reference capture of reference</td>
11884 <td align="center">Not resolved</td>
11885 </tr>
11886 <tr class="open" id="2012">
11887 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2012">2012</a></td>
11888 <td>open</td>
11889 <td>Lifetime of references</td>
11890 <td align="center">Not resolved</td>
11891 </tr>
11892 <tr class="open" id="2013">
11893 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2013">2013</a></td>
11894 <td>drafting</td>
11895 <td>Pointer subtraction in large array</td>
11896 <td align="center">Not resolved</td>
11897 </tr>
11898 <tr id="2014">
11899 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2014">2014</a></td>
11900 <td>NAD</td>
11901 <td>Unneeded deallocation signatures</td>
11902 <td class="none" align="center">Unknown</td>
11903 </tr>
11904 <tr class="open" id="2015">
11905 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2015">2015</a></td>
11906 <td>drafting</td>
11907 <td>odr-use of deleted virtual functions</td>
11908 <td align="center">Not resolved</td>
11909 </tr>
11910 <tr class="open" id="2016">
11911 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2016">2016</a></td>
11912 <td>drafting</td>
11913 <td>Confusing wording in description of conversion function</td>
11914 <td align="center">Not resolved</td>
11915 </tr>
11916 <tr class="open" id="2017">
11917 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2017">2017</a></td>
11918 <td>drafting</td>
11919 <td>Flowing off end is not equivalent to no-expression return</td>
11920 <td align="center">Not resolved</td>
11921 </tr>
11922 <tr class="open" id="2018">
11923 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2018">2018</a></td>
11924 <td>open</td>
11925 <td>Qualification conversion vs reference binding</td>
11926 <td align="center">Not resolved</td>
11927 </tr>
11928 <tr class="open" id="2019">
11929 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2019">2019</a></td>
11930 <td>drafting</td>
11931 <td>Member references omitted from description of storage duration</td>
11932 <td align="center">Not resolved</td>
11933 </tr>
11934 <tr class="open" id="2020">
11935 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2020">2020</a></td>
11936 <td>drafting</td>
11937 <td>Inadequate description of odr-use of implicitly-invoked functions</td>
11938 <td align="center">Not resolved</td>
11939 </tr>
11940 <tr id="2021">
11941 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2021">2021</a></td>
11942 <td>dup</td>
11943 <td>Function template redeclaration via alias template</td>
11944 <td class="none" align="center">Unknown</td>
11945 </tr>
11946 <tr class="open" id="2022">
11947 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2022">2022</a></td>
11948 <td>drafting</td>
11949 <td>Copy elision in constant expressions</td>
11950 <td align="center">Not resolved</td>
11951 </tr>
11952 <tr class="open" id="2023">
11953 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2023">2023</a></td>
11954 <td>open</td>
11955 <td>Composite reference result type of conditional operator</td>
11956 <td align="center">Not resolved</td>
11957 </tr>
11958 <tr class="open" id="2024">
11959 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2024">2024</a></td>
11960 <td>open</td>
11961 <td>Dependent types and unexpanded parameter packs</td>
11962 <td align="center">Not resolved</td>
11963 </tr>
11964 <tr class="open" id="2025">
11965 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2025">2025</a></td>
11966 <td>open</td>
11967 <td>Declaration matching via alias templates</td>
11968 <td align="center">Not resolved</td>
11969 </tr>
11970 <tr class="open" id="2026">
11971 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2026">2026</a></td>
11972 <td>drafting</td>
11973 <td>Zero-initialization and <TT>constexpr</TT></td>
11974 <td align="center">Not resolved</td>
11975 </tr>
11976 <tr class="open" id="2027">
11977 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2027">2027</a></td>
11978 <td>drafting</td>
11979 <td>Unclear requirements for multiple <TT>alignas</TT> specifiers</td>
11980 <td align="center">Not resolved</td>
11981 </tr>
11982 <tr class="open" id="2028">
11983 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2028">2028</a></td>
11984 <td>drafting</td>
11985 <td>Converting constructors in rvalue reference initialization</td>
11986 <td align="center">Not resolved</td>
11987 </tr>
11988 <tr id="2029">
11989 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2029">2029</a></td>
11990 <td>dup</td>
11991 <td>Abstract class return type in <TT>decltype</TT> operand</td>
11992 <td class="none" align="center">Unknown</td>
11993 </tr>
11994 <tr id="2030">
11995 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2030">2030</a></td>
11996 <td>NAD</td>
11997 <td>Access of injected-class-name with template arguments</td>
11998 <td class="none" align="center">Unknown</td>
11999 </tr>
12000 <tr class="open" id="2031">
12001 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2031">2031</a></td>
12002 <td>drafting</td>
12003 <td>Missing incompatibility for <TT>&amp;&amp;</TT></td>
12004 <td align="center">Not resolved</td>
12005 </tr>
12006 <tr class="open" id="2032">
12007 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2032">2032</a></td>
12008 <td>open</td>
12009 <td>Default <I>template-argument</I>s of variable templates</td>
12010 <td align="center">Not resolved</td>
12011 </tr>
12012 <tr class="open" id="2033">
12013 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2033">2033</a></td>
12014 <td>open</td>
12015 <td>Redundant restriction on partial specialization argument</td>
12016 <td align="center">Not resolved</td>
12017 </tr>
12018 <tr class="open" id="2034">
12019 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2034">2034</a></td>
12020 <td>open</td>
12021 <td>Deprecating <TT>uncaught_exception()</TT></td>
12022 <td align="center">Not resolved</td>
12023 </tr>
12024 <tr class="open" id="2035">
12025 <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2035">2035</a></td>
12026 <td>open</td>
12027 <td>Multi-section example is confusing</td>
12028 <td align="center">Not resolved</td>
12029 </tr>
Richard Smith18e30762013-05-16 01:23:30 +000012030</table>
12031
12032</div>
12033</body>
12034</html>