summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-05-17 19:19:28 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-05-17 19:19:28 +0000
commit28f597c2ef2338dcae6d3aa47c73639eec99afd9 (patch)
tree22bba3e7b25e98af8e67fb2b264eec1b61fe321d /www
parent22034f6b6b898814a7ec767819eeab6439282ffd (diff)
downloadclang-28f597c2ef2338dcae6d3aa47c73639eec99afd9.tar.gz
[c++20] P1327R1: Support for typeid applied to objects of polymorphic
class type in constant evaluation. This reinstates r360977, reverted in r360987, now that its rerequisite patch is reinstated and fixed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361067 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>