Skip to content
Snippets Groups Projects
Commit 38ab6350 authored by Richard Smith's avatar Richard Smith
Browse files

[cxx_status] Update for moved Albuquerque papers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317982 91177308-0d34-0410-b5e6-96231b3b80d8
parent e017785d
No related branches found
No related tags found
No related merge requests found
...@@ -830,9 +830,53 @@ as the draft C++2a standard evolves. ...@@ -830,9 +830,53 @@ as the draft C++2a standard evolves.
<td><a href="http://wg21.link/p0702r1">P0702R1</a></td> <td><a href="http://wg21.link/p0702r1">P0702R1</a></td>
<td class="svn" align="center">SVN <a href="#p0702">(13)</a></td> <td class="svn" align="center">SVN <a href="#p0702">(13)</a></td>
</tr> </tr>
<tr id="p0374"> <tr id="p0734">
<td>Concepts</td> <td rowspan="2">Concepts</td>
<td><a href="http://wg21.link/p0734r0">P0734R0</a></td> <td><a href="http://wg21.link/p0734r0">P0734R0</a></td>
<td rowspan="2" class="none" align="center">No</td>
</tr>
<tr> <!-- from Albuquerque -->
<td><a href="http://wg21.link/p0857r0">P0857R0</a></td>
</tr>
<!-- Albuquerque papers -->
<tr>
<td>Range-based for statements with initializer</td>
<td><a href="http://wg21.link/p0614r1">P0614R1</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Simplifying implicit lambda capture</td>
<td><a href="http://wg21.link/p0588r1">P0588R1</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>ADL and function templates that are not visible</td>
<td><a href="http://wg21.link/p0846r0">P0846R0</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td><tt>const</tt> mismatch with defaulted copy constructor</td>
<td><a href="http://wg21.link/p0641r2">P0641R2</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Consistent comparison (<tt>operator&lt;=&gt;</tt>)</td>
<td><a href="http://wg21.link/p0515r3">P0515R3</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Access checking on specializations</td>
<td><a href="http://wg21.link/p0692r1">P0692R1</a></td>
<td class="partial" align="center">Partial</td>
</tr>
<tr>
<td>Default constructible and assignable stateless lambdas</td>
<td><a href="http://wg21.link/p0624r2">P0624R2</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Lambdas in unevaluated contexts</td>
<td><a href="http://wg21.link/p0315r4">P0315R4</a></td>
<td class="none" align="center">No</td> <td class="none" align="center">No</td>
</tr> </tr>
</table> </table>
...@@ -900,7 +944,7 @@ and library features that are not part of standard C++.</p> ...@@ -900,7 +944,7 @@ and library features that are not part of standard C++.</p>
<td>[TS] Concepts</td> <td>[TS] Concepts</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0121r0.pdf">P0121R0</a></td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0121r0.pdf">P0121R0</a></td>
<td></td> <td></td>
<td class="na" align="center">Superseded by <a href="#p0374">P0734R0</a></td> <td class="na" align="center">Superseded by <a href="#p0734">P0734R0</a></td>
</tr> </tr>
<tr> <tr>
<td>[DRAFT TS] Coroutines</td> <td>[DRAFT TS] Coroutines</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment