= operator is no longer deleted for buffer_unsigned
This commit is contained in:
parent
2eaa37b886
commit
f8f0ef364e
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ struct buffer_unsigned
|
||||||
void allocate(size_t s);
|
void allocate(size_t s);
|
||||||
|
|
||||||
buffer_unsigned(const buffer_unsigned&) = delete;
|
buffer_unsigned(const buffer_unsigned&) = delete;
|
||||||
buffer_unsigned & operator=(const buffer_unsigned &) = delete;
|
|
||||||
~buffer_unsigned()
|
~buffer_unsigned()
|
||||||
{
|
{
|
||||||
if (allocated > 0)
|
if (allocated > 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue