no need for distance_front either

master
Daniel Kolesa 2015-06-21 22:47:17 +01:00
parent 6f2ab37b55
commit 4c2376ea2d
1 changed files with 0 additions and 4 deletions

View File

@ -983,10 +983,6 @@ public:
bool equals_front(const TakeRange &r) const {
return p_range.equals_front(r.p_range);
}
RangeDifference<T> distance_front(const TakeRange &r) const {
return p_range.distance_front(r.p_range);
}
};
template<typename T>