Search

November 01, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=23445

Walter Bright <bugzilla@digitalmars.com> changed...
November 01, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=23445

--- Comment #5 from Walter Bright <bugzilla...
November 01, 2022
Issues »
...the code

```
import std;

alias DG = void delegate();

class TType
{
}

class MyClass
{
    this(TType t1...
November 01, 2022
Learn »
...code

```D
import std;

alias DG = void delegate();

class TType
{
}

class MyClass
{
    this(TType t1...
November 01, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=23445

Adam D. Ruppe <destructionator@gmail.com...
November 01, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=23445

Tejas_Garhewal <scienticman@gmail.com> changed...
November 01, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=23445

timon.gehr@gmx.ch changed:

           What...
November 01, 2022
Issues »
...turned into a delegate.

For nested functions not turned into a delegate, p is placed...
October 30, 2022
Issues »
...23445
           Summary: Can leak scope variable through delegate context
           Product: D
           Version: D2
          Hardware: All...
October 27, 2022
Issues »
...destructionator@gmail.com

Consider the following:

```
void delegate() @safe foo(int[] stuff...) @safe { // adding `scope...
52 53 54 55 56 57 58 59 60 61 62 63
Next ›   Last »