$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] commandline args
From: Diederick C. Niehorster (dcnieho_at_[hidden])
Date: 2009-08-24 00:42:55
> Er, do this I mean (adding spacing to help clarify things for you to):
> bk::generate(ostream_iterator<char>(cout),
> Â "Command line options not recognized:\n" <<
> Â (" Â \"" << ba::string << '\"') % bk::eol
> Â ,vsUnrecog);
>
> To describe it, it first prints out a string, then the % operator has
> two part, the left side ('\"' << ba::string << '\"'), and the right
> bk::eol, meaning that the left side is run for each element in a list
> separated by returns.
Hi OvermindL1,
That is indeed exactly what I'm looking for, please also see my reply
to your previous message.
I want to enclose every item in the list with quotes and print them on
separate lines.
Best,
Diederick