This library provides implementations of smart
pointers for automatically collected objects
(using reference counting), object persistence, unbounded and bounded arrays of smart pointers, generic unbounded arrays of private objects and plain pointers, generic
sets, maps, stacks, and storage pools. It also
includes table management, string editing, and
infix expression parsing tools.
License: GNAT Modified GPL (GMGPL)
Changes:
Tables of UTF-8 encoded case-insensitive strings were added. The function Is_Named was added to Persistent and Persistent.Handle packages.