[Python-Dev] long long configuration

David Abrahams David Abrahams" <david.abrahams@rcn.com
Fri, 12 Jul 2002 06:11:33 -0400


From: "Martin v. Loewis" <martin@v.loewis.de>


> "David Abrahams" <david.abrahams@rcn.com> writes:
>
> > #include <limits.h>
> > # if !defined(BOOST_MSVC) && !defined(__BORLANDC__) \
> >    && (defined(ULLONG_MAX) || defined(ULONG_LONG_MAX) ||
> > defined(ULONGLONG_MAX))
> > #  define BOOST_HAS_LONG_LONG
> > #endif
> [...]
> > I'm surprised it wasn't a
> > worse problem with MSVC6, because after all, it doesn't even supply a
type
> > called "long long".
>
> Could that have resulted from defining BOOST_MSVC?

Sorry, I don't understand the question. Could *what* have resulted from
defining BOOST_MSVC?

-Dave