Hello,
lately I've been thinking about librevenge::RVNGString::Iter (after
fixing a bug in last()). I see several problems with it:
* It exposes it's members, rather than using pimpl like all the other
public classes. This makes it impossible to do changes to it without
breaking ABI.
* There
librevenge is a base library for writing document import filters.
List of changes:
- Fix possible crash in raw generators for unbalanced open/close calls.
- Fix build in C++11 mode.
- Fix gdb pretty printers and make them compatible with Python 3.
- Fix RVNGString::Iter::last(), which only worked