
15 Sep
2012
15 Sep
'12
9:06 a.m.
On 15/09/12 18:54, Yakov Galka wrote:
On Sat, Sep 15, 2012 at 9:47 AM, Artyom Beilis <artyomtnk@yahoo.com> wrote: I agree with Jookia here. Although the std::remove/std::iofstream etc. are not a big deal, it will be great if there is a simple way to set the std::cout/cin/cerr to use the same stream buffers as the nowide::* counterparts. It can be something as simple as changing boost::nowide::args a(argc,argv); to boost::nowide::args_and_ios a(argc,argv);
I'd find that a little redundant as we'd still have to change everything to nw::getenv and whatnot. I'm fine with using a nw namespace, but it just seems like it'd make a great drop-in replacement when it comes to porting code.