From 8f06da75343a5e970ff7a6f275c319172e6292d0 Mon Sep 17 00:00:00 2001 From: Thorsten Schöning <6223655+ams-tschoening@users.noreply.github.com> Date: Wed, 3 Jul 2019 19:34:02 +0200 Subject: Change list to vector for outline helpers (fixes #297) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change works around STL problems with Embarcadero C++ Builder version 10.2, but std::vector is more common than std::list in qpdf, and this is a relatively new API, so an API change is tolerable. Thanks to Thorsten Schöning <6223655+ams-tschoening@users.noreply.github.com> for the fix. --- manual/qpdf-manual.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manual/qpdf-manual.xml') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index d991a611..d5ad6466 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -4314,6 +4314,16 @@ print "\n"; higher level methods for tokenizing content streams. + + + Change + QPDFOutlineDocumentHelper::getTopLevelOutlines + and QPDFOutlineObjectHelper::getKids to + return a std::vector instead of a + std::list of + QPDFOutlineObjectHelper objects. + + When qpdf --check or qpdf -- cgit v1.2.3-70-g09d2