Apple anything is horrendous
This commit is contained in:
@@ -60,6 +60,11 @@ public:
|
||||
{
|
||||
return (int)(p - other.p);
|
||||
}
|
||||
constexpr IteratorBase& operator-=(difference_type other)
|
||||
{
|
||||
p-=other;
|
||||
return *this;
|
||||
}
|
||||
constexpr IteratorBase& operator+=(difference_type other)
|
||||
{
|
||||
p+=other;
|
||||
|
||||
Reference in New Issue
Block a user