22 Feb
2008
22 Feb
'08
9:11 a.m.
Boris Gubenko wrote:
I don't think John's fix in http://svn.boost.org/trac/boost/changeset/42890 made it to 1.35. You migh want to apply it locally and see if it fixes your problem.
I don't believe that would help here, since his GCC build appears to be configured without stdlib wide character support anyway. As far as integer.hpp is concerned it's looking for WCHAR_MAX and WCHAR_MIN but these aren't defined.... so either define them - or even better - include the header that defines them if there is one. All patches gratefully accepted yours, John.