Search

November 18
Learn »
...I prefer to keep `const` here
    void f(ref T v) const { v = value; }
}

// I...
November 18
General »
...the `foreach` variable, or both. Addressing only `const` on the `foreach` variable fixes the specific...
November 17
General »
...of having a mutable reference to a const class is fundamentally different from trying to...
November 17
Issues »
...is an incomplete fix. The example with `const` now works, but the same problem still...
November 17
Issues »
https://issues.dlang.org/show_bug.cgi?id=24637

--- Comment #5 from Dlang Bot <dlang...
November 16
Issues »
...const(char)[]) [0x83f9b75d5a3]
??:? void dmd.glue.generateCodeAndWrite(dmd.dmodule.Module[], const(char)*[],
const(char)[], const...
November 13
Issues »
...d(77): Error:
expression `r` of type `const(__vector(int[4]))` does not have a...
November 11
DIP Development »
...optimizations, but in general:

```D
void callee(const ref S x, S y) {
    y.bla...
November 11
Issues »
...pointer points to may be modified (head const).

That leads me to the question for...
November 10
Issues »
...24851 - Some members of CustomFloat can have const this" was merged into master:

- 8b051674ccad978a6668b074ac9c345c543c414a by...
1 2 3 4 5 6 7 8
Next ›   Last »