Search

October 10
Issues »
...be destroying an |the compiler destroys the
                   |already destroyed value     |same object more than once

--
October 10
Issues »
...not be running on an already destroyed object. It can potentially be worked around by...
October 09
Issues »
...front` is not callable using a `const` object
app.d(6):        Consider adding `const` or...
October 08
General »
...i already complained about `destroy` being in `object.d` and top top it all, it...
October 07
General »
...the compiler to move a user-defined object).

The result is that Weka has had...
October 07
General »
...Isn't the whole point that you're just transferring ownership of a constructed object?
October 06
General »
...the source of the S object to the this object.

```d
struct MyStruct {
    int[] data...
October 06
General »
...combinations of type qualifiers on the original object and the copy, you cannot do the...
October 06
Learn »
...AA using `dup`:
https://dlang.org/phobos/object.html#.dup

Unfortunately this doesn't work...
October 04
Issues »
...cast away type qualifiers from the target object.

---
import core.lifetime;

void example1() @safe
{
    const...
6 7 8 9 10 11 12 13 14 15 16 17
Next ›   Last »