comp.lang.ada
 help / color / mirror / Atom feed
From: porton@ex-code.com (Victor Porton)
Subject: Charles: missing vector iterators
Date: Wed, 13 Nov 2002 22:15:26 +0500
Date: 2002-11-13T18:01:43+00:00	[thread overview]
Message-ID: <3dd29387$0$303$bed64819@news.gradwell.net> (raw)

Why in Charles.Vectors iterators are missing even despite it is 
modelled after STL?

Iterators are good for many things, including reliability:

In enclosed loops:

for i in ... loop
  for j in ... loop
    ...
  end loop;
end loop;

personally I often mess I and J. Probability to mess iterators is 
lesser than to mess natural number indexes because iterators are more 
type-safe.

Please add these.

BTW, may be put Chrles on SourceForge or something that if e.g. I will 
want to submit a patch it would become simpler?



             reply	other threads:[~2002-11-13 17:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-13 17:15 Victor Porton [this message]
2002-11-14  9:22 ` Charles: missing vector iterators Preben Randhol
2002-11-14 12:10 ` Marc A. Criley
2002-11-14 15:30   ` Preben Randhol
2002-11-14 16:04 ` Matthew Heaney
2002-11-15  7:10 ` Victor Porton
2002-11-15  9:36   ` Preben Randhol
2002-11-15  9:37   ` Preben Randhol
2002-11-15  7:27 ` Victor Porton
2002-11-16  0:10   ` Matthew Heaney
replies disabled

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