$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [nowide] Easy Unicode For Windows: Request For Comments/Preliminary Review
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2012-05-29 10:38:44
Hi, I just read the documentation, so far this library looks nice.
On Tue, May 29, 2012 at 11:25 PM, Artyom Beilis <artyomtnk_at_[hidden]> wrote:
> boost::nowide::args a(argc,argv);
args is an object maintaining the lifetime of the new values that argv will
point to.
Is my understanding correct?
Joel Lamotte