From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-02-13 09:50:24


Joe Gottman wrote:
>
> Why not make the _internal_weak_this member of
> enable_shared_from_this mutable?

Because I haven't yet proven that this doesn't allow const correctness
violations without an explicit const_cast from the user.