Problem with integer_traits and gcc on Mac OS X

7 Apr
2004
7 Apr
'04
7:44 p.m.
One of the regression tests for MacOS X is failing - in particular, it is reporting that boost::integer_traits<wchar_t>::min = -2147483648 boost::integer_traits<wchar_t>::max = 2147483647 but boost::integer_traits<wchar_t>:: const_min = 0 boost::integer_traits<wchar_t>:: const_max = 2147483647 [ FWIW, this is gcc 3.3 ] Nothing in the code is jumping out at me. Any suggestions for fixing this? -- -- Marshall Marshall Clow Idio Software <mailto:marshall@idio.com> I want a machine that thinks I'm more important than it is, and acts like it. -- Eric Herrmann
7738
Age (days ago)
7738
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marshall Clow