= operator is no longer deleted for buffer_unsigned

This commit is contained in:
Luna 2025-07-15 16:39:19 +02:00
parent 2eaa37b886
commit f8f0ef364e

View file

@ -50,7 +50,6 @@ struct buffer_unsigned
void allocate(size_t s);
buffer_unsigned(const buffer_unsigned&) = delete;
buffer_unsigned & operator=(const buffer_unsigned &) = delete;
~buffer_unsigned()
{
if (allocated > 0)