Skip to content

Commit ef71c79

Browse files
committed
[clang][NFC] Update C++ DR status page
1 parent d358b2d commit ef71c79

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

clang/www/cxx_dr_status.html

+15-3
Original file line numberDiff line numberDiff line change
@@ -16823,7 +16823,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1682316823
</tr>
1682416824
<tr class="open" id="2836">
1682516825
<td><a href="https://cplusplus.github.io/CWG/issues/2836.html">2836</a></td>
16826-
<td>review</td>
16826+
<td>tentatively ready</td>
1682716827
<td>Conversion rank of <TT>long double</TT> and extended floating-point types</td>
1682816828
<td align="center">Not resolved</td>
1682916829
</tr>
@@ -16997,7 +16997,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1699716997
</tr>
1699816998
<tr class="open" id="2865">
1699916999
<td><a href="https://cplusplus.github.io/CWG/issues/2865.html">2865</a></td>
17000-
<td>open</td>
17000+
<td>tentatively ready</td>
1700117001
<td>Regression on result of conditional operator</td>
1700217002
<td align="center">Not resolved</td>
1700317003
</tr>
@@ -17009,7 +17009,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1700917009
</tr>
1701017010
<tr class="open" id="2867">
1701117011
<td><a href="https://cplusplus.github.io/CWG/issues/2867.html">2867</a></td>
17012-
<td>open</td>
17012+
<td>review</td>
1701317013
<td>Order of initialization for structured bindings</td>
1701417014
<td align="center">Not resolved</td>
1701517015
</tr>
@@ -17126,6 +17126,18 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1712617126
<td>open</td>
1712717127
<td>Temporaries and trivial potentially-throwing special member functions</td>
1712817128
<td align="center">Not resolved</td>
17129+
</tr>
17130+
<tr class="open" id="2887">
17131+
<td><a href="https://cplusplus.github.io/CWG/issues/2887.html">2887</a></td>
17132+
<td>open</td>
17133+
<td>Missing compatibility entries for xvalues</td>
17134+
<td align="center">Not resolved</td>
17135+
</tr>
17136+
<tr class="open" id="2888">
17137+
<td><a href="https://cplusplus.github.io/CWG/issues/2888.html">2888</a></td>
17138+
<td>open</td>
17139+
<td>Missing cases for reference and array types for argument-dependent lookup</td>
17140+
<td align="center">Not resolved</td>
1712917141
</tr></table>
1713017142

1713117143
</div>

0 commit comments

Comments
 (0)