19 template <
class String>
25 template <
class WindowsExecutor>
28 e.work_dir = s_.c_str();
35 #if defined(_UNICODE) || defined(UNICODE)
36 inline start_in_dir_<std::wstring>
start_in_dir(
const wchar_t* ws)
38 return start_in_dir_<std::wstring>(ws);
41 inline start_in_dir_<std::wstring>
start_in_dir(
const std::wstring& ws)
43 return start_in_dir_<std::wstring>(ws);
46 inline start_in_dir_<std::wstring>
start_in_dir(
const std::filesystem::path& p)
48 return start_in_dir_<std::wstring>(p.wstring());