saleyn / erlexec

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

Scoped enums only available with -std=c++11 #115

Closed lpgauth closed 6 years ago

lpgauth commented 6 years ago

Hi, looks like https://github.com/saleyn/erlexec/commit/45b3fa77a41ea24e53b327d5fd141f4df5efccaa broke the build since scoped enums are only available in c++11.

https://travis-ci.org/rkallos/wrek/jobs/412903063#L452

saleyn commented 6 years ago

Not sure why I wasn't getting this problem with existing rebar.config.script that was including -std=c++11. This is fixed with your pull request removing redundant -std=c++98. Right?

lpgauth commented 6 years ago

Yup, it's fixed. Thanks for the fast merge 👍