
14 Sep
2004
14 Sep
'04
2:50 a.m.
"George M. Garner Jr." <gmgarner@erols.com> wrote in message news:ci548u$69a$1@sea.gmane.org...
Johnathan,
typedef converter< reference_wrapper<std::ostream> > my_converter; stream_facade<my_converter> out; out.open(my_converter(ref(std::cout), whatever_locale)); out << L"Hello Wide World!\n"; <
This doesn't compile. I get the following error:
<snip> Thanks for pointing out this error. I don't think it makes sense for me to track down its source, since I've change the resource_wrapping infrastructure a bit and the code compiles fine for me on VC7.1. Best Regards, Jonathan