Skip to content
Snippets Groups Projects
Commit 3283b8ee authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

removed unnecessary semicolon

parent 27678eb1
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ namespace Dune
template <class T, int N, int M>
static auto sizeOfImpl (FieldMatrix<T,N,M> const&)
-> std::integral_constant<int, N*M> { return {}; };
-> std::integral_constant<int, N*M> { return {}; }
static auto sizeOfImpl (...)
-> std::integral_constant<int, 1> { return {}; }
......
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