mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-12 07:46:28 +00:00
Note about std::regex attempt
This commit is contained in:
parent
e8b845dd03
commit
d4d7612b5b
5
TODO
5
TODO
@ -306,3 +306,8 @@ Index: QPDFWriter.cc
|
|||||||
|
|
||||||
* From github issue 2, provide more in-depth output for examining
|
* From github issue 2, provide more in-depth output for examining
|
||||||
hint stream contents.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user