Subject: Re: [Boost-users] sizeof of boost::int8_t
From: Rudolf Leitgeb (r.leitgeb_at_[hidden])
Date: 2009-12-16 11:05:25


> Hopefully signed char, as I would expect 'int' anything to be signed.

Since there also exists a boost::uint8_t, it is safe to assume that
boost::int8_t resolves to a signed 1-byte integer, aka signed char.