Angus Leeming wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdel> This patch will get rid of the test on "limit.h"
No, it gets rid of the test on "limits.h".
Yes.
Abdel> Any objection?
The question is, is climits defined everywhere even when limits.h is not?
Googling on "climits portability" pulls up this as the first hit
http://www.boost.org/boost/config/suffix.hpp
Note that we use limits.h rather than climits for maximal portability...
So, perhaps some research is needed first...
In this particular case I think this is not important, see my other
mail. But I promise, I have done research on portability but I will do
more the next time :-)
In any case, IMNSHO, achieving good portability should be done via
_portable_ libraries and via c-ish macro. This is not a job for lyx.
Abdel.