[Issue 9976] Needlessly large instantiation depth in std.typetuple algorithms

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jun 14 06:31:00 PDT 2013


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


khurshid <khurshid.normuradov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW


--- Comment #12 from khurshid <khurshid.normuradov at gmail.com> 2013-06-14 06:30:59 PDT ---
(In reply to comment #11)
> (In reply to comment #9)
> > I'm not sure, but, is this right?
> > 
> > template MostDerived(T, TList...)
> 
> Is this the last one left? Someone should make a pull for it.

Not only this, I think that all following algorithms can easily change, too:
1. DerivedToFront
2. MostDerived
3. ReplaceAll        which used GenericReplaseAll
4. Replace           which used GenericReplace
5. NoDuplicates     
6. EraseAll          which used GenericEraseAll
7. Erase             which used GenericErase
8. staticIndexOf     which used genericIndexOf

Need only little think :-)

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