
11 Jul
2008
11 Jul
'08
6:15 p.m.
On Fri, Jul 11, 2008 at 7:08 PM, Steven Watanabe <watanabesj@gmail.com> wrote:
Robert Jones wrote:
I'm sorry, I'm not quite following! I understand ADL in general, but not how it applies specifically here. What overloading is being found/not found by ADL in this context?
The overload of operator<< for std::pair is not found by Boost.Lambda.
This much I have discovered painfully by trial and error - the bit I don't understand is why! Also, it would be very handy if you can suggest a method of achieving the effect I'm looking for. Thanks, Rob.