This commit is contained in:
Sebastian Messmer 2021-12-12 13:01:04 +01:00
parent cef9a9bd53
commit 1e58f622c0

View File

@ -10,6 +10,8 @@ using cpputils::SubprocessError;
using std::string;
namespace bf = boost::filesystem;
// TODO Test passing input to stdin of processes
#if defined(_MSC_VER)
constexpr const char* NEWLINE = "\r\n";
#else