Commit 15285630 authored by Paul's avatar Paul
Browse files

Format

parent ba72ce42
...@@ -225,7 +225,7 @@ struct block ...@@ -225,7 +225,7 @@ struct block
}); });
} }
template<class Input> template <class Input>
constexpr auto elements() const constexpr auto elements() const
{ {
using reduce_type = decltype(slicer(Input{})); using reduce_type = decltype(slicer(Input{}));
...@@ -294,7 +294,7 @@ struct lane ...@@ -294,7 +294,7 @@ struct lane
}); });
} }
template<class Input> template <class Input>
constexpr auto elements() const constexpr auto elements() const
{ {
using reduce_type = decltype(slicer(Input{})); using reduce_type = decltype(slicer(Input{}));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment