traeak commented on code in PR #11014: URL: https://github.com/apache/trafficserver/pull/11014#discussion_r1504647396
########## include/tsutil/Regex.h: ########## @@ -28,24 +28,64 @@ #include <vector> #include <memory> -#include "swoc/MemSpan.h" - -/// Match flags for regular expression evaluation. +#define PCRE2_CODE_UNIT_WIDTH 8 +#if __has_include(<pcre2/pcre2.h>) Review Comment: Just replace this logic with #include <pcre2.h> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org