From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9826 invoked by alias); 19 Feb 2007 17:09:43 -0000 Received: (qmail 9784 invoked by uid 48); 19 Feb 2007 17:09:32 -0000 Date: Mon, 19 Feb 2007 17:09:00 -0000 Message-ID: <20070219170932.9783.qmail@sourceware.org> From: "marc dot glisse at normalesup dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20060502170845.2633.marc.glisse@normalesup.org> References: <20060502170845.2633.marc.glisse@normalesup.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/2633] _GLIBCPP_USE_NAMESPACES issues X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00191.txt.bz2 ------- Additional Comments From marc dot glisse at normalesup dot org 2007-02-19 17:09 ------- Thank you for the fixes. About wchar.h, the c++ standard, in the description of cwchar, talks about wcscpy, wcsncpy, wcscat, etc, which means that they should be in namespace std, while namespace c99 is for functions like wcstoll if I understand the rational behind namespaces in glibc correctly. Minor: for wint_t, the wchar.h header works if stddef.h has a typedef of wint_t in the global namespace, but not if it only has such a typedef in the std namespace (then it fails as early as __mbstate_t) as might be logical (but that is not such a big issue, it simply forces an ugly "using std::wint_t;" in the global namespace in stddef.h) -- What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | http://sourceware.org/bugzilla/show_bug.cgi?id=2633 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.