From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2002-05-04 12:25:31


"Gennadiy Rozental" <rogeeff_at_[hidden]> wrote in message
news:ab0bsl$6no$1_at_main.gmane.org...
> I uploaded my latest version that implements (using hacks) EBO
optimization
> and some other enhancements. Though it's unacceptable in current
form it
> allowed me to get sizeof(ptr<>::auto) = 4, sizeof(ptr<int>::shared)
= 8 and
> sizeof(ptr<TypeWithIntrusiveRefCounter>::shared) = 4. I will work on
it more
> tomorrow.

That's wonderful news, Gennadiy!

On your current agenda, what about smart_ptr is still unacceptable,
and what steps should we take to make it acceptable? Thanks.

Andrei