[Issue 8945] Can't call static struct initializer or constructor without qualifier for templated inner struct

2013-03-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8945



--- Comment #4 from github-bugzi...@puremagic.com 2013-03-24 20:57:28 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/1819a3018b49e6e494338aec8ea95b38fb9c409e
Merge pull request #1250 from 9rnsr/fix8945

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


[Issue 8945] Can't call static struct initializer or constructor without qualifier for templated inner struct

2013-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8945



--- Comment #3 from github-bugzi...@puremagic.com 2013-03-06 09:13:43 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/156606d44c49ae5bc32db390caee3942aef3e002
fix Issue 8945 - Can't call static struct initializer or constructor without
qualifier for templated inner struct

https://github.com/D-Programming-Language/dmd/commit/1819a3018b49e6e494338aec8ea95b38fb9c409e
Merge pull request #1250 from 9rnsr/fix8945

Issue 8945 - Can't call static struct initializer or constructor without
qualifier for templated inner struct

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


[Issue 8945] Can't call static struct initializer or constructor without qualifier for templated inner struct

2013-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8945


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||FIXED


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


[Issue 8945] Can't call static struct initializer or constructor without qualifier for templated inner struct

2012-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8945


Denis Shelomovskij verylonglogin@gmail.com changed:

   What|Removed |Added

   Severity|normal  |minor


--- Comment #1 from Denis Shelomovskij verylonglogin@gmail.com 2012-11-02 
21:04:45 MSK ---
An easy workaround:
---
auto s01 = S.S0!int.init;
auto s02 = cast(S.S0!int) 1;
auto s1  = cast(S.S1!int) 1;
---

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


[Issue 8945] Can't call static struct initializer or constructor without qualifier for templated inner struct

2012-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8945


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull


--- Comment #2 from Kenji Hara k.hara...@gmail.com 2012-11-02 21:04:09 PDT ---
https://github.com/D-Programming-Language/dmd/pull/1250

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