mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Remove old code - copying is allowed
This commit is contained in:
parent
9118661ca2
commit
c32a2f4eda
1 changed files with 0 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue