
29 May
2012
29 May
'12
2:38 p.m.
Hi, I just read the documentation, so far this library looks nice. On Tue, May 29, 2012 at 11:25 PM, Artyom Beilis <artyomtnk@yahoo.com> 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