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]

Re: libstdc++/8652: wstring::c_str() not work


Synopsis: wstring::c_str() not work

State-Changed-From-To: open->feedback
State-Changed-By: paolo
State-Changed-When: Wed Nov 20 04:39:44 2002
State-Changed-Why:
    Could you possibly post the actual compiler error?
    I get, *correctly*, for wstring and string respectively:
    "invalid conversion from `const wchar_t*' to `wchar_t*'"
    and
    "invalid conversion from `const char*' to `char*'"
    Thanks, Paolo.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8652


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