diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-07-21 17:41:00 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-07-21 17:41:00 +0000 |
commit | be7a1d3a3f0480fcbca1d4dc3d0e71a0dca49d27 (patch) | |
tree | f2b41604465569ec155597d150effec7e16aad6e | |
parent | feb4fa165c5e8c40ffc8b1b655cc3c8071862b20 (diff) |
Update C++0x nullptr status, from Jonathan Sauer
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135686 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index cd7f5f53c3..e7483e264f 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -233,8 +233,8 @@ welcome!</p> <td>nullptr</td> <td class="complete" align="center"></td> <td class="complete" align="center"></td> - <td class="medium" align="center"></td> - <td class="broken"></td> + <td class="advanced" align="center"></td> + <td class="advanced"></td> <td>2.14.7, 4.10, 4.11</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2431.pdf">N2431</a> <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1488.pdf">N1488</a> |