Subject: Re: [boost] [optional] generates unnessesary code for trivial types
From: Olaf van der Spek (ml_at_[hidden])
Date: 2012-01-28 07:34:29


On Fri, Jan 27, 2012 at 5:32 PM, Domagoj Saric
<domagoj.saric_at_[hidden]> wrote:
> a) the lifetime management bool was changed into a properly typed pointer
> (this
>   actually takes the same amount of space while it provides a no-op

AFAIK bool and pointer aren't the same size. How can it still take the
same amount of space?

Olaf