From 7db57339fbdfe74148003471381919fba8fec440 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 11 Mar 2014 15:17:34 +0000 Subject: Mark LWG #2314. 'apply() should return decltype(auto) and use decay_t before tuple_size' as complete. This is a correction to some example code in the standard, no change needed for libc++. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@203579 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1y_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index 8117a65b8..c282572ec 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -246,7 +246,7 @@ 2306match_results::reference should be value_type&, not const value_type&IssaquahComplete 2308Clarify container destructor requirements w.r.t. std::arrayIssaquahComplete 2313tuple_size should always derive from integral_constantIssaquahComplete - 2314apply() should return decltype(auto) and use decay_t before tuple_sizeIssaquah + 2314apply() should return decltype(auto) and use decay_t before tuple_sizeIssaquahComplete 2315weak_ptr should be movableIssaquahComplete 2316weak_ptr::lock() should be atomicIssaquahComplete 2317The type property queries should be UnaryTypeTraits returning size_tIssaquahComplete -- cgit v1.2.3