comp.lang.ada
 help / color / mirror / Atom feed
* Unbounded_String'Write et al in GNAT
@ 2017-11-13 22:09 Victor Porton
  2017-11-13 22:15 ` Victor Porton
  2017-11-14 15:05 ` Simon Wright
  0 siblings, 2 replies; 4+ messages in thread
From: Victor Porton @ 2017-11-13 22:09 UTC (permalink / raw)


GNAT has 

   for Unbounded_String'Write  use Unbounded_String_Write;
   for Unbounded_String'Read   use Unbounded_String_Read;
   for Unbounded_String'Output use Unbounded_String_Write;
   for Unbounded_String'Input  use Unbounded_String_Input;

in package Ada.Strings.Unbounded.

Ada2012 seems not to provide them.

Is it standard conformant?

Or better, should we add this to the standard?

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


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

end of thread, other threads:[~2017-11-15 22:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 22:09 Unbounded_String'Write et al in GNAT Victor Porton
2017-11-13 22:15 ` Victor Porton
2017-11-14 15:05 ` Simon Wright
2017-11-15 22:34   ` Randy Brukardt

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