[Issue 19635] -checkaction=context not working with attributes
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Feb 28 18:45:15 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19635
Bastiaan Veelo <Bastiaan at Veelo.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Bastiaan at Veelo.net
--- Comment #2 from Bastiaan Veelo <Bastiaan at Veelo.net> ---
I am guessing this is the same issue, right?
void func(void delegate()) {}
void dum(){}
void main()
{
import std.functional;
func(toDelegate(&dum));
}
--
More information about the Digitalmars-d-bugs
mailing list