Hi, This corrects two errors picked up by the validator. (one in the patch I just applied, one pre-existing). thanks iain
--- htdocs/projects/cxx-status.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 6a715058..1a2633ef 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -278,6 +278,7 @@ <tr> <td><a href="https://wg21.link/p2095r0">P2095R0</a></td> <td class="supported center"><a href="../gcc-10/changes.html#cxx">10</a></td> + <td> </td> </tr> <tr> <td> Proposed wording for likely and unlikely attributes </td> @@ -444,7 +445,7 @@ </tr> <tr> <td> Coroutines </td> - <td><a href="https://wg21.link/p0912r5">P0912R5</a></br> + <td><a href="https://wg21.link/p0912r5">P0912R5</a> 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> -- 2.14.3