8
8
<link type="text/css" rel="stylesheet" href="content.css">
9
9
<style type="text/css">
10
10
.none { background-color: #FFCCCC }
11
+ .none-superseded { background-color: rgba(255, 204, 204, 0.65) }
11
12
.unknown { background-color: #EBCAFE }
13
+ .unknown-superseded { background-color: rgba(234, 200, 254, 0.65) }
12
14
.partial { background-color: #FFE0B0 }
15
+ .partial-superseded { background-color: rgba(255, 224, 179, 0.65) }
13
16
.unreleased { background-color: #FFFF99 }
17
+ .unreleased-superseded { background-color: rgba(255, 255, 153, 0.65) }
14
18
.full { background-color: #CCFF99 }
19
+ .full-superseded { background-color: rgba(214, 255, 173, 0.65) }
15
20
.na { background-color: #DDDDDD }
21
+ .na-superseded { background-color: rgba(222, 222, 222, 0.65) }
16
22
.open * { color: #AAAAAA }
23
+ .open-superseded * { color: rgba(171, 171, 171, 0.65) }
17
24
//.open { filter: opacity(0.2) }
18
25
tr:target { background-color: #FFFFBB }
19
26
th { background-color: #FFDDAA }
@@ -110,7 +117,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
110
117
<td><a href="https://cplusplus.github.io/CWG/issues/12.html">12</a></td>
111
118
<td>dup</td>
112
119
<td>Default arguments on different declarations for the same function and the Koenig lookup</td>
113
- <td class="full" align="center">Superseded by <a href="#239">239</a></td>
120
+ <td class="full-superseded " align="center">Superseded by <a href="#239">239</a></td>
114
121
</tr>
115
122
<tr id="13">
116
123
<td><a href="https://cplusplus.github.io/CWG/issues/13.html">13</a></td>
@@ -146,7 +153,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
146
153
<td><a href="https://cplusplus.github.io/CWG/issues/18.html">18</a></td>
147
154
<td>NAD</td>
148
155
<td>f(TYPE) where TYPE is void should be allowed</td>
149
- <td class="full" align="center">Superseded by <a href="#577">577</a></td>
156
+ <td class="full-superseded " align="center">Superseded by <a href="#577">577</a></td>
150
157
</tr>
151
158
<tr id="19">
152
159
<td><a href="https://cplusplus.github.io/CWG/issues/19.html">19</a></td>
@@ -170,7 +177,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
170
177
<td><a href="https://cplusplus.github.io/CWG/issues/22.html">22</a></td>
171
178
<td>TC1</td>
172
179
<td>Template parameter with a default argument that refers to itself</td>
173
- <td class="full" align="center">Superseded by <a href="#481">481</a></td>
180
+ <td class="full-superseded " align="center">Superseded by <a href="#481">481</a></td>
174
181
</tr>
175
182
<tr id="23">
176
183
<td><a href="https://cplusplus.github.io/CWG/issues/23.html">23</a></td>
@@ -218,7 +225,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
218
225
<td><a href="https://cplusplus.github.io/CWG/issues/30.html">30</a></td>
219
226
<td>TC1</td>
220
227
<td>Valid uses of "<TT>::template</TT>"</td>
221
- <td class="full" align="center">Superseded by <a href="#468">468</a> (C++11 onwards)</td>
228
+ <td class="full-superseded " align="center">Superseded by <a href="#468">468</a> (C++11 onwards)</td>
222
229
</tr>
223
230
<tr id="31">
224
231
<td><a href="https://cplusplus.github.io/CWG/issues/31.html">31</a></td>
@@ -260,7 +267,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
260
267
<td><a href="https://cplusplus.github.io/CWG/issues/37.html">37</a></td>
261
268
<td>NAD</td>
262
269
<td>When is uncaught_exception() true?</td>
263
- <td class="unknown" align="center">Superseded by <a href="#475">475</a></td>
270
+ <td class="unknown-superseded " align="center">Superseded by <a href="#475">475</a></td>
264
271
</tr>
265
272
<tr id="38">
266
273
<td><a href="https://cplusplus.github.io/CWG/issues/38.html">38</a></td>
@@ -302,7 +309,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
302
309
<td><a href="https://cplusplus.github.io/CWG/issues/44.html">44</a></td>
303
310
<td>CD1</td>
304
311
<td>Member specializations</td>
305
- <td class="partial" align="center">Superseded by <a href="#727">727</a></td>
312
+ <td class="partial-superseded " align="center">Superseded by <a href="#727">727</a></td>
306
313
</tr>
307
314
<tr id="45">
308
315
<td><a href="https://cplusplus.github.io/CWG/issues/45.html">45</a></td>
@@ -320,7 +327,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
320
327
<td><a href="https://cplusplus.github.io/CWG/issues/47.html">47</a></td>
321
328
<td>NAD</td>
322
329
<td>Template friend issues</td>
323
- <td class="full" align="center">Superseded by <a href="#329">329</a></td>
330
+ <td class="full-superseded " align="center">Superseded by <a href="#329">329</a></td>
324
331
</tr>
325
332
<tr id="48">
326
333
<td><a href="https://cplusplus.github.io/CWG/issues/48.html">48</a></td>
@@ -476,7 +483,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
476
483
<td><a href="https://cplusplus.github.io/CWG/issues/73.html">73</a></td>
477
484
<td>TC1</td>
478
485
<td>Pointer equality</td>
479
- <td class="full" align="center">Superseded by <a href="#1652">1652</a></td>
486
+ <td class="full-superseded " align="center">Superseded by <a href="#1652">1652</a></td>
480
487
</tr>
481
488
<tr id="74">
482
489
<td><a href="https://cplusplus.github.io/CWG/issues/74.html">74</a></td>
@@ -632,7 +639,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
632
639
<td><a href="https://cplusplus.github.io/CWG/issues/99.html">99</a></td>
633
640
<td>NAD</td>
634
641
<td>Partial ordering, references and cv-qualifiers</td>
635
- <td class="full" align="center">Superseded by <a href="#214">214</a></td>
642
+ <td class="full-superseded " align="center">Superseded by <a href="#214">214</a></td>
636
643
</tr>
637
644
<tr id="100">
638
645
<td><a href="https://cplusplus.github.io/CWG/issues/100.html">100</a></td>
@@ -674,7 +681,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
674
681
<td><a href="https://cplusplus.github.io/CWG/issues/106.html">106</a></td>
675
682
<td>CD1</td>
676
683
<td>Creating references to references during template deduction/instantiation</td>
677
- <td class="full" align="center">Superseded by <a href="#540">540</a></td>
684
+ <td class="full-superseded " align="center">Superseded by <a href="#540">540</a></td>
678
685
</tr>
679
686
<tr id="107">
680
687
<td><a href="https://cplusplus.github.io/CWG/issues/107.html">107</a></td>
@@ -1040,7 +1047,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1040
1047
<td><a href="https://cplusplus.github.io/CWG/issues/167.html">167</a></td>
1041
1048
<td>NAD</td>
1042
1049
<td>Deprecating static functions</td>
1043
- <td class="unknown" align="center">Superseded by <a href="#1012">1012</a></td>
1050
+ <td class="unknown-superseded " align="center">Superseded by <a href="#1012">1012</a></td>
1044
1051
</tr>
1045
1052
<tr id="168">
1046
1053
<td><a href="https://cplusplus.github.io/CWG/issues/168.html">168</a></td>
@@ -1082,7 +1089,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1082
1089
<td><a href="https://cplusplus.github.io/CWG/issues/174.html">174</a></td>
1083
1090
<td>NAD</td>
1084
1091
<td>Undeprecating global static</td>
1085
- <td class="unknown" align="center">Superseded by <a href="#1012">1012</a></td>
1092
+ <td class="unknown-superseded " align="center">Superseded by <a href="#1012">1012</a></td>
1086
1093
</tr>
1087
1094
<tr id="175">
1088
1095
<td><a href="https://cplusplus.github.io/CWG/issues/175.html">175</a></td>
@@ -1136,7 +1143,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1136
1143
<td><a href="https://cplusplus.github.io/CWG/issues/183.html">183</a></td>
1137
1144
<td>TC1</td>
1138
1145
<td><TT>typename</TT> in explicit specializations</td>
1139
- <td class="full" align="center">Superseded by <a href="#382">382</a></td>
1146
+ <td class="full-superseded " align="center">Superseded by <a href="#382">382</a></td>
1140
1147
</tr>
1141
1148
<tr id="184">
1142
1149
<td><a href="https://cplusplus.github.io/CWG/issues/184.html">184</a></td>
@@ -1160,7 +1167,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1160
1167
<td><a href="https://cplusplus.github.io/CWG/issues/187.html">187</a></td>
1161
1168
<td>TC1</td>
1162
1169
<td>Scope of template parameter names</td>
1163
- <td class="full" align="center">Superseded by <a href="#481">481</a></td>
1170
+ <td class="full-superseded " align="center">Superseded by <a href="#481">481</a></td>
1164
1171
</tr>
1165
1172
<tr id="188">
1166
1173
<td><a href="https://cplusplus.github.io/CWG/issues/188.html">188</a></td>
@@ -1936,7 +1943,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1936
1943
<td><a href="https://cplusplus.github.io/CWG/issues/316.html">316</a></td>
1937
1944
<td>NAD</td>
1938
1945
<td>Injected-class-name of template used as template template parameter</td>
1939
- <td class="full" align="center">Superseded by <a href="#1004">1004</a></td>
1946
+ <td class="full-superseded " align="center">Superseded by <a href="#1004">1004</a></td>
1940
1947
</tr>
1941
1948
<tr id="317">
1942
1949
<td><a href="https://cplusplus.github.io/CWG/issues/317.html">317</a></td>
@@ -1948,7 +1955,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1948
1955
<td><a href="https://cplusplus.github.io/CWG/issues/318.html">318</a></td>
1949
1956
<td>CD1</td>
1950
1957
<td><TT>struct A::A</TT> should not name the constructor of <TT>A</TT></td>
1951
- <td class="full" align="center">Superseded by <a href="#1310">1310</a></td>
1958
+ <td class="full-superseded " align="center">Superseded by <a href="#1310">1310</a></td>
1952
1959
</tr>
1953
1960
<tr id="319">
1954
1961
<td><a href="https://cplusplus.github.io/CWG/issues/319.html">319</a></td>
@@ -2086,7 +2093,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
2086
2093
<td><a href="https://cplusplus.github.io/CWG/issues/341.html">341</a></td>
2087
2094
<td>C++11</td>
2088
2095
<td><TT>extern "C"</TT> namespace member function versus global variable</td>
2089
- <td class="unknown" align="center">Superseded by <a href="#1708">1708</a></td>
2096
+ <td class="unknown-superseded " align="center">Superseded by <a href="#1708">1708</a></td>
2090
2097
</tr>
2091
2098
<tr id="342">
2092
2099
<td><a href="https://cplusplus.github.io/CWG/issues/342.html">342</a></td>
@@ -2422,7 +2429,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
2422
2429
<td><a href="https://cplusplus.github.io/CWG/issues/397.html">397</a></td>
2423
2430
<td>CD1</td>
2424
2431
<td>Same address for string literals from default arguments in inline functions?</td>
2425
- <td class="unknown" align="center">Superseded by <a href="#1823">1823</a></td>
2432
+ <td class="unknown-superseded " align="center">Superseded by <a href="#1823">1823</a></td>
2426
2433
</tr>
2427
2434
<tr id="398">
2428
2435
<td><a href="https://cplusplus.github.io/CWG/issues/398.html">398</a></td>
@@ -2644,7 +2651,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
2644
2651
<td><a href="https://cplusplus.github.io/CWG/issues/434.html">434</a></td>
2645
2652
<td>NAD</td>
2646
2653
<td>Unclear suppression of standard conversions while binding reference to lvalue</td>
2647
- <td class="full" align="center">Superseded by <a href="#2352">2352</a></td>
2654
+ <td class="full-superseded " align="center">Superseded by <a href="#2352">2352</a></td>
2648
2655
</tr>
2649
2656
<tr id="435">
2650
2657
<td><a href="https://cplusplus.github.io/CWG/issues/435.html">435</a></td>
@@ -2662,7 +2669,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
2662
2669
<td><a href="https://cplusplus.github.io/CWG/issues/437.html">437</a></td>
2663
2670
<td>CD1</td>
2664
2671
<td>Is type of class allowed in member function exception specification?</td>
2665
- <td class="full" align="center">Superseded by <a href="#1308">1308</a></td>
2672
+ <td class="full-superseded-superseded " align="center">Superseded by <a href="#1308">1308</a></td>
2666
2673
</tr>
2667
2674
<tr id="438">
2668
2675
<td><a href="https://cplusplus.github.io/CWG/issues/438.html">438</a></td>
@@ -2692,7 +2699,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
2692
2699
<td><a href="https://cplusplus.github.io/CWG/issues/442.html">442</a></td>
2693
2700
<td>CD1</td>
2694
2701
<td>Incorrect use of null pointer constant in description of delete operator</td>
2695
- <td class="na" align="center">Superseded by <a href="#348">348</a></td>
2702
+ <td class="na-superseded " align="center">Superseded by <a href="#348">348</a></td>
2696
2703
</tr>
2697
2704
<tr id="443">
2698
2705
<td><a href="https://cplusplus.github.io/CWG/issues/443.html">443</a></td>
@@ -3016,13 +3023,13 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
3016
3023
<td><a href="https://cplusplus.github.io/CWG/issues/496.html">496</a></td>
3017
3024
<td>CD3</td>
3018
3025
<td>Is a volatile-qualified type really a POD?</td>
3019
- <td class="full" align="center">Superseded by <a href="#2094">2094</a></td>
3026
+ <td class="full-superseded " align="center">Superseded by <a href="#2094">2094</a></td>
3020
3027
</tr>
3021
3028
<tr id="497">
3022
3029
<td><a href="https://cplusplus.github.io/CWG/issues/497.html">497</a></td>
3023
3030
<td>CD1</td>
3024
3031
<td>Missing required initialization in example</td>
3025
- <td class="unknown" align="center">Superseded by <a href="#253">253</a></td>
3032
+ <td class="unknown-superseded " align="center">Superseded by <a href="#253">253</a></td>
3026
3033
</tr>
3027
3034
<tr class="open" id="498">
3028
3035
<td><a href="https://cplusplus.github.io/CWG/issues/498.html">498</a></td>
@@ -3130,7 +3137,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
3130
3137
<td><a href="https://cplusplus.github.io/CWG/issues/515.html">515</a></td>
3131
3138
<td>CD1</td>
3132
3139
<td>Non-dependent references to base class members</td>
3133
- <td class="unknown" align="center">Superseded by <a href="#1017">1017</a></td>
3140
+ <td class="unknown-superseded " align="center">Superseded by <a href="#1017">1017</a></td>
3134
3141
</tr>
3135
3142
<tr id="516">
3136
3143
<td><a href="https://cplusplus.github.io/CWG/issues/516.html">516</a></td>
@@ -3918,7 +3925,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
3918
3925
<td><a href="https://cplusplus.github.io/CWG/issues/646.html">646</a></td>
3919
3926
<td>NAD</td>
3920
3927
<td>Can a class with a constexpr copy constructor be a literal type?</td>
3921
- <td class="unknown" align="center">Superseded by <a href="#981">981</a></td>
3928
+ <td class="unknown-superseded " align="center">Superseded by <a href="#981">981</a></td>
3922
3929
</tr>
3923
3930
<tr id="647">
3924
3931
<td><a href="https://cplusplus.github.io/CWG/issues/647.html">647</a></td>
@@ -3966,7 +3973,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
3966
3973
<td><a href="https://cplusplus.github.io/CWG/issues/654.html">654</a></td>
3967
3974
<td>CD1</td>
3968
3975
<td>Conversions to and from <TT>nullptr_t</TT></td>
3969
- <td class="full" align="center">Superseded by <a href="#1423">1423</a></td>
3976
+ <td class="full-superseded " align="center">Superseded by <a href="#1423">1423</a></td>
3970
3977
</tr>
3971
3978
<tr id="655">
3972
3979
<td><a href="https://cplusplus.github.io/CWG/issues/655.html">655</a></td>
@@ -4146,7 +4153,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
4146
4153
<td><a href="https://cplusplus.github.io/CWG/issues/684.html">684</a></td>
4147
4154
<td>CD1</td>
4148
4155
<td>Constant expressions involving the address of an automatic variable</td>
4149
- <td class="unknown" align="center">Superseded by <a href="#1454">1454</a></td>
4156
+ <td class="unknown-superseded " align="center">Superseded by <a href="#1454">1454</a></td>
4150
4157
</tr>
4151
4158
<tr id="685">
4152
4159
<td><a href="https://cplusplus.github.io/CWG/issues/685.html">685</a></td>
@@ -7656,7 +7663,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
7656
7663
<td><a href="https://cplusplus.github.io/CWG/issues/1308.html">1308</a></td>
7657
7664
<td>CD3</td>
7658
7665
<td>Completeness of class type within an <I>exception-specification</I></td>
7659
- <td class="full" align="center">Superseded by <a href="#1330">1330</a></td>
7666
+ <td class="full-superseded " align="center">Superseded by <a href="#1330">1330</a></td>
7660
7667
</tr>
7661
7668
<tr id="1309">
7662
7669
<td><a href="https://cplusplus.github.io/CWG/issues/1309.html">1309</a></td>
@@ -7812,7 +7819,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
7812
7819
<td><a href="https://cplusplus.github.io/CWG/issues/1334.html">1334</a></td>
7813
7820
<td>NAD</td>
7814
7821
<td>Layout compatibility and cv-qualification</td>
7815
- <td class="unreleased" align="center">Superseded by <a href="#1719">1719</a></td>
7822
+ <td class="unreleased-superseded " align="center">Superseded by <a href="#1719">1719</a></td>
7816
7823
</tr>
7817
7824
<tr id="1335">
7818
7825
<td><a href="https://cplusplus.github.io/CWG/issues/1335.html">1335</a></td>
0 commit comments