summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-03-08 22:17:41 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-03-08 22:17:41 +0000
commitbee7d7acd2ca9cfefcf38124b97dd94c06c4c3ac (patch)
tree82cbf783dab6265814072ba1fb7a536af3cfd422 /www
parent15d0933c599c3440c1523038f0bc9dc1a870adb6 (diff)
downloadclang-bee7d7acd2ca9cfefcf38124b97dd94c06c4c3ac.tar.gz
P0017R1: In C++1z, an aggregate class can have (public non-virtual) base classes; these are initialized as if they were data members.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 85692f9d2b..5163402e35 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -644,7 +644,7 @@ as the draft C++1z standard evolves.</p>
<tr>
<td>Aggregate initialization of classes with base classes</td>
<td><a href="http://wg21.link/p0017r1">P0017R1</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td><tt>constexpr</tt> lambda expressions</td>