On 12/23/13 7:34 AM, monarch_dodra wrote:
My issue about this is that it will break existing code that doesn't
even use the type "TypeTuple". What are the gains of:

anySatisfy!(someTrait, TemplateArgumentList!(int, double));
over
anySatisfy!(someTrait, int, double)

Or

anySatisfy!(someTrait, TemplateArgumentList!(Args));
over
anySatisfy!(someTrait, Args)

Dicebot, are you proposing this? It has smell.


Andrei

Reply via email to