From 91a091cc0035d3d6fe279ed3ac1f825556e0b07a Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 25 May 2017 16:05:54 +0000 Subject: [PATCH] Mark LWG#2900 as complete - we already do this, and I checked the tests in a couple days ago (r303268 & r303824) llvm-svn: 303876 --- libcxx/www/cxx1z_status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 8b744f8..80b5302 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -475,7 +475,7 @@ 2876shared_ptr::shared_ptr(const weak_ptr<Y>&) constructor should be constrainedKona 2878Missing DefaultConstructible requirement for istream_iterator default constructorKona 2890The definition of 'object state' applies only to class typesKonaComplete - 2900The copy and move constructors of optional are not constexprKona + 2900The copy and move constructors of optional are not constexprKonaComplete 2903The form of initialization for the emplace-constructors is not specifiedKona 2904Make variant move-assignment more exception safeKona 2905is_constructible_v<unique_ptr<P, D>, P, D const &> should be false when D is not copy constructibleKonaComplete @@ -489,7 +489,7 @@ -

Last Updated: 23-May-2017

+

Last Updated: 25-May-2017

-- 2.7.4