summaryrefslogtreecommitdiffstats
path: root/clang/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-01-18 19:19:22 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-01-18 19:19:22 +0000
commit11255ec7659cec933e0b0415c14d50ca80cb16cd (patch)
tree429cafd7000eed7d9e88ea3ae0a471ac8c26e4df /clang/www
parent0de990da16c4aeed10612da9dd752fa28de5a007 (diff)
downloadbcm5719-llvm-11255ec7659cec933e0b0415c14d50ca80cb16cd.tar.gz
bcm5719-llvm-11255ec7659cec933e0b0415c14d50ca80cb16cd.zip
PR9551: Implement DR1004 (http://wg21.link/cwg1004).
This rule permits the injected-class-name of a class template to be used as both a template type argument and a template template argument, with no extra syntax required to disambiguate. llvm-svn: 292426
Diffstat (limited to 'clang/www')
-rw-r--r--clang/www/cxx_dr_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index ffc07651244..b4a4d7710f5 100644
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -1937,7 +1937,7 @@ of class templates</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#316">316</a></td>
<td>NAD</td>
<td>Injected-class-name of template used as template template parameter</td>
- <td class="none" align="center">Superseded by <a href="#1004">1004</a></td>
+ <td class="svn" align="center">Superseded by <a href="#1004">1004</a></td>
</tr>
<tr id="317">
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#317">317</a></td>
@@ -5839,7 +5839,7 @@ and <I>POD class</I></td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1004">1004</a></td>
<td>C++11</td>
<td>Injected-class-names as arguments for template template parameters</td>
- <td class="none" align="center">Unknown</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr id="1005">
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1005">1005</a></td>
OpenPOWER on IntegriCloud