
16 Jun
2006
16 Jun
'06
11:47 a.m.
On 15/06/06, David Abrahams <dave@boost-consulting.com> wrote:
Yuval Ronen <ronen_yuval@yahoo.com> writes:
What's nonconformant about these checked iterators (apart from the warnings, which are annoying, but not nonconformant)?
They don't meet the complexity requirements (big-O) for iterators.
Isn't that true only in debug builds, not in release builds? - Alan