$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn-boost_at_[hidden])
Date: 2005-05-27 06:59:07
Arkadiy Vertleyb <vertleyb <at> hotmail.com> writes:
> "David Abrahams" <dave <at> boost-consulting.com> wrote
>
> > It's different
> > from a specialization in that all the overloads need to be visible
> > before the point of use unless you are going to use ADL to look up the
> > function.
ADL could help in registering types at namespace scope. AFAIK, now it's possible
only in global scope.
-- Alexander Nasonov