From 72f7821cc6155c285d37e167a6462d642ff224dc Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 13 Aug 2013 17:02:42 +0000 Subject: [PATCH] Updated issues 2039, 2044, 2197, 2225, and 2231 llvm-svn: 188294 --- libcxx/www/cxx1y_status.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libcxx/www/cxx1y_status.html b/libcxx/www/cxx1y_status.html index 67ae667fc8f1..b59bc670fc48 100644 --- a/libcxx/www/cxx1y_status.html +++ b/libcxx/www/cxx1y_status.html @@ -44,7 +44,7 @@ Paper #Paper NameMeetingStatus 3346Terminology for Container Element Requirements - Rev 1KonaComplete - 3421Making Operator Functors greater<>PortlandComplete + 3421Making Operator Functors greater<>PortlandComplete 3462std::result_of and SFINAEPortlandComplete 3469Constexpr Library Additions: chrono, v3PortlandComplete @@ -79,8 +79,8 @@ 2021Further incorrect usages of result_ofKona 2028messages_base::catalog overspecifiedKona 2033Preconditions of reserve, shrink_to_fit, and resize functionsKona - 2039Issues with std::reverse and std::copy_ifKona - 2044No definition of "Stable" for copy algorithmsKona + 2039Issues with std::reverse and std::copy_ifKonaComplete + 2044No definition of "Stable" for copy algorithmsKonaComplete 2045forward_list::merge and forward_list::splice_after with unequal allocatorsKona 2047Incorrect "mixed" move-assignment semantics of unique_ptrKona 2050Unordered associative containers do not use allocator_traits to define member typesKona @@ -124,13 +124,13 @@ 2175string_convert and wbuffer_convert validityBristol 2177Requirements on Copy/MoveInsertableBristol 2187vector is missing emplace and emplace_back member functionsBristolNot complete - 2197Specification of is_[un]signed unclear for non-arithmetic typesBristol + 2197Specification of is_[un]signed unclear for non-arithmetic typesBristolComplete 2200Data race avoidance for all containers, not only for sequencesBristol 2209assign() overspecified for sequence containersBristol 2211Replace ambiguous use of "Allocator" in container requirementsBristol 2222Inconsistency in description of forward_list::splice_after single-element overloadBristol - 2225Unrealistic header inclusion checks requiredBristol - 2231DR 704 removes complexity guarantee for clear()Bristol + 2225Unrealistic header inclusion checks requiredBristolComplete + 2231DR 704 removes complexity guarantee for clear()BristolComplete

Last Updated: 13-Aug-2013

-- GitLab