add pipestream ctor overload for vectors of string
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Tue, 2 Jan 2018 16:10:13 +0000 (17:10 +0100)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 13 Aug 2018 13:14:33 +0000 (15:14 +0200)
commitc2c29997544756bf70a3104fd4527550a4cc4bcf
tree64fdf3c30a1ca999b16a920ec0bcfe2a5a18b362
parent3ed2cc9bcc064e94376294526d785af7158e5be3
add pipestream ctor overload for vectors of string

Add definitions that make passing a vector<string> equivalent to
passing a char**, i. e. take the execve() path.
src/pipestream.cpp
src/pipestream.hxx
test/test_pipestream.cpp