mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 05:30:33 +03:00
Use return scope
instead of just return
This commit is contained in:
parent
5d0cfcd13a
commit
ea76f45494
6 changed files with 19 additions and 19 deletions
|
@ -276,7 +276,7 @@ static:
|
|||
multi-threaded programs. See e.g.
|
||||
$(LINK2 https://www.gnu.org/software/libc/manual/html_node/Environment-Access.html#Environment-Access, glibc).
|
||||
*/
|
||||
inout(char)[] opIndexAssign(return inout char[] value, scope const(char)[] name) @trusted
|
||||
inout(char)[] opIndexAssign(return scope inout char[] value, scope const(char)[] name) @trusted
|
||||
{
|
||||
version (Posix)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue