Re: limited types in libraries
ada_wizard_at_toadmail.com
Date: 12/11/03
- Next message: ada_wizard_at_toadmail.com: "Re: limited types in containers"
- Previous message: ada_wizard_at_toadmail.com: "Re: Proposed change to BC iterator parameters"
- Next in thread: Georg Bauhaus: "Re: limited types in libraries"
- Reply: Georg Bauhaus: "Re: limited types in libraries"
- Maybe reply: ada_wizard_at_toadmail.com: "Re: limited types in libraries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 11 Dec 2003 10:13:04 -0500 To: comp.lang.ada@ada-france.org
Georg Bauhaus <sb463ba@l1-hrz.uni-duisburg.de> writes:
> Sometimes I dearly wanted limited records but was defeated
> by the library that could not store them (storing them was the
> intention):
>
> type T(x: access D) is tagged limited private;
>
> I want x to be constant plus initialised once and for all,
> so access discriminants are just fine, but T has to
> be limited then. Which would have been o.K., but not every library
> allows this.
Just use the libraries that do; that's why there are more than one!
> What should I do?
If the libraries that do allow limited items don't provide the
functionality you need, help add it.
Or, talk to the authors of the libraries that don't allow limited
items, but do offer the functions you want, about improving them.
SAL (http://www.toadmail.com/~ada_wizard/) allows limited items, but
is somewhat lacking in functionality compared to other libraries; want
to help improve it?
-- -- Stephe ___________________________________________________________ This mail sent using ToadMail -- Web based e-mail @ ToadNet
- Next message: ada_wizard_at_toadmail.com: "Re: limited types in containers"
- Previous message: ada_wizard_at_toadmail.com: "Re: Proposed change to BC iterator parameters"
- Next in thread: Georg Bauhaus: "Re: limited types in libraries"
- Reply: Georg Bauhaus: "Re: limited types in libraries"
- Maybe reply: ada_wizard_at_toadmail.com: "Re: limited types in libraries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|