From 793f59e7676ca997ffe0a919d9135bb3dcad7ecf Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Sat, 13 Jun 2015 02:23:00 +0000 Subject: LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo. This patch fixes LWG issue 2422 by removing the DECAY_COPY from call once. The review can be found here: http://reviews.llvm.org/D10191 llvm-svn: 239654 --- libcxx/www/cxx1z_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/www') diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index b94fe6006e5..638761676ca 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -127,7 +127,7 @@ 2438std::iterator inheritance shouldn't be mandatedLenexaComplete 2439unique_copy() sometimes can't fall back to reading its outputLenexa 2440seed_seq::size() should be noexceptLenexaComplete - 2442call_once() shouldn't DECAY_COPY()Lenexa + 2442call_once() shouldn't DECAY_COPY()LenexaComplete 2448Non-normative Container destructor specificationLenexaComplete 2454Add raw_storage_iterator::base() memberLenexaComplete 2455Allocator default construction should be allowed to throwLenexaComplete -- cgit v1.2.3