Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
9c2892cd
Commit
9c2892cd
authored
Oct 04, 2016
by
Henry Weller
Browse files
Removed #define __STDC_LIMIT_MACROS needed for C++ < 11
See
http://bugs.openfoam.org/view.php?id=1474
parent
6a489bd8
Changes
8
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H
View file @
9c2892cd
...
...
@@ -41,8 +41,6 @@ SourceFiles
#ifndef conformalVoronoiMesh_H
#define conformalVoronoiMesh_H
// Include uint.H before CGAL headers to define __STDC_LIMIT_MACROS
#include
"uint.H"
#include
"CGALTriangulation3Ddefs.H"
#include
"searchableSurfaces.H"
#include
"conformationSurfaces.H"
...
...
applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/featurePointConformer.H
View file @
9c2892cd
...
...
@@ -39,8 +39,6 @@ SourceFiles
#ifndef featurePointConformer_H
#define featurePointConformer_H
// Include uint.H before CGAL headers to define __STDC_LIMIT_MACROS
#include
"uint.H"
#include
"CGALTriangulation3Ddefs.H"
#include
"vector.H"
#include
"DynamicList.H"
...
...
applications/utilities/mesh/generation/foamyMesh/foamyQuadMesh/CV2D.H
View file @
9c2892cd
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -117,8 +117,6 @@ SourceFiles
#define CGAL_INEXACT
#define CGAL_HIERARCHY
// Include uint.H before CGAL headers to define __STDC_LIMIT_MACROS
#include
"uint.H"
#include
"CGALTriangulation2Ddefs.H"
#include
"Time.H"
#include
"point2DFieldFwd.H"
...
...
src/OpenFOAM/primitives/direction/direction.H
View file @
9c2892cd
...
...
@@ -33,8 +33,7 @@ Description
#ifndef direction_H
#define direction_H
#define __STDC_LIMIT_MACROS
#include
<stdint.h>
#include
<cstdint>
#include
<iostream>
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
src/OpenFOAM/primitives/ints/int32/int32.H
View file @
9c2892cd
...
...
@@ -36,8 +36,7 @@ SourceFiles
#ifndef int32_H
#define int32_H
#define __STDC_LIMIT_MACROS
#include
<stdint.h>
#include
<cstdint>
#include
<climits>
#include
<cstdlib>
...
...
src/OpenFOAM/primitives/ints/int64/int64.H
View file @
9c2892cd
...
...
@@ -36,8 +36,7 @@ SourceFiles
#ifndef int64_H
#define int64_H
#define __STDC_LIMIT_MACROS
#include
<stdint.h>
#include
<cstdint>
#include
<climits>
#include
<cstdlib>
...
...
src/OpenFOAM/primitives/ints/uint32/uint32.H
View file @
9c2892cd
...
...
@@ -36,8 +36,7 @@ SourceFiles
#ifndef uint32_H
#define uint32_H
#define __STDC_LIMIT_MACROS
#include
<stdint.h>
#include
<cstdint>
#include
<climits>
#include
<cstdlib>
...
...
src/OpenFOAM/primitives/ints/uint64/uint64.H
View file @
9c2892cd
...
...
@@ -36,8 +36,7 @@ SourceFiles
#ifndef uint64_H
#define uint64_H
#define __STDC_LIMIT_MACROS
#include
<stdint.h>
#include
<cstdint>
#include
<climits>
#include
<cstdlib>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment