Skip to content
Snippets Groups Projects
Commit 4d1e8738 authored by Sebastian Holtermann's avatar Sebastian Holtermann
Browse files

RegularExpression: Make compile() reentrant (thread safe)

RegularExpression::compile() used to use shared global
variables for every instance. This moves the variables
into a private class on the stack instead.
parent 0f0023b1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment