saleyn / erlexec

Execute and control OS processes from Erlang/OTP
https://hexdocs.pm/erlexec/readme.html
Other
541 stars 141 forks source link

Make it compile with -std=c++98 #99

Closed kape1395 closed 7 years ago

saleyn commented 7 years ago

@kape1395 question: in your changes there is no need for the "auto" keyword, is there?

kape1395 commented 7 years ago

Indeed. I will remove them.

saleyn commented 7 years ago

Strange that one test fails after this change - might be that the integration server was overloaded. May I ask you to repush your PR (e.g. git push YourRemoteRepos +cxx_ansi), to trigger the rerun of tests on Travis CI?

kape1395 commented 7 years ago

I had to amend my commit to trigger the build. It helped.