subprocess icon indicating copy to clipboard operation
subprocess copied to clipboard

Support for C++14/C++11

Open rajatjain1997 opened this issue 3 years ago • 0 comments

The library only uses std::filesystem::path from C++17. That is just used for differentiating overloads for variable/file redirection.

We can port the library to comply with C++14 standard as well.

rajatjain1997 avatar Sep 14 '21 16:09 rajatjain1997