December 06, 2022 Issues » [Issue 21862] Taking address of non-static method without "this" should not be allowed | |||
|---|---|---|---|
| |||
...a delegate without the ctx, except as a "void*" value to compare against? A delegate... | |||
December 06, 2022 Issues » [Issue 18738] [scope] scope delegates can be escaped via closure | |||
|---|---|---|---|
| |||
...callbackWithPointer(T)(scope T[] a, scope void delegate(T*) @safe @nogc
pure nothrow f) {
f... | |||
December 05, 2022 Issues » [Issue 21862] Taking address of non-static method without "this" should not be allowed | |||
|---|---|---|---|
| |||
...represented by a function pointer, whereas a delegate is represented by a function pointer and... | |||
December 03, 2022 Issues » [Issue 23537] New: immutable struct breaks type inference for const parameters | |||
|---|---|---|---|
| |||
...f(T)(const T x, scope void delegate(const T) cb) {
cb(x);
}
```
The error... | |||
December 03, 2022 General » Focus (was Re: draft proposal for Sum Types for D) | |||
|---|---|---|---|
| |||
...in poor and/or incomplete shape, while delegate contexts still have qualifier problems[2]…... | |||
December 01, 2022 Issues » [Issue 23490] DMD creating corrupted vtable | |||
|---|---|---|---|
| |||
...foreachDsymbol(dmd.root.array.Array!(dmd.dsymbol.Dsymbol).Array*, void delegate(dmd.dsymbol.Dsymbol)) [0x557f41e008af] --- -- | |||
December 01, 2022 General » Re: draft proposal for Sum Types for D | |||
|---|---|---|---|
| |||
...alias ws_cb_t = extern(C) void delegate (int ws, int event, int data); int... | |||
November 30, 2022 Learn » How do I _really_ implement opApply? | |||
|---|---|---|---|
| |||
...delegate(string, ref TOMLValue) @safe dg) @safe { mixin(opApplyImpl); }
public int opApply(scope int delegate... | |||
November 29, 2022 Issues » [Issue 23519] New: Unnecessary and inconsistent restrictions on delegate subtyping | |||
|---|---|---|---|
| |||
...delegate(Super))[] a1;
const(void delegate(Sub))[] b1=a1; // ok
Sub delegate() a2;
Super delegate... | |||
November 29, 2022 Issues » [Issue 9352] Memory corruption in delegate called by struct dtor | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=9352 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
Copyright © 1999-2021 by the D Language Foundation