Skip to content
Snippets Groups Projects
Commit 80f3adbe authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[Bugfix][array] Remove left-over debug output

Thanks, Oliver!
parent 2fff5275
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,6 @@ namespace Dune
{
array<T,n> r;
r.fill(t);
std::cout << "test" << std::endl;
#if HAVE_RVALUE_REFERENCES
return std::move(r);
#else
......
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