
9 Feb
2011
9 Feb
'11
11 p.m.
On Sat, 22 Jan 2011 11:14:33 +0100, vicente.botet <vicente.botet@wanadoo.fr> wrote: Hi Vicente,
with witch version of Boost.FileSystem Boost.Process is working, V2, V3 or both?
better late than never: I've tested Boost.Process only with Boost.Filesystem v2. However I think it should work with Boost.Filesystem v3, too. So far Boost.Process only uses the exception filesystem_error in find_executable_in_path() if a file can't be found. As we could replace std::string with boost::filesystem::path in some places, we could depend more on Boost.Filesystem in the future. Boris