
21 Sep
2006
21 Sep
'06
4:22 p.m.
Michael Haubenwallner wrote:
You can fix this as follows:
#include <wchar.h> #undef WCHAR_MIN /* (wchar_t)0 */ #define WCHAR_MIN 0
Er... I do not have this problem within my code, but while building boost itself - where within boost is best place to do so ?
And should I file a gcc-bug ?
I'll look into patching Boost.Regex to work around this. The folks at HP are aware of the issue BTW, but patching/changing OS headers is unlikely in the short term at least. Thanks for the report, John.