From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 425DB3858426; Fri, 4 Nov 2022 19:20:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 425DB3858426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667589663; bh=cen61aFTEEhpqaMgJt+4lzzpdG5TCiARxnB+qR7PLxA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SDvahQhja+RaIeM4MDG9zueleaFHbPZxdyJx6//90l8ROcTVGX7lysnlKoRI+/HIa WxE7OAWenEzKX7Tko2EHVCi9RugKioHYdxoZn3EiArAUUJilUJISeNsqdm+R6CDKig pvV1Dc6CodrxVcOwN6gSAgGDTem/BZvo3TZ89Rhg= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/24537] Non-uglified names inside namespace __gnu_cxx Date: Fri, 04 Nov 2022 19:20:29 +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: 4.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D24537 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING --- Comment #8 from Jonathan Wakely --- I would like to suggest closing this bug. I don't think we should rename __gnu_cxx::char_traits, it uses a reserved name. I don't think there is anything wrong with e.g. __debug::vector or __gnu_cxx::char_traits and we shouldn't pick ugly names to avoid problems for users who abuse using-directives. Changing status to WAITING to start the timer, but if I don't hear otherwise then I'll close it.=