diff options
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r-- | www/cxx_status.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 7318b0bab885..be65c6ed0480 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -26,7 +26,7 @@ <!--*************************************************************************--> <h1>C++ Support in Clang</h1> <!--*************************************************************************--> -<p>Last updated: $Date: 2018-07-27 06:41:37 +0200 (Fri, 27 Jul 2018) $</p> +<p>Last updated: $Date: 2018-08-06 12:32:02 +0200 (Mon, 06 Aug 2018) $</p> <p>Clang fully implements all published ISO C++ standards (<a href="#cxx98">C++98 / C++03</a>, <a @@ -707,7 +707,7 @@ version 3.7. <tr> <!-- from Kona 2017 --> <td><a href="http://wg21.link/p0620r1">P0620R0</a> (<a href="#dr">DR</a>)</td> - <td class="svn" align="center">SVN</td> + <td class="svn" align="center">Clang 7</td> </tr> <tr> <!-- from Toronto 2017 --> @@ -1026,7 +1026,7 @@ and library features that are not part of standard C++.</p> </tr> <tr> <td class="svn" align="center"> - SVN (<a href="http://wg21.link/p0096r5">P0096R5</a>)</a> + Clang 7 (<a href="http://wg21.link/p0096r5">P0096R5</a>)</a> </td> </tr> <!-- FIXME: Implement latest recommendations. |