
22 Sep
2006
22 Sep
'06
1:47 p.m.
From Michael Haubenwallner <michael.haubenwallner@salomon.at>
On Thu, 2006-09-21 at 12:26 -0400, Boris Gubenko wrote:
This is fixed in HP-UX 11.31 to be released in Dec. 2006.
Well, on 11.23 already both variants are in /usr/include/wchar.h: #define WCHAR_MIN 0 #define WCHAR_MIN (wchar_t)0
This is correct, but, unfortunately, the C99-compliant definition is under the _INCLUDE_STDC__SOURCE_199901 macro which C++ compiler does not predefine. Boris