[Issue 23626] [REG2.096] Template deduction with auto const ref Args... and delegate
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jan 14 18:31:30 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=23626
Iain Buclaw <ibuclaw at gdcproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://issues.dlang.org/sh
| |ow_bug.cgi?id=22186
--- Comment #3 from Iain Buclaw <ibuclaw at gdcproject.org> ---
FYI, `import std.traits;` can be replaced with
---
template fullyQualifiedName(T...)
{
enum fullyQualifiedName = !T[0];
}
---
To remove all phobos dependencies.
--
More information about the Digitalmars-d-bugs
mailing list