From 278ddec22c8b95d9849fb74450b7f9f18c80421c Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 17 Nov 2014 19:05:50 +0000 Subject: Implement LWG2400 - 'shared_ptr's get_deleter() should use addressof()', and add tests. Mark LWG2400 and LWG2404 as complete llvm-svn: 222161 --- libcxx/www/cxx1z_status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcxx/www') diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 1429de0c08a..b6ddc108257 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -76,9 +76,9 @@ 2377std::align requirements overly strictUrbana 2396underlying_type doesn't say what to do for an incomplete enumeration typeUrbana 2399shared_ptr 's constructor from unique_ptr should be constrainedUrbana - 2400shared_ptr 's get_deleter() should use addressof()Urbana + 2400shared_ptr 's get_deleter() should use addressof()UrbanaComplete 2401std::function needs more noexceptUrbana - 2404mismatch() 's complexity needs to be updatedUrbana + 2404mismatch() 's complexity needs to be updatedUrbanaComplete 2408SFINAE-friendly common_type / iterator_traits is missing in C++14Urbana -- cgit v1.2.3