Comment Re:Why is inheriting from an STL class such a bad (Score 1) 1046
Writing STL-style iterators is, in my opinion, an enormous pain in the ass, involving lots of tedious coding.
... or half an hour's worth of less tedious coding using the Boost iterator adaptor library?