$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-12-03 16:17:32
> 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;
prevents ADL of "whatever" inside namespace boost (and nested namespaces
thereof), but not in unconnected namespaces.
John