From fd58930c1df6d888c60073f67a5ff0ace792d722 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 29 Feb 2024 09:54:11 -0500 Subject: [PATCH] delusion's of parker's rust boner --- include/blt/std/vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/blt/std/vector.h b/include/blt/std/vector.h index 1815e87..78a9b5f 100644 --- a/include/blt/std/vector.h +++ b/include/blt/std/vector.h @@ -214,7 +214,7 @@ namespace blt move.buffer_ = nullptr; } - ~vector() + constexpr ~vector() { allocator.deallocate(buffer_, capacity_); }