From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9C5CB3858C5F; Fri, 19 May 2023 15:10:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9C5CB3858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684509053; bh=8AFPp4QtQ3TBolDMEuVeU0suzOprIbgopuXVRy661Hc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m0GJR7fJor97WTvG+8EAA2w1HdqvW+b0LFy2i8/Q49fXaNh+hEbM2Xqx/phLAvCM2 DNhWNo1NCiAmssFPTt2SxOhZMPx0zyH1n3qboVz5qihbGLnEXZCylvq2nAJ2LaxSis GfLW+UCDgef6QYWtH4Le5DkXWAdFKfADtS/IfWEY= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109871] error: call of overloaded ... is ambiguous (std::vector vs designated initializers) Date: Fri, 19 May 2023 15:10:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: accepts-invalid, rejects-valid 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.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D109871 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Patrick Palka --- Fixed for GCC 13.2, thanks for the bug report.=