From 2bc793ca2e89c262fc8a08ae8e4b95588adfab3e Mon Sep 17 00:00:00 2001 From: Richard Smith <richard-llvm@metafoo.co.uk> Date: Fri, 20 Jun 2014 20:34:03 +0000 Subject: [PATCH] Be less bold. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211397 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cxx_status.html b/www/cxx_status.html index 4d0ae9bf0b3..e249a8b3c12 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -505,7 +505,7 @@ table describes the Clang version in which each feature became available.</p> <h2 id="cxx17">C++1z implementation status</h2> -<p>Clang has <b>highly experimental<b> support for some proposed features of +<p>Clang has <b>highly experimental</b> support for some proposed features of the C++ standard following C++1y, provisionally named C++1z. The following table describes which C++1z features have been implemented in Clang and in which Clang version they became -- GitLab