diff --git a/include/blt/std/memory.h b/include/blt/std/memory.h index c20a98b..9bf6a61 100755 --- a/include/blt/std/memory.h +++ b/include/blt/std/memory.h @@ -233,7 +233,7 @@ namespace blt return _buffer; } - ptr_iterator data() + inline T* data() { return ptr_iterator{_buffer}; }