From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 181FA3858D32; Wed, 12 Apr 2023 02:45:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 181FA3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681267502; bh=99CPuDv8EPGHhZGNm5I02LoS5okr51NIqLtHUxYQdZ0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EhzhwCmJYwwtjWV/ml5wK9sP0W8B38l4D7c44LDa1vradD1cVxTmUPcD2DsGhzEpm QzQWVKNAHi/Fb/kbRKh3OyI8hXPG5MROoWEfjYHgRx5sBSJ1Vzz83KG4VUmr3hTrSv ZwKff5UMZiyWIiHJcpcKzF9LUIsOMYai0VIm7P14= From: "barry.revzin at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109474] chunk_by doesn't work for ranges of proxy references Date: Wed, 12 Apr 2023 02:45:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: barry.revzin at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109474 --- Comment #2 from Barry Revzin --- Serves me right for only checking vector (which worked) and vector (which didn't) and not bothering to check vector const (which also doe= sn't work) and thus overly complicating the bug report. I got too excited that vector played an important role I guess.=