From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 74B8E3858C53; Sat, 9 Dec 2023 18:27:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 74B8E3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702146445; bh=zsvEIw54SpA219+jzBESzY5cbqUzu+jh9+YUchHCj24=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pskVyiu9ReS61E7dqWwXVVq+D9oDo/iJT0hx+8mb7eeSnf/YOEas9lG5E5crBnl+J BmkBi1vyUla+CZLWevAeiqxiE+BQv7cL/lrPwk6SZOlaFQ1pKiLgPJcEaV82C1UK2e n0xsm7MWrTGhU4c5Krr/q3knKAkzp3Zg6oUO6Isc= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/112876] ranges:to: c.end() is unnecessarily assigned by the return value of c.emplace() Date: Sat, 09 Dec 2023 18:27:25 +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: 14.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: 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=3D112876 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #6 from Jonathan Wakely --- Fixed, thanks again for catching this divergence from the wording.=