we sexy man

v1
Brett 2023-11-08 18:50:16 -05:00
parent a555b53a61
commit 1ada8d3912
2 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,6 @@ namespace blt
explicit scoped_buffer(size_t size): _size(size)
{
BLT_ASSERT(size >= 0);
if (size > 0)
_buffer = new T[size];
else

View File

@ -13,6 +13,7 @@
namespace blt::system
{
static inline std::string ensureHasDigits(int current, int digits)
{
std::string asString = std::to_string(current);