$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2003-02-19 05:28:09
> In that fashion it makes sense. But the only smart_ptr that will make
> any sense is scoped_ptr. Which will only implement idea #1. As I said my
> classes offer far more.
Under smart_ptr I meant policy pased smart pointer, that supply a wide
variaty of ownership policies and allow you to write custom one.
Gennadiy.