2 Sep
2005
2 Sep
'05
4:39 a.m.
Vladimir Prus wrote:
think you need to define this in "namespace std". The
targ.stream() << t;
code is inside operator<< in namespace boost. That operator hides all global operators<< you might have. The only way your operator for wstring can be found is via ADL, so you need to put it in namespace std.
Thanks, that solved it. Cheers, Will -- Will Bryant http://carcino.gen.nz/ will@core-dev.co.nz +64 21 655 443