$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Andrew Duncan (aduncan_at_[hidden])
Date: 2003-10-14 18:25:09
At line 109 of share_ptr (version 1.30.2) is the init list
shared_ptr(): px(0), pn()
which uses the default constructor for pn, which has type shared_count.
However, there appears to be no such default constructor in
shared_count. Am I missing something?
Andrew
P.S.: Forgive me if the answer appears somewhere easily searchable. I
was unable to find an archive for bug reports or for this list. Pointers
to such resources will be welcome.