Fixed some compiler errors.
This commit is contained in:
@@ -180,7 +180,7 @@ struct ZippingIterator
|
||||
|
||||
ZippingIterator& operator=(const ZippingIterator&) noexcept = default;
|
||||
|
||||
auto operator*() const noexcept
|
||||
decltype(auto) operator*() const noexcept
|
||||
{
|
||||
return std::tie(*first, *second);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user