January 12, 2023 Learn » Nested sibling classes | |||
|---|---|---|---|
| |||
...this(){}
class b {
public:
this.outer.c C = new this.outer.c();
this() {
writeln(this... | |||
January 08, 2023 Issues » [Issue 22866] ICE when accessing __traits(parameter) alias of an outer scope inside foreach | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22866 Basile-z <b2.temp@gmx.com... | |||
January 08, 2023 Learn » Re: what wrong with this alias | |||
|---|---|---|---|
| |||
...template arguments - the first one for the outer template is passed explicitly (what you did... | |||
January 06, 2023 General » Re: Fixing C's Biggest Mistake | |||
|---|---|---|---|
| |||
...be bound to the length of the outer array, $ could prove to be ambiguous: // REALLY... | |||
January 05, 2023 Learn » Re: Error "Outer Function Context is Needed" when class declared in unittest | |||
|---|---|---|---|
| |||
Glad to learn that. Having worked many years in the Java world, where basically "class... | |||
January 05, 2023 Learn » Re: Error "Outer Function Context is Needed" when class declared in unittest | |||
|---|---|---|---|
| |||
yup. They can see the local variables from the function. | |||
January 05, 2023 Learn » Re: Error "Outer Function Context is Needed" when class declared in unittest | |||
|---|---|---|---|
| |||
...function it is inside, similar to how an inner class does with an outer class? | |||
January 05, 2023 Learn » Re: Error "Outer Function Context is Needed" when class declared in unittest | |||
|---|---|---|---|
| |||
...contexts, which it calls the outer function context. Make the outer class `static` too to... | |||
January 05, 2023 Learn » Error "Outer Function Context is Needed" when class declared in unittest | |||
|---|---|---|---|
| |||
...library] source/builder.d(58,16): Error: outer function context of `builder.__unittest_L41_C1... | |||
December 30, 2022 Issues » [Issue 16098] align(N) not respected for stack variables if N > platform stack alignment | |||
|---|---|---|---|
| |||
...functions accessing the stack frame of the outer function - wouldn't two base pointers be... | |||
Copyright © 1999-2021 by the D Language Foundation