December 08, 2020 Issues » [Issue 21463] New: std.typecons.Proxy declares opCmp when it should not | |||
|---|---|---|---|
| |||
...import std.typecons : Proxy;
struct Inner {}
class Outer
{
Inner inner;
mixin Proxy!inner;
}
int main... | |||
November 25, 2020 Learn » Re: Simulating computed goto | |||
|---|---|---|---|
| |||
...switch can contain case labels from an outer switch which is very good. Did not... | |||
November 20, 2020 General » Re: Mihaela Chirea - SAOC 2020 Milestone 2 Update 4 - Improving DMD as a Library | |||
|---|---|---|---|
| |||
...well, let's call it `UserAttributeDeclarationItem`. The outer node would not need a location, but... | |||
November 14, 2020 General » Re: Names and scope in D | |||
|---|---|---|---|
| |||
...mostly) allowed to shadow symbols in an outer scope. The one exception is that local... | |||
November 09, 2020 Issues » [Issue 13216] Failed anti-hijacking of with statement | |||
|---|---|---|---|
| |||
...scope name from an outer scope, as long as this outer scope is in the... | |||
October 19, 2020 Issues » [Issue 21329] New: Error message for attribute mismatch points to wrong destructor | |||
|---|---|---|---|
| |||
...system ~this() {}
}
struct Outer
{
Inner inner;
@safe ~this() {}
}
@safe void main()
{
Outer outer;
}
---
Output when... | |||
October 16, 2020 Learn » Re: Forward referencing functions in D | |||
|---|---|---|---|
| |||
...2. inner functions have access to the outer function's stack frame. Often, I use... | |||
October 04, 2020 Issues » [Issue 21290] New: [REG2.092] Incorrect escape deprecation on scope lazy pointer parameter | |||
|---|---|---|---|
| |||
...shown: <source>(5): Deprecation: escaping reference to outer local variable `this` The deprecation message is... | |||
September 24, 2020 General » Re: static map as a type function | |||
|---|---|---|---|
| |||
...outer template context. - template does not use static if's dependent on parameters or outer... | |||
September 05, 2020 General » chunkBy bug? | |||
|---|---|---|---|
| |||
...range elements of type: "~
ElementType!Range.stringof);
}
// Outer range
struct Impl(Range)
{
size_t groupNum... | |||
Copyright © 1999-2021 by the D Language Foundation