$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-01-20 09:46:35
> > Why Borland config doesn't have BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
> > defined?
> >
> > In my experience it doesn't ADL at least up to 5.6.4 (when I tried)
>
> There may be corner cases that fail (no idea what they may be though, as
> I've never been hit by them), but mostly it certainly does work, and
passes
> the trivial test in libs/config/test/boost_no_arg_dep_lookup.ipp.
Did you tried a test with operator<<? This is primary target area for ADL,
isn't it?
Gennadiy