[Issue 5406] [patch] Major regressions in std.algorithm for functions relying on is(typeof(binaryFun!... due to a static assert in binaryFunImpl

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5406 Lars T. Kyllingstad changed: What|Removed |Added CC||bugzi...@kyllingen.net --- Comme

[Issue 5406] [patch] Major regressions in std.algorithm for functions relying on is(typeof(binaryFun!... due to a static assert in binaryFunImpl

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5406 --- Comment #2 from Rob Jacques 2011-02-03 09:46:11 PST --- I apologize for the bad test case. In retrospect, I believe I didn't try to reduce it, I simply extrapolated the issue from the error message reported. Here is a properly test case: i

[Issue 5406] [patch] Major regressions in std.algorithm for functions relying on is(typeof(binaryFun!... due to a static assert in binaryFunImpl

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5406 Rob Jacques changed: What|Removed |Added Status|NEW |RESOLVED Resolution|