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

use dune_static_assert instead of IsTrue

[[Imported from SVN: r5134]]
parent 40ef8d52
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ int iteratorTupleTest()
Tuple tuple_(v.begin(), v.begin(), v.end());
IsTrue<Size<Tuple>::value==3>::yes();
dune_static_assert(Size<Tuple>::value==3, "The tuple size should be 3!");;
int ret=0;
......
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