boost with cxxflags=-Zc:wchar_t-

Hi All, I'm mixing QT and boost and noticed problems with wchar_t! I need to compile boost: cxxflags =-Zc: wchar_t- Would like to know what problems I can find! anyone ever had to use 'wchar_t-"? Libs that I am using: boost_mpi boost_serialization boost_system boost_filesystem boost_thread boost_iostreams Thanks

On 25 June 2012 21:57, Vicente J. Botet Escriba <vicente.botet@wanadoo.fr> wrote:
It disables wchar_t as built-in type. BTW, initially QT folks objected support of wchar_t as built-in C++ type: https://bugreports.qt-project.org/browse/QTBUG-6345 Eventually, it looks the line of upcoming QT 5.x will do support it: https://bugreports.qt-project.org/browse/QTBUG-9617 Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
participants (3)
-
Mateusz Loskot
-
Renato Tegon Forti
-
Vicente J. Botet Escriba