From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25281 invoked by alias); 12 Aug 2004 16:38:20 -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 25272 invoked by uid 48); 12 Aug 2004 16:38:19 -0000 Date: Thu, 12 Aug 2004 16:38:00 -0000 From: "jerrydy at sbcglobal dot net" To: gcc-bugs@gcc.gnu.org Message-ID: <20040812163817.17005.jerrydy@sbcglobal.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/17005] New: wide character strings don't work on HP-UX 11i using gcc 3.4.1 X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg01132.txt.bz2 List-Id: I just installed gcc 3.4.1 on HP-UX 11i and I'm unable to compile the following test case: #include int main () { std::wstring s; }; with error about wstring not in std namespace because _GLIBCPP_USE_WCHAR_T is commented out in the c++config.h file. -- Summary: wide character strings don't work on HP-UX 11i using gcc 3.4.1 Product: gcc Version: 3.4.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jerrydy at sbcglobal dot net CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17005