From 5f36c68cb09e2c0ae11ea24b9f50a8b717441fcc Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 27 Aug 2013 15:47:05 +0000 Subject: [PATCH] Mark LWG issues 2190, 2200, and 2211 as done. No changes needed to libc++. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@189359 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1y_status.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index a0e1cfba0..899586c4c 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -164,15 +164,15 @@ 2177Requirements on Copy/MoveInsertableBristol 2185Missing throws clause for future/shared_future::wait_for/wait_untilBristolComplete 2187vector<bool> is missing emplace and emplace_back member functionsBristolComplete - 2190ordering of condition variable operations, reflects Posix discussionBristol + 2190ordering of condition variable operations, reflects Posix discussionBristolComplete 2196Specification of is_*[copy/move]_[constructible/assignable] unclear for non-referencable typesBristol 2197Specification of is_[un]signed unclear for non-arithmetic typesBristolComplete - 2200Data race avoidance for all containers, not only for sequencesBristol + 2200Data race avoidance for all containers, not only for sequencesBristolComplete 2203scoped_allocator_adaptor uses wrong argument types for piecewise constructionBristol 2207basic_string::at should not have a Requires clauseBristolComplete 2209assign() overspecified for sequence containersBristolComplete 2210Missing allocator-extended constructor for allocator-aware containersBristol - 2211Replace ambiguous use of "Allocator" in container requirementsBristol + 2211Replace ambiguous use of "Allocator" in container requirementsBristolComplete 2222Inconsistency in description of forward_list::splice_after single-element overloadBristol 2225Unrealistic header inclusion checks requiredBristolComplete 2229Standard code conversion facets underspecifiedBristolComplete