Please install g++ by default

It appears that ARM VM doesn’t have g++ installed by default:

https://travis-ci.org/zeux/meshoptimizer/jobs/594909090

Thankfully apt install g++ only takes a few seconds, but it would be great to have g++ available out of the box.

Hi @zeux
Happy to see you testing out ARM based build!

Thank you for the suggestion. We are planning to extend set of compilers available out of the box in future os images for ARM + LXD based builds.

Happy building!

Hi @zeux

The default g++ is added to ARM+LXD os image. Please see: Ubuntu Bionic improvements for ARM+LXD builds .

Happy building!

Thank you!