June 09, 2020 Issues » [Issue 20917] stacking alias this, drops data during assignment | |||
|---|---|---|---|
| |||
...hate) -> outer.
// outer = inner; Needs implicit conversion.
// No implicit conversion found. Lookup through outer's... | |||
June 09, 2020 Issues » [Issue 20917] New: stacking alias this, drops data during assignment | |||
|---|---|---|---|
| |||
...int a;}
struct outer{
inner payload;alias payload this;
string metadata;
}
ihatecompilers!(outer,100) foo... | |||
June 08, 2020 Learn » Re: how to append (ref) int[] to int[][]? | |||
|---|---|---|---|
| |||
...you have int[][], each element of the outer array is an Array!int. These, as... | |||
June 08, 2020 Issues » [Issue 17379] Mangle voldemort types as if they are defined in the outer scope to avoid exponential symbol name length with templates | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17379 Steven Schveighoffer <schveiguy@yahoo.com> changed... | |||
June 08, 2020 Issues » [Issue 17379] Mangle voldemort types as if they are defined in the outer scope to avoid exponential symbol name length with templates | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=17379 Mathias LANG <pro.mathias.lang@gmail... | |||
June 06, 2020 Issues » [Issue 15671] The compiler should take into account inline pragmas when inlining | |||
|---|---|---|---|
| |||
...heuristic should take into account that an outer portion should be inlined even if all... | |||
May 24, 2020 Issues » [Issue 13372] traits parent does not work on eponymous templates | |||
|---|---|---|---|
| |||
...one, it appears it evaluates to the outer template which is then instantly evaluated back... | |||
May 21, 2020 Learn » Re: redirect std out to a string? | |||
|---|---|---|---|
| |||
...and redirect stdout to a pipe. The outer program can then handle the output of... | |||
May 16, 2020 Learn » Fighting the DList | |||
|---|---|---|---|
| |||
...current outer position
if condition(current outer position, current inner position)
combine(current outer position... | |||
May 15, 2020 Learn » Re: Best way to refer to the type of a struct inside itself ? | |||
|---|---|---|---|
| |||
...to the inner `struct Foo`, not the outer `template Foo`
Foo* p;
}
}
The relevant parts... | |||
Copyright © 1999-2021 by the D Language Foundation