From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69941 invoked by alias); 21 Dec 2015 11:08:29 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 69270 invoked by uid 89); 21 Dec 2015 11:08:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:767 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 21 Dec 2015 11:08:27 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 726C2C803; Mon, 21 Dec 2015 11:08:26 +0000 (UTC) Received: from localhost (ovpn-116-121.ams2.redhat.com [10.36.116.121]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tBLB8P2O009817; Mon, 21 Dec 2015 06:08:26 -0500 Date: Mon, 21 Dec 2015 11:08:00 -0000 From: Jonathan Wakely To: Ville Voutilainen Cc: "gcc-patches@gcc.gnu.org" , libstdc++ Subject: Re: [v3 PATCH] PR libstdc++/66693 Message-ID: <20151221110825.GY5356@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2015-12/txt/msg01969.txt.bz2 On 19/12/15 16:50 +0200, Ville Voutilainen wrote: > > PR libstdc++/66693 > * include/std/tuple (tuple_element, tuple_size, tuple_element_t, > __tuple_element_t): Move to... > * include/std/utility: ...here. > * testsuite/20_util/pair/astuple/astuple.cc: Adjust. > * testsuite/20_util/pair/astuple/astuple_cpp14.cc: New. > * testsuite/20_util/tuple/tuple_element.cc: Adjust. > * testsuite/20_util/tuple/tuple_element_t.cc: Likewise. > * testsuite/20_util/tuple/tuple_size.cc: Likewise. > * testsuite/23_containers/array/tuple_interface/tuple_element.cc: > Likewise. > * testsuite/23_containers/array/tuple_interface/tuple_element_cpp14.cc: > New. > * testsuite/23_containers/array/tuple_interface/tuple_size.cc: Adjust. OK, thanks.