$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Noel Yap (Noel.Yap_at_[hidden])
Date: 2003-05-03 17:22:56
"Justin M. Lewis" wrote:
> So, IF my idea had been used, instead of looking for each function call,
> then having to go look up each function for each var I'm interested in to
> see the prototype, I could have done a couple quick searches
> var =
> out(var)
> in_out(var)
I think the same can be said about my suggested coding style; search
for:
var *=
auto_ptr< .* > *var
dumb_ptr< .* > *var
Noel