From: Richard Smith
Date: Tue, 28 Jun 2016 20:37:00 +0000 (+0000)
Subject: cxx_status: fix footnote for p0136.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=430507b7a135d4a9e4e51dcd2cdafa6ade92a53d;p=clang
cxx_status: fix footnote for p0136.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274059 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index c902cdfe57..8aadbef462 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -623,7 +623,7 @@ as the draft C++1z standard evolves.
New specification for inheriting constructors (DR1941 et al) |
P0136R1 |
- SVN (9) |
+ SVN (9) |
@@ -735,6 +735,8 @@ 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.