Hmmm... wide chars are not supported by Cygwin (yet). There is a
discussion on Boost about this topic:

http://lists.boost.org/Archives/boost/2005/05/86819.php

As for the compiler: I am using g++ 3.4.4 (cygwin special).

Greetings,
Patrick.

Karel Gardas wrote:
> This is strange. What exact compiler version do you use? Are you able to
> compile something like:
> 
> #include <string>
> 
> int
> main()
> {
>   std::wstring wstr = L"Hello";
>   return 0;
> }
> 
> ?
> 
> Thanks,
> Karel
_______________________________________________
Mico-devel mailing list
Mico-devel@mico.org
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to