Search

October 15
General »
...corresponding to its first parameter into the object to be constructed. The argument is invalid...
October 14
General »
...copy ctor and rvalue ctor for an object.

However, I think this can be fixed...
October 14
Issues »
...org

Test case:
```
module object;
enum Foo {}
```

Before:
```
Error: enum `object.Foo` enum `Foo` must...
October 13
General »
...into an existing object is not the same as moving into an object that has...
October 13
General »
...earlier, I think in such cases the object should just keep its original address and...
October 13
Learn »
...is that when you are done with the object, it is removed.

Thanks, SDB@79
October 12
Learn »
...int i) {
    i.writefln!"Object %s is created...";
  }
  ~this() {
  writeln("Object was deleted!");
  }
}

import std...
October 11
LDC »
...with. I know it's a 'shared object' but why would I want something like...
October 11
General »
...an lvalue, since it's moving an object from one location to another, even if...
October 11
General »
...attribute applied to a declaration of an object of type `(Z)`. If `Z` was meant...
4 5 6 7 8 9 10 11 12 13 14 15
Next ›   Last »