$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-15 20:21:15
AMDG
Meryl Silverburgh wrote:
> but if I switch to use boost smart pointer how can I de-reference it
> and call aFunction()?
>
Deference it just as you would a raw pointer:
aFunction(*aPtr)
In Christ,
Steven Watanabe