$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-12-05 07:45:38
> >> I think we can do better, but I need a better description of what
> >> happens in order to get there. Can you give more details?
> >
> > I don't know.... basically it seem as though:
> >
> > using boost::whatever;
>
> Placed where? In any namespace? Only in boost or in a sub-namespace?
Function scope, any namespace.
> > prevents ADL of "whatever" inside namespace boost (and nested namespaces
> > thereof), but not in unconnected namespaces.
>
> Can you show some test cases which demonstrate?
You have them already in the test case you submitted a while ago.
John.