From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AF8CF3858D32; Mon, 27 Feb 2023 17:18:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF8CF3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677518321; bh=b2Ymi8giX8u3MwwdJl6J+/oYEPvi9Ys8MQRbK5dRrqg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nwzRUTX6u2D0UKqtDBrkAy0/tikeeizr8jOz0ZASsq3PDVOxJ2VcviGUqGW/TOF3A LsuukYnpmj2sXCBeCKKwzJPhtuorc8apJar1WCAJau91U84cFqXc0u4M4wppTF/gHv RuBHB1pyLJsQP9MBwQw/BvQ7PAor8oHPRXkZ9oUg= From: "rs2740 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/108952] Regression in uses_allocator_construction_args for pair of rvalue references Date: Mon, 27 Feb 2023 17:18:41 +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: 12.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rs2740 at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D108952 TC changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rs2740 at gmail dot com --- Comment #3 from TC --- https://cplusplus.github.io/LWG/issue3527=