diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/www/cxx_status.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 6bb6dd5baae..38e84e74c90 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -427,7 +427,7 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mailing ships.</p> </tr> <tr> <td>decltype(auto)</td> - <td rowspan=2><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html">N3638</a></td> + <td rowspan=2 style="vertical-align:middle"><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html">N3638</a></td> <td class="svn" align="center">SVN</td> </tr> <tr> @@ -447,7 +447,8 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mailing ships.</p> <tr> <td>Generic lambdas</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3649.html">N3649</a></td> - <td class="none" align="center">No</td> + <td class="partial" align="center"> + No [<a href="https://github.com/faisalv/clang-glambda">WIP</a>]</td> </tr> <tr> <td>Variable templates</td> @@ -467,7 +468,7 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mailing ships.</p> <tr> <td>Clarifying memory allocation</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3664.html">N3664</a></td> - <td class="partial" align="center">Partial</td> + <td class="full" align="center">Yes</td> </tr> </table> |