Ada Programming/Pragmas/Restrictions/No Obsolescent Features
Appearance
This language feature is only available from Ada 2005 on.
Summary
[edit | edit source]The restriction No_Obsolescent_Features is used to forbid the use of any deprecated language feature (see Annex J of the RM (Annotated)).
Compare with restriction No_Implementation_Attributes and No_Implementation_Pragmas.
See also
[edit | edit source]Wikibook
[edit | edit source]- Ada Programming
- Ada Programming/Pragmas/Restrictions
- Ada Programming/Pragmas/Restrictions/No_Implementation_Attributes
- Ada Programming/Pragmas/Restrictions/No_Implementation_Pragmas