Larry Evans wrote:
[snip]
a moveable_string sink aond source(), there would be something
like:
smart_ptr<T,cyclic_ref_count<_> > sink(auto_new(T,a0,a1,...,an));
OOPS. auto_new(...) Should be:
auto_new<T,cyclic_ref_count<_>::overhead_type>(a0,a1,..,an)