diff --git a/include/blt/std/memory.h b/include/blt/std/memory.h index aa16925..1340d4d 100755 --- a/include/blt/std/memory.h +++ b/include/blt/std/memory.h @@ -234,7 +234,7 @@ namespace blt inline T* data() { - return ptr_iterator{_buffer}; + return _buffer; } ptr_iterator begin()