[Issue 23769] Lambda isn't a unary predicate for lambda that doesn't compile

2023-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
earching] Don't instantiate template pred in `all` and `any` constraints Fixes Issue 23769 - Lambda isn't a unary predicate for lambda that doesn't compile. https://github.com/dlang/phobos/pull/8715 --

[Issue 23769] Lambda isn't a unary predicate for lambda that doesn't compile

2023-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23769 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com Component|dmd

[Issue 23769] Lambda isn't a unary predicate for lambda that doesn't compile

2023-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
created dlang/phobos pull request #8715 "[std.algorithm.searching] Don't check template lambda compiles for `all` and `any`" fixing this issue: - [std.algorithm.searching] Don't instantiate template pred in `all` and `any` constraints Fixes Issue 23769 - Lambda isn't a u

[Issue 23769] Lambda isn't a unary predicate for lambda that doesn't compile

2023-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23769 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #1 from Nick Tre