Andrei Alexandrescu Fri, 18 Mar 2011 13:41:31 -0700
On 3/18/11 3:28 PM, so wrote:
alias a(T) = b(T, known_type); Would it be an overkill?
alias a(T) = b(T, known_type);
Would it be an overkill?
It's part of the evil plan. Andrei