[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] CHAR_BIT on Mac OS X not in <limits>
From: |
Richard Levitte |
Subject: |
Re: [Monotone-devel] CHAR_BIT on Mac OS X not in <limits> |
Date: |
Sat, 07 Jul 2007 13:27:33 +0200 (CEST) |
In message <address@hidden> on Sat, 7 Jul 2007 12:17:33 +0200, "Jens
Finkhäuser" <address@hidden> said:
jens> Building 0.35 on Mac OS X (10.4.10), I found that you're
jens> expecting CHAR_BIT to be defined in <limits>. The file in
jens> question is numeric_vocab.hh .
That bug has been fixed and the fix will be part of 0.36. The fix is
very easy, just add the following line among the includes:
#include <climits>
Cheers,
Richard
-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.
--
Richard Levitte address@hidden
http://richard.levitte.org/
"When I became a man I put away childish things, including
the fear of childishness and the desire to be very grown up."
-- C.S. Lewis