From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 974023858004; Thu, 10 Aug 2023 21:43:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 974023858004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691703786; bh=e0elPjS45WDMglLgpQEA/T1XAH39Qs5NypoaIQOwvUc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=exBt7JqDvyZPOpI8blQkVEkTuObSKOvjyBaWPxo0J/QEe8kbj2HgY3D+ujzDRA18e ZZ7XLMmJzerhNMBcO2N8RpwL0X1gXZTQhr/BcEvSpv5DTFYbobPxnmcEHV+N8ZtSJY x+3irUW5ThhR0HDGAH2BnnUHK3Aq1Np96tKE0DsM= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/106852] Implement C++23 P2465R3 Standard Library Modules std and std.compat Date: Thu, 10 Aug 2023 21:43:05 +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.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW 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: see_also 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=3D106852 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://github.com/microsof | |t/STL/issues/3945 --- Comment #3 from Jonathan Wakely --- As per https://github.com/microsoft/STL/issues/3945 we should support the s= td module in C++20 mode too.=