October 10 Issues » [Issue 24798] Under some circumstances, the compiler destroys the same object more than once | |||
|---|---|---|---|
| |||
...be destroying an |the compiler destroys the
|already destroyed value |same object more than once
-- | |||
October 10 Issues » [Issue 24798] std.algorithm.substitute appears to be destroying an already destroyed value | |||
|---|---|---|---|
| |||
...not be running on an already destroyed object. It can potentially be worked around by... | |||
October 09 Issues » [Issue 24801] New: `RefRange` doesn’t work if range primitives are not `const` | |||
|---|---|---|---|
| |||
...front` is not callable using a `const` object app.d(6): Consider adding `const` or... | |||
October 08 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...i already complained about `destroy` being in `object.d` and top top it all, it... | |||
October 07 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...the compiler to move a user-defined object). The result is that Weka has had... | |||
October 07 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...Isn't the whole point that you're just transferring ownership of a constructed object? | |||
October 06 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...the source of the S object to the this object.
```d
struct MyStruct {
int[] data... | |||
October 06 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...combinations of type qualifiers on the original object and the copy, you cannot do the... | |||
October 06 Learn » Re: Genuine copy of an element from an associative array | |||
|---|---|---|---|
| |||
...AA using `dup`: https://dlang.org/phobos/object.html#.dup Unfortunately this doesn't work... | |||
October 04 Issues » [Issue 24795] New: emplace mutates immutable data in @safe code | |||
|---|---|---|---|
| |||
...cast away type qualifiers from the target object.
---
import core.lifetime;
void example1() @safe
{
const... | |||
Copyright © 1999-2021 by the D Language Foundation