From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 29D333858C50; Thu, 1 Jun 2023 22:54:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29D333858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685660054; bh=dKG1q0xZz6UDmjXS4+t9CoLdWC/HZjVwCq0hRMep9x8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lBxV9V+oNnGLx5fy8KlOJ+H2KT7u1iweG3eB6ouQ7mG3sUmBtaG14DBT78yrpOo2Y 5BrgmQZ/jbS72y071JZf1ucOhuC797n1mPA79bgAkw1OI7hUHGwIH9BBILL3eIeMnR SQm2Xu59O24GrX9zvKjCLO3o5w6s1zr5vohx5Kmo= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109947] std::expected monadic operations do not support move-only error types yet Date: Thu, 01 Jun 2023 22:54:13 +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.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org 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: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to target_milestone 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=3D109947 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Status|SUSPENDED |ASSIGNED Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu= .org Target Milestone|--- |13.2 --- Comment #8 from Jonathan Wakely --- The LWG issue has been moved to Tentatively Ready status by LWG, and should= get approved by the full committee in two weeks. I've implemented the proposed resolution in GCC trunk as r14-1471-gfe94f8b7e022b7 and will backport that to the gcc-13 branch too.=