[PATCH] wwdocs: Update coroutines status.

Iain Sandoe iain@sandoe.co.uk
Mon Apr 27 07:56:25 GMT 2020


hi,

This makes minor adjustments  to the coroutines status reflecting the changes in
n4861, the C++20 standard DIS.

OK to apply?
thanks
Iain

—

 htdocs/gcc-10/changes.html      | 1 +
 htdocs/projects/cxx-status.html | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 3c1046bf..593bcfc7 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -318,6 +318,7 @@ a work-in-progress.</p>
     <li>P0960R3, Parenthesized initialization of aggregates</li>
     <li>P1331R2, Allow trivial default initialization in constexpr contexts</li>
     <li>P1327R1, Allowing dynamic_cast and polymorphic typeid in constexpr contexts</li>
+    <li>Coroutines, P0912R5 as applied to n4861 (requires <code>-fcoroutines</code>)</li>
   </ul>  
   </li>
   <li>Several C++ Defect Reports have been resolved, e.g.:
diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index dd2683dc..6a715058 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -444,10 +444,11 @@
     </tr>
     <tr>
       <td> Coroutines </td>
-      <td><a href="https://wg21.link/p0912r5">P0912R5</a></td>
-      <td class="supported"> <a href="../gcc-10/changes.html#cxx">10</a>
-       (<a href="../wiki/cxx-coroutines">Coroutines Wiki</a>) </td>
-      <td> </td>
+      <td><a href="https://wg21.link/p0912r5">P0912R5</a></br>
+      as applied to <a href="http://wg21.link/n4861">n4861</a></td>
+      <td class="supported"> <a href="../gcc-10/changes.html#cxx">10 </a>
+       (requires -fcoroutines)</td>
+      <td> __cpp_impl_coroutine >= 201902</td>
     </tr>
     <tr>
       <td rowspan=2> Parenthesized initialization of aggregates </td>
-- 
2.14.3




More information about the Gcc-patches mailing list