On 8/4/12, Jonathan M Davis <jmdavisp...@gmx.com> wrote:
> snip

I agree with you. isSomeString!T predicate failing maybe isn't as
serious as "!isSomeString!T" passing and ending up with wrong results.
At the very least this should have been discussed about before the
change.

And why should a template care whether what's passed is an enum or
not? This complicates code by having to write multiple constraints or
multiple templates just to handle enums as a special case.

Reply via email to