On 4/27/20 3:56 AM, Iain Sandoe wrote:
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>
I think the same form as the other bullets?
P09125r5, Coroutines, (requires ...)
I think the 'as applied to n$currentdraft' is implicit? Especially as
you make it explicit below.
<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>
--
Nathan Sidwell