[Issue 24839] New: @hidden not implemented to enabling non exportation when using negative annotation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Oct 30 15:43:41 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24839
Issue ID: 24839
Summary: @hidden not implemented to enabling non exportation
when using negative annotation
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: alphaglosined at gmail.com
When using negative annotation for exportation, one needs a way to disable the
export.
The solution that ldc has is @hidden in core.attributes.
This has not been implemented for dmd.
--
More information about the Digitalmars-d-bugs
mailing list