[Issue 11331] Inefficient initialization of struct with members = void

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11331 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 11331] Inefficient initialization of struct with members = void

2018-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11331 johanenge...@weka.io changed: What|Removed |Added CC||johanenge...@weka.io --- Comment #9

[Issue 11331] Inefficient initialization of struct with members = void

2018-04-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11331 Shachar Shemesh changed: What|Removed |Added CC||shac...@weka.io --

[Issue 11331] Inefficient initialization of struct with members = void

2017-08-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11331 anonymous4 changed: What|Removed |Added Keywords||spec --

[Issue 11331] Inefficient initialization of struct with members = void

2017-08-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11331 anonymous4 changed: What|Removed |Added See Also|

[Issue 11331] Inefficient initialization of struct with members = void

2017-08-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11331 --- Comment #7 from anonymous4 --- *** Issue 15951 has been marked as a duplicate of this issue. *** --

[Issue 11331] Inefficient initialization of struct with members = void

2017-08-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11331 anonymous4 changed: What|Removed |Added CC|

[Issue 11331] Inefficient initialization of struct with members = void

2016-10-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11331 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #6

[Issue 11331] Inefficient initialization of struct with members = void

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11331 gyroh...@gmail.com changed: What|Removed |Added CC||gyroh...@gmail.com --- Comment #5 from

[Issue 11331] Inefficient initialization of struct with members = void

2016-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11331 Jack Stouffer changed: What|Removed |Added Keywords||performance

[Issue 11331] Inefficient initialization of struct with members = void

2013-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11331 Dicebot pub...@dicebot.lv changed: What|Removed |Added CC||pub...@dicebot.lv ---

[Issue 11331] Inefficient initialization of struct with members = void

2013-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11331 --- Comment #2 from Andrei Alexandrescu and...@erdani.com 2013-10-23 09:53:31 PDT --- @Dicebot: yah, it's an enhancement. One of the spec as well :o). The .init value can still exist, but the initialization doesn't need to use it. --

[Issue 11331] Inefficient initialization of struct with members = void

2013-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11331 --- Comment #3 from Dicebot pub...@dicebot.lv 2013-10-23 09:55:29 PDT --- (In reply to comment #2) @Dicebot: yah, it's an enhancement. One of the spec as well :o). The .init value can still exist, but the initialization doesn't need to use

[Issue 11331] Inefficient initialization of struct with members = void

2013-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11331 --- Comment #4 from Andrei Alexandrescu and...@erdani.com 2013-10-23 10:07:14 PDT --- http://dlang.org/struct.html mentions that Struct instances that are not instantiated with a constructor are default initialized to their .init value. and