Skip to content
Snippets Groups Projects
Commit 3dd02e6f authored by Christian Engwer's avatar Christian Engwer
Browse files

[mpitraits]

according to the standard std::pair is a struct

[[Imported from SVN: r6727]]
parent c7cac179
Branches
Tags
No related merge requests found
......@@ -145,7 +145,7 @@ namespace Dune
}
namespace std
{
template<typename T1,typename T2> class pair;
template<typename T1,typename T2> struct pair;
}
namespace Dune
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment