August 24 Issues » [Issue 24688] Parameter by-value keeps const (only in templates) | |||
|---|---|---|---|
| |||
...from Dominikus Dittes Scherkl <dominikus@scherkl.de> --- Ok, it's possible to optimize it to... | |||
August 24 DIP Ideas » Escape Analysis & Owner Escape Analysis | |||
|---|---|---|---|
| |||
...int* field = &s.field; writeln(s.isNull); // ok s.makeNull(); // Error: Variable `s` has a... | |||
August 23 General » Re: Outer class reference oddity? | |||
|---|---|---|---|
| |||
...classes. (It doesn't exist in C++.) Ok, so there is only one outer. This... | |||
August 20 General » Re: Outer class reference oddity? | |||
|---|---|---|---|
| |||
...writeln("value2 from Outer2: ", this.outer.value2); // ok
So yes, this is definitely a bug... | |||
August 17 Issues » [Issue 24709] New: Cannot get a reference to each element of an array on foreach-loop with -preview=nosharedaccess | |||
|---|---|---|---|
| |||
...have the
same bug.
```d
void main()
{
//OK: We can get a reference of a... | |||
August 14 General » Re: Shopping for template languages | |||
|---|---|---|---|
| |||
...result = ok; // Ambiguous assignment to enum: use explicit SqlResult.ok, or
// cast(SqlResult) ok to... | |||
August 12 Announce » Re: Beerconf August | |||
|---|---|---|---|
| |||
...normal dates. But if it bothers other people, Rikki's solution seems ok to me. | |||
August 11 Learn » Re: Build fully static library by the compiler? | |||
|---|---|---|---|
| |||
...a similar hack into the build scripts Ok, thanks to all! I think my question... | |||
August 08 General » Differences in results when using the same function in CTFE and Runtime | |||
|---|---|---|---|
| |||
...BurningShip fractal were clearly and noteably different. Ok, the fractal code uses 'double' floats, which... | |||
August 03 DIP Development » Re: First Draft: Making printf @safe | |||
|---|---|---|---|
| |||
...I'm not sure if that's OK for ldc and gdc, maybe. And every... | |||
Copyright © 1999-2021 by the D Language Foundation