diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2017-05-25 16:05:54 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2017-05-25 16:05:54 +0000 |
commit | 91a091cc0035d3d6fe279ed3ac1f825556e0b07a (patch) | |
tree | a2157e602a85de8e256114076a2bbe13c4e862f2 | |
parent | e67c322260b5c4e99641122841dbfdb5a52b2d51 (diff) | |
download | bcm5719-llvm-91a091cc0035d3d6fe279ed3ac1f825556e0b07a.tar.gz bcm5719-llvm-91a091cc0035d3d6fe279ed3ac1f825556e0b07a.zip |
Mark LWG#2900 as complete - we already do this, and I checked the tests in a couple days ago (r303268 & r303824)
llvm-svn: 303876
-rw-r--r-- | libcxx/www/cxx1z_status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 8b744f873bf..80b53021c1f 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -475,7 +475,7 @@ <tr><td><a href="http://wg21.link/LWG2876">2876</a></td><td>shared_ptr::shared_ptr(const weak_ptr<Y>&) constructor should be constrained</td><td>Kona</td><td></td></tr> <tr><td><a href="http://wg21.link/LWG2878">2878</a></td><td>Missing DefaultConstructible requirement for istream_iterator default constructor</td><td>Kona</td><td></td></tr> <tr><td><a href="http://wg21.link/LWG2890">2890</a></td><td>The definition of 'object state' applies only to class types</td><td>Kona</td><td>Complete</td></tr> - <tr><td><a href="http://wg21.link/LWG2900">2900</a></td><td>The copy and move constructors of optional are not constexpr</td><td>Kona</td><td></td></tr> + <tr><td><a href="http://wg21.link/LWG2900">2900</a></td><td>The copy and move constructors of optional are not constexpr</td><td>Kona</td><td>Complete</td></tr> <tr><td><a href="http://wg21.link/LWG2903">2903</a></td><td>The form of initialization for the emplace-constructors is not specified</td><td>Kona</td><td></td></tr> <tr><td><a href="http://wg21.link/LWG2904">2904</a></td><td>Make variant move-assignment more exception safe</td><td>Kona</td><td></td></tr> <tr><td><a href="http://wg21.link/LWG2905">2905</a></td><td>is_constructible_v<unique_ptr<P, D>, P, D const &> should be false when D is not copy constructible</td><td>Kona</td><td>Complete</td></tr> @@ -489,7 +489,7 @@ <!-- <tr><td></td><td></td><td></td><td></td></tr> --> </table> - <p>Last Updated: 23-May-2017</p> + <p>Last Updated: 25-May-2017</p> </div> </body> </html> |