
20 Jan
2005
20 Jan
'05
2:46 p.m.
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