$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-09-17 08:55:51
From: "David Abrahams" <dave_at_[hidden]>
>
> - Also "swap is defined in the same namespace as shared_ptr as this is
> currently...". You might give a reference to
> http://www.gotw.ca/publications/mill08.htm to explain why the global
> namespace won't work.
Why is the global namespace even a contender? The options are boost:: and
std:: AFAICS.