delusion's of parker's rust boner

v1
Brett 2024-02-29 09:54:11 -05:00
parent 490c52c803
commit fd58930c1d
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ namespace blt
move.buffer_ = nullptr;
}
~vector()
constexpr ~vector()
{
allocator.deallocate(buffer_, capacity_);
}