
3 Jan
2011
3 Jan
'11
10:25 a.m.
On 01/01/2011 22:35, Bryce Lelbach wrote:
There's a discrepancy in the definition of wint_t between GCC and some later versions of clang (clang defines it as an int, GCC an unsigned int). This ends breaking Boost.Iostreams with a GNU GCC compiled version of the GNU stdlib and clang (I'll restrain myself from giving the lengthy technical explaination - if you have link-time errors with clang + GCC compiled stdlib + Boost.Iostreams, this is probably the issue).
How about compiling libstdc++ with clang to avoid the discrepancy altogether?