This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: [gcc-help] std::wcout fails to compile
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Lourens Janse van Rensburg <Lourens dot jansevanRensburg at intec dot co dot za>, gcc-help at gcc dot gnu dot org
- Cc: aleethorp at hotmail dot com
- Date: Tue, 14 Dec 2004 06:22:31 -0600
- Subject: Re: [gcc-help] std::wcout fails to compile
- References: <9F6C06DD358A58458921D913A8C8BF7AB7AF2D@itszaex01.intec.co.za>
Hi Lourens,
I think this explains...
http://216.239.57.104/search?q=cache:vN6DoeIPqA0J:www.mail-archive.com/gcc-bugs%40gcc.gnu.org/msg33232.html+_GLIBCPP_USE_WCHAR_T+Cygwin&hl=en
Bottom line: underlying Win32 API either doesn't support the
functionality, or supports it in an incompatible way that would be
non-trivial to create an adapter layer.
HTH,
--Eljay