More Resources
Recent Papers
Browse by Technology
Dev Log Archives
Developer Center |
[GNAT] AI-447 Null_exclusions allowed in Ada 95
Thursday July 20, 2006
Ada 2005 allows "not null" to be used in various contexts to indicate that access values cannot be null. AI-447 allows "not null" to be used for anonymous access types in Ada 95, in order to ease the writing of code that works the same way in both Ada 95 and Ada 2005. The compiler now allows "not null" in those cases.
Posted
in Development Log, GNAT Compilation System


