comp.lang.ada
 help / color / mirror / Atom feed
* Convert an access to constant to access to variable
@ 2017-08-04 22:17 Victor Porton
  2017-08-05  0:26 ` Randy Brukardt
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Victor Porton @ 2017-08-04 22:17 UTC (permalink / raw)


What is the proper way to convert an access to constant to access to 
variable? (Yes, I know that then I need to be careful not to modify this 
"variable".)

Maybe Unchecked_Conversion?

But:

1. Is Unchecked_Conversion guaranteed by the standard to work well in this 
case?

2. Is there a simpler way than Unchecked_Conversion?

-- 
Victor Porton - http://portonvictor.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-08-07 23:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-04 22:17 Convert an access to constant to access to variable Victor Porton
2017-08-05  0:26 ` Randy Brukardt
2017-08-05  1:00   ` Victor Porton
2017-08-07 23:21     ` Randy Brukardt
2017-08-05  1:37 ` Victor Porton
2017-08-05 17:27 ` Stephen Leake
2017-08-05 17:41   ` Victor Porton
2017-08-07 23:16     ` Randy Brukardt

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