> I couldn't find any examples using const_iterator in the test directory, or
> elsewhere, so can't find anything to go by. I thought to manually add those
> typedef's the compilers complaining about, to a Python wrapper class derived
> from MyIterator. Is there another class I can inherit from, in boost or the
> STL, to do this for me?

Wy can't you add them to the iterator itself? That's where they belong.
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to