$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Dan Thill (dgt_at_[hidden])
Date: 2007-07-19 16:29:58
Nevermind. I finally figured out the error message to mean that the
compiler-generated copy-constructor was being called somewhere. I
determined that elsewhere, I was storing my set_ptr in an STL
container--which, of course, is verboten.