r274059 - cxx_status: fix footnote for p0136.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 28 13:37:00 PDT 2016
Author: rsmith
Date: Tue Jun 28 15:37:00 2016
New Revision: 274059
URL: http://llvm.org/viewvc/llvm-project?rev=274059&view=rev
Log:
cxx_status: fix footnote for p0136.
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=274059&r1=274058&r2=274059&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Tue Jun 28 15:37:00 2016
@@ -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 de
(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>
More information about the cfe-commits
mailing list