summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-05-17 02:16:45 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-05-17 02:16:45 +0000
commitd0e48be6ff526d0e08de75805b67115b13abf0e7 (patch)
tree4d1e3b803a821283c621244c99870fd7c5f4c3fd /www
parent072c4a550c5f76bd48d5fc90d34c90abceb56561 (diff)
downloadclang-d0e48be6ff526d0e08de75805b67115b13abf0e7.tar.gz
[c++20] P1327R1: Support for typeid applied to objects of polymorphic
class type in constant evaluation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rwxr-xr-xwww/cxx_status.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 84552c2018..5acdd56391 100755
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -973,10 +973,11 @@ as the draft C++2a standard evolves.
</tr>
<tr>
<td><a href="http://wg21.link/p1327r1">P1327R1</a></td>
- <td rowspan=2 class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td><a href="http://wg21.link/p1330r0">P1330R0</a></td>
+ <td class="none" align="center">No</td>
</tr>
<tr>
<td>Prohibit aggregates with user-declared constructors</td>