Skip to content

Simplify Dict implementation by using STL

Adam Reichold requested to merge (removed):simplify-dict into master

This tries to simplify the implementation of Poppler's Dict class by redoing it in terms of std::vector and std::string.

Merge request reports