December 17, 2022 Issues » [Issue 22944] Hard-to-read error message when a delegate isn't @safe | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22944 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
December 17, 2022 Issues » [Issue 19328] isExpression does not allow to check conversion to delegate/function | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19328 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
December 16, 2022 General » Re: The D standard library is built on GC, is that a negative or positive? | |||
|---|---|---|---|
| |||
...scope int delegate(ref const(char[]))) const {
return 0;
}
int opApply(scope int delegate(ref... | |||
December 15, 2022 General » Re: Typical security issues in C++: why the GC isn't your enemy | |||
|---|---|---|---|
| |||
...delegate say. In those cases the template function will fail to instantiate (assuming the delegate... | |||
December 14, 2022 Issues » [Issue 23554] New: Can break immutable with delegate | |||
|---|---|---|---|
| |||
...ID: 23554
Summary: Can break immutable with delegate
Product: D
Version: D2
Hardware: x86_64... | |||
December 13, 2022 Learn » Re: Is remove safe using foreach | |||
|---|---|---|---|
| |||
...the general rules should be adjusted to delegate iteration restrictions to the aggregate, provided the... | |||
December 12, 2022 Issues » [Issue 21195] Delegate to method created without a `this` in certain contexts | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21195 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
December 09, 2022 Issues » [Issue 17080] Can assign member-function-ptr to free-function-ptr | |||
|---|---|---|---|
| |||
...treat the type of a delegate. Right now, the delegate type consists of a function... | |||
December 06, 2022 Issues » [Issue 21862] Taking address of non-static method without "this" should not be allowed | |||
|---|---|---|---|
| |||
...eyal@weka.io> --- The type of a delegate's "funcptr" should either be a "void... | |||
December 06, 2022 Issues » [Issue 21862] Taking address of non-static method without "this" should not be allowed | |||
|---|---|---|---|
| |||
...correct that the function ptr of a delegate should not be callable without it's... | |||
Copyright © 1999-2021 by the D Language Foundation