Subject: Re: [Boost-users] sizeof of boost::int8_t
From: Patrick Horgan (phorgan1_at_[hidden])
Date: 2009-12-18 17:17:29


eial_at_[hidden] wrote:
> running sizeof on a boost::int8_t returns 1, but what is the type? int/char?
>
  typedef int8_t int_least8_t;

> thanks.
>
you're welcome

Patrick