[PATCH] D33624: [coroutines] Mark cxx_status.html of Coroutines TS as (SVN)

Gor Nishanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 27 15:43:55 PDT 2017


GorNishanov created this revision.

It is time!


https://reviews.llvm.org/D33624

Files:
  www/cxx_status.html


Index: www/cxx_status.html
===================================================================
--- www/cxx_status.html
+++ www/cxx_status.html
@@ -831,9 +831,9 @@
     </tr>
     <tr>
       <td>[DRAFT TS] Coroutines</td>
-      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0057r7.pdf">P0057R7</a></td>
-      <td></td>
-      <td class="none" align="center">WIP</td>
+      <td><a href="https://isocpp.org/files/papers/N4663.pdf">N4663</a></td>
+      <td><tt>-fcoroutines-ts<br>-stdlib=libc++</tt></td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>[TS] Library Fundamentals, Version 1 (invocation type traits)</td>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33624.100538.patch
Type: text/x-patch
Size: 676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170527/1268e2cd/attachment.bin>


More information about the cfe-commits mailing list