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_); }