From 22998ad08be18db7c2a220bbaf24de3bd1f308bb Mon Sep 17 00:00:00 2001 From: Craig Topper <craig.topper@gmail.com> Date: Thu, 11 Aug 2011 04:09:26 +0000 Subject: [PATCH] Update C++0x status page to reflect support for raw string literals. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137299 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_status.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/cxx_status.html b/www/cxx_status.html index 819d61ac9dd..0dce8cf9673 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -247,10 +247,10 @@ welcome!</p> </tr> <tr> <td>Raw string literal types</td> - <td></td> - <td></td> - <td></td> - <td></td> + <td class="complete"></td> + <td class="complete"></td> + <td class="complete"></td> + <td class="complete"></td> <td>2.14.5</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2053.html">N2053</a> <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2442.html">N2442</a> -- GitLab