summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-03-09 08:41:27 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-03-09 08:41:27 +0000
commit9c1dda7d7b6336506764ce1b03baf4c03ed9ff92 (patch)
tree00932d1189f9eae59cfb046a463d987d60dfe41f /www
parent3a5032b89df601ab2e0c5c7e9667db2301bf10cf (diff)
User-defined literals are done.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152396 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 d5405e24c9..fad14f1c0d 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -213,7 +213,7 @@ with clang; other versions have not been tested.</p>
<tr>
<td>User-defined literals</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2765.pdf">N2765</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Standard Layout Types</td>