sortUniq

zeljkog via Digitalmars-d digitalmars-d at puremagic.com
Sat Jan 24 07:21:14 PST 2015


On 24.01.15 16:17, zeljkog wrote:
> template filter(alias predicate) if (is(typeof(unaryFun!predicate)))

Should be:

template filter(alias predicate) 
if (is(typeof(unaryFun!predicate)) || is(predicate == struct))



More information about the Digitalmars-d mailing list