[Issue 22701] std.typecons.apply needlessly checks if the predicate is callable
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 24 11:48:02 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=22701
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@FeepingCreature created dlang/phobos pull request #8364 "Fix issue 22701:
Remove is(typeof()) callable check in std.typecons.apply." fixing this issue:
- 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