Boost logo

Boost :

Subject: Re: [boost] [nowide] Library looks for a review manager
From: Jookia (166291_at_[hidden])
Date: 2012-09-15 05:06:44


On 15/09/12 18:54, Yakov Galka wrote:
> On Sat, Sep 15, 2012 at 9:47 AM, Artyom Beilis <artyomtnk_at_[hidden]> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk