]> granicus.if.org Git - clang/commitdiff
cxx_status: fix footnote for p0136.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 28 Jun 2016 20:37:00 +0000 (20:37 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 28 Jun 2016 20:37:00 +0000 (20:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274059 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index c902cdfe5779b5875249e4fff0029ecbfb6c46a9..8aadbef46205f228a16cf38f7cc9af9df9b66e05 100644 (file)
@@ -623,7 +623,7 @@ as the draft C++1z standard evolves.</p>
     <tr>
       <td>New specification for inheriting constructors (<a href="cxx_dr_status.html#1941">DR1941</a> et al)</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0136r1.html">P0136R1</a></td>
-      <td class="svn" align="center">SVN <a href="p0136">(9)</a></td>
+      <td class="svn" align="center">SVN <a href="#p0136">(9)</a></td>
     </tr>
     <!-- Jacksonville papers -->
     <tr>
@@ -735,6 +735,8 @@ 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 id="p0136">(9): This is the resolution to a Defect Report, so is applied
 to all language versions supporting inheriting constructors.
 </span>