[Issue 22046] @safe/@trusted ignored in delegate / function pointer suffix
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Apr 10 19:20:34 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=22046
Dennis <dkorpel at live.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dkorpel at live.nl
--- Comment #3 from Dennis <dkorpel at live.nl> ---
Behavior was introduced by:
commit f15ca4c322c61d8acec1987351c0eb2b520aa327
Author: k-hara <k.hara.pg at gmail.com>
Date: Sat Jun 28 14:17:43 2014 +0900
Keep existing weird prefix attribute behavior on AliasDeclaration and
VarDeclaration
I'd like to store all prefix attributes to `Declaration::storage_class`,
but
currently it's not possible because of these behaviors.
--
More information about the Digitalmars-d-bugs
mailing list