# | Line 45 | Line 45 | bool Matcher::match(const ext::String& s | |
---|---|---|
45 | return false; | |
46 | } | |
47 | ||
48 | < | int Matcher::defaults(PCRE_MULTILINE); |
48 | > | int Matcher::defaults(0); |
49 | ||
50 | Matcher& Matcher::operator()(const ext::String& expression) | |
51 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |