digitalmars.D.bugs - [Issue 5298] New: Template identifier in template scope short hand is undocumented.
- d-bugmail puremagic.com (29/29) Dec 01 2010 http://d.puremagic.com/issues/show_bug.cgi?id=5298
- d-bugmail puremagic.com (12/12) Dec 01 2010 http://d.puremagic.com/issues/show_bug.cgi?id=5298
http://d.puremagic.com/issues/show_bug.cgi?id=5298
Summary: Template identifier in template scope short hand is
undocumented.
Product: D
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: websites
AssignedTo: nobody puremagic.com
ReportedBy: blood.of.life gmail.com
05:33:40 PST ---
The following behaviour:
class C(T) {
C[] ary;
void foo() {
foreach( a; ary ) {
a.bar();
}
}
void bar() {
}
}
where C gets the type of the current instantiation is undocumented.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 01 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5298
Simen Kjaeraas <simen.kjaras gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |simen.kjaras gmail.com
Resolution| |DUPLICATE
PST ---
*** This issue has been marked as a duplicate of issue 5295 ***
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 01 2010








d-bugmail puremagic.com