From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 8AB85388458A for ; Thu, 15 Sep 2022 15:32:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8AB85388458A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1663255950; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=1sxueko5McneNZqJtveVTiB+KPfGWTAVXkWdjglpmtU=; b=FbTy8bmI+yfy3s82UnRu62JqoIPE3FqHpQDduc5fEGN0zJpG/jLYDHNZMzw5AXXLfHDGVk DnpuMqh/a9ltOmpKxpNtka3xm1itWIsj1EFpObSlOe+OMSgiveamN4peqR0SOeBTShmC4K Rwq7nV47710bEWSdISLjR/1KQNc2Kq8= Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-359-W9xdF97MN0-nnL5YeoB97Q-1; Thu, 15 Sep 2022 11:32:26 -0400 X-MC-Unique: W9xdF97MN0-nnL5YeoB97Q-1 Received: by mail-qt1-f199.google.com with SMTP id ay22-20020a05622a229600b0035bbb349e79so8373440qtb.13 for ; Thu, 15 Sep 2022 08:32:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=1sxueko5McneNZqJtveVTiB+KPfGWTAVXkWdjglpmtU=; b=Y/DMXDJy+OZLhkYUrsa4rtb7IYKlX3Bt4p/mGajAOA3B1uTUvaqg7eMk7knT0AT51T qInQar1g07AokZczom03K2yog01z9Yb5hGfoMJXVxTlG2qAxSF6RXYC20DvqvIO4rfIl puCoyebC8DGZB0Kuu7NTby1lWODNuuAROgIECyMlYohBVfoKphgGc8MSTWy7Vumq8tEh I2uK1R/IYSX0tZBr55+aZg2iA3JZ6iwZTCxKUuh1Oz/BNukAw4GjwCRaKu/CD9ypSbBz gsgvSQQjKHkH0fThMdlC13PuisvRMiDWcrIHd8trecTeKzidf1iTTA1w5QmluAp++xSB 9YJA== X-Gm-Message-State: ACrzQf3E6TZq9CcquiGs9K/HGLQQH+DXZUyERw7ufrNV8AQ3Um8TUuLf FPW6K6uQwO5BkcRXmg8NJUCYrvWorry4u6qtD7n2296Sognf68XIEvXlwZn+KRZA9k4xh8IreEp 2inFI1jptiVLUrrywletVeLKdDxUaDVE= X-Received: by 2002:ad4:5aa3:0:b0:4a8:821d:5e69 with SMTP id u3-20020ad45aa3000000b004a8821d5e69mr146488qvg.25.1663255945460; Thu, 15 Sep 2022 08:32:25 -0700 (PDT) X-Google-Smtp-Source: AMsMyM7G/BMRYKk4joRNbRfvlCVvrnlraYLjFBd2xuVDIjf+9Bptw6iHd9ZskfypZGa6M60xIYi/nJ8Mp4SNhLkRDVg= X-Received: by 2002:ad4:5aa3:0:b0:4a8:821d:5e69 with SMTP id u3-20020ad45aa3000000b004a8821d5e69mr146469qvg.25.1663255945245; Thu, 15 Sep 2022 08:32:25 -0700 (PDT) MIME-Version: 1.0 References: <20220914141900.3489407-1-ppalka@redhat.com> In-Reply-To: <20220914141900.3489407-1-ppalka@redhat.com> From: Jonathan Wakely Date: Thu, 15 Sep 2022 16:32:14 +0100 Message-ID: Subject: Re: [PATCH] libstdc++: Implement ranges::chunk_by_view from P2443R1 To: Patrick Palka Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, 14 Sept 2022 at 15:19, Patrick Palka via Libstdc++ wrote: > > Tested on x86_64-pc-linux-gnu, does this look OK for trunk? OK, thanks.