November 18 Learn » Is this a correct way to make this code working at compile time? | |||
|---|---|---|---|
| |||
...I prefer to keep `const` here
void f(ref T v) const { v = value; }
}
// I... | |||
November 18 General » [SAOC 2024] Improve D Error Messages - Weekly Update #9 | |||
|---|---|---|---|
| |||
...the `foreach` variable, or both. Addressing only `const` on the `foreach` variable fixes the specific... | |||
November 17 General » Re: Porting std.typecons to Phobos 3 | |||
|---|---|---|---|
| |||
...of having a mutable reference to a const class is fundamentally different from trying to... | |||
November 17 Issues » [Issue 24353] Misleading error for foreach when opApply has wrong qualifier | |||
|---|---|---|---|
| |||
...is an incomplete fix. The example with `const` now works, but the same problem still... | |||
November 17 Issues » [Issue 24637] [REG 2.104] Cannot insert const/immutable elements into DList | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24637 --- Comment #5 from Dlang Bot <dlang... | |||
November 16 Issues » [Issue 24863] New: DMD v2.109.0 on OpenBSD out of memory when attempting to compile OneDrive for Linux | |||
|---|---|---|---|
| |||
...const(char)[]) [0x83f9b75d5a3] ??:? void dmd.glue.generateCodeAndWrite(dmd.dmodule.Module[], const(char)*[], const(char)[], const... | |||
November 13 Issues » [Issue 24859] New: Relational expression for dynamic arrays with vector elements fails to compile | |||
|---|---|---|---|
| |||
...d(77): Error: expression `r` of type `const(__vector(int[4]))` does not have a... | |||
November 11 DIP Development » Re: __rvalue and Move Semantics first draft - aliasing problem/danger | |||
|---|---|---|---|
| |||
...optimizations, but in general:
```D
void callee(const ref S x, S y) {
y.bla... | |||
November 11 Issues » [Issue 24838] A closure with a layout of pointer size or below that is not modified, should not have a closure | |||
|---|---|---|---|
| |||
...pointer points to may be modified (head const). That leads me to the question for... | |||
November 10 Issues » [Issue 24851] Some members of CustomFloat can have const this | |||
|---|---|---|---|
| |||
...24851 - Some members of CustomFloat can have const this" was merged into master: - 8b051674ccad978a6668b074ac9c345c543c414a by... | |||
Copyright © 1999-2021 by the D Language Foundation