This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/17005] New: wide character strings don't work on HP-UX 11i using gcc 3.4.1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]