RM A 4 4 106 Bounded-Length String Handling (GNAT Reference Manual) (original) (raw)

Next: RM A.5.2(46-47): Random Number Generation, Previous: RM A.3.2(49): Ada.Characters.Handling, Up: Implementation Advice [Contents][Index]


6.35 RM A.4.4(106): Bounded-Length String Handling

“Bounded string objects should not be implemented by implicit pointers and dynamic allocation.”

Followed. No implicit pointers or dynamic allocation are used.