From 903a5dd112d91639a4f8aae86854e4ce7259cf05 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 28 Apr 2015 19:35:36 +0000 Subject: [PATCH] Removed 'complete' from 2408; updated status llvm-svn: 236025 --- libcxx/www/cxx1z_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 819cac9c0080..64ac68b937f6 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -81,7 +81,7 @@ 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++14UrbanaComplete + 2408SFINAE-friendly common_type / iterator_traits is missing in C++14Urbanacommon_type is waiting on LWG#2465 2106move_iterator wrapping iterators returning prvaluesUrbana