
28 Jan
2012
28 Jan
'12
12:34 p.m.
On Fri, Jan 27, 2012 at 5:32 PM, Domagoj Saric <domagoj.saric@littleendian.com> 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