Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lasse Hinrichsen-Bischoff
dune-common
Commits
88d640d1
Commit
88d640d1
authored
12 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
don't forward-declare std::pair, include utility instead. Fixes FS#1121. Patch by Steffen Müthing
[[Imported from SVN: r6792]]
parent
5fa89ded
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
COPYING
+1
-1
1 addition, 1 deletion
COPYING
dune/common/mpitraits.hh
+2
-4
2 additions, 4 deletions
dune/common/mpitraits.hh
with
3 additions
and
5 deletions
COPYING
+
1
−
1
View file @
88d640d1
...
...
@@ -19,7 +19,7 @@ Copyright holders:
2010--2011 Andreas Lauser
2007--2011 Sven Marnach
2010 Rene Milk
2011
Steffen Müthing
2011
--2012
Steffen Müthing
2003--2006 Thimo Neubauer
2011 Rebecca Neumann
2008--2012 Martin Nolte
...
...
This diff is collapsed.
Click to expand it.
dune/common/mpitraits.hh
+
2
−
4
View file @
88d640d1
...
...
@@ -8,6 +8,8 @@
#include
"mpi.h"
#endif
#include
<utility>
namespace
Dune
{
/** @addtogroup ParallelCommunication
...
...
@@ -143,10 +145,6 @@ namespace Dune
}
};
}
namespace
std
{
template
<
typename
T1
,
typename
T2
>
struct
pair
;
}
namespace
Dune
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment