From: Scott McMurray (me22.ca+boost_at_[hidden])
Date: 2008-04-07 10:19:23


On Sun, Apr 6, 2008 at 5:15 PM, Andy Stevenson
<andy.stevenson_at_[hidden]> wrote:
>
> Why doesn't the lexical_cast work below?
>

Your operator<<'s not in namespace std, so ADL cannot find it.

( I think that's it, anyways. )