geometry-central icon indicating copy to clipboard operation
geometry-central copied to clipboard

Add CI tests for gcc5

Open nmwsharp opened this issue 5 years ago • 0 comments

gcc5 loves to erroneously reject code with templates/tuples/initializers. However, a decent number of people still use it, as it is the default in Ubuntu 16.04. We should make sure our code passes on gcc5.

TODOs

  • Add CI testing to catch gcc5 issues, similar to https://github.com/nmwsharp/polyscope/commit/d5ca9fab005c9c0feaf0a2758f524063e6b4a957
  • Will probably also need to clean up some small failing code snippets

nmwsharp avatar Feb 05 '21 18:02 nmwsharp