From 0846f54b0e41f8c5f6245b6d56410ff379d117b1 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 28 Apr 2015 14:26:29 +0000 Subject: [PATCH] Update C++17 status; mark issues 2170, 2377, and 2408 as complete. We already do these; no code changes necessary. llvm-svn: 235992 --- libcxx/www/cxx1z_status.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 16b16f77dcf6..819cac9c0080 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -71,17 +71,17 @@ Issue #Issue NameMeetingStatus 2016Allocators must be no-throw swappableUrbana 2118unique_ptr for array does not support cv qualification conversion of actual argumentUrbanaWill be resolved by N4089 - 2170Aggregates cannot be DefaultConstructibleUrbana + 2170Aggregates cannot be DefaultConstructibleUrbanaComplete 2308Clarify container destructor requirements w.r.t. std::arrayUrbanaWill be resolved by N4258 2340Replacement allocation functions declared as inlineUrbanaComplete 2354Unnecessary copying when inserting into maps with braced-init syntaxUrbana - 2377std::align requirements overly strictUrbana + 2377std::align requirements overly strictUrbanaComplete 2396underlying_type doesn't say what to do for an incomplete enumeration typeUrbanaComplete 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 - 2408SFINAE-friendly common_type / iterator_traits is missing in C++14Urbana + 2408SFINAE-friendly common_type / iterator_traits is missing in C++14UrbanaComplete 2106move_iterator wrapping iterators returning prvaluesUrbana