August 10, 2019 Learn » Passing nested template function | |||
|---|---|---|---|
| |||
...to pass a nested template function to a function declared outside the outer function scope? | |||
July 24, 2019 General » Re: You know how I was saying in my DConf talk... | |||
|---|---|---|---|
| |||
...The presence of a name in the outer scope overrides the same name from the... | |||
July 23, 2019 General » Re: [GSoC] 'Replace Runtime Hooks with Templates' progress and update thread | |||
|---|---|---|---|
| |||
...1 copy outer copy inner #1 copy inner #2 destroy inner #1 destroy outer destroy... | |||
July 16, 2019 Issues » [Issue 1441] [module] Allow 'private' to restrict class visibility outside module or outer class | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=1441 Issue 1441 depends on issue 2830... | |||
July 12, 2019 Issues » [Issue 1225] Super Class method hides the global template from mixin | |||
|---|---|---|---|
| |||
...You can specify that you want the outer scope symbol by using in this line... | |||
July 06, 2019 Learn » Re: struct inside struct: Is there a way to call a function of the outside struct from the inner struct? | |||
|---|---|---|---|
| |||
You'll need a pointer to the outer struct, or run it in an function... | |||
July 06, 2019 Learn » Re: struct inside struct: Is there a way to call a function of the outside struct from the inner struct? | |||
|---|---|---|---|
| |||
...t work. In my case I'm able to move d() into the outer struct... | |||
June 22, 2019 Issues » [Issue 19994] New: Can't nest self-referential Algebraic types | |||
|---|---|---|---|
| |||
...This*); alias Outer = Algebraic!(Inner, This*); static assert(is(Outer.AllowedTypes == AliasSeq!(Inner, Outer*))); --- $ dmd... | |||
June 21, 2019 Learn » Why can't 'scope' be inferred here? | |||
|---|---|---|---|
| |||
...ref T value) { this.value = value; }
}
struct Outer(T) {
Inner!T inner;
void opAssign(ref... | |||
June 19, 2019 General » Re: Very limited shared promotion | |||
|---|---|---|---|
| |||
...even those could only strip away the outer layer of shared (i.e. what's... | |||
Copyright © 1999-2021 by the D Language Foundation