aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-11-14 22:40:45 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-11-14 22:40:45 +0000
commit418220b209ed67a5cc6802d367a9a994d7225e04 (patch)
treec9dc9797658776f51e211c87db9462d309eaf31f /www
parent2d2f6c28e5080c7e4a6689618ae7b4048cfbc620 (diff)
downloadclang-418220b209ed67a5cc6802d367a9a994d7225e04.tar.gz
DR408: If a static data member of incomplete array type is declared in a class
template, that member has a dependent type (even if we can see the definition of the member of the primary template), because the array size could change in a member specialization. Patch by Karthik Bhat! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html
index 43566ccaf4..cb96ff31f2 100644
--- a/www/cxx_dr_status.html
+++ b/www/cxx_dr_status.html
@@ -2488,7 +2488,7 @@ of class templates</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#408">408</a></td>
<td>CD2</td>
<td>sizeof applied to unknown-bound array static data member of template</td>
- <td class="none" align="center">Unknown</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#409">409</a></td>