September 21, 2022 General » Re: Regarding the proposed Binray Literals Deprecation | |||
|---|---|---|---|
| |||
...f); } ``` If you try making `f` a delegate, the call `F(f)` cannot resolve `T... | |||
September 21, 2022 Issues » [Issue 23352] New: `in` and `out` foreach variables | |||
|---|---|---|---|
| |||
...bind to
opApply(int delegate(in Type));
and
opApply(int delegate(out Type));
respectively.
¹... | |||
September 20, 2022 Issues » [Issue 23350] New: Nondeterministic test failure in std.concurrency | |||
|---|---|---|---|
| |||
...sections_elf_shared.DSO.opApplyReverse(scope int delegate(ref rt.sections_elf_shared.DSO))+0x6a... | |||
September 20, 2022 General » Re: What features of D you would not miss? | |||
|---|---|---|---|
| |||
...default` | 2 | switch – default, goto default; | | `delegate` | 2 | lambda introducer, function ptr type | | `delete... | |||
September 18, 2022 Issues » [Issue 23339] Internal Compiler Error with extern(C++) class declared in function template | |||
|---|---|---|---|
| |||
...class Delegate(string Linkage)
{
void opCall()
{
string myString = Linkage;
}
}
void main()
{
auto special = new Delegate... | |||
September 17, 2022 Issues » [Issue 23339] Internal Compiler Error with extern(C++) class declared in function template | |||
|---|---|---|---|
| |||
...naydef@abv.bg> --- Adding 'static' to class Delegate does not change anything(suggested by Adam... | |||
September 17, 2022 Issues » [Issue 23339] Internal Compiler Error with extern(C++) class declared in function template | |||
|---|---|---|---|
| |||
...naydef@abv.bg> --- Adding 'static' to class Delegate does not change anything(suggested by Adam... | |||
September 17, 2022 Issues » [Issue 23339] Internal Compiler Error with extern(C++) class declared in function template | |||
|---|---|---|---|
| |||
...naydef@abv.bg> --- Adding 'static' to class Delegate does not change anything(suggested by Adam... | |||
September 17, 2022 Issues » [Issue 23339] New: Internal Compiler Error with extern(C++) class declared in function template | |||
|---|---|---|---|
| |||
...auto HookVFunc(T)(T)
{
extern(C++) class Delegate
{
void dd() {}
}
}
class SamplePlugin
{
void Load()
{
HookVFunc... | |||
September 16, 2022 Issues » [Issue 23335] Error: Template lambda has no value when assigning to ref delegate return | |||
|---|---|---|---|
| |||
...has no value when assigning to ref delegate return https://github.com/dlang/dmd/pull... | |||
Copyright © 1999-2021 by the D Language Foundation