August 11 DIP Ideas » DIP: @mustuse as function return value annotation | |||
|---|---|---|---|
| |||
...the object with the i-th element of `this` object being removed; `this` object did... | |||
August 06 Issues » [Issue 5176] Limit static object sizes | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=5176 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
August 05 DIP Development » First Draft: Coroutines | |||
|---|---|---|---|
| |||
...hook for construction to produce a library object that represents the function. There is support... | |||
August 01 Learn » Re: Segmentation fault while reading a file | |||
|---|---|---|---|
| |||
...the file, you could try a simple object[1]: # cube.obj # g cube v 0... | |||
July 31 Learn » Segmentation fault while reading a file | |||
|---|---|---|---|
| |||
...smooth = true;
else
throw new Exception("Corrupted object file: " ~ filename);
}
else if(buf.startsWith("mtllib... | |||
July 29 General » Re: [Not really OT] Crowdstrike Analysis: It was a NULL pointer from the memory unsafe C++ language. | |||
|---|---|---|---|
| |||
...conversions: If you have a reference-type object (e.g. a pointer) that may be... | |||
July 29 Learn » Re: copy must be const?!? | |||
|---|---|---|---|
| |||
...if there is a const object, that should be an object of a type that... | |||
July 29 General » Re: [Not really OT] Crowdstrike Analysis: It was a NULL pointer from the memory unsafe C++ language. | |||
|---|---|---|---|
| |||
...can never benefit from @safe". You might object that yes, in principle you could open... | |||
July 28 General » Re: [Not really OT] Crowdstrike Analysis: It was a NULL pointer from the memory unsafe C++ language. | |||
|---|---|---|---|
| |||
...pieces of code refer to the same object. 2) Why on the stack? To avoid... | |||
July 26 Learn » Re: copy must be const?!? | |||
|---|---|---|---|
| |||
...get a mutable copy from a const object. As such, unless you're dealing with... | |||
Copyright © 1999-2021 by the D Language Foundation