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

Mathias Lang <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
                   |                            |m
         Resolution|---                         |WORKSFORME

--- Comment #6 from Mathias Lang <[email protected]> ---
@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