summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2014-04-07 07:28:33 +0000
committerMarshall Clow <mclow.lists@gmail.com>2014-04-07 07:28:33 +0000
commit3f357193cbd08716ef46d131d62926fc92f7bb70 (patch)
tree8dc8b02350cf0f261e91a95f120f4b08071ff3ca /www
parent0835e16c6d7156055fbfaba64671312961c0b4bf (diff)
downloadexternal_libcxx-3f357193cbd08716ef46d131d62926fc92f7bb70.tar.gz
external_libcxx-3f357193cbd08716ef46d131d62926fc92f7bb70.tar.bz2
external_libcxx-3f357193cbd08716ef46d131d62926fc92f7bb70.zip
Removed 'sized deallocation' from C++14 status page since it turned out to require no library work, and fixed a typo in index.html. Thanks to Tobias for pointing these out.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@205700 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx1y_status.html1
-rw-r--r--www/index.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html
index 83126a855..813419942 100644
--- a/www/cxx1y_status.html
+++ b/www/cxx1y_status.html
@@ -96,7 +96,6 @@
<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>
<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3779.pdf">3779</a></td><td>LWG</td><td>User-defined Literals for std::complex</td><td>Chicago</td><td>Complete</td><td>3.4</td></tr>
<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3789.htm">3789</a></td><td>LWG</td><td>Constexpr Library Additions: functional</td><td>Chicago</td><td>Complete</td><td>3.4</td></tr>
- <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3778.html">3778</a></td><td>CWG</td><td>Sized deallocation</td><td>Chicago</td><td></td><td></td></tr>
<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>
<tr><td><a href="http://isocpp.org/files/papers/N3924.pdf">3924</a></td><td>LWG</td><td>Discouraging rand() in C++14</td><td>Issaquah</td><td>Complete</td><td>3.5</td></tr>
diff --git a/www/index.html b/www/index.html
index c62b97105..89bb003ec 100644
--- a/www/index.html
+++ b/www/index.html
@@ -213,7 +213,7 @@ against it with <code>-fno-rtti</code> is supported.
<p>
If you think you've found a bug in libc++, please report it using
the <a href="http://llvm.org/bugs">LLVM Bugzilla</a>. If you're not sure, you
-can post a meesage to the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a>
+can post a message to the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a>
mailing list or on IRC. Please include "libc++" in your subject.
</p>