id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 13323,Passing a vector of arguments to boost::process (boost::fusion),jpo38 ,,"I'm trying to create a `boost::process` from a vector of string arguments: {{{ void runProcess( const std::string& exe, const std::vector& args ) { bp::ipstream out; bp::child c(exe, args, std_out > out); ... } }}} This apparently works, but I'm getting the following warning with Visual Studio 2015: > warning C4503: 'boost::fusion::detail::for_each_linear': decorated name length exceeded, name was truncated It diseappears if passing arguments one by one `bp::child c(exe, ""param1"", ""param2"", std_out > out);`. ",Bugs,new,To Be Determined,process,Boost 1.65.0,Problem,,,