This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] New unit for bounded doubly linked list container


Ada 2012 added bounded versions of the container forms introduced
in Ada 2005; see AI05-0001 for more information. This change incorporates
the unit for the bounded doubly-linked list container, 
Ada.Containers.Bounded_Doubly_Linked_Lists.

Tested on x86_64-pc-linux-gnu, committed on trunk

2010-10-26  Matthew Heaney  <heaney@adacore.com>

	* Makefile.rtl, impunit.adb: Added bounded list container.
	* a-cbdlli.ads, a-cbdlli.adb: New file.

Attachment: difs
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]