August 29, 2020 Issues » [Issue 5711] Accessing local variable of a function in which an inner class is instantiated trashes this.outer | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=5711 Walter Bright <bugzilla@digitalmars.com> changed... | |||
August 27, 2020 Learn » Re: in; scope; scope ref; DIP1000; documentation | |||
|---|---|---|---|
| |||
...because the `scope` only applies to the outer pointer. It doesn't apply to the... | |||
August 17, 2020 General » Re: Difference between next() and then()? (package `future`) | |||
|---|---|---|---|
| |||
...a Future!T, by waiting for the outer and inner futures in turn: https://github... | |||
August 16, 2020 General » Re: Shadowing of module global TLS variables is not an error | |||
|---|---|---|---|
| |||
...a problem because a reference to the outer name may go unnoticed, and a weird... | |||
August 14, 2020 General » Re: Shadowing of module global TLS variables is not an error | |||
|---|---|---|---|
| |||
...there is no way to access the outer x:
void test()
{
int x; // x1
foreach... | |||
August 05, 2020 General » Re: Warning on template parameter identifier shadowing? | |||
|---|---|---|---|
| |||
...parameter names as the parameters of the outer template, and b) the burden of requiring... | |||
August 05, 2020 General » Warning on template parameter identifier shadowing? | |||
|---|---|---|---|
| |||
...adding a warning about shadowing of an outer template parameter by an inner template parameter... | |||
July 11, 2020 Issues » [Issue 21039] New: `alias this` returns 'null' for ref types when put into array initializer | |||
|---|---|---|---|
| |||
...new Inner; auto outer = new Outer(new Inner); Inner[] inners = [inner, outer]; assert(inners[0... | |||
July 10, 2020 Learn » Re: how to assign to shared obj.systime? | |||
|---|---|---|---|
| |||
...only be able to implicitly remove the outer layer of shared (i.e. the layer... | |||
July 08, 2020 Learn » Re: constructing labels for static foreach inside switch inside foreach | |||
|---|---|---|---|
| |||
...wrote: Can't you put a single label after your outer foreach and goto it? | |||
Copyright © 1999-2021 by the D Language Foundation