Next: , Previous: , 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.