[C++-sig] Bug: Pyste misoutputs 64 bit ints on MSVC
Conan Brink
conanb at STCG.net
Tue Sep 23 00:56:07 CEST 2003
There appear to be boost::int64_t and boost::uint64_t in
<boost/cstdint.hpp>, as part of the integer library, for those systems
where they are not already defined in <stdint.h> (cstdint.hpp will
include stdint.h if it is available, or typedef the various integer
types for itself if not)
-Conan
-----Original Message-----
From: Niall Douglas [mailto:s_sourceforge at nedprod.com]
Sent: Monday, September 22, 2003 3:26 PM
To: c++-sig at python.org
Subject: Re: [C++-sig] Bug: Pyste misoutputs 64 bit ints on MSVC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 21 Sep 2003 at 14:34, Nicodemus wrote:
> >Obviously this would break GCC. Nicodemus I think you'll need a --
> >msvc switch which lets you switch in MSVC specific output.
>
> Seems like so, unfortunately. How about a --msvc command line switch?
Actually I had a thought on this. Doesn't Boost provide a macro
resolving to a signed and unsigned 64 bit int?
Cheers,
Niall
This message contains information that may be confidential and privileged. Unless you are the addressee (or authorized to receive messages for the addressee), you may not use, copy, or disclose to anyone the message or any information contained in the message. If you have received the message in error, please advise the sender by reply e-mail and delete the message. Nothing in this message should be interpreted as a digital or electronic signature that can be used to authenticate a contract or any other legal document.
More information about the Cplusplus-sig
mailing list