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:
Danny Robson 2018-03-02 12:20:59 +11:00
parent 89a28322ad
commit 7e11707c39

View File

@ -366,14 +366,6 @@ namespace util {
}
//---------------------------------------------------------------------
util::view<BeginT,EndT>
operator- (BeginT newbegin) const noexcept
{
return { newbegin, end () };
}
///////////////////////////////////////////////////////////////////////
template <
typename ValueT,