[Issue 10012] [2.063 beta] pure constructors taking POD structs should be allowed for shared/immutable construction

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 30 02:13:46 PDT 2013


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



--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2013-04-30 02:13:44 PDT ---
(In reply to comment #0)
>     auto test3 = new immutable Test2 / (S());   // unnecessary '/'
      auto test3 = new immutable Test2(S());   

After the fix, the code would work.

-- 
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