November 13 Issues » [Issue 24856] New: std.array.Appender.ensureAddable can create stale memory references | |||
|---|---|---|---|
| |||
...array.Appender.ensureAddable can create stale
memory references
Product: D
Version: D2
Hardware: All
OS... | |||
November 11 Issues » [Issue 24838] A closure with a layout of pointer size or below that is not modified, should not have a closure | |||
|---|---|---|---|
| |||
...touched on one issue with mutability of references to stack objects; however `this` is not... | |||
November 11 Issues » [Issue 24838] @nogc lambda shouldn't allocate closure when lambda refers only to 'this' | |||
|---|---|---|---|
| |||
...function this way. If the Closure ONLY references `MyClass this`, then func has no reason... | |||
October 23 Learn » Re: std.algorithm.countUntil and alias | |||
|---|---|---|---|
| |||
...field of enum type, which holds no references to the context. In my book it... | |||
October 11 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...the existing semantics. C++ has rvalue references and universal references. They never cease to confuse... | |||
October 11 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...move constructors, with their own syntax (rvalue references). I suspect they ran into the same... | |||
October 10 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...new type to make it work - rvalue references: ``` S(S&&) ``` I wish to avoid that. | |||
October 10 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...S`, made even more complicated with rvalue references enabled. The compiler would go into infinite... | |||
October 05 General » Move Constructor Syntax | |||
|---|---|---|---|
| |||
...in the language (including things like rvalue references where sometimes an rvalue becomes an lvalue... | |||
October 02 Issues » [Issue 24772] Casting class references to void* should be @safe | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24772
Dennis <dkorpel@live.nl> changed:
What... | |||
Copyright © 1999-2021 by the D Language Foundation