From: William Kempf (sirwillard_at_[hidden])
Date: 2000-09-11 08:34:23


--- In boost_at_[hidden], John Maddock <John_Maddock_at_c...> wrote:
> I've been hit bt the lack of 64-bit integer support for the
> Borland/Microsoft compilers in cstdint.hpp/stdint.hpp, I've
attatched a
> version of these headers which includes this support, as an
artifact of the
> implementation the macro BOOST_NO_INT64_T gets defined if there are
no
> recognised 64-bit inegral types (this also fixes a buglet that
> boost::int64_t did not get defined if long is a 64-bit type - even
though
> it was defined in global namespace).

Uhmm... the MSVC compiler does support 64 bit integers. It just
doesn't support the "long long" syntax.

Bill Kempf