$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Smart Ptr] Why is weak_ptr a _ptr?
From: Alex MDC (alex.mdc_at_[hidden])
Date: 2010-10-13 10:40:03
Is it really the worst?
At least it is consistent with the concept of weak references in other
languages (Python, C#)
And every item in the smart_ptr library ends in either _ptr or _array. Is
that so bad?
Alex