Closed tsaarni closed 9 months ago
Rename the methods popen::stdin(), popen::stdout() and popen::stderr() methods to in(), out() and err() to avoid potential conflicts with pre-processor macros with the same names.
popen::stdin()
popen::stdout()
popen::stderr()
in()
out()
err()
Thanks to @oskarirauta for reporting the problem https://github.com/tsaarni/cpp-subprocess/issues/6#issuecomment-1900507809
Rename the methods
popen::stdin()
,popen::stdout()
andpopen::stderr()
methods toin()
,out()
anderr()
to avoid potential conflicts with pre-processor macros with the same names.