# | Line 6 | Line 6 | |
---|---|---|
6 | ||
7 | #include "Matcher.hpp" | |
8 | ||
9 | + | #ifdef _WIN32 |
10 | + | #pragma warning(disable:4267) |
11 | + | #endif |
12 | + | |
13 | bool Matcher::match(const ext::String& stuff) | |
14 | { | |
15 | substrings.Clear(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |