2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-24 19:19:08 +00:00

Note about std::regex attempt

This commit is contained in:
Jay Berkenbilt 2016-12-27 14:34:13 -05:00
parent e8b845dd03
commit d4d7612b5b

5
TODO
View File

@ -306,3 +306,8 @@ Index: QPDFWriter.cc
* From github issue 2, provide more in-depth output for examining
hint stream contents.
* An attempt was made to replace pcre with std::regex, but it failed
because std::regex lacks some features of PCRE that we use and
because the result was many times slower. The work was saved in
refs/attic/std-regex on github.