From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D01D93858C5E; Tue, 14 Mar 2023 23:26:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D01D93858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678836416; bh=kVvVDF8kebiLS1jTkdQgZLNBHuECh0icWH5haTJfcrU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f4NXJy7GGuWMm5cpkXXXef5Ejv8jb7aIMkghxdeXDEpPmglXnlIvxu1Z5rcYlWrtO x/jRp5EO6F3F23TdgD5U95y8zrKB5SC5Y7nB/sbFsFzk3s9MEuD+iEdCvj11hqeccJ O3OHJyY415EzNdVymSd7N+iGBTlW3R+QATsK8QPo= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109111] Definition of repeat_view::_Iterator has wrong template-head Date: Tue, 14 Mar 2023 23:26:56 +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: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D109111 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from Patrick Palka --- Fixed (along with PR96830)=