On 21 May 2013 14:43, Tobias Powalowski <[email protected]> wrote: > Hi guys, > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701251 > we have the exact same problem, does anyone know enough to fix this cpp > file? > > greetings > tpowa > > -- > Tobias Powalowski > Archlinux Developer & Package Maintainer (tpowa) > http://www.archlinux.org > [email protected] > >
I would go for static_cast (ie. static_cast<wchar_t*>(the_problematic_string)) for now.

