--- src/pcrewrap.cc.orig 2018-05-18 21:33:20 UTC +++ src/pcrewrap.cc @@ -74,7 +74,7 @@ get_capturecount(void const * bd) namespace pcre { typedef map > + pair > regex_cache; class regex_cache_manager @@ -86,7 +86,7 @@ namespace pcre (public) } void store(char const * pattern, - pair + pair data) { cache[pattern] = data;