Remove old code - copying is allowed

This commit is contained in:
Nick Treleaven 2017-01-10 12:13:49 +00:00
parent 9118661ca2
commit c32a2f4eda

View file

@ -150,12 +150,6 @@ struct ScopeBuffer(T, alias realloc = /*core.stdc.stdlib*/.realloc)
used = 0;
}
/****************************
* Copying of ScopeBuffer is not allowed.
*/
version(None)
@disable this(this);
/************************
* Append element c to the buffer.
* This member function makes `ScopeBuffer` an Output Range.