
19 Sep
2010
19 Sep
'10
9:25 p.m.
On Sep 19, 2010, at 4:12 PM, Boris Schaeling wrote:
* It might make sense to pass a string to boost::process::create_child() to specify command line options (instead of storing them one by one in a vector).
I've only been lightly following the discussion (I'm interested in the library, but presently swamped with other things), but this caught my eye. You might find boost::assign::list_of and friends to be useful for dealing with the "storing them one by one in a vector" dance.