4 Jul
2013
4 Jul
'13
1:34 p.m.
On Thu, Jul 4, 2013 at 5:16 PM, Renato Forti
Hi All,
I need use cxxflags=-Zc:wchar_t-, because I will use boost with my QT project!
Anyone can helpeme? Thanks
If I'm not mistaken, Boost builds with native wchar_t by default. I'm not sure if fake wchar_t is even supported by Boost. Regarding Boost.Log, I did not add any special support for fake wchar_t, it may or may not work. If it doesn't, your best bet is to disable wchar_t support in Boost.Log by defining BOOST_LOG_WITHOUT_WCHAR_T during the Boost and your application build time.