[Issue 23520] pragma(inline, false) not applied to nested function declaration

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 1 13:46:51 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23520

--- Comment #6 from Iain Buclaw <ibuclaw at gdcproject.org> ---
Saying that... the way that pragmas are handled in the front-end is all over
the shop, with no coherent way to manage them (is a pragma standalone? must
have a body? statement only? declaration only? etc...), or allow vendors to
extend them (without forking away from upstream dmd) despite this being the
intent of pragmas in the spec.

See also issue 19109 and issue 19110.

--


More information about the Digitalmars-d-bugs mailing list