Apple anything is horrendous

This commit is contained in:
Dynamitos
2024-03-18 15:28:56 +01:00
parent a74def0ab0
commit 1ff45b5207
104 changed files with 27779 additions and 184 deletions
+5
View File
@@ -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;