From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75678 invoked by alias); 26 Aug 2019 19:49:05 -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 75566 invoked by uid 89); 26 Aug 2019 19:48:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:2a01, HX-Languages-Length:336, HContent-Transfer-Encoding:8bit X-HELO: mail-wr1-f44.google.com Received: from mail-wr1-f44.google.com (HELO mail-wr1-f44.google.com) (209.85.221.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Aug 2019 19:48:58 +0000 Received: by mail-wr1-f44.google.com with SMTP id c3so16449883wrd.7; Mon, 26 Aug 2019 12:48:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:from:to:cc:references:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=okJWiziln8xsIIoNfDdtEt9Jy2lkT9tG8yx3PHG2GOk=; b=YpTmnXjBjgEY+aBwFUxaOMjgZqke+fi2VkjRPDlm0lV4AKX0/BshWcpHs8dhNNOEnb k22IWOQYaat+wGNaZplaEmWFK1pECxnqeFJQW2X2pMkrvcnjCYzwYJ9FLg5k+1XPLH8q QRttncNaRwZkMuFHzFVyOnZnmiKFZpkhUPxSV3t6caZ9zgvizt1Bqzi1IZR/EHmngB9f dJ0rMMnjC93V8o+dJXZ5nUzmfZqIXJjLScRA1ekIr0dyjfYb5Jj/XqE+vEVrnj2QAooW cQpY7O5bsF2pStTIenrWXRQdQDpsM8mpr475Ga2pUK/zGCY6Z/hlT3/a+7qZBaqu+J3b rtTg== Return-Path: Received: from ?IPv6:2a01:e0a:1dc:b1c0:b4e3:a1b6:13a8:74c3? ([2a01:e0a:1dc:b1c0:b4e3:a1b6:13a8:74c3]) by smtp.googlemail.com with ESMTPSA id 4sm24926387wro.78.2019.08.26.12.48.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Aug 2019 12:48:55 -0700 (PDT) Subject: Re: PR 90409 Deque fiil/copy/move/copy_backward/move_backward/equal overloads From: =?UTF-8?Q?Fran=c3=a7ois_Dumont?= To: Jonathan Wakely , =?UTF-8?Q?Daniel_Kr=c3=bcgler?= Cc: "libstdc++@gcc.gnu.org" , gcc-patches References: <9357e741-9a71-6783-2ce9-24ba8a3939ba@gmail.com> <84aa6517-1f06-e751-e3ef-dcaea779806e@gmail.com> <20190801095726.GA28280@redhat.com> <20190801110102.GP9487@redhat.com> <20190801125224.GQ9487@redhat.com> <20190801125338.GR9487@redhat.com> <300c75a0-9fd7-6749-ea14-05502b67cd9e@gmail.com> Message-ID: Date: Mon, 26 Aug 2019 20:31:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <300c75a0-9fd7-6749-ea14-05502b67cd9e@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2019-08/txt/msg01778.txt.bz2 Hi     I am eventually working on another implementation to acheive the same result with less changes and codes. I think you'll prefer this one.     So don't spend any time on this patch proposal, a new one will come in a couple of days. François