$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-09-13 21:50:30
"George M. Garner Jr." <gmgarner_at_[hidden]> wrote in message
news:ci548u$69a$1_at_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