|
Boost : |
From: Steven Watanabe (steven_at_[hidden])
Date: 2007-03-29 16:40:47
AMDG
Michael Walter <michael.walter <at> gmail.com> writes:
> > I don't particularly care either way. The only
> > issue is that we need pascals because windef.h has
> > #define pascal __stdcall
>
> OTOH, Windows SDK has
> #define max ...
> and still there is std::max (which can be a pain, admittedly).
max is a function like macro so the problems
can be circumvented. pascal is an object like macro
thus the only way to avoid problems is to undef it (
possibly breaking code in windows)
In Christ,
Steven Watanabe
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk