arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
449 stars 90 forks source link

missing inline in three MSVC specific functions #58

Open wolfv opened 4 years ago

wolfv commented 4 years ago

https://github.com/arun11299/cpp-subprocess/blob/718d0c816a47f5a0d2efb48b9d0ed34c7e255acb/subprocess.hpp#L216

The three functions there need an inline statement to not produce linker errors.

Cheers!

deanmsands3 commented 3 years ago

This is a duplicate of #43. I submitted PR #59