From: Richard Smith
Date: Tue, 28 Jun 2016 20:37:43 +0000 (+0000)
Subject: cxx_status: make c++17 footnote list formatting consistent with other footnote lists.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baf72344d6cdd2ea9fb5b02e88ecf61717ae3a64;p=clang
cxx_status: make c++17 footnote list formatting consistent with other footnote lists.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274060 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 8aadbef462..0246c14ef2 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -734,9 +734,7 @@ as the draft C++1z standard evolves.
all language versions that allow type deduction from auto
(per the request of the C++ committee).
In Clang 3.7, a warning is emitted for all cases that would change meaning.
-
-
-
+
(9): This is the resolution to a Defect Report, so is applied
to all language versions supporting inheriting constructors.