Ada Programming/Pragmas/Restrictions/No Obsolescent Features


This language feature is only available from Ada 2005 on.

Summary

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

Wikibook

Ada Reference Manual

Ada Quality and Style Guide