Skip to content
Snippets Groups Projects
Commit ab7b9ecc authored by Oliver Sander's avatar Oliver Sander
Browse files

According to the standard, std::pair is a struct, not a class

[[Imported from SVN: r6730]]
parent aeda0e8c
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment