RegularExpression: Make find() reentrant (thread safe)
RegularExpression::find() used to use shared global variables for every instance. This moves the variables into a private class on the stack instead.
parent
4d1e8738
No related branches found
No related tags found