October 04 General » Re: Template type inference problem | |||
|---|---|---|---|
| |||
...a; Object* b = &a; *b = new Object; // modifies `a` assert(typeid(a) is typeid(Object... | |||
October 04 Learn » Re: How to evaluate a JSON file at compile time and create a struct out of it? | |||
|---|---|---|---|
| |||
...file that would contain a static D object instead and then compile this `.d` file. | |||
October 04 Learn » Re: How to evaluate a JSON file at compile time and create a struct out of it? | |||
|---|---|---|---|
| |||
...you might want to put the JSON object into its own package so it will... | |||
October 04 General » Re: Template type inference problem | |||
|---|---|---|---|
| |||
...Object o;
const Throwable t;
f(&o, &t); // Fine
f(&t, &o); // Error
f!Object... | |||
October 04 General » Re: Move Constructors - Converting Lvalues to Rvalues | |||
|---|---|---|---|
| |||
...length) that the callee MAY move the object, and if it does, the callee is... | |||
October 02 General » Re: Move Constructors - Converting Lvalues to Rvalues | |||
|---|---|---|---|
| |||
...data flow analysis of the tracked objects. Object tracking isn't too complex if you... | |||
October 01 General » Re: Move Constructors - Converting Lvalues to Rvalues | |||
|---|---|---|---|
| |||
...move constructor just has to initialize the object. A move assignment has to destroy the... | |||
October 01 Learn » Re: Templates considered impressive | |||
|---|---|---|---|
| |||
...invisible object here: init (struct MyCon)
zero.init.writeln; //* 0 */
// Here is a new object... | |||
October 01 General » Re: Move Constructors - Converting Lvalues to Rvalues | |||
|---|---|---|---|
| |||
...that the object you pass in by-ref will be the same object after the... | |||
September 29 General » SAOC 2024 "Implementing Design Principles for Refactoring" Weekly update #2 | |||
|---|---|---|---|
| |||
...on the object, even when the function isn't a member of the object's... | |||
Copyright © 1999-2021 by the D Language Foundation