ranges: Fix extra semi
This commit is contained in:
parent
4e3f381058
commit
c44c0fae1d
@ -663,7 +663,7 @@ template <typename T> class is_container_adaptor_like {
|
|||||||
template <typename Container> struct all {
|
template <typename Container> struct all {
|
||||||
const Container& c;
|
const Container& c;
|
||||||
auto begin() const -> typename Container::const_iterator { return c.begin(); }
|
auto begin() const -> typename Container::const_iterator { return c.begin(); }
|
||||||
auto end() const -> typename Container::const_iterator { return c.end(); };
|
auto end() const -> typename Container::const_iterator { return c.end(); }
|
||||||
};
|
};
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user