This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17005] New: wide character strings don't work on HP-UX 11i using gcc 3.4.1
- From: "jerrydy at sbcglobal dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Aug 2004 16:38:19 -0000
- Subject: [Bug c++/17005] New: wide character strings don't work on HP-UX 11i using gcc 3.4.1
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I just installed gcc 3.4.1 on HP-UX 11i and I'm unable to compile the following
test case:
#include <string>
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