[Issue 11113] Weird constructor syntax failure

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 23 21:45:23 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11113


Maxim Fomin <maxim at maxim-fomin.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |maxim at maxim-fomin.ru
         Resolution|                            |INVALID


--- Comment #1 from Maxim Fomin <maxim at maxim-fomin.ru> 2013-09-23 21:45:22 PDT ---
Please read struct spec - it tells that adding a struct constructor breaks
struct literals. For the question regarding why [(0, 1), (2, 3), (4, 5)] is
[1,3,5] please read expression spec page about comma operator. Bugzilla is not
a service for asking questions about what you do not understand - please user
D.learn instead.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list