October 30 Issues » [Issue 24838] @nogc lambda shouldn't allocate closure when lambda refers only to 'this' | |||
|---|---|---|---|
| |||
...if(oneref)local_ref=cast(T*)ctx;
else local_ref=ctx.ref_capture;
//call
local... | |||
October 30 Issues » [Issue 24838] New: @nogc lambda shouldn't allocate closure when lambda refers only to 'this' | |||
|---|---|---|---|
| |||
...where a lambda closes `this` and nothing else, the lambda should just be synthesised as... | |||
October 30 General » Re: VisualD regressions are severe; what do we do about critical infrastructure? | |||
|---|---|---|---|
| |||
...the regular PR process? (Even for someone else to pick them up, they’d otherwise have... | |||
October 30 General » Re: VisualD regressions are severe; what do we do about critical infrastructure? | |||
|---|---|---|---|
| |||
...t know how to help you. Everybody else has to follow the procedures and use... | |||
October 29 Issues » [Issue 24837] Can't version() or static if() to include keys in an enum | |||
|---|---|---|---|
| |||
...BY_HANDLE_CLASS_NTDDI_WIN10_19H1)
{
MaximumFileInfoByHandleClass
}
}
else static if (NTDDI_VERSION >= NTDDI_WIN10_RS1... | |||
October 27 General » Re: VisualD regressions are severe; what do we do about critical infrastructure? | |||
|---|---|---|---|
| |||
...if(is(T:typeof(A))){
return A;
} else {
return T.init;
}}
auto ref WeakValue(T... | |||
October 26 General » Re: Why isn’t 2.110 published? | |||
|---|---|---|---|
| |||
...something were to happen to Iain, somebody else would take on the job of release... | |||
October 25 General » Re: Why isn’t 2.110 published? | |||
|---|---|---|---|
| |||
...everything relies on one person and nobody else knows what's going on. We don... | |||
October 23 Issues » [Issue 24829] New: Rebindable2 does not correctly handle types with copy constructors or postblit constructors which aren't assignable | |||
|---|---|---|---|
| |||
...to solve or whether it's something else that somehow manages to not work with... | |||
October 22 Learn » Function names, Lib used from C and D | |||
|---|---|---|---|
| |||
...return true;
}
}
version(LibUsedFromDlang) {
bool init() => pInit();
} else {
bool leogfxInit() => pInit();
}
```
Or that
```d
struct... | |||
Copyright © 1999-2021 by the D Language Foundation