January 14, 2023 Issues » [Issue 23626] [REG2.096] Template deduction with auto const ref Args... and delegate | |||
|---|---|---|---|
| |||
...some_function this;
}
struct ReclamationBatch {
FixedArray!(uint) dummy;
@nogc nothrow void some_inout_func() { }
void... | |||
January 14, 2023 Issues » [Issue 23626] New: [REG2.096] Template deduction with auto const ref Args... and delegate | |||
|---|---|---|---|
| |||
...function this;
}
struct ReclamationBatch {
FixedArray !(uint,1) dummy;
@nogc nothrow void some_inout_func() inout... | |||
January 12, 2023 Announce » D Language Foundation Monthly Meeting Summary for November 2022 | |||
|---|---|---|---|
| |||
...them. In LDC, they're assigned a dummy byte, but then that causes a problem... | |||
January 03, 2023 General » Re: Fixing C's Biggest Mistake | |||
|---|---|---|---|
| |||
...initialized to a dummy value is not a constructed object. Yes, the dummy value is... | |||
January 02, 2023 General » Re: Fixing C's Biggest Mistake | |||
|---|---|---|---|
| |||
...is to have a constructor with a dummy argument. Nothing says one has to actually... | |||
December 30, 2022 General » Re: Fixing C's Biggest Mistake | |||
|---|---|---|---|
| |||
...by Herb Sutter suggests. By saying "no dummy values", he must be referring to T... | |||
December 28, 2022 Issues » [Issue 23589] New: [REG2.095] Purity check special case gives circular reference error. | |||
|---|---|---|---|
| |||
...tstr;
}
struct S
{
mixin A;
mixin B;
static string columns() {
auto dummy = &asSize;
return "as";
}
}
```
-- | |||
December 17, 2022 Issues » [Issue 19576] Dangling TemplateInstance.tinst if set to a dummy instance created by leastAsSpecialized() | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19576 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
December 17, 2022 Issues » [Issue 12815] Dummy file | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=12815 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
December 15, 2022 Learn » Re: pointer escaping return scope bug? | |||
|---|---|---|---|
| |||
...struct S
{
int* p;
int[0] v; // dummy storage
auto f() return @trusted => p ? p... | |||
Copyright © 1999-2021 by the D Language Foundation