[Issue 22701] std.typecons.apply needlessly checks if the predicate is callable
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jan 29 10:00:12 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=22701
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/phobos pull request #8364 "Fix issue 22701: Remove is(typeof()) callable
check in std.typecons.apply." was merged into master:
- ac5c8d0c85d1f3111ea6319018b36ec95ac19177 by Mathis Beer:
Fix issue 22701: Remove is(typeof()) callable check in std.typecons.apply.
It creates unreadable template errors for no benefit.
https://github.com/dlang/phobos/pull/8364
--
More information about the Digitalmars-d-bugs
mailing list