From b88d7cc71c474c00766c5dc0448d9cd22f7f9360 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Sat, 15 Feb 2014 05:41:48 +0000 Subject: [PATCH] Mark issue 2293, 2241 and 2308 as complete git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@201460 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 6b7bfa068..bcfb1f7a2 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -239,11 +239,11 @@ 2258a.erase(q1, q2) unable to directly return q2Issaquah 2263Comparing iterators and allocator pointers with different const-characterIssaquah - 2293Wrong facet used by num_put::do_putIssaquah + 2293Wrong facet used by num_put::do_putIssaquahComplete 2301Why is std::tie not constexpr?Issaquah 2304Complexity of count in unordered associative containersIssaquah 2306match_results::reference should be value_type&, not const value_type&Issaquah - 2308Clarify container destructor requirements w.r.t. std::arrayIssaquah + 2308Clarify container destructor requirements w.r.t. std::arrayIssaquahComplete 2313tuple_size should always derive from integral_constantIssaquah 2314apply() should return decltype(auto) and use decay_t before tuple_sizeIssaquah 2315weak_ptr should be movableIssaquah @@ -257,7 +257,7 @@ 2330regex("meow", regex::icase) is technically forbidden but should be permittedIssaquah 2332regex_iterator/regex_token_iterator should forbid temporary regexesIssaquah 2339Wording issue in nth_elementIssaquah - 2341Inconsistency between basic_ostream::seekp(pos) and basic_ostream::seekp(off, dir)Issaquah + 2341Inconsistency between basic_ostream::seekp(pos) and basic_ostream::seekp(off, dir)IssaquahComplete 2344quoted()'s interaction with padding is unclearIssaquah 2346integral_constant's member functions should be marked noexceptIssaquah 2350min, max, and minmax should be constexprIssaquah