From 8a80169b01290332fa6d21199fc2594a66527da3 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) git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@303876 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1z_status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/cxx1z_status.html b/www/cxx1z_status.html index 8b744f873..80b53021c 100644 --- a/www/cxx1z_status.html +++ b/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