From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C506A3858D1E; Sun, 25 Sep 2022 05:53:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C506A3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664085229; bh=uK7Wxg7RnaST+8D4uC7RP7u6jFe4INTc2RxoYbo1CxY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nokHvLDpFpHekhIWyUiPtEgJaY1TDaH+KumU11I8YHGID6h4pOSuToLMZjo6t0yZD +aAqbouyfByYkntv+NacmJx6nw89j+VN7dZWAhKOB9xpzzj275ufeQejwOtlwL/zeO Cc+ZSeiK2xZ9LYyLw482nm/cIVVDZ+eQvjCc/j3k= From: "de34 at live dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/106852] Implement C++23 P2465R3 Standard Library Modules std and std.compat Date: Sun, 25 Sep 2022 05:53:49 +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: de34 at live dot cn 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: 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=3D106852 Jiang An changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |de34 at live dot cn --- Comment #1 from Jiang An --- Should std.compat provide 3-argument hypot overloads in the global namespac= e? MSVC STL's std.compat intentionally doesn't provide them in the global namespace (https://github.com/microsoft/STL/pull/3108). I think this possib= ly makes sense, and we may submit an LWG issue to exclude them from the global namespace. However, for libstdc++, such exclusion would slightly complicate= the implementation.=