From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30335 invoked by alias); 26 Oct 2005 12:34:06 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 30301 invoked by uid 48); 26 Oct 2005 12:34:04 -0000 Date: Wed, 26 Oct 2005 12:34:00 -0000 Message-ID: <20051026123404.30300.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/24537] Non-uglified names inside namespace __gnu_cxx In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" X-SW-Source: 2005-10/txt/msg03427.txt.bz2 List-Id: ------- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-26 12:34 ------- Seems like to me, this is what namespaces are for anyways? and non-uglified names are correct, maybe it needs to be a different namespace like __gnu_cxx::__implemenation instead which seems like the more correct thing to do than uglify names. I think this is what Boost does too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24537