Just wondering, if a feature request as follows would have any chance?
type
SoneEnum = (
seValue,
seOld deprecated,
seNew
);
Currently it is only possible to use deprecated for the whole set, but
not for individual members.
Same for: unimplemented,experimental, ...
Martin