[Issue 22027] inout shouldn't imply return

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 16 09:52:02 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22027

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
Removing the implicit `return` from `inout` will likely break existing code, as
the `return` may need to be added.

--


More information about the Digitalmars-d-bugs mailing list