diff mbox series

[wwwdocs] C++ Coroutines

Message ID 53d8c505-37fe-6e36-52c6-b11fe115d802@acm.org
State New
Headers show
Series [wwwdocs] C++ Coroutines | expand

Commit Message

Nathan Sidwell April 29, 2019, 2:09 p.m. UTC
I've committed this as obvious.  The TS section didn't note coroutines 
were in progress.

nathan

Comments

Gerald Pfeifer April 29, 2019, 10:10 p.m. UTC | #1
On Mon, 29 Apr 2019, Nathan Sidwell wrote:
> I've committed this as obvious.  The TS section didn't note coroutines 
> were in progress.

Thanks, Nathan.  You also could have committed it wearing your C++
maintainer hat. ;-)

As a small note, our web pages are mirrored on www.gnu.org and that
site does not have a copy of our wiki, so for references to the wiki
we need to go for a full URL per the patch below (which I just applied).

Gerald

Index: projects/cxx-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-status.html,v
retrieving revision 1.84
diff -u -r1.84 cxx-status.html
--- projects/cxx-status.html	29 Apr 2019 14:08:43 -0000	1.84
+++ projects/cxx-status.html	29 Apr 2019 22:08:55 -0000
@@ -667,14 +667,14 @@
     <tr>
       <td> Coroutines </td>
       <td><a href="http://wg21.link/n4649">N4649</a></td>
-      <td class="unsupported"> <a href="../wiki/cxx-coroutines">In progress</a> </td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/wiki/cxx-coroutines">In progress</a> </td>
       <td></td>
       <td></td>
     </tr>
     <tr>
       <td> Modules </td>
       <td><a href="http://wg21.link/n4720">N4720</a></td>
-      <td class="unsupported"> <a href="../wiki/cxx-modules">In progress</a> </td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/wiki/cxx-modules">In progress</a> </td>
       <td></td>
       <td></td>
     </tr>
diff mbox series

Patch

Index: projects/cxx-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-status.html,v
retrieving revision 1.83
diff -U 2 -r1.83 cxx-status.html
--- projects/cxx-status.html	18 Apr 2019 15:29:32 -0000	1.83
+++ projects/cxx-status.html	29 Apr 2019 14:08:01 -0000
@@ -668,5 +668,5 @@ 
       <td> Coroutines </td>
       <td><a href="http://wg21.link/n4649">N4649</a></td>
-      <td class="unsupported"> No </td>
+      <td class="unsupported"> <a href="../wiki/cxx-coroutines">In progress</a> </td>
       <td></td>
       <td></td>
@@ -675,5 +675,5 @@ 
       <td> Modules </td>
       <td><a href="http://wg21.link/n4720">N4720</a></td>
-      <td class="unsupported"> <a href="https://gcc.gnu.org/wiki/cxx-modules">In progress</a> </td>
+      <td class="unsupported"> <a href="../wiki/cxx-modules">In progress</a> </td>
       <td></td>
       <td></td>