All: modernize C++11

* replace deprecated headers
This commit is contained in:
wmayer
2022-03-23 22:44:18 +01:00
parent 8d618d44c0
commit 97330443a2
93 changed files with 126 additions and 136 deletions

View File

@@ -32,7 +32,7 @@
# else
# include <GL/gl.h>
# endif
# include <float.h>
# include <cfloat>
# include <algorithm>
# include <Inventor/SoPickedPoint.h>
# include <Inventor/SoPrimitiveVertex.h>