$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ed Brey (brey_at_[hidden])
Date: 2002-07-16 17:29:46
Currently intrusive_ptr<T const> is not supported, ultimately because counted_base::use_count_ is not mutable. To me it seems like the count of references to an object are unrelated to its logical constness. What do others think?