Skip to content
Snippets Groups Projects
Commit a8de2281 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[big unsigned int] MPITraits is a struct and no class

(calms down clang warning)

[[Imported from SVN: r7113]]
parent 81aba635
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ namespace Dune
private:
unsigned short digit[n];
#if HAVE_MPI
friend class MPITraits<bigunsignedint<k> >;
friend struct MPITraits<bigunsignedint<k> >;
#endif
inline void assign(std::size_t x);
......
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