Re: [Issue 8150] Throwing nothrow struct constructor?

2012-09-25 Thread monarch_dodra
On Monday, 24 September 2012 at 16:49:55 UTC, bearophile_h...@eml.cc wrote: http://d.puremagic.com/issues/show_bug.cgi?id=8150 bearophile_h...@eml.cc changed: What|Removed |Added

Re: [Issue 8660] New: Unclear semantics of array literals of char type, vs string literals

2012-09-14 Thread monarch_dodra
On Friday, 14 September 2012 at 11:28:04 UTC, Don wrote: --- Comment #0 from Don clugd...@yahoo.com.au 2012-09-14 04:28:17 PDT --- Array literals of char type, have completely different semantics from string literals. In module scope: char[] x = ['a']; // OK -- array literals can have an

Re: [Issue 8660] New: Unclear semantics of array literals of char type, vs string literals

2012-09-14 Thread monarch_dodra
On Friday, 14 September 2012 at 15:00:29 UTC, Don Clugston wrote: On 14/09/12 14:50, monarch_dodra wrote: On Friday, 14 September 2012 at 11:28:04 UTC, Don wrote: --- Comment #0 from Don clugd...@yahoo.com.au 2012-09-14 04:28:17 PDT --- Array literals of char type, have completely different