v1
Brett 2023-10-25 01:26:26 -04:00
parent 6252525091
commit 82583a444d
1 changed files with 1 additions and 1 deletions

View File

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