diff options
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r-- | www/cxx_status.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 39c3147ca47c..4a4d44bd3679 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: 2017-07-15 17:51:59 +0200 (Sat, 15 Jul 2017) $</p> +<p>Last updated: $Date: 2017-08-11 18:16:08 +0200 (Fri, 11 Aug 2017) $</p> <p>Clang fully implements all published ISO C++ standards (<a href="#cxx98">C++98 / C++03</a>, <a @@ -854,9 +854,9 @@ and library features that are not part of standard C++.</p> <th>Available in Clang?</th> </tr> <tr> - <td rowspan="3">SD-6: SG10 feature test recommendations</td> - <td rowspan="3"><a href="http://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations">SD-6</a></td> - <td rowspan="3">N/A</td> + <td rowspan="4">SD-6: SG10 feature test recommendations</td> + <td rowspan="4"><a href="http://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations">SD-6</a></td> + <td rowspan="4">N/A</td> <td class="full" align="center"> Clang 3.4 (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3745">N3745</a>)</br> </td> @@ -871,6 +871,11 @@ and library features that are not part of standard C++.</p> Clang 4 (<a href="http://wg21.link/p0096r3">P0096R3</a>)</a> </td> </tr> + <tr> + <td class="svn" align="center"> + Clang 5 (<a href="http://wg21.link/p0096r4">P0096R4</a>)</a> + </td> + </tr> <!-- FIXME: Implement latest recommendations. <tr> <td class="svn" align="center"> |