https://issues.dlang.org/show_bug.cgi?id=9306
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <[email protected]> --- @NilsLankila updated dlang/dmd pull request #11538 "add `__traits(getCurrentFunction)`" fixing this issue: - fix issue 8109, 9306, add `__traits(getCurrentFunction)` This new traits is a shortcut allowing to call the function we are in without using `mixin` and `__FUNCTION__` tricks. https://github.com/dlang/dmd/pull/11538 --
