digitalmars.D.bugs - [Issue 3959] New: can't mixin result of templated static struct method
- d-bugmail puremagic.com (25/25) Mar 13 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3959
- d-bugmail puremagic.com (6/6) Feb 16 2011 http://d.puremagic.com/issues/show_bug.cgi?id=3959
http://d.puremagic.com/issues/show_bug.cgi?id=3959
Summary: can't mixin result of templated static struct method
Product: D
Version: 1.057
Platform: All
OS/Version: All
Status: NEW
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: thecybershadow gmail.com
---
struct S
{
static string g()() { return ""; }
}
void f()
{
mixin(S.g!()());
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 13 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3959 --- *** Issue 5526 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 16 2011








d-bugmail puremagic.com