diff options
Diffstat (limited to 'clang/www/cxx_status.html')
| -rw-r--r-- | clang/www/cxx_status.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 0a904765cf2..85c0abcf26c 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -648,7 +648,7 @@ of the C++ 2017 Draft International Standard. <tr> <td><tt>constexpr</tt> lambda expressions</td> <td><a href="http://wg21.link/p0170r1">P0170R1</a></td> - <td class="svn" align="center">Clang 5</td> + <td class="full" align="center">Clang 5</td> </tr> <tr> <td>Differing <tt>begin</tt> and <tt>end</tt> types in range-based <tt>for</tt></td> @@ -684,7 +684,7 @@ of the C++ 2017 Draft International Standard. <tr> <td rowspan="2">Template argument deduction for class templates</td> <td><a href="http://wg21.link/p0091r3">P0091R3</a></td> - <td rowspan="2" class="svn" align="center">Clang 5</td> + <td rowspan="2" class="full" align="center">Clang 5</td> </tr> <tr> <!-- from Issaquah --> <td><a href="http://wg21.link/p0512r0">P0512R0</a></td> @@ -878,7 +878,7 @@ and library features that are not part of standard C++.</p> </td> </tr> <tr> - <td class="svn" align="center"> + <td class="full" align="center"> Clang 5 (<a href="http://wg21.link/p0096r4">P0096R4</a>)</a> </td> </tr> @@ -906,7 +906,7 @@ and library features that are not part of standard C++.</p> <td>[DRAFT TS] Coroutines</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">Clang 5</td> + <td class="full" align="center">Clang 5</td> </tr> <tr> <td>[TS] Library Fundamentals, Version 1 (invocation type traits)</td> |

