From cc4759288b0c9c3e240ad56e7def0d640845d8b7 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 25 Feb 2014 16:25:55 +0000 Subject: Mark LWG Issues 2278 and 2313 as complete. No code changes needed; libc++ already implemented both of these. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@202161 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1y_status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index 2ac2ad2a6..66bdc2b6a 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -221,7 +221,7 @@ 2268Setting a default argument in the declaration of a member function assign of std::basic_stringIssaquah 2271regex_traits::lookup_classname specification unclearIssaquah 2272quoted should use char_traits::eq for character comparisonIssaquah - 2278User-defined literals for Standard Library typesIssaquah + 2278User-defined literals for Standard Library typesIssaquahComplete 2280begin / end for arrays should be constexpr and noexceptIssaquahComplete 2285make_reverse_iteratorIssaquah @@ -244,7 +244,7 @@ 2304Complexity of count in unordered associative containersIssaquahComplete 2306match_results::reference should be value_type&, not const value_type&Issaquah 2308Clarify container destructor requirements w.r.t. std::arrayIssaquahComplete - 2313tuple_size should always derive from integral_constantIssaquah + 2313tuple_size should always derive from integral_constantIssaquahComplete 2314apply() should return decltype(auto) and use decay_t before tuple_sizeIssaquah 2315weak_ptr should be movableIssaquah 2316weak_ptr::lock() should be atomicIssaquah -- cgit v1.2.3