[Issue 2126] class template specialization and inheritance

2018-05-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2126

Dmitry Olshansky  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||dmitry.o...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #2 from Dmitry Olshansky  ---

> According to the documentation, the colon in 'C(T:A!(TT),TT)' means "the same 
> > as or derived from". So the second line of the output should be
> "implememtation for T the same as or derived from A!(TT)." in my opinion.

Was fixed in the meantime, since the original code in 2.079 prints:

implememtation for T the same as or derived from A!(TT).
implememtation for T the same as or derived from A!(TT).
implementation for generic T.

Whereas it was:
implememtation for T the same as or derived from A!(TT).
implementation for generic T.
implementation for generic T.

So this ehancement was done sometime ago.

--


[Issue 2126] class template specialization and inheritance

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2126

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|D1  D2 |D2

--


[Issue 2126] class template specialization and inheritance

2010-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2126


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

   Keywords||spec
 CC||clugd...@yahoo.com.au
  Component|www.digitalmars.com |DMD
Version|unspecified |D1  D2
   Severity|normal  |enhancement


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