Skip to content
Snippets Groups Projects
Commit c6563eab authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[functions.interfaces] whitespace

parent 8e7727f8
No related branches found
No related tags found
No related merge requests found
......@@ -416,9 +416,8 @@ private:
}; // class LocalizableFunctionInterface
std::ostream& operator<<(std::ostream& out,
const LocalizableFunctionInterface<E, D, d, R, r, rC>&
function) template <class E, class D, size_t d, class R, size_t r, size_t rC>
template <class E, class D, size_t d, class R, size_t r, size_t rC>
std::ostream& operator<<(std::ostream& out, const LocalizableFunctionInterface<E, D, d, R, r, rC>& function)
{
function.report(out);
return out;
......
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