From 90ba6230a350afcff827f7fec1a1ffce282d88e9 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 18 Nov 2014 20:37:47 +0000 Subject: [PATCH] Marked LWG 2399 as complete. I committed a test for this earlier today. llvm-svn: 222251 --- libcxx/www/cxx1z_status.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index e154883..f497bed 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -75,10 +75,10 @@ 2354Unnecessary copying when inserting into maps with braced-init syntaxUrbana 2377std::align requirements overly strictUrbana 2396underlying_type doesn't say what to do for an incomplete enumeration typeUrbanaComplete - 2399shared_ptr 's constructor from unique_ptr should be constrainedUrbana - 2400shared_ptr 's get_deleter() should use addressof()UrbanaComplete + 2399shared_ptr's constructor from unique_ptr should be constrainedUrbanaComplete + 2400shared_ptr's get_deleter() should use addressof()UrbanaComplete 2401std::function needs more noexceptUrbanaComplete - 2404mismatch() 's complexity needs to be updatedUrbanaComplete + 2404mismatch()'s complexity needs to be updatedUrbanaComplete 2408SFINAE-friendly common_type / iterator_traits is missing in C++14Urbana @@ -100,7 +100,7 @@ -

Last Updated: 17-Nov-2014

+

Last Updated: 18-Nov-2014

-- 2.7.4