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

@@ -27,7 +27,7 @@
# include <cstring>
# include <cstdlib>
#include <cmath>
#include <float.h>
#include <cfloat>
#include <string>
# include <exception>

View File

@@ -51,8 +51,8 @@
#include <fstream>
#include <iostream>
#include <sstream>
#include <stdio.h>
#include <assert.h>
#include <cstdio>
#include <cassert>
#include <string>
#include <map>
#include <vector>

View File

@@ -24,7 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <assert.h>
# include <cassert>
#endif
/// Here the FreeCAD includes sorted by Base,App,Gui......

View File

@@ -24,7 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <assert.h>
# include <cassert>
#endif
/// Here the FreeCAD includes sorted by Base,App,Gui......

View File

@@ -24,7 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <assert.h>
# include <cassert>
#endif
/// Here the FreeCAD includes sorted by Base,App,Gui......

View File

@@ -24,7 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <assert.h>
# include <cassert>
#endif
/// Here the FreeCAD includes sorted by Base,App,Gui......