Brett 2023-10-27 01:11:05 -04:00
parent 827ee4bd55
commit 55c497475e
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ namespace blt
inline T* data()
{
return ptr_iterator{_buffer};
return _buffer;
}
ptr_iterator<T> begin()