From baf72344d6cdd2ea9fb5b02e88ecf61717ae3a64 Mon Sep 17 00:00:00 2001 From: Richard Smith <richard-llvm@metafoo.co.uk> Date: Tue, 28 Jun 2016 20:37:43 +0000 Subject: [PATCH] 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 --- www/cxx_status.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www/cxx_status.html b/www/cxx_status.html index 8aadbef4620..0246c14ef26 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -734,9 +734,7 @@ as the draft C++1z standard evolves.</p> all language versions that allow type deduction from <tt>auto</tt> (per the request of the C++ committee). In Clang 3.7, a warning is emitted for all cases that would change meaning. -</span> -</p> -<p> +</span><br> <span id="p0136">(9): This is the resolution to a Defect Report, so is applied to all language versions supporting inheriting constructors. </span> -- GitLab