summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorGor Nishanov <GorNishanov@gmail.com>2017-05-27 22:54:52 +0000
committerGor Nishanov <GorNishanov@gmail.com>2017-05-27 22:54:52 +0000
commitee89bdd9440821c492e4b824c2076412d0ebb1bd (patch)
tree924bf0d0d9b9d9d34acbc867986233ba8bd4313e /www
parent946a5b82abedf5e556535e57394bc73327170fa1 (diff)
[coroutines] Mark cxx_status.html of Coroutines TS as (SVN)
Summary: It is time! Reviewers: GorNishanov, rsmith Reviewed By: GorNishanov, rsmith Subscribers: EricWF, rsmith, cfe-commits Differential Revision: https://reviews.llvm.org/D33624 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304081 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 1b207e5635..cf768a49af 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -831,9 +831,9 @@ and library features that are not part of standard C++.</p>
</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>