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

Mathias Lang <mathias.l...@sociomantic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mathias.l...@sociomantic.co
                   |                            |m
         Resolution|---                         |WORKSFORME

--- Comment #6 from Mathias Lang <mathias.l...@sociomantic.com> ---
@John:
Nowadays, trying to just return a variadic argument gives the following error
message:
`variadic.d(3): Error: escaping reference to variadic parameter a`

It doesn't allocate any memory according to both `@nogc` and gdb.
So the solution yebblies mention is the only possible approach nowaday.

--

Reply via email to