From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B9733858D33; Tue, 31 Jan 2023 21:19:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B9733858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675199985; bh=npcgB2bFo4UA0K0oh496+f44hPD0loePWlNllbA18eg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=F3NKUvoW8JnfbRrcJqQUZ5AiuT5Tcj3zoyjJ54Oz5l//K2jyZTvYU6KyxsaFcDlXQ 4hPy6PX9Cs+JPDxvgN9QNKH1C/2EwIDNfVW+XCKQsvzbVH5OeB0aAJopIvH3ZlUMcq mFcGqJYgzubg+5MUDMVbtKlTGHy4GUJK8AZBG4Fw= From: "gccbugzilla at thepirate42 dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/108619] Compilation error if the construct method of the allocator isn't implemented and the detructor of value_type is private Date: Tue, 31 Jan 2023 21:19:44 +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.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gccbugzilla at thepirate42 dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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=3D108619 gccbugzilla at thepirate42 dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |UNCONFIRMED --- Comment #4 from gccbugzilla at thepirate42 dot org --- I accidentally changed the status to fixed=