[Python-Dev] long long configuration
Martin v. Loewis
martin@v.loewis.de
12 Jul 2002 18:49:59 +0200
"David Abrahams" <david.abrahams@rcn.com> writes:
> > > 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?
That it (the Python long long configuration) wasn't a worse problem
with MSVC6, even though it doesn't even supply a type called "long
long".
Regards,
Martin