Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-08-30 03:22:11


Larry Evans wrote:
> On 08/27/2004 02:22 AM, Vladimir Prus wrote:
> [snip]
>
> > Could you check if plain '<limits.h>' works on Como? Like this:
> >
> > #if defined(NT) && ! defined(__GNUC__)
> > #include <direct.h>
> > #define PATH_MAX _MAX_PATH
> > #else
> > #include <limits.h>
> > #endif
>
> Sorry :( . Got following output:
> <------------

Awesome. It looks like Comeau does everything differently, for no good reason.
I've committed your original patch.

Thanks!

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk