comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: 'Size hack for enumerated types
Date: Mon, 07 Jul 2014 08:45:06 +0100
Date: 2014-07-07T08:45:06+01:00	[thread overview]
Message-ID: <lypphhehod.fsf@pushface.org> (raw)
In-Reply-To: lpckgk$6a8$1@speranza.aioe.org

Victor Porton <porton@narod.ru> writes:

>> If you want Enum_Type to be an enumeration, you should use a formal
>> discrete type definition[1]:
>>
>>    type Enum_Type is (<>);
>
> The same error with this.

I never said that that change would fix the problem with your
implementation; but whatever the implementation, you can't instantiate
your generic with an enumeration because an enumeration is not a signed
integer.

> BTW, remind me what is the difference of:
> - type Enum_Type is range <>;
> - type Enum_Type is (<>);
> ?

I already gave you a link to the ARM:
http://www.ada-auth.org/standards/12rm/html/RM-12-5-2.html#p2

  parent reply	other threads:[~2014-07-07  7:45 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-05 20:32 'Size hack for enumerated types Victor Porton
2014-07-05 21:47 ` Simon Wright
2014-07-05 22:11   ` Victor Porton
2014-07-05 22:18     ` Victor Porton
2014-07-05 22:23       ` Victor Porton
2014-07-06 16:25         ` Victor Porton
2014-07-06 20:59       ` Simon Wright
2014-07-06 23:01         ` Victor Porton
2014-07-06 23:30           ` Jeffrey Carter
2014-07-07 16:00             ` Victor Porton
2014-07-07 17:12               ` Simon Wright
2014-07-07 20:23                 ` Victor Porton
2014-07-08  7:04                   ` Simon Wright
2014-07-08 10:17                     ` sbelmont700
2014-07-08 14:53                     ` Dan'l Miller
2014-07-08 20:56                       ` Randy Brukardt
2014-07-08 22:26                         ` Dan'l Miller
2014-07-08 23:18                         ` Jeffrey Carter
2014-07-08  9:43                   ` AdaMagica
2014-07-08 13:52                     ` Victor Porton
2014-07-08 15:02                       ` Simon Wright
2014-07-07  7:45           ` Simon Wright [this message]
2014-07-06  7:22     ` Simon Wright
2014-07-06 13:21 ` sbelmont700
2014-07-06 16:16   ` Victor Porton
2014-07-06 17:52     ` sbelmont700
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox