diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-05-31 01:03:07 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-05-31 01:03:07 +0000 |
commit | 0ddc14c256058aeab504846f901f22a51a1bd1f8 (patch) | |
tree | be3bd17c29a6bc4ee2603188fae3bb228cdbcdc5 /libcxx/www | |
parent | 98e4019a58d7e20e38783d4f64dca30b139bc86b (diff) | |
download | bcm5719-llvm-0ddc14c256058aeab504846f901f22a51a1bd1f8.tar.gz bcm5719-llvm-0ddc14c256058aeab504846f901f22a51a1bd1f8.zip |
Mark LWG issue #2585 as complete
llvm-svn: 271240
Diffstat (limited to 'libcxx/www')
-rw-r--r-- | libcxx/www/cxx1z_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 9489f53a809..6b08ba3dafb 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -228,7 +228,7 @@ <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2581">2581</a></td><td>Specialization of <tt><type_traits></tt> variable templates should be prohibited</td><td>Jacksonville</td><td>Complete</td></tr> <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2582">2582</a></td><td>§[res.on.functions]/2's prohibition against incomplete types shouldn't apply to type traits</td><td>Jacksonville</td><td></td></tr> <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2583">2583</a></td><td>There is no way to supply an allocator for <tt>basic_string(str, pos)</tt></td><td>Jacksonville</td><td>Complete</td></tr> - <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2585">2585</a></td><td><tt>forward_list::resize(size_type, const value_type&)</tt> effects incorrect</td><td>Jacksonville</td><td></td></tr> + <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2585">2585</a></td><td><tt>forward_list::resize(size_type, const value_type&)</tt> effects incorrect</td><td>Jacksonville</td><td>Complete</td></tr> <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2586">2586</a></td><td>Wrong value category used in <tt>scoped_allocator_adaptor::construct()</tt></td><td>Jacksonville</td><td></td></tr> <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2590">2590</a></td><td>Aggregate initialization for <tt>std::array</tt></td><td>Jacksonville</td><td>Complete</td></tr> |