diff --git a/include/blt/std/vector.h b/include/blt/std/vector.h index 543148e..ef5e0bd 100644 --- a/include/blt/std/vector.h +++ b/include/blt/std/vector.h @@ -229,7 +229,7 @@ namespace blt constexpr inline void reserve(size_t size) { - expand(size_); + expand(size); } [[nodiscard]] constexpr inline size_t size() const