view: remove ambiguous operator-
this operation is identical to the more appropriately named 'consume' which should be used in its stead.
This commit is contained in:
parent
89a28322ad
commit
7e11707c39
8
view.hpp
8
view.hpp
@ -366,14 +366,6 @@ namespace util {
|
||||
}
|
||||
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
util::view<BeginT,EndT>
|
||||
operator- (BeginT newbegin) const noexcept
|
||||
{
|
||||
return { newbegin, end () };
|
||||
}
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
template <
|
||||
typename ValueT,
|
||||
|
Loading…
Reference in New Issue
Block a user