From 82583a444dcaed257c5e652e5c6a96182e66e2d0 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 25 Oct 2023 01:26:26 -0400 Subject: [PATCH] .data() --- include/blt/std/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; }