This commit is contained in:
IlyaShurupov 2024-02-06 09:27:49 +03:00 committed by Ilya Shurupov
parent fb8202f385
commit 184f8dd1fe
6 changed files with 128 additions and 71 deletions

View file

@ -100,8 +100,8 @@ namespace tp {
inline const Iterator& operator*() { return *this; }
};
tType mBegin = 0;
tType mEnd = 0;
tType mBegin{};
tType mEnd{};
Range() = default;