eidheim / tiny-process-library

A small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading from stdout and stderr of a new process
MIT License
338 stars 73 forks source link

Don't use -std=c++11 in MSVC compiler #5

Closed dacap closed 8 years ago

eidheim commented 8 years ago

Just wanted to let you know that I have not forgotten your PR's. Looking through them Tomorrow hopefully.